01JFKQ1C3Y5TH2WRARBENNXFP9: 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: 01JFKQ2FXGFE5W486QSVR6DQ5Z

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-21T04:20:33.568Zjob assigned to worker 01JFKQ2SC80DW3XG8RRGHHSKGD [factory aws, i-085a3f51de72a3523] (queued for 54 s)
 
22024-12-21T04:20:41.372Zstarting task 0: "setup"
32024-12-21T04:20:41.385Z++ uname -s
42024-12-21T04:20:41.401Z+ kern=SunOS
52024-12-21T04:20:41.401Z+ case "$kern" in
62024-12-21T04:20:41.401Z+ groupadd -g 12345 build
72024-12-21T04:20:41.401Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-21T04:20:43.392Z+ zfs create -o mountpoint=/work rpool/work
92024-12-21T04:20:43.554Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-21T04:20:43.704Z+ home_fs=zfs
112024-12-21T04:20:43.704Z+ [[ zfs == autofs ]]
122024-12-21T04:20:43.704Z+ mkdir -p /home/build
132024-12-21T04:20:43.704Z+ chown build:build /home/build /work
142024-12-21T04:20:45.514Z+ chmod 0700 /home/build /work
152024-12-21T04:20:45.517Zprocess exited: duration 4149 ms, exit code 0
 
162024-12-21T04:20:45.524Zstarting task 1: "rust-toolchain"
172024-12-21T04:20:45.531Z+ printf ' * toolchain channel = "%s"
182024-12-21T04:20:45.531Z' 1.81.0
192024-12-21T04:20:45.531Z * toolchain channel = "1.81.0"
202024-12-21T04:20:45.531Z+ printf ' * toolchain profile = "%s"
212024-12-21T04:20:45.531Z' default
222024-12-21T04:20:45.531Z * toolchain profile = "default"
232024-12-21T04:20:45.534Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-21T04:20:45.534Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-21T04:20:45.656Zinfo: downloading installer
262024-12-21T04:20:46.818Zinfo: profile set to 'default'
272024-12-21T04:20:46.818Zinfo: default host triple is x86_64-unknown-illumos
282024-12-21T04:20:46.821Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-21T04:20:46.973Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-21T04:20:46.973Zinfo: downloading component 'cargo'
312024-12-21T04:20:47.814Zinfo: downloading component 'clippy'
322024-12-21T04:20:48.127Zinfo: downloading component 'rust-docs'
332024-12-21T04:20:49.293Zinfo: downloading component 'rust-std'
342024-12-21T04:20:51.210Zinfo: downloading component 'rustc'
352024-12-21T04:20:57.652Zinfo: downloading component 'rustfmt'
362024-12-21T04:20:57.881Zinfo: installing component 'cargo'
372024-12-21T04:20:58.687Zinfo: installing component 'clippy'
382024-12-21T04:20:59.049Zinfo: installing component 'rust-docs'
392024-12-21T04:21:00.685Zinfo: installing component 'rust-std'
402024-12-21T04:21:02.518Zinfo: installing component 'rustc'
412024-12-21T04:21:08.152Zinfo: installing component 'rustfmt'
422024-12-21T04:21:08.493Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-21T04:21:08.493Z
442024-12-21T04:21:08.847Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-21T04:21:08.847Z
462024-12-21T04:21:08.858Z
472024-12-21T04:21:08.859ZRust is installed now. Great!
482024-12-21T04:21:08.859Z
492024-12-21T04:21:08.860ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-21T04:21:08.860Zenvironment variable. This has not been done automatically.
512024-12-21T04:21:08.860Z
522024-12-21T04:21:08.860ZTo configure your current shell, you need to source
532024-12-21T04:21:08.860Zthe corresponding env file under $HOME/.cargo.
542024-12-21T04:21:08.860Z
552024-12-21T04:21:08.860ZThis is usually done by running one of the following (note the leading DOT):
562024-12-21T04:21:08.860Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-21T04:21:08.860Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-21T04:21:08.925Z+ rustc --version
592024-12-21T04:21:09.000Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-21T04:21:09.028Zprocess exited: duration 23463 ms, exit code 0
 
612024-12-21T04:21:09.053Zstarting task 2: "authentication"
622024-12-21T04:21:09.073Zprocess exited: duration 26 ms, exit code 0
 
632024-12-21T04:21:09.099Zstarting task 3: "clone repository"
642024-12-21T04:21:09.110Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-21T04:21:09.110Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-21T04:21:09.150ZCloning into '/work/oxidecomputer/omicron'...
672024-12-21T04:21:15.887Z+ cd /work/oxidecomputer/omicron
682024-12-21T04:21:15.889Z+ git fetch origin 9026ed2f3d434656d97e98729aaab9eb0c87eb4e
692024-12-21T04:21:16.200ZFrom https://github.com/oxidecomputer/omicron
702024-12-21T04:21:16.200Z * branch 9026ed2f3d434656d97e98729aaab9eb0c87eb4e -> FETCH_HEAD
712024-12-21T04:21:16.211Z+ [[ -n renovate/hyper-1.x ]]
722024-12-21T04:21:16.215Z++ git branch --show-current
732024-12-21T04:21:16.216Z+ current=main
742024-12-21T04:21:16.216Z+ [[ main != renovate/hyper-1.x ]]
752024-12-21T04:21:16.216Z+ git branch -f renovate/hyper-1.x 9026ed2f3d434656d97e98729aaab9eb0c87eb4e
762024-12-21T04:21:16.220Z+ git checkout -f renovate/hyper-1.x
772024-12-21T04:21:16.398ZSwitched to branch 'renovate/hyper-1.x'
782024-12-21T04:21:16.402Z+ git reset --hard 9026ed2f3d434656d97e98729aaab9eb0c87eb4e
792024-12-21T04:21:16.576ZHEAD is now at 9026ed2f3 Update Rust crate hyper to 1.5.2
802024-12-21T04:21:16.578Zprocess exited: duration 7483 ms, exit code 0
 
812024-12-21T04:21:16.584Zstarting task 4: "build"
822024-12-21T04:21:16.593Z+ source ./env.sh
832024-12-21T04:21:16.593Z++ OLD_SHELL_OPTS=ehxB
842024-12-21T04:21:16.593Z++ set -o xtrace
852024-12-21T04:21:16.596Z++++ dirname ./env.sh
862024-12-21T04:21:16.599Z+++ readlink -f .
872024-12-21T04:21:16.602Z++ OMICRON_WS=/work/oxidecomputer/omicron
882024-12-21T04:21:16.602Z++ 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:21:16.602Z++ 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:21:16.602Z++ 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:21:16.602Z++ 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:21:16.602Z++ 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:21:16.602Z++ 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:21:16.602Z++ 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:21:16.602Z++ 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:21:16.602Z++ case $OLD_SHELL_OPTS in
972024-12-21T04:21:16.602Z++ unset OLD_SHELL_OPTS OMICRON_WS
982024-12-21T04:21:16.602Z+ source .github/buildomat/ci-env.sh
992024-12-21T04:21:16.602Z++ export CARGO_TERM_COLOR=always
1002024-12-21T04:21:16.602Z++ CARGO_TERM_COLOR=always
1012024-12-21T04:21:16.602Z+ target_os=illumos
1022024-12-21T04:21:16.602Z+ NEXTEST_VERSION=0.9.86
1032024-12-21T04:21:16.603Z+ cargo --version
1042024-12-21T04:21:16.660Zcargo 1.81.0 (2dbb1af80 2024-08-20)
1052024-12-21T04:21:16.663Z+ rustc --version
1062024-12-21T04:21:16.726Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1072024-12-21T04:21:16.730Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.86/illumos
1082024-12-21T04:21:16.732Z+ gunzip
1092024-12-21T04:21:16.732Z+ tar -xvf - -C /home/build/.cargo/bin
1102024-12-21T04:21:17.723Zx cargo-nextest, 17157904 bytes, 33512 tape blocks
1112024-12-21T04:21:17.726Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1122024-12-21T04:21:17.726Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1132024-12-21T04:21:17.726Ztests will store ephemeral output in /var/tmp/omicron_tmp
1142024-12-21T04:21:17.726Z+ mkdir /var/tmp/omicron_tmp
1152024-12-21T04:21:17.726Z+ OUTPUT_DIR=/work
1162024-12-21T04:21:17.728Z+ echo 'tests will store non-ephemeral output in /work'
1172024-12-21T04:21:17.728Ztests will store non-ephemeral output in /work
1182024-12-21T04:21:17.728Z+ mkdir -p /work
1192024-12-21T04:21:17.728Z+ banner prerequisites
1202024-12-21T04:21:17.731Z
1212024-12-21T04:21:17.731Z ##### ##### ###### ##### ###### #### # # # #### #
1222024-12-21T04:21:17.732Z # # # # # # # # # # # # # # #
1232024-12-21T04:21:17.732Z # # # # ##### # # ##### # # # # # #### #
1242024-12-21T04:21:17.732Z ##### ##### # ##### # # # # # # # # #
1252024-12-21T04:21:17.732Z # # # # # # # # # # # # # # #
1262024-12-21T04:21:17.732Z # # # ###### # # ###### ### # #### # #### #
1272024-12-21T04:21:17.732Z
1282024-12-21T04:21:17.732Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292024-12-21T04:21:26.581Z Startup: Refreshing catalog 'helios-dev' ... Done
1302024-12-21T04:21:30.525Z Startup: Caching catalogs ... Done
1312024-12-21T04:21:41.535ZPlanning: Solver setup ... Done (10.085s)
1322024-12-21T04:21:41.676ZPlanning: Running solver ... Done (0.134s)
1332024-12-21T04:21:41.789ZPlanning: Finding local manifests ... Done (0.005s)
1342024-12-21T04:21:41.821ZPlanning: Fetching manifests: 0/5 0% complete
1352024-12-21T04:21:42.940ZPlanning: Fetching manifests: 5/5 100% complete
1362024-12-21T04:21:43.041ZPlanning: Package planning ... Done (0.101s)
1372024-12-21T04:21:43.097ZPlanning: Merging actions ... Done (0.057s)
1382024-12-21T04:21:43.462ZPlanning: Checking for conflicting actions ... Done (0.364s)
1392024-12-21T04:21:45.736ZPlanning: Consolidating action changes ... Done (2.261s)
1402024-12-21T04:21:46.205ZPlanning: Evaluating mediators ... Done (0.462s)
1412024-12-21T04:21:46.276ZPlanning: Planning completed in 15.71 seconds
1422024-12-21T04:21:46.291Z Packages to install: 4
1432024-12-21T04:21:46.292Z Packages to update: 1
1442024-12-21T04:21:46.296Z Mediators to change: 2
1452024-12-21T04:21:46.296Z Services to change: 1
1462024-12-21T04:21:46.297Z Estimated space available: 155.62 GB
1472024-12-21T04:21:46.297ZEstimated space to be consumed: 1.62 GB
1482024-12-21T04:21:46.297Z Create boot environment: No
1492024-12-21T04:21:46.297ZCreate backup boot environment: Yes
1502024-12-21T04:21:46.297Z Rebuild boot archive: No
1512024-12-21T04:21:46.297Z
1522024-12-21T04:21:46.297ZChanged mediators:
1532024-12-21T04:21:46.297Z mediator clang:
1542024-12-21T04:21:46.297Z version: None -> 15 (system default)
1552024-12-21T04:21:46.298Z
1562024-12-21T04:21:46.298Z mediator llvm:
1572024-12-21T04:21:46.299Z version: 14 (system default) -> 15 (system default)
1582024-12-21T04:21:46.299Z
1592024-12-21T04:21:46.299ZChanged packages:
1602024-12-21T04:21:46.299Zhelios-dev
1612024-12-21T04:21:46.299Z developer/build-essential
1622024-12-21T04:21:46.299Z None -> 11-2.0
1632024-12-21T04:21:46.299Z library/libxmlsec1
1642024-12-21T04:21:46.299Z None -> 1.2.35-2.0
1652024-12-21T04:21:46.299Z ooce/developer/clang-15
1662024-12-21T04:21:46.299Z None -> 15.0.7-2.0
1672024-12-21T04:21:46.300Z ooce/developer/llvm-15
1682024-12-21T04:21:46.300Z None -> 15.0.7-2.0
1692024-12-21T04:21:46.300Z package/pkg
1702024-12-21T04:21:46.300Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1712024-12-21T04:21:46.300Z
1722024-12-21T04:21:46.300ZServices:
1732024-12-21T04:21:46.300Z restart_fmri:
1742024-12-21T04:21:46.300Z svc:/system/update-man-index:default
1752024-12-21T04:21:46.300Z
1762024-12-21T04:21:46.300ZEditable files to change:
1772024-12-21T04:21:46.300Z Update:
1782024-12-21T04:21:46.301Z usr/share/lib/pkg/web/config.shtml
1792024-12-21T04:21:46.394Z
1802024-12-21T04:21:46.394ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1812024-12-21T04:21:51.382ZDownload: 779/4281 items 18.3/220.6MB 8% complete (3.7M/s)
1822024-12-21T04:21:56.382ZDownload: 1255/4281 items 95.1/220.6MB 43% complete (9.5M/s)
1832024-12-21T04:22:01.401ZDownload: 1604/4281 items 117.6/220.6MB 53% complete (10.2M/s)
1842024-12-21T04:22:06.524ZDownload: 1741/4281 items 118.1/220.6MB 53% complete (3.3M/s)
1852024-12-21T04:22:11.560ZDownload: 1991/4281 items 118.7/220.6MB 53% complete (109k/s)
1862024-12-21T04:22:16.953ZDownload: 2215/4281 items 119.1/220.6MB 54% complete (111k/s)
1872024-12-21T04:22:30.506ZDownload: 2220/4281 items 119.2/220.6MB 54% complete
1882024-12-21T04:22:37.339ZDownload: 2221/4281 items 119.2/220.6MB 54% complete
1892024-12-21T04:22:42.681ZDownload: 2222/4281 items 119.2/220.6MB 54% complete (95B/s)
1902024-12-21T04:22:47.700ZDownload: 2378/4281 items 120.0/220.6MB 54% complete (87.1k/s)
1912024-12-21T04:22:52.714ZDownload: 2502/4281 items 120.2/220.6MB 54% complete (104k/s)
1922024-12-21T04:22:57.735ZDownload: 2643/4281 items 120.6/220.6MB 54% complete (63.0k/s)
1932024-12-21T04:23:02.836ZDownload: 2736/4281 items 120.8/220.6MB 54% complete (60.6k/s)
1942024-12-21T04:23:07.853ZDownload: 2969/4281 items 121.2/220.6MB 54% complete (64.9k/s)
1952024-12-21T04:23:12.958ZDownload: 3232/4281 items 201.3/220.6MB 91% complete (8.0M/s)
1962024-12-21T04:23:22.536ZDownload: 3243/4281 items 202.8/220.6MB 91% complete (8.0M/s)
1972024-12-21T04:23:37.033ZDownload: 3245/4281 items 203.0/220.6MB 92% complete
1982024-12-21T04:23:44.592ZDownload: 3282/4281 items 210.2/220.6MB 95% complete (2.6M/s)
1992024-12-21T04:24:03.809ZDownload: 3287/4281 items 210.8/220.6MB 95% complete
2002024-12-21T04:24:09.034ZDownload: 3288/4281 items 212.1/220.6MB 96% complete (28.3M/s)
2012024-12-21T04:24:14.034ZDownload: 3603/4281 items 215.9/220.6MB 97% complete (588k/s)
2022024-12-21T04:24:19.040ZDownload: 4155/4281 items 219.8/220.6MB 99% complete (767k/s)
2032024-12-21T04:24:24.094ZDownload: 4207/4281 items 220.6/220.6MB 99% complete (735k/s)
2042024-12-21T04:24:34.351ZDownload: 4208/4281 items 220.6/220.6MB 99% complete
2052024-12-21T04:24:34.456ZDownload: Completed 220.60 MB in 168.06 seconds (1.3M/s)
2062024-12-21T04:24:36.616Z Actions: 1/5063 actions (Removing old actions)
2072024-12-21T04:24:36.640Z Actions: 194/5063 actions (Installing new actions)
2082024-12-21T04:24:41.400Z Actions: 4226/5063 actions (Updating modified actions)
2092024-12-21T04:24:41.716Z Actions: Completed 5063 actions in 5.10 seconds.
2102024-12-21T04:24:42.138Z Done (0.413s)
2112024-12-21T04:24:42.140Z Done (0.000s)
2122024-12-21T04:24:42.711Z Done (0.571s)
2132024-12-21T04:24:47.212Z Done (4.274s)
2142024-12-21T04:24:47.302Z Done (0.020s)
2152024-12-21T04:24:47.304Z Done (0.000s)
2162024-12-21T04:24:47.475Z Done (0.000s)
2172024-12-21T04:24:48.182ZPlanning: Evaluating mediator changes ... Done
2182024-12-21T04:24:48.345ZPlanning: Checking for conflicting actions ... Done
2192024-12-21T04:24:48.347ZPlanning: Consolidating action changes ... Done
2202024-12-21T04:24:48.633ZPlanning: Evaluating mediators ... Done
2212024-12-21T04:24:48.638ZPlanning: Planning completed in 0.45 seconds
2222024-12-21T04:24:48.675Z Mediators to change: 2
2232024-12-21T04:24:48.676Z Create boot environment: No
2242024-12-21T04:24:48.678ZCreate backup boot environment: No
2252024-12-21T04:24:48.764Z Done
2262024-12-21T04:24:48.765Z Done
2272024-12-21T04:24:49.122Z Done
2282024-12-21T04:24:52.920Z Done
2292024-12-21T04:24:53.011Z Done
2302024-12-21T04:24:53.013Z Done
2312024-12-21T04:24:53.127Z Done
2322024-12-21T04:24:53.769ZPlanning: Evaluating mediator changes ... Done
2332024-12-21T04:24:53.771ZPlanning: Merging actions ... Done
2342024-12-21T04:24:53.962ZPlanning: Checking for conflicting actions ... Done
2352024-12-21T04:24:53.964ZPlanning: Consolidating action changes ... Done
2362024-12-21T04:24:54.241ZPlanning: Evaluating mediators ... Done
2372024-12-21T04:24:54.300ZPlanning: Planning completed in 0.79 seconds
2382024-12-21T04:24:54.343Z Packages to change: 1
2392024-12-21T04:24:54.343Z Mediators to change: 1
2402024-12-21T04:24:54.345Z Services to change: 1
2412024-12-21T04:24:54.345Z Create boot environment: No
2422024-12-21T04:24:54.345ZCreate backup boot environment: Yes
2432024-12-21T04:24:55.502Z Actions: 1/6 actions (Updating modified actions)
2442024-12-21T04:24:55.506Z Actions: Completed 6 actions in 0.00 seconds.
2452024-12-21T04:24:55.506Z Done
2462024-12-21T04:24:55.506Z Done
2472024-12-21T04:24:55.622Z Done
2482024-12-21T04:24:59.428Z Done
2492024-12-21T04:24:59.522Z Done
2502024-12-21T04:24:59.525Z Done
2512024-12-21T04:24:59.658Z Done
2522024-12-21T04:25:00.117ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2532024-12-21T04:25:00.117Zclang system 15 system
2542024-12-21T04:25:00.117Zcsh system system illumos
2552024-12-21T04:25:00.117Zctags system system illumos
2562024-12-21T04:25:00.117Zgcc vendor 12 vendor
2572024-12-21T04:25:00.117Zgcc system 10 system
2582024-12-21T04:25:00.117Zgcc system 7 system
2592024-12-21T04:25:00.117Zgo system 1.20 system
2602024-12-21T04:25:00.117Zgo system 1.19 system
2612024-12-21T04:25:00.117Zllvm system 15 system
2622024-12-21T04:25:00.117Zllvm system 14 system
2632024-12-21T04:25:00.117Zmariadb system 10.6 system
2642024-12-21T04:25:00.117Zmta vendor vendor dma
2652024-12-21T04:25:00.117Zopenjdk system 17 system
2662024-12-21T04:25:00.117Zopenjdk system 11 system
2672024-12-21T04:25:00.117Zopenjdk system 1.8 system
2682024-12-21T04:25:00.117Zopenssl vendor 3 vendor
2692024-12-21T04:25:00.117Zperl system 5.36 system
2702024-12-21T04:25:00.117Zpostgresql system 15 system
2712024-12-21T04:25:00.117Zpostgresql system 13 system
2722024-12-21T04:25:00.117Zpython vendor 3 vendor
2732024-12-21T04:25:00.117Zpython system 2 system
2742024-12-21T04:25:00.117Zpython3 system 3.11 system
2752024-12-21T04:25:00.117Zruby system 3.0 system
2762024-12-21T04:25:00.117Zwords vendor vendor american-english
2772024-12-21T04:25:00.117Zwords system system australian-english
2782024-12-21T04:25:00.117Zwords system system british-english
2792024-12-21T04:25:00.118Zwords system system canadian-english
2802024-12-21T04:25:00.118Zwords system system french
2812024-12-21T04:25:00.118Zwords system system italian
2822024-12-21T04:25:00.118Zwords system system ngerman
2832024-12-21T04:25:00.118Zwords system system ogerman
2842024-12-21T04:25:00.118Zwords system system spanish
2852024-12-21T04:25:00.455ZPUBLISHER TYPE STATUS P LOCATION
2862024-12-21T04:25:00.455Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2872024-12-21T04:25:03.208ZFMRI IFO
2882024-12-21T04:25:03.208Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2892024-12-21T04:25:03.208Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2902024-12-21T04:25:03.208Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2912024-12-21T04:25:03.208Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2922024-12-21T04:25:03.208Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2932024-12-21T04:25:03.208Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2942024-12-21T04:25:03.208Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2952024-12-21T04:25:03.208Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2962024-12-21T04:25:03.208Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2972024-12-21T04:25:03.208Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2982024-12-21T04:25:03.208Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2992024-12-21T04:25:03.208Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3002024-12-21T04:25:03.208Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
3012024-12-21T04:25:03.208Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
3022024-12-21T04:25:03.209Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3032024-12-21T04:25:03.989Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3042024-12-21T04:25:04.253Z Updating crates.io index
3052024-12-21T04:25:04.368Z Updating git repository `https://github.com/oxidecomputer/diffus`
3062024-12-21T04:25:04.653Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3072024-12-21T04:25:05.178Z Updating git repository `https://github.com/oxidecomputer/oxnet`
3082024-12-21T04:25:05.450Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3092024-12-21T04:25:05.761Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3102024-12-21T04:25:06.063Z Updating git repository `https://github.com/oxidecomputer/propolis`
3112024-12-21T04:25:06.985Z Updating git repository `https://github.com/oxidecomputer/crucible`
3122024-12-21T04:25:08.565Z Updating git repository `https://github.com/oxidecomputer/opte`
3132024-12-21T04:25:09.279Z Updating git repository `https://github.com/oxidecomputer/falcon`
3142024-12-21T04:25:09.974Z Updating git repository `https://github.com/oxidecomputer/clickward`
3152024-12-21T04:25:10.278Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3162024-12-21T04:25:10.628Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3172024-12-21T04:25:11.213Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3182024-12-21T04:25:11.492Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3192024-12-21T04:25:11.790Z Updating git repository `https://github.com/oxidecomputer/tofino`
3202024-12-21T04:25:12.033Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3212024-12-21T04:25:12.274Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3222024-12-21T04:25:12.511Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3232024-12-21T04:25:12.819Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3242024-12-21T04:25:13.118Z Updating git repository `https://github.com/oxidecomputer/ispf`
3252024-12-21T04:25:13.404Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3262024-12-21T04:25:13.769Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3272024-12-21T04:25:14.248Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3282024-12-21T04:25:14.538Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3292024-12-21T04:25:14.922Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3302024-12-21T04:25:15.363Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3312024-12-21T04:25:15.617Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3322024-12-21T04:25:15.876Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3332024-12-21T04:25:16.161Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3342024-12-21T04:25:17.416Z Downloading crates ...
3352024-12-21T04:25:17.496Z Downloaded block-buffer v0.10.4
3362024-12-21T04:25:17.499Z Downloaded cargo_metadata v0.18.1
3372024-12-21T04:25:17.502Z Downloaded camino-tempfile v1.1.1
3382024-12-21T04:25:17.502Z Downloaded bytecount v0.6.8
3392024-12-21T04:25:17.506Z Downloaded anstyle-query v1.1.1
3402024-12-21T04:25:17.515Z Downloaded usdt-attr-macro v0.5.0
3412024-12-21T04:25:17.519Z Downloaded autocfg v1.4.0
3422024-12-21T04:25:17.519Z Downloaded anstyle v1.0.10
3432024-12-21T04:25:17.523Z Downloaded usdt-macro v0.5.0
3442024-12-21T04:25:17.525Z Downloaded equivalent v1.0.1
3452024-12-21T04:25:17.530Z Downloaded scroll_derive v0.12.0
3462024-12-21T04:25:17.532Z Downloaded swrite v0.1.0
3472024-12-21T04:25:17.535Z Downloaded plain v0.2.3
3482024-12-21T04:25:17.537Z Downloaded fastrand v2.1.1
3492024-12-21T04:25:17.540Z Downloaded dof v0.3.0
3502024-12-21T04:25:17.540Z Downloaded colorchoice v1.0.2
3512024-12-21T04:25:17.540Z Downloaded cargo-platform v0.1.8
3522024-12-21T04:25:17.543Z Downloaded crypto-common v0.1.6
3532024-12-21T04:25:17.544Z Downloaded cfg-if v1.0.0
3542024-12-21T04:25:17.547Z Downloaded version_check v0.9.5
3552024-12-21T04:25:17.552Z Downloaded thread-id v4.2.2
3562024-12-21T04:25:17.553Z Downloaded generic-array v0.14.7
3572024-12-21T04:25:17.553Z Downloaded fnv v1.0.7
3582024-12-21T04:25:17.553Z Downloaded heck v0.5.0
3592024-12-21T04:25:17.556Z Downloaded anstream v0.6.15
3602024-12-21T04:25:17.556Z Downloaded dtrace-parser v0.2.0
3612024-12-21T04:25:17.559Z Downloaded usdt-impl v0.5.0
3622024-12-21T04:25:17.561Z Downloaded memmap v0.7.0
3632024-12-21T04:25:17.561Z Downloaded heck v0.4.1
3642024-12-21T04:25:17.561Z Downloaded smawk v0.3.2
3652024-12-21T04:25:17.566Z Downloaded is_terminal_polyfill v1.70.1
3662024-12-21T04:25:17.571Z Downloaded unicode-linebreak v0.1.5
3672024-12-21T04:25:17.571Z Downloaded strsim v0.11.1
3682024-12-21T04:25:17.574Z Downloaded utf8parse v0.2.2
3692024-12-21T04:25:17.575Z Downloaded serde_tokenstream v0.2.2
3702024-12-21T04:25:17.575Z Downloaded pretty-hex v0.4.1
3712024-12-21T04:25:17.582Z Downloaded toml_datetime v0.6.8
3722024-12-21T04:25:17.585Z Downloaded fs-err v2.11.0
3732024-12-21T04:25:17.585Z Downloaded tabled_derive v0.7.0
3742024-12-21T04:25:17.585Z Downloaded digest v0.10.7
3752024-12-21T04:25:17.585Z Downloaded cargo_toml v0.20.5
3762024-12-21T04:25:17.589Z Downloaded thiserror-impl v1.0.69
3772024-12-21T04:25:17.594Z Downloaded scroll v0.12.0
3782024-12-21T04:25:17.594Z Downloaded tempfile v3.13.0
3792024-12-21T04:25:17.600Z Downloaded bitflags v2.6.0
3802024-12-21T04:25:17.603Z Downloaded proc-macro-error-attr v1.0.4
3812024-12-21T04:25:17.603Z Downloaded pest_generator v2.7.14
3822024-12-21T04:25:17.603Z Downloaded anyhow v1.0.93
3832024-12-21T04:25:17.606Z Downloaded semver v1.0.23
3842024-12-21T04:25:17.609Z Downloaded usdt v0.5.0
3852024-12-21T04:25:17.609Z Downloaded proc-macro-error v1.0.4
3862024-12-21T04:25:17.611Z Downloaded sha2 v0.10.8
3872024-12-21T04:25:17.627Z Downloaded serde_spanned v0.6.8
3882024-12-21T04:25:17.627Z Downloaded macaddr v1.0.1
3892024-12-21T04:25:17.627Z Downloaded log v0.4.22
3902024-12-21T04:25:17.627Z Downloaded cpufeatures v0.2.14
3912024-12-21T04:25:17.627Z Downloaded clap v4.5.21
3922024-12-21T04:25:17.632Z Downloaded typenum v1.17.0
3932024-12-21T04:25:17.634Z Downloaded serde_derive v1.0.215
3942024-12-21T04:25:17.638Z Downloaded anstyle-parse v0.2.5
3952024-12-21T04:25:17.638Z Downloaded pest_meta v2.7.14
3962024-12-21T04:25:17.638Z Downloaded unicode-ident v1.0.13
3972024-12-21T04:25:17.638Z Downloaded proc-macro2 v1.0.89
3982024-12-21T04:25:17.641Z Downloaded ryu v1.0.18
3992024-12-21T04:25:17.643Z Downloaded textwrap v0.16.1
4002024-12-21T04:25:17.651Z Downloaded clap_derive v4.5.18
4012024-12-21T04:25:17.651Z Downloaded papergrid v0.11.0
4022024-12-21T04:25:17.654Z Downloaded pest_derive v2.7.14
4032024-12-21T04:25:17.654Z Downloaded clap_lex v0.7.2
4042024-12-21T04:25:17.654Z Downloaded camino v1.1.9
4052024-12-21T04:25:17.660Z Downloaded toml v0.8.19
4062024-12-21T04:25:17.665Z Downloaded thiserror v1.0.69
4072024-12-21T04:25:17.669Z Downloaded terminal_size v0.4.0
4082024-12-21T04:25:17.671Z Downloaded byteorder v1.5.0
4092024-12-21T04:25:17.672Z Downloaded errno v0.3.9
4102024-12-21T04:25:17.676Z Downloaded ucd-trie v0.1.7
4112024-12-21T04:25:17.679Z Downloaded itoa v1.0.11
4122024-12-21T04:25:17.683Z Downloaded serde v1.0.215
4132024-12-21T04:25:17.686Z Downloaded indexmap v2.6.0
4142024-12-21T04:25:17.691Z Downloaded quote v1.0.37
4152024-12-21T04:25:17.694Z Downloaded once_cell v1.20.2
4162024-12-21T04:25:17.698Z Downloaded zerocopy-derive v0.7.35
4172024-12-21T04:25:17.704Z Downloaded memchr v2.7.4
4182024-12-21T04:25:17.719Z Downloaded toml_edit v0.22.22
4192024-12-21T04:25:17.745Z Downloaded hashbrown v0.15.1
4202024-12-21T04:25:17.775Z Downloaded pest v2.7.14
4212024-12-21T04:25:17.775Z Downloaded winnow v0.6.20
4222024-12-21T04:25:17.775Z Downloaded serde_json v1.0.133
4232024-12-21T04:25:17.775Z Downloaded zerocopy v0.7.35
4242024-12-21T04:25:17.873Z Downloaded tabled v0.15.0
4252024-12-21T04:25:17.873Z Downloaded goblin v0.8.2
4262024-12-21T04:25:17.874Z Downloaded syn v1.0.109
4272024-12-21T04:25:17.874Z Downloaded unicode-width v0.1.14
4282024-12-21T04:25:17.874Z Downloaded clap_builder v4.5.21
4292024-12-21T04:25:17.874Z Downloaded syn v2.0.87
4302024-12-21T04:25:17.946Z Downloaded rustix v0.38.37
4312024-12-21T04:25:17.946Z Downloaded libc v0.2.162
4322024-12-21T04:25:18.188Z Compiling proc-macro2 v1.0.89
4332024-12-21T04:25:18.188Z Compiling unicode-ident v1.0.13
4342024-12-21T04:25:18.188Z Compiling version_check v0.9.5
4352024-12-21T04:25:18.242Z Compiling serde v1.0.215
4362024-12-21T04:25:18.242Z Compiling thiserror v1.0.69
4372024-12-21T04:25:18.242Z Compiling memchr v2.7.4
4382024-12-21T04:25:18.243Z Compiling libc v0.2.162
4392024-12-21T04:25:18.243Z Compiling ryu v1.0.18
4402024-12-21T04:25:18.416Z Compiling itoa v1.0.11
4412024-12-21T04:25:18.662Z Compiling ucd-trie v0.1.7
4422024-12-21T04:25:18.899Z Compiling once_cell v1.20.2
4432024-12-21T04:25:19.092Z Compiling byteorder v1.5.0
4442024-12-21T04:25:19.171Z Compiling rustix v0.38.37
4452024-12-21T04:25:19.295Z Compiling serde_json v1.0.133
4462024-12-21T04:25:19.620Z Compiling bitflags v2.6.0
4472024-12-21T04:25:19.712Z Compiling usdt-impl v0.5.0
4482024-12-21T04:25:19.740Z Compiling proc-macro-error-attr v1.0.4
4492024-12-21T04:25:19.983Z Compiling syn v1.0.109
4502024-12-21T04:25:20.105Z Compiling proc-macro-error v1.0.4
4512024-12-21T04:25:20.107Z Compiling log v0.4.22
4522024-12-21T04:25:20.154Z Compiling quote v1.0.37
4532024-12-21T04:25:20.227Z Compiling plain v0.2.3
4542024-12-21T04:25:20.390Z Compiling hashbrown v0.15.1
4552024-12-21T04:25:20.417Z Compiling errno v0.3.9
4562024-12-21T04:25:20.529Z Compiling camino v1.1.9
4572024-12-21T04:25:20.617Z Compiling syn v2.0.87
4582024-12-21T04:25:20.815Z Compiling utf8parse v0.2.2
4592024-12-21T04:25:20.901Z Compiling equivalent v1.0.1
4602024-12-21T04:25:20.987Z Compiling thread-id v4.2.2
4612024-12-21T04:25:21.026Z Compiling anstyle-parse v0.2.5
4622024-12-21T04:25:21.249Z Compiling anstyle-query v1.1.1
4632024-12-21T04:25:21.370Z Compiling anstyle v1.0.10
4642024-12-21T04:25:21.423Z Compiling unicode-width v0.1.14
4652024-12-21T04:25:21.576Z Compiling semver v1.0.23
4662024-12-21T04:25:21.695Z Compiling indexmap v2.6.0
4672024-12-21T04:25:21.823Z Compiling autocfg v1.4.0
4682024-12-21T04:25:21.969Z Compiling pretty-hex v0.4.1
4692024-12-21T04:25:21.995Z Compiling colorchoice v1.0.2
4702024-12-21T04:25:22.147Z Compiling is_terminal_polyfill v1.70.1
4712024-12-21T04:25:22.175Z Compiling winnow v0.6.20
4722024-12-21T04:25:22.277Z Compiling anstream v0.6.15
4732024-12-21T04:25:22.588Z Compiling fnv v1.0.7
4742024-12-21T04:25:22.750Z Compiling terminal_size v0.4.0
4752024-12-21T04:25:22.971Z Compiling bytecount v0.6.8
4762024-12-21T04:25:23.008Z Compiling fs-err v2.11.0
4772024-12-21T04:25:23.133Z Compiling heck v0.5.0
4782024-12-21T04:25:23.195Z Compiling heck v0.4.1
4792024-12-21T04:25:23.295Z Compiling anyhow v1.0.93
4802024-12-21T04:25:23.504Z Compiling cfg-if v1.0.0
4812024-12-21T04:25:23.535Z Compiling fastrand v2.1.1
4822024-12-21T04:25:23.611Z Compiling strsim v0.11.1
4832024-12-21T04:25:23.643Z Compiling clap_lex v0.7.2
4842024-12-21T04:25:23.859Z Compiling papergrid v0.11.0
4852024-12-21T04:25:24.186Z Compiling clap_builder v4.5.21
4862024-12-21T04:25:24.320Z Compiling tempfile v3.13.0
4872024-12-21T04:25:24.541Z Compiling memmap v0.7.0
4882024-12-21T04:25:24.899Z Compiling smawk v0.3.2
4892024-12-21T04:25:24.971Z Compiling unicode-linebreak v0.1.5
4902024-12-21T04:25:25.480Z Compiling textwrap v0.16.1
4912024-12-21T04:25:25.916Z Compiling swrite v0.1.0
4922024-12-21T04:25:26.926Z Compiling tabled_derive v0.7.0
4932024-12-21T04:25:28.576Z Compiling tabled v0.15.0
4942024-12-21T04:25:29.710Z Compiling serde_derive v1.0.215
4952024-12-21T04:25:29.710Z Compiling thiserror-impl v1.0.69
4962024-12-21T04:25:29.713Z Compiling zerocopy-derive v0.7.35
4972024-12-21T04:25:29.713Z Compiling scroll_derive v0.12.0
4982024-12-21T04:25:29.713Z Compiling clap_derive v4.5.18
4992024-12-21T04:25:31.120Z Compiling scroll v0.12.0
5002024-12-21T04:25:31.653Z Compiling zerocopy v0.7.35
5012024-12-21T04:25:31.681Z Compiling goblin v0.8.2
5022024-12-21T04:25:32.505Z Compiling pest v2.7.14
5032024-12-21T04:25:33.623Z Compiling clap v4.5.21
5042024-12-21T04:25:34.829Z Compiling pest_meta v2.7.14
5052024-12-21T04:25:35.732Z Compiling pest_generator v2.7.14
5062024-12-21T04:25:37.549Z Compiling pest_derive v2.7.14
5072024-12-21T04:25:38.311Z Compiling dtrace-parser v0.2.0
5082024-12-21T04:25:40.073Z Compiling serde_spanned v0.6.8
5092024-12-21T04:25:40.073Z Compiling toml_datetime v0.6.8
5102024-12-21T04:25:40.076Z Compiling cargo-platform v0.1.8
5112024-12-21T04:25:40.467Z Compiling serde_tokenstream v0.2.2
5122024-12-21T04:25:40.501Z Compiling toml_edit v0.22.22
5132024-12-21T04:25:40.661Z Compiling macaddr v1.0.1
5142024-12-21T04:25:40.775Z Compiling camino-tempfile v1.1.1
5152024-12-21T04:25:41.600Z Compiling dof v0.3.0
5162024-12-21T04:25:41.601Z Compiling cargo_metadata v0.18.1
5172024-12-21T04:25:43.387Z Compiling toml v0.8.19
5182024-12-21T04:25:43.681Z Compiling usdt-macro v0.5.0
5192024-12-21T04:25:43.681Z Compiling usdt-attr-macro v0.5.0
5202024-12-21T04:25:44.267Z Compiling cargo_toml v0.20.5
5212024-12-21T04:25:45.120Z Compiling usdt v0.5.0
5222024-12-21T04:25:47.990Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5232024-12-21T04:25:52.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.51s
5242024-12-21T04:25:52.542Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5252024-12-21T04:25:53.104Z Downloading crates ...
5262024-12-21T04:25:53.242Z Downloaded arrayref v0.3.9
5272024-12-21T04:25:53.246Z Downloaded aead v0.5.2
5282024-12-21T04:25:53.248Z Downloaded addr2line v0.24.2
5292024-12-21T04:25:53.259Z Downloaded async-stream-impl v0.3.6
5302024-12-21T04:25:53.267Z Downloaded cfg_aliases v0.2.1
5312024-12-21T04:25:53.270Z Downloaded atty v0.2.14
5322024-12-21T04:25:53.270Z Downloaded atomicwrites v0.4.4
5332024-12-21T04:25:53.275Z Downloaded crunchy v0.2.2
5342024-12-21T04:25:53.279Z Downloaded convert_case v0.4.0
5352024-12-21T04:25:53.281Z Downloaded cstr-argument v0.1.2
5362024-12-21T04:25:53.285Z Downloaded crucible-workspace-hack v0.1.0
5372024-12-21T04:25:53.285Z Downloaded ciborium-io v0.2.2
5382024-12-21T04:25:53.290Z Downloaded adler2 v2.0.0
5392024-12-21T04:25:53.302Z Downloaded ahash v0.8.11
5402024-12-21T04:25:53.305Z Downloaded cfg_aliases v0.1.1
5412024-12-21T04:25:53.305Z Downloaded castaway v0.2.3
5422024-12-21T04:25:53.305Z Downloaded bit-set v0.5.3
5432024-12-21T04:25:53.305Z Downloaded cassowary v0.3.0
5442024-12-21T04:25:53.305Z Downloaded bitfield v0.14.0
5452024-12-21T04:25:53.305Z Downloaded darling v0.20.10
5462024-12-21T04:25:53.311Z Downloaded bit-vec v0.6.3
5472024-12-21T04:25:53.311Z Downloaded base16ct v0.2.0
5482024-12-21T04:25:53.311Z Downloaded cbc v0.1.2
5492024-12-21T04:25:53.313Z Downloaded block-padding v0.3.3
5502024-12-21T04:25:53.316Z Downloaded cexpr v0.6.0
5512024-12-21T04:25:53.316Z Downloaded bcrypt-pbkdf v0.10.0
5522024-12-21T04:25:53.319Z Downloaded ascii-canvas v3.0.0
5532024-12-21T04:25:53.319Z Downloaded atomic-waker v1.1.2
5542024-12-21T04:25:53.323Z Downloaded bitflags v1.3.2
5552024-12-21T04:25:53.323Z Downloaded chrono-tz-build v0.4.0
5562024-12-21T04:25:53.323Z Downloaded assert_matches v1.5.0
5572024-12-21T04:25:53.329Z Downloaded hex-literal v0.4.1
5582024-12-21T04:25:53.334Z Downloaded heck v0.3.3
5592024-12-21T04:25:53.334Z Downloaded hostname v0.3.1
5602024-12-21T04:25:53.334Z Downloaded ciborium-ll v0.2.2
5612024-12-21T04:25:53.337Z Downloaded async-stream v0.3.6
5622024-12-21T04:25:53.337Z Downloaded home v0.5.9
5632024-12-21T04:25:53.337Z Downloaded headers-core v0.3.0
5642024-12-21T04:25:53.337Z Downloaded async-recursion v1.1.1
5652024-12-21T04:25:53.342Z Downloaded crossbeam-deque v0.8.5
5662024-12-21T04:25:53.351Z Downloaded heapless v0.7.17
5672024-12-21T04:25:53.351Z Downloaded cmake v0.1.51
5682024-12-21T04:25:53.355Z Downloaded bb8 v0.8.5
5692024-12-21T04:25:53.355Z Downloaded allocator-api2 v0.2.18
5702024-12-21T04:25:53.355Z Downloaded heapless v0.8.0
5712024-12-21T04:25:53.359Z Downloaded hickory-client v0.24.1
5722024-12-21T04:25:53.362Z Downloaded crc-catalog v2.4.0
5732024-12-21T04:25:53.362Z Downloaded http-range v0.1.5
5742024-12-21T04:25:53.362Z Downloaded highway v1.2.0
5752024-12-21T04:25:53.365Z Downloaded hubpack_derive v0.1.1
5762024-12-21T04:25:53.365Z Downloaded colored v2.1.0
5772024-12-21T04:25:53.369Z Downloaded buf-list v1.0.3
5782024-12-21T04:25:53.372Z Downloaded chacha20 v0.9.1
5792024-12-21T04:25:53.372Z Downloaded httpdate v1.0.3
5802024-12-21T04:25:53.372Z Downloaded hmac v0.12.1
5812024-12-21T04:25:53.376Z Downloaded impl-trait-for-tuples v0.2.2
5822024-12-21T04:25:53.380Z Downloaded curve25519-dalek-derive v0.1.1
5832024-12-21T04:25:53.380Z Downloaded constant_time_eq v0.3.1
5842024-12-21T04:25:53.383Z Downloaded bzip2 v0.4.4
5852024-12-21T04:25:53.383Z Downloaded async-trait v0.1.83
5862024-12-21T04:25:53.387Z Downloaded cipher v0.4.4
5872024-12-21T04:25:53.390Z Downloaded blowfish v0.9.1
5882024-12-21T04:25:53.390Z Downloaded bcs v0.1.6
5892024-12-21T04:25:53.396Z Downloaded http-body-util v0.1.2
5902024-12-21T04:25:53.396Z Downloaded hubpack v0.1.2
5912024-12-21T04:25:53.400Z Downloaded cookie_store v0.21.0
5922024-12-21T04:25:53.401Z Downloaded iana-time-zone v0.1.61
5932024-12-21T04:25:53.405Z Downloaded hyper-staticfile v0.10.1
5942024-12-21T04:25:53.405Z Downloaded ctr v0.9.2
5952024-12-21T04:25:53.411Z Downloaded ident_case v1.0.1
5962024-12-21T04:25:53.411Z Downloaded icu_provider_macros v1.5.0
5972024-12-21T04:25:53.411Z Downloaded const_format_proc_macros v0.2.33
5982024-12-21T04:25:53.411Z Downloaded console v0.15.8
5992024-12-21T04:25:53.416Z Downloaded http-body v1.0.1
6002024-12-21T04:25:53.416Z Downloaded cobs v0.2.3
6012024-12-21T04:25:53.416Z Downloaded instant v0.1.13
6022024-12-21T04:25:53.419Z Downloaded arrayvec v0.7.6
6032024-12-21T04:25:53.419Z Downloaded ciborium v0.2.2
6042024-12-21T04:25:53.421Z Downloaded csv-core v0.1.11
6052024-12-21T04:25:53.421Z Downloaded hyper-rustls v0.27.3
6062024-12-21T04:25:53.426Z Downloaded httparse v1.9.5
6072024-12-21T04:25:53.428Z Downloaded crc32fast v1.4.2
6082024-12-21T04:25:53.428Z Downloaded is_ci v1.2.0
6092024-12-21T04:25:53.433Z Downloaded base64ct v1.6.0
6102024-12-21T04:25:53.436Z Downloaded backoff v0.4.0
6112024-12-21T04:25:53.436Z Downloaded async-bb8-diesel v0.2.1
6122024-12-21T04:25:53.439Z Downloaded argon2 v0.5.3
6132024-12-21T04:25:53.440Z Downloaded rpassword v7.3.1
6142024-12-21T04:25:53.442Z Downloaded rand_chacha v0.3.1
6152024-12-21T04:25:53.442Z Downloaded crc v3.2.1
6162024-12-21T04:25:53.445Z Downloaded bitfield-struct v0.6.2
6172024-12-21T04:25:53.446Z Downloaded rustls-pemfile v1.0.4
6182024-12-21T04:25:53.450Z Downloaded array-init v0.0.4
6192024-12-21T04:25:53.450Z Downloaded scopeguard v1.2.0
6202024-12-21T04:25:53.453Z Downloaded matches v0.1.10
6212024-12-21T04:25:53.453Z Downloaded hex v0.4.3
6222024-12-21T04:25:53.453Z Downloaded md5 v0.7.0
6232024-12-21T04:25:53.453Z Downloaded match_cfg v0.1.0
6242024-12-21T04:25:53.455Z Downloaded cancel-safe-futures v0.1.5
6252024-12-21T04:25:53.458Z Downloaded cookie v0.18.1
6262024-12-21T04:25:53.462Z Downloaded blake2 v0.10.6
6272024-12-21T04:25:53.466Z Downloaded const-oid v0.9.6
6282024-12-21T04:25:53.469Z Downloaded humantime v2.1.0
6292024-12-21T04:25:53.474Z Downloaded idna_adapter v1.2.0
6302024-12-21T04:25:53.474Z Downloaded hostname v0.4.0
6312024-12-21T04:25:53.475Z Downloaded secrecy v0.8.0
6322024-12-21T04:25:53.477Z Downloaded clang-sys v1.8.1
6332024-12-21T04:25:53.477Z Downloaded crossbeam-utils v0.8.20
6342024-12-21T04:25:53.481Z Downloaded vte_generate_state_changes v0.1.2
6352024-12-21T04:25:53.481Z Downloaded is-terminal v0.4.13
6362024-12-21T04:25:53.481Z Downloaded hyper-tls v0.6.0
6372024-12-21T04:25:53.484Z Downloaded hickory-resolver v0.24.1
6382024-12-21T04:25:53.487Z Downloaded internet-checksum v0.2.1
6392024-12-21T04:25:53.490Z Downloaded icu_locid_transform_data v1.5.0
6402024-12-21T04:25:53.490Z Downloaded derive_builder_macro v0.20.2
6412024-12-21T04:25:53.494Z Downloaded darling_macro v0.20.10
6422024-12-21T04:25:53.494Z Downloaded inout v0.1.3
6432024-12-21T04:25:53.494Z Downloaded structmeta v0.3.0
6442024-12-21T04:25:53.497Z Downloaded spki v0.7.3
6452024-12-21T04:25:53.497Z Downloaded spin v0.5.2
6462024-12-21T04:25:53.497Z Downloaded slog-stdlog v4.1.1
6472024-12-21T04:25:53.499Z Downloaded downcast v0.11.0
6482024-12-21T04:25:53.500Z Downloaded linear-map v1.2.0
6492024-12-21T04:25:53.502Z Downloaded fxhash v0.2.1
6502024-12-21T04:25:53.502Z Downloaded keccak v0.1.5
6512024-12-21T04:25:53.505Z Downloaded ipnetwork v0.20.0
6522024-12-21T04:25:53.509Z Downloaded lazy_static v1.5.0
6532024-12-21T04:25:53.509Z Downloaded slog-async v2.8.0
6542024-12-21T04:25:53.513Z Downloaded linked-hash-map v0.5.6
6552024-12-21T04:25:53.513Z Downloaded untrusted v0.9.0
6562024-12-21T04:25:53.517Z Downloaded lazycell v1.3.0
6572024-12-21T04:25:53.517Z Downloaded lalrpop-util v0.19.12
6582024-12-21T04:25:53.517Z Downloaded kstat-rs v0.2.4
6592024-12-21T04:25:53.517Z Downloaded tokio-macros v2.4.0
6602024-12-21T04:25:53.519Z Downloaded serde_plain v1.0.2
6612024-12-21T04:25:53.519Z Downloaded managed v0.8.0
6622024-12-21T04:25:53.523Z Downloaded rustversion v1.0.17
6632024-12-21T04:25:53.523Z Downloaded num-conv v0.1.0
6642024-12-21T04:25:53.525Z Downloaded rustc-demangle v0.1.24
6652024-12-21T04:25:53.525Z Downloaded memoffset v0.9.1
6662024-12-21T04:25:53.528Z Downloaded md-5 v0.10.6
6672024-12-21T04:25:53.531Z Downloaded crc-any v2.5.0
6682024-12-21T04:25:53.531Z Downloaded maybe-uninit v2.0.0
6692024-12-21T04:25:53.535Z Downloaded mime v0.3.17
6702024-12-21T04:25:53.535Z Downloaded bytes v1.8.0
6712024-12-21T04:25:53.539Z Downloaded signature v2.2.0
6722024-12-21T04:25:53.544Z Downloaded lru-cache v0.1.2
6732024-12-21T04:25:53.544Z Downloaded lru v0.12.5
6742024-12-21T04:25:53.544Z Downloaded lockfree-object-pool v0.1.6
6752024-12-21T04:25:53.547Z Downloaded tokio-native-tls v0.3.1
6762024-12-21T04:25:53.547Z Downloaded progenitor-impl v0.8.0
6772024-12-21T04:25:53.550Z Downloaded crossbeam-epoch v0.9.18
6782024-12-21T04:25:53.556Z Downloaded serde_with_macros v3.11.0
6792024-12-21T04:25:53.560Z Downloaded unicode-xid v0.2.6
6802024-12-21T04:25:53.560Z Downloaded arc-swap v1.7.1
6812024-12-21T04:25:53.560Z Downloaded libefi-sys v0.1.0
6822024-12-21T04:25:53.565Z Downloaded jobserver v0.1.32
6832024-12-21T04:25:53.566Z Downloaded zone v0.1.8
6842024-12-21T04:25:53.570Z Downloaded xz2 v0.1.7
6852024-12-21T04:25:53.570Z Downloaded zeroize v1.8.1
6862024-12-21T04:25:53.570Z Downloaded strum_macros v0.25.3
6872024-12-21T04:25:53.574Z Downloaded spin v0.9.8
6882024-12-21T04:25:53.574Z Downloaded ff v0.13.0
6892024-12-21T04:25:53.574Z Downloaded gethostname v0.5.0
6902024-12-21T04:25:53.578Z Downloaded futures-io v0.3.31
6912024-12-21T04:25:53.578Z Downloaded fallible-iterator v0.3.0
6922024-12-21T04:25:53.579Z Downloaded data-encoding v2.6.0
6932024-12-21T04:25:53.582Z Downloaded libsw v3.3.1
6942024-12-21T04:25:53.582Z Downloaded fd-lock v4.0.2
6952024-12-21T04:25:53.585Z Downloaded hash32 v0.2.1
6962024-12-21T04:25:53.585Z Downloaded packed_struct_codegen v0.10.1
6972024-12-21T04:25:53.588Z Downloaded memmap2 v0.9.5
6982024-12-21T04:25:53.588Z Downloaded maplit v1.0.2
6992024-12-21T04:25:53.590Z Downloaded tracing-attributes v0.1.27
7002024-12-21T04:25:53.596Z Downloaded russh-keys v0.45.0
7012024-12-21T04:25:53.599Z Downloaded uzers v0.12.1
7022024-12-21T04:25:53.599Z Downloaded strum v0.26.3
7032024-12-21T04:25:53.599Z Downloaded compact_str v0.8.0
7042024-12-21T04:25:53.602Z Downloaded bumpalo v3.16.0
7052024-12-21T04:25:53.607Z Downloaded num-derive v0.4.2
7062024-12-21T04:25:53.607Z Downloaded crypto-bigint v0.5.5
7072024-12-21T04:25:53.622Z Downloaded try-lock v0.2.5
7082024-12-21T04:25:53.627Z Downloaded write16 v1.0.0
7092024-12-21T04:25:53.627Z Downloaded term v0.7.0
7102024-12-21T04:25:53.630Z Downloaded pbkdf2 v0.12.2
7112024-12-21T04:25:53.630Z Downloaded parse-display-derive v0.10.0
7122024-12-21T04:25:53.633Z Downloaded derive_builder_core v0.20.2
7132024-12-21T04:25:53.633Z Downloaded predicates-core v1.0.8
7142024-12-21T04:25:53.635Z Downloaded ipnet v2.10.1
7152024-12-21T04:25:53.639Z Downloaded endian-type v0.1.2
7162024-12-21T04:25:53.639Z Downloaded dhcproto-macros v0.1.0
7172024-12-21T04:25:53.639Z Downloaded hyper-util v0.1.10
7182024-12-21T04:25:53.642Z Downloaded salsa20 v0.10.2
7192024-12-21T04:25:53.646Z Downloaded ref-cast-impl v1.0.23
7202024-12-21T04:25:53.646Z Downloaded derive_builder v0.20.2
7212024-12-21T04:25:53.650Z Downloaded opaque-debug v0.3.1
7222024-12-21T04:25:53.652Z Downloaded base64 v0.13.1
7232024-12-21T04:25:53.654Z Downloaded quick-error v1.2.3
7242024-12-21T04:25:53.659Z Downloaded predicates-tree v1.0.11
7252024-12-21T04:25:53.659Z Downloaded lock_api v0.4.12
7262024-12-21T04:25:53.662Z Downloaded num-complex v0.4.6
7272024-12-21T04:25:53.662Z Downloaded percent-encoding v2.3.1
7282024-12-21T04:25:53.662Z Downloaded indexmap v1.9.3
7292024-12-21T04:25:53.665Z Downloaded rustc_version v0.4.1
7302024-12-21T04:25:53.668Z Downloaded shell-words v1.1.0
7312024-12-21T04:25:53.668Z Downloaded normalize-line-endings v0.3.0
7322024-12-21T04:25:53.670Z Downloaded cc v1.1.30
7332024-12-21T04:25:53.673Z Downloaded crossbeam-channel v0.5.13
7342024-12-21T04:25:53.676Z Downloaded multer v3.1.0
7352024-12-21T04:25:53.679Z Downloaded tap v1.0.1
7362024-12-21T04:25:53.682Z Downloaded icu_normalizer_data v1.5.0
7372024-12-21T04:25:53.684Z Downloaded ssh-encoding v0.2.0
7382024-12-21T04:25:53.685Z Downloaded http v1.1.0
7392024-12-21T04:25:53.689Z Downloaded tinyvec_macros v0.1.1
7402024-12-21T04:25:53.692Z Downloaded time-core v0.1.2
7412024-12-21T04:25:53.692Z Downloaded sigpipe v0.1.3
7422024-12-21T04:25:53.693Z Downloaded russh-cryptovec v0.7.3
7432024-12-21T04:25:53.693Z Downloaded psl-types v2.0.11
7442024-12-21T04:25:53.697Z Downloaded termios v0.3.3
7452024-12-21T04:25:53.697Z Downloaded unicase v2.7.0
7462024-12-21T04:25:53.699Z Downloaded structmeta-derive v0.3.0
7472024-12-21T04:25:53.699Z Downloaded dropshot_endpoint v0.13.0
7482024-12-21T04:25:53.703Z Downloaded dropshot_endpoint v0.12.0
7492024-12-21T04:25:53.706Z Downloaded yasna v0.5.2
7502024-12-21T04:25:53.709Z Downloaded semver v0.1.20
7512024-12-21T04:25:53.709Z Downloaded postgres-protocol v0.6.7
7522024-12-21T04:25:53.713Z Downloaded tower-service v0.3.3
7532024-12-21T04:25:53.713Z Downloaded zerovec-derive v0.10.3
7542024-12-21T04:25:53.716Z Downloaded pin-project-internal v1.1.6
7552024-12-21T04:25:53.716Z Downloaded float-ord v0.3.2
7562024-12-21T04:25:53.718Z Downloaded yoke-derive v0.7.4
7572024-12-21T04:25:53.718Z Downloaded want v0.3.1
7582024-12-21T04:25:53.718Z Downloaded embedded-io v0.4.0
7592024-12-21T04:25:53.722Z Downloaded derive_more v0.99.18
7602024-12-21T04:25:53.725Z Downloaded nodrop v0.1.14
7612024-12-21T04:25:53.727Z Downloaded either v1.13.0
7622024-12-21T04:25:53.728Z Downloaded futures-core v0.3.31
7632024-12-21T04:25:53.731Z Downloaded indicatif v0.17.9
7642024-12-21T04:25:53.734Z Downloaded half v2.4.1
7652024-12-21T04:25:53.739Z Downloaded serde_yaml v0.9.34+deprecated
7662024-12-21T04:25:53.741Z Downloaded fatfs v0.3.6
7672024-12-21T04:25:53.744Z Downloaded tabwriter v1.4.0
7682024-12-21T04:25:53.746Z Downloaded qorb v0.2.1
7692024-12-21T04:25:53.749Z Downloaded progenitor-macro v0.8.0
7702024-12-21T04:25:53.753Z Downloaded ref-cast v1.0.23
7712024-12-21T04:25:53.755Z Downloaded newtype_derive v0.1.6
7722024-12-21T04:25:53.755Z Downloaded mockall_derive v0.13.0
7732024-12-21T04:25:53.758Z Downloaded openssl-macros v0.1.1
7742024-12-21T04:25:53.758Z Downloaded signal-hook-registry v1.4.2
7752024-12-21T04:25:53.760Z Downloaded path-slash v0.1.5
7762024-12-21T04:25:53.761Z Downloaded serde-big-array v0.5.1
7772024-12-21T04:25:53.766Z Downloaded static_assertions v1.1.0
7782024-12-21T04:25:53.766Z Downloaded des v0.8.1
7792024-12-21T04:25:53.769Z Downloaded tar v0.4.42
7802024-12-21T04:25:53.769Z Downloaded stable_deref_trait v1.2.0
7812024-12-21T04:25:53.772Z Downloaded pkg-config v0.3.31
7822024-12-21T04:25:53.772Z Downloaded writeable v0.5.5
7832024-12-21T04:25:53.777Z Downloaded rustc-hash v2.0.0
7842024-12-21T04:25:53.777Z Downloaded whoami v1.5.2
7852024-12-21T04:25:53.779Z Downloaded pin-project-lite v0.2.14
7862024-12-21T04:25:53.783Z Downloaded zerofrom v0.1.4
7872024-12-21T04:25:53.783Z Downloaded xattr v1.3.1
7882024-12-21T04:25:53.785Z Downloaded value-bag v1.9.0
7892024-12-21T04:25:53.787Z Downloaded waitgroup v0.1.2
7902024-12-21T04:25:53.790Z Downloaded ssh-cipher v0.2.0
7912024-12-21T04:25:53.790Z Downloaded wyz v0.5.1
7922024-12-21T04:25:53.794Z Downloaded rustc-hash v1.1.0
7932024-12-21T04:25:53.794Z Downloaded slog-envlogger v2.2.0
7942024-12-21T04:25:53.796Z Downloaded peg-runtime v0.8.3
7952024-12-21T04:25:53.796Z Downloaded serde_urlencoded v0.7.1
7962024-12-21T04:25:53.799Z Downloaded pkcs8 v0.10.2
7972024-12-21T04:25:53.801Z Downloaded phf_codegen v0.11.2
7982024-12-21T04:25:53.801Z Downloaded rustc_version v0.1.7
7992024-12-21T04:25:53.801Z Downloaded icu_collections v1.5.0
8002024-12-21T04:25:53.807Z Downloaded shlex v1.3.0
8012024-12-21T04:25:53.810Z Downloaded subtle v2.6.1
8022024-12-21T04:25:53.814Z Downloaded termcolor v1.4.1
8032024-12-21T04:25:53.814Z Downloaded slog-json v2.6.1
8042024-12-21T04:25:53.816Z Downloaded base64 v0.21.7
8052024-12-21T04:25:53.820Z Downloaded embedded-io v0.6.1
8062024-12-21T04:25:53.822Z Downloaded serde_repr v0.1.19
8072024-12-21T04:25:53.822Z Downloaded rustfmt-wrapper v0.2.1
8082024-12-21T04:25:53.824Z Downloaded aes v0.8.4
8092024-12-21T04:25:53.827Z Downloaded slog-dtrace v0.3.0
8102024-12-21T04:25:53.829Z Downloaded nu-ansi-term v0.50.1
8112024-12-21T04:25:53.832Z Downloaded openssl-probe v0.1.5
8122024-12-21T04:25:53.834Z Downloaded paste v1.0.15
8132024-12-21T04:25:53.836Z Downloaded derive-where v1.2.7
8142024-12-21T04:25:53.838Z Downloaded password-hash v0.5.0
8152024-12-21T04:25:53.841Z Downloaded r2d2 v0.8.10
8162024-12-21T04:25:53.843Z Downloaded powerfmt v0.2.0
8172024-12-21T04:25:53.852Z Downloaded rayon-core v1.12.1
8182024-12-21T04:25:53.854Z Downloaded zone_cfg_derive v0.3.0
8192024-12-21T04:25:53.855Z Downloaded zone_cfg_derive v0.1.2
8202024-12-21T04:25:53.855Z Downloaded oso v0.27.3
8212024-12-21T04:25:53.855Z Downloaded tiny-keccak v2.0.2
8222024-12-21T04:25:53.858Z Downloaded hkdf v0.12.4
8232024-12-21T04:25:53.861Z Downloaded zerofrom-derive v0.1.4
8242024-12-21T04:25:53.861Z Downloaded miniz_oxide v0.8.0
8252024-12-21T04:25:53.864Z Downloaded tinystr v0.7.6
8262024-12-21T04:25:53.866Z Downloaded tracing v0.1.40
8272024-12-21T04:25:53.869Z Downloaded zeroize_derive v1.4.2
8282024-12-21T04:25:53.872Z Downloaded ghash v0.5.1
8292024-12-21T04:25:53.872Z Downloaded tls_codec v0.4.1
8302024-12-21T04:25:53.874Z Downloaded omicron-zone-package v0.11.1
8312024-12-21T04:25:53.876Z Downloaded slog-scope v4.4.0
8322024-12-21T04:25:53.879Z Downloaded parse-size v1.1.0
8332024-12-21T04:25:53.881Z Downloaded pbkdf2 v0.11.0
8342024-12-21T04:25:53.881Z Downloaded num-iter v0.1.45
8352024-12-21T04:25:53.885Z Downloaded peg v0.8.4
8362024-12-21T04:25:53.888Z Downloaded resolv-conf v0.7.0
8372024-12-21T04:25:53.891Z Downloaded rfc6979 v0.4.0
8382024-12-21T04:25:53.891Z Downloaded progenitor v0.8.0
8392024-12-21T04:25:53.891Z Downloaded num-integer v0.1.46
8402024-12-21T04:25:53.896Z Downloaded ena v0.14.3
8412024-12-21T04:25:53.899Z Downloaded dhcproto v0.12.0
8422024-12-21T04:25:53.899Z Downloaded ed25519 v2.2.3
8432024-12-21T04:25:53.903Z Downloaded tokio-tungstenite v0.21.0
8442024-12-21T04:25:53.903Z Downloaded aes-gcm v0.10.3
8452024-12-21T04:25:53.906Z Downloaded hash32 v0.3.1
8462024-12-21T04:25:53.908Z Downloaded minimal-lexical v0.2.1
8472024-12-21T04:25:53.912Z Downloaded group v0.13.0
8482024-12-21T04:25:53.914Z Downloaded phf_shared v0.11.2
8492024-12-21T04:25:53.918Z Downloaded olpc-cjson v0.1.4
8502024-12-21T04:25:53.918Z Downloaded ron v0.8.1
8512024-12-21T04:25:53.922Z Downloaded tls_codec_derive v0.4.1
8522024-12-21T04:25:53.924Z Downloaded supports-color v3.0.1
8532024-12-21T04:25:53.928Z Downloaded smallvec v0.6.14
8542024-12-21T04:25:53.929Z Downloaded slog-bunyan v2.5.0
8552024-12-21T04:25:53.932Z Downloaded unicode-bidi v0.3.17
8562024-12-21T04:25:53.932Z Downloaded rtoolbox v0.0.2
8572024-12-21T04:25:53.939Z Downloaded zone v0.3.0
8582024-12-21T04:25:53.939Z Downloaded time-macros v0.2.18
8592024-12-21T04:25:53.943Z Downloaded fragile v2.0.0
8602024-12-21T04:25:53.943Z Downloaded rusty-fork v0.3.0
8612024-12-21T04:25:53.943Z Downloaded mockall v0.13.0
8622024-12-21T04:25:53.943Z Downloaded pkcs5 v0.7.1
8632024-12-21T04:25:53.945Z Downloaded funty v2.0.0
8642024-12-21T04:25:53.947Z Downloaded fs_extra v1.3.0
8652024-12-21T04:25:53.950Z Downloaded getrandom v0.2.15
8662024-12-21T04:25:53.953Z Downloaded new_debug_unreachable v1.0.6
8672024-12-21T04:25:53.953Z Downloaded unicode-properties v0.1.3
8682024-12-21T04:25:53.961Z Downloaded form_urlencoded v1.2.1
8692024-12-21T04:25:53.961Z Downloaded enum-as-inner v0.6.1
8702024-12-21T04:25:53.963Z Downloaded enum-as-inner v0.5.1
8712024-12-21T04:25:53.964Z Downloaded num_enum_derive v0.5.11
8722024-12-21T04:25:53.964Z Downloaded peg-macros v0.8.4
8732024-12-21T04:25:53.964Z Downloaded tokio-stream v0.1.16
8742024-12-21T04:25:53.967Z Downloaded schemars_derive v0.8.21
8752024-12-21T04:25:53.970Z Downloaded subprocess v0.2.9
8762024-12-21T04:25:53.972Z Downloaded elliptic-curve v0.13.8
8772024-12-21T04:25:53.977Z Downloaded sqlparser_derive v0.2.2
8782024-12-21T04:25:53.977Z Downloaded env_filter v0.1.2
8792024-12-21T04:25:53.979Z Downloaded sha1 v0.10.6
8802024-12-21T04:25:53.981Z Downloaded yoke v0.7.4
8812024-12-21T04:25:53.983Z Downloaded walkdir v2.5.0
8822024-12-21T04:25:53.983Z Downloaded tokio-postgres v0.7.12
8832024-12-21T04:25:53.988Z Downloaded num v0.4.3
8842024-12-21T04:25:53.991Z Downloaded filetime v0.2.25
8852024-12-21T04:25:53.993Z Downloaded defmt-macros v0.3.9
8862024-12-21T04:25:53.996Z Downloaded predicates v3.1.2
8872024-12-21T04:25:53.998Z Downloaded flume v0.11.1
8882024-12-21T04:25:54.002Z Downloaded mirai-annotations v1.12.0
8892024-12-21T04:25:54.007Z Downloaded hyper v1.5.2
8902024-12-21T04:25:54.010Z Downloaded rand_seeder v0.3.0
8912024-12-21T04:25:54.013Z Downloaded tinyvec v1.8.0
8922024-12-21T04:25:54.015Z Downloaded crossterm v0.28.1
8932024-12-21T04:25:54.022Z Downloaded newline-converter v0.3.0
8942024-12-21T04:25:54.024Z Downloaded progenitor-client v0.8.0
8952024-12-21T04:25:54.024Z Downloaded dyn-clone v1.0.17
8962024-12-21T04:25:54.027Z Downloaded defmt-parser v0.3.4
8972024-12-21T04:25:54.029Z Downloaded futures-task v0.3.31
8982024-12-21T04:25:54.029Z Downloaded zip v0.6.6
8992024-12-21T04:25:54.032Z Downloaded slab v0.4.9
9002024-12-21T04:25:54.035Z Downloaded packed_struct v0.10.1
9012024-12-21T04:25:54.039Z Downloaded siphasher v0.3.11
9022024-12-21T04:25:54.039Z Downloaded libm v0.2.8
9032024-12-21T04:25:54.044Z Downloaded sqlformat v0.2.6
9042024-12-21T04:25:54.047Z Downloaded parking_lot_core v0.9.10
9052024-12-21T04:25:54.052Z Downloaded utf-8 v0.7.6
9062024-12-21T04:25:54.055Z Downloaded untrusted v0.7.1
9072024-12-21T04:25:54.055Z Downloaded pin-utils v0.1.0
9082024-12-21T04:25:54.055Z Downloaded universal-hash v0.5.1
9092024-12-21T04:25:54.055Z Downloaded zerocopy v0.6.6
9102024-12-21T04:25:54.059Z Downloaded ed25519-dalek v2.1.1
9112024-12-21T04:25:54.062Z Downloaded fixedbitset v0.4.2
9122024-12-21T04:25:54.062Z Downloaded float-cmp v0.9.0
9132024-12-21T04:25:54.064Z Downloaded libxml v0.3.3
9142024-12-21T04:25:54.068Z Downloaded snafu-derive v0.8.5
9152024-12-21T04:25:54.071Z Downloaded idna v1.0.3
9162024-12-21T04:25:54.074Z Downloaded vergen v8.3.2
9172024-12-21T04:25:54.077Z Downloaded oso-derive v0.27.3
9182024-12-21T04:25:54.080Z Downloaded tracing-core v0.1.32
9192024-12-21T04:25:54.082Z Downloaded scrypt v0.11.0
9202024-12-21T04:25:54.085Z Downloaded debug-ignore v1.0.5
9212024-12-21T04:25:54.085Z Downloaded serde_derive_internals v0.29.1
9222024-12-21T04:25:54.087Z Downloaded thiserror-impl v2.0.3
9232024-12-21T04:25:54.091Z Downloaded wait-timeout v0.2.0
9242024-12-21T04:25:54.091Z Downloaded synstructure v0.13.1
9252024-12-21T04:25:54.093Z Downloaded password-hash v0.4.2
9262024-12-21T04:25:54.093Z Downloaded nom v7.1.3
9272024-12-21T04:25:54.098Z Downloaded zip v2.1.3
9282024-12-21T04:25:54.102Z Downloaded dirs-sys-next v0.1.2
9292024-12-21T04:25:54.104Z Downloaded native-tls v0.2.12
9302024-12-21T04:25:54.107Z Downloaded nanorand v0.7.0
9312024-12-21T04:25:54.110Z Downloaded phf v0.11.2
9322024-12-21T04:25:54.110Z Downloaded socket2 v0.5.7
9332024-12-21T04:25:54.113Z Downloaded same-file v1.0.6
9342024-12-21T04:25:54.115Z Downloaded signal-hook v0.3.17
9352024-12-21T04:25:54.118Z Downloaded proc-macro-crate v1.3.1
9362024-12-21T04:25:54.118Z Downloaded futures-sink v0.3.31
9372024-12-21T04:25:54.121Z Downloaded serde-hex v0.1.0
9382024-12-21T04:25:54.121Z Downloaded aho-corasick v1.1.3
9392024-12-21T04:25:54.127Z Downloaded poly1305 v0.8.0
9402024-12-21T04:25:54.129Z Downloaded utf16_iter v1.0.5
9412024-12-21T04:25:54.132Z Downloaded defmt v0.3.8
9422024-12-21T04:25:54.136Z Downloaded url v2.5.3
9432024-12-21T04:25:54.138Z Downloaded smf v0.2.3
9442024-12-21T04:25:54.140Z Downloaded itertools v0.12.1
9452024-12-21T04:25:54.146Z Downloaded x509-cert v0.2.5
9462024-12-21T04:25:54.154Z Downloaded rustyline v14.0.0
9472024-12-21T04:25:54.157Z Downloaded sync-ptr v0.1.1
9482024-12-21T04:25:54.160Z Downloaded foreign-types-shared v0.1.1
9492024-12-21T04:25:54.160Z Downloaded foreign-types-macros v0.2.3
9502024-12-21T04:25:54.163Z Downloaded futures-macro v0.3.31
9512024-12-21T04:25:54.163Z Downloaded unicode-truncate v1.1.0
9522024-12-21T04:25:54.168Z Downloaded der_derive v0.7.3
9532024-12-21T04:25:54.168Z Downloaded foldhash v0.1.3
9542024-12-21T04:25:54.168Z Downloaded tokio-rustls v0.25.0
9552024-12-21T04:25:54.170Z Downloaded thiserror v2.0.3
9562024-12-21T04:25:54.174Z Downloaded salty v0.3.0
9572024-12-21T04:25:54.180Z Downloaded number_prefix v0.4.0
9582024-12-21T04:25:54.183Z Downloaded num_threads v0.1.7
9592024-12-21T04:25:54.183Z Downloaded schemars v0.8.21
9602024-12-21T04:25:54.196Z Downloaded twox-hash v1.6.3
9612024-12-21T04:25:54.198Z Downloaded scheduled-thread-pool v0.2.7
9622024-12-21T04:25:54.201Z Downloaded futures-channel v0.3.31
9632024-12-21T04:25:54.204Z Downloaded pkcs1 v0.7.5
9642024-12-21T04:25:54.206Z Downloaded sec1 v0.7.3
9652024-12-21T04:25:54.206Z Downloaded tokio-tungstenite v0.23.1
9662024-12-21T04:25:54.210Z Downloaded sync_wrapper v1.0.1
9672024-12-21T04:25:54.212Z Downloaded tokio-rustls v0.26.0
9682024-12-21T04:25:54.212Z Downloaded num_enum v0.5.11
9692024-12-21T04:25:54.219Z Downloaded rand_xorshift v0.3.0
9702024-12-21T04:25:54.224Z Downloaded russh v0.45.0
9712024-12-21T04:25:54.227Z Downloaded rand_core v0.6.4
9722024-12-21T04:25:54.229Z Downloaded quinn v0.11.5
9732024-12-21T04:25:54.231Z Downloaded itertools v0.13.0
9742024-12-21T04:25:54.241Z Downloaded serde_path_to_error v0.1.16
9752024-12-21T04:25:54.244Z Downloaded parking_lot_core v0.8.6
9762024-12-21T04:25:54.244Z Downloaded toml v0.7.8
9772024-12-21T04:25:54.250Z Downloaded newtype-uuid v1.1.3
9782024-12-21T04:25:54.255Z Downloaded owo-colors v4.1.0
9792024-12-21T04:25:54.255Z Downloaded blake3 v1.5.4
9802024-12-21T04:25:54.260Z Downloaded diesel_table_macro_syntax v0.2.0
9812024-12-21T04:25:54.262Z Downloaded foreign-types-shared v0.3.1
9822024-12-21T04:25:54.263Z Downloaded foreign-types v0.3.2
9832024-12-21T04:25:54.265Z Downloaded sct v0.7.1
9842024-12-21T04:25:54.268Z Downloaded structmeta v0.2.0
9852024-12-21T04:25:54.270Z Downloaded strip-ansi-escapes v0.2.0
9862024-12-21T04:25:54.270Z Downloaded parking_lot v0.12.3
9872024-12-21T04:25:54.276Z Downloaded dsl_auto_type v0.1.2
9882024-12-21T04:25:54.276Z Downloaded env_logger v0.10.2
9892024-12-21T04:25:54.280Z Downloaded phf_shared v0.10.0
9902024-12-21T04:25:54.280Z Downloaded pretty-hex v0.2.1
9912024-12-21T04:25:54.280Z Downloaded pem v3.0.4
9922024-12-21T04:25:54.283Z Downloaded globset v0.4.15
9932024-12-21T04:25:54.283Z Downloaded unsafe-libyaml v0.2.11
9942024-12-21T04:25:54.285Z Downloaded postgres-types v0.2.8
9952024-12-21T04:25:54.288Z Downloaded dunce v1.0.5
9962024-12-21T04:25:54.292Z Downloaded difflib v0.4.0
9972024-12-21T04:25:54.292Z Downloaded headers v0.4.0
9982024-12-21T04:25:54.296Z Downloaded vsss-rs v3.3.4
9992024-12-21T04:25:54.299Z Downloaded typify v0.2.0
10002024-12-21T04:25:54.307Z Downloaded precomputed-hash v0.1.1
10012024-12-21T04:25:54.310Z Downloaded zopfli v0.8.1
10022024-12-21T04:25:54.310Z Downloaded phf_generator v0.11.2
10032024-12-21T04:25:54.310Z Downloaded deranged v0.3.11
10042024-12-21T04:25:54.310Z Downloaded darling_core v0.20.10
10052024-12-21T04:25:54.314Z Downloaded tui-tree-widget v0.22.0
10062024-12-21T04:25:54.316Z Downloaded foreign-types v0.5.0
10072024-12-21T04:25:54.318Z Downloaded polyval v0.6.2
10082024-12-21T04:25:54.320Z Downloaded slog v2.7.0
10092024-12-21T04:25:54.322Z Downloaded parking_lot v0.11.2
10102024-12-21T04:25:54.327Z Downloaded ssh-key v0.6.6
10112024-12-21T04:25:54.332Z Downloaded strum_macros v0.24.3
10122024-12-21T04:25:54.335Z Downloaded nibble_vec v0.1.0
10132024-12-21T04:25:54.337Z Downloaded glob v0.3.1
10142024-12-21T04:25:54.338Z Downloaded signal-hook-mio v0.2.4
10152024-12-21T04:25:54.340Z Downloaded radium v0.7.0
10162024-12-21T04:25:54.340Z Downloaded displaydoc v0.2.5
10172024-12-21T04:25:54.343Z Downloaded env_logger v0.11.5
10182024-12-21T04:25:54.346Z Downloaded hashlink v0.9.1
10192024-12-21T04:25:54.348Z Downloaded vte v0.11.1
10202024-12-21T04:25:54.350Z Downloaded diesel-dtrace v0.4.2
10212024-12-21T04:25:54.353Z Downloaded dirs-next v2.0.0
10222024-12-21T04:25:54.356Z Downloaded num-traits v0.2.19
10232024-12-21T04:25:54.359Z Downloaded publicsuffix v2.2.3
10242024-12-21T04:25:54.359Z Downloaded snafu v0.8.5
10252024-12-21T04:25:54.367Z Downloaded unicode-normalization v0.1.24
10262024-12-21T04:25:54.370Z Downloaded topological-sort v0.2.2
10272024-12-21T04:25:54.372Z Downloaded structmeta-derive v0.2.0
10282024-12-21T04:25:54.375Z Downloaded tokio-tungstenite v0.24.0
10292024-12-21T04:25:54.375Z Downloaded unicode_categories v0.1.1
10302024-12-21T04:25:54.377Z Downloaded chrono v0.4.38
10312024-12-21T04:25:54.385Z Downloaded ppv-lite86 v0.2.20
10322024-12-21T04:25:54.387Z Downloaded p256 v0.13.2
10332024-12-21T04:25:54.390Z Downloaded openssl-sys v0.9.103
10342024-12-21T04:25:54.395Z Downloaded simd-adler32 v0.3.7
10352024-12-21T04:25:54.397Z Downloaded rustls-pemfile v2.2.0
10362024-12-21T04:25:54.399Z Downloaded tungstenite v0.24.0
10372024-12-21T04:25:54.402Z Downloaded tungstenite v0.23.0
10382024-12-21T04:25:54.406Z Downloaded winnow v0.5.40
10392024-12-21T04:25:54.416Z Downloaded flagset v0.4.6
10402024-12-21T04:25:54.419Z Downloaded p521 v0.13.3
10412024-12-21T04:25:54.422Z Downloaded time v0.3.36
10422024-12-21T04:25:54.431Z Downloaded mio v1.0.2
10432024-12-21T04:25:54.440Z Downloaded zerovec v0.10.4
10442024-12-21T04:25:54.442Z Downloaded h2 v0.4.6
10452024-12-21T04:25:54.449Z Downloaded pem-rfc7468 v0.7.0
10462024-12-21T04:25:54.451Z Downloaded rsa v0.9.6
10472024-12-21T04:25:54.456Z Downloaded rustls-pki-types v1.10.0
10482024-12-21T04:25:54.460Z Downloaded flate2 v1.0.34
10492024-12-21T04:25:54.466Z Downloaded num-bigint v0.4.6
10502024-12-21T04:25:54.470Z Downloaded tokio-util v0.7.12
10512024-12-21T04:25:54.478Z Downloaded tungstenite v0.21.0
10522024-12-21T04:25:54.481Z Downloaded rand v0.8.5
10532024-12-21T04:25:54.484Z Downloaded toml_edit v0.19.15
10542024-12-21T04:25:54.502Z Downloaded diesel_derives v2.2.3
10552024-12-21T04:25:54.508Z Downloaded expectorate v1.1.0
10562024-12-21T04:25:54.511Z Downloaded typed-path v0.9.3
10572024-12-21T04:25:54.518Z Downloaded hashbrown v0.14.5
10582024-12-21T04:25:54.530Z Downloaded reqwest v0.12.9
10592024-12-21T04:25:54.534Z Downloaded proptest v1.5.0
10602024-12-21T04:25:54.541Z Downloaded lalrpop v0.19.12
10612024-12-21T04:25:54.551Z Downloaded curve25519-dalek v4.1.3
10622024-12-21T04:25:54.562Z Downloaded diff v0.1.13
10632024-12-21T04:25:54.569Z Downloaded rusqlite v0.32.1
10642024-12-21T04:25:54.578Z Downloaded icu_properties_data v1.5.0
10652024-12-21T04:25:54.596Z Downloaded parse-zoneinfo v0.3.1
10662024-12-21T04:25:54.600Z Downloaded quick-xml v0.33.0
10672024-12-21T04:25:54.610Z Downloaded serde_with v3.11.0
10682024-12-21T04:25:54.621Z Downloaded unicode-segmentation v1.12.0
10692024-12-21T04:25:54.628Z Downloaded idna v0.2.3
10702024-12-21T04:25:54.633Z Downloaded vcpkg v0.2.15
10712024-12-21T04:25:54.676Z Downloaded tough v0.19.0
10722024-12-21T04:25:54.680Z Downloaded idna v0.5.0
10732024-12-21T04:25:54.688Z Downloaded rustls-webpki v0.101.7
10742024-12-21T04:25:54.702Z Downloaded reedline v0.35.0
10752024-12-21T04:25:54.709Z Downloaded regex v1.11.1
10762024-12-21T04:25:54.722Z Downloaded zerocopy v0.8.10
10772024-12-21T04:25:54.746Z Downloaded gimli v0.31.1
10782024-12-21T04:25:54.755Z Downloaded hickory-proto v0.24.1
10792024-12-21T04:25:54.771Z Downloaded quinn-proto v0.11.8
10802024-12-21T04:25:54.778Z Downloaded polar-core v0.27.3
10812024-12-21T04:25:54.786Z Downloaded regress v0.9.1
10822024-12-21T04:25:54.794Z Downloaded dropshot v0.13.0
10832024-12-21T04:25:54.817Z Downloaded portable-atomic v1.9.0
10842024-12-21T04:25:54.823Z Downloaded smoltcp v0.9.1
10852024-12-21T04:25:54.835Z Downloaded git2 v0.19.0
10862024-12-21T04:25:54.844Z Downloaded trust-dns-proto v0.22.0
10872024-12-21T04:25:54.857Z Downloaded petname v2.0.2
10882024-12-21T04:25:54.864Z Downloaded nix v0.29.0
10892024-12-21T04:25:54.877Z Downloaded radix_trie v0.2.1
10902024-12-21T04:25:54.886Z Downloaded rustls v0.21.12
10912024-12-21T04:25:54.895Z Downloaded unicode-width v0.2.0
10922024-12-21T04:25:54.900Z Downloaded object v0.30.4
10932024-12-21T04:25:54.910Z Downloaded regex-syntax v0.6.29
10942024-12-21T04:25:54.920Z Downloaded nix v0.27.1
10952024-12-21T04:25:54.930Z Downloaded nix v0.28.0
10962024-12-21T04:25:54.944Z Downloaded object v0.36.5
10972024-12-21T04:25:54.955Z Downloaded openapiv3 v2.0.0
10982024-12-21T04:25:54.968Z Downloaded rustls v0.23.19
10992024-12-21T04:25:54.981Z Downloaded typify-impl v0.2.0
11002024-12-21T04:25:54.997Z Downloaded regress v0.10.1
11012024-12-21T04:25:55.006Z Downloaded ratatui v0.28.1
11022024-12-21T04:25:55.027Z Downloaded regex-syntax v0.8.5
11032024-12-21T04:25:55.036Z Downloaded sled v0.34.7
11042024-12-21T04:25:55.047Z Downloaded bzip2-sys v0.1.11+1.0.8
11052024-12-21T04:25:55.059Z Downloaded diesel v2.2.6
11062024-12-21T04:25:55.079Z Downloaded rustls v0.22.4
11072024-12-21T04:25:55.095Z Downloaded smoltcp v0.11.0
11082024-12-21T04:25:55.107Z Downloaded regex-automata v0.4.8
11092024-12-21T04:25:55.122Z Downloaded rustls-webpki v0.102.8
11102024-12-21T04:25:55.139Z Downloaded openssl v0.10.66
11112024-12-21T04:25:55.150Z Downloaded zerocopy-derive v0.6.6
11122024-12-21T04:25:55.158Z Downloaded chrono-tz v0.10.0
11132024-12-21T04:25:55.167Z Downloaded bstr v1.10.0
11142024-12-21T04:25:55.177Z Downloaded sqlparser v0.45.0
11152024-12-21T04:25:55.183Z Downloaded dropshot v0.12.0
11162024-12-21T04:25:55.204Z Downloaded idna v0.4.0
11172024-12-21T04:25:55.211Z Downloaded idna v0.3.0
11182024-12-21T04:25:55.217Z Downloaded p384 v0.13.0
11192024-12-21T04:25:55.224Z Downloaded webpki-roots v0.26.6
11202024-12-21T04:25:55.227Z Downloaded futures-util v0.3.31
11212024-12-21T04:25:55.241Z Downloaded csv v1.3.0
11222024-12-21T04:25:55.259Z Downloaded num-rational v0.4.2
11232024-12-21T04:25:55.262Z Downloaded lzma-sys v0.1.20
11242024-12-21T04:25:55.294Z Downloaded similar v2.6.0
11252024-12-21T04:25:55.298Z Downloaded utf8_iter v1.0.4
11262024-12-21T04:25:55.300Z Downloaded hashbrown v0.13.2
11272024-12-21T04:25:55.304Z Downloaded postcard v1.0.10
11282024-12-21T04:25:55.309Z Downloaded der v0.7.9
11292024-12-21T04:25:55.316Z Downloaded smallvec v1.13.2
11302024-12-21T04:25:55.319Z Downloaded sha3 v0.10.8
11312024-12-21T04:25:55.319Z Downloaded libz-sys v1.1.20
11322024-12-21T04:25:55.340Z Downloaded stringprep v0.1.5
11332024-12-21T04:25:55.342Z Downloaded tokio v1.40.0
11342024-12-21T04:25:55.381Z Downloaded steno v0.4.1
11352024-12-21T04:25:55.395Z Downloaded bindgen v0.69.5
11362024-12-21T04:25:55.399Z Downloaded petgraph v0.6.5
11372024-12-21T04:25:55.412Z Downloaded bitvec v1.0.1
11382024-12-21T04:25:55.429Z Downloaded test-strategy v0.3.1
11392024-12-21T04:25:55.432Z Downloaded rayon v1.10.0
11402024-12-21T04:25:55.446Z Downloaded ron v0.7.1
11412024-12-21T04:25:55.450Z Downloaded aws-lc-rs v1.10.0
11422024-12-21T04:25:55.456Z Downloaded display-error-chain v0.2.2
11432024-12-21T04:25:55.459Z Downloaded string_cache v0.8.7
11442024-12-21T04:25:55.462Z Downloaded ecdsa v0.16.9
11452024-12-21T04:25:55.462Z Downloaded futures v0.3.31
11462024-12-21T04:25:55.467Z Downloaded uuid v1.11.0
11472024-12-21T04:25:55.470Z Downloaded zerocopy-derive v0.8.10
11482024-12-21T04:25:55.476Z Downloaded num-bigint-dig v0.8.4
11492024-12-21T04:25:55.483Z Downloaded futures-executor v0.3.31
11502024-12-21T04:25:55.485Z Downloaded pin-project v1.1.6
11512024-12-21T04:25:55.493Z Downloaded hashbrown v0.12.3
11522024-12-21T04:25:55.500Z Downloaded samael v0.0.17
11532024-12-21T04:25:55.504Z Downloaded rcgen v0.12.1
11542024-12-21T04:25:55.508Z Downloaded itertools v0.10.5
11552024-12-21T04:25:55.512Z Downloaded primeorder v0.13.6
11562024-12-21T04:25:55.517Z Downloaded toolchain_find v0.4.0
11572024-12-21T04:25:55.517Z Downloaded termtree v0.4.1
11582024-12-21T04:25:55.517Z Downloaded take_mut v0.2.2
11592024-12-21T04:25:55.517Z Downloaded parse-display v0.10.0
11602024-12-21T04:25:55.522Z Downloaded which v4.4.2
11612024-12-21T04:25:55.522Z Downloaded tokio-rustls v0.24.1
11622024-12-21T04:25:55.522Z Downloaded thread_local v1.1.8
11632024-12-21T04:25:55.526Z Downloaded prettyplease v0.2.25
11642024-12-21T04:25:55.529Z Downloaded mime_guess v2.0.5
11652024-12-21T04:25:55.530Z Downloaded icu_provider v1.5.0
11662024-12-21T04:25:55.533Z Downloaded icu_normalizer v1.5.0
11672024-12-21T04:25:55.535Z Downloaded const_format v0.2.33
11682024-12-21T04:25:55.539Z Downloaded backtrace v0.3.74
11692024-12-21T04:25:55.544Z Downloaded base64 v0.22.1
11702024-12-21T04:25:55.548Z Downloaded multimap v0.10.0
11712024-12-21T04:25:55.551Z Downloaded litemap v0.7.3
11722024-12-21T04:25:55.553Z Downloaded libloading v0.8.5
11732024-12-21T04:25:55.556Z Downloaded strum_macros v0.26.4
11742024-12-21T04:25:55.559Z Downloaded indoc v1.0.9
11752024-12-21T04:25:55.567Z Downloaded fallible-streaming-iterator v0.1.9
11762024-12-21T04:25:55.567Z Downloaded fallible-iterator v0.2.0
11772024-12-21T04:25:55.567Z Downloaded slog-term v2.9.1
11782024-12-21T04:25:55.570Z Downloaded icu_properties v1.5.1
11792024-12-21T04:25:55.570Z Downloaded hickory-server v0.24.1
11802024-12-21T04:25:55.573Z Downloaded thiserror-no-std v2.0.2
11812024-12-21T04:25:55.578Z Downloaded signal-hook-tokio v0.3.1
11822024-12-21T04:25:55.581Z Downloaded chacha20poly1305 v0.10.1
11832024-12-21T04:25:55.581Z Downloaded indent_write v2.2.0
11842024-12-21T04:25:55.584Z Downloaded unarray v0.1.4
11852024-12-21T04:25:55.584Z Downloaded typify-macro v0.2.0
11862024-12-21T04:25:55.584Z Downloaded thiserror-impl-no-std v2.0.2
11872024-12-21T04:25:55.589Z Downloaded instability v0.3.2
11882024-12-21T04:25:55.589Z Downloaded quinn-udp v0.5.5
11892024-12-21T04:25:55.596Z Downloaded icu_locid_transform v1.5.0
11902024-12-21T04:25:55.596Z Downloaded icu_locid v1.5.0
11912024-12-21T04:25:55.599Z Downloaded encoding_rs v0.8.34
11922024-12-21T04:25:55.695Z Downloaded libgit2-sys v0.17.0+1.8.1
11932024-12-21T04:25:56.102Z Downloaded ring v0.16.20
11942024-12-21T04:25:56.230Z Downloaded ring v0.17.8
11952024-12-21T04:25:56.351Z Downloaded libsqlite3-sys v0.30.1
11962024-12-21T04:25:56.504Z Downloaded aws-lc-sys v0.22.0
11972024-12-21T04:25:56.813Z Compiling serde v1.0.215
11982024-12-21T04:25:56.816Z Compiling lock_api v0.4.12
11992024-12-21T04:25:56.817Z Compiling scopeguard v1.2.0
12002024-12-21T04:25:56.817Z Compiling value-bag v1.9.0
12012024-12-21T04:25:56.817Z Compiling typenum v1.17.0
12022024-12-21T04:25:56.817Z Compiling generic-array v0.14.7
12032024-12-21T04:25:57.028Z Compiling syn v2.0.87
12042024-12-21T04:25:57.039Z Compiling getrandom v0.2.15
12052024-12-21T04:25:57.114Z Compiling shlex v1.3.0
12062024-12-21T04:25:57.314Z Compiling rand_core v0.6.4
12072024-12-21T04:25:57.531Z Compiling log v0.4.22
12082024-12-21T04:25:57.553Z Compiling subtle v2.6.1
12092024-12-21T04:25:57.553Z Compiling jobserver v0.1.32
12102024-12-21T04:25:57.657Z Compiling const-oid v0.9.6
12112024-12-21T04:25:57.842Z Compiling smallvec v1.13.2
12122024-12-21T04:25:57.886Z Compiling spin v0.9.8
12132024-12-21T04:25:57.914Z Compiling cc v1.1.30
12142024-12-21T04:25:58.275Z Compiling pin-project-lite v0.2.14
12152024-12-21T04:25:58.295Z Compiling rustix v0.38.37
12162024-12-21T04:25:58.401Z Compiling parking_lot_core v0.9.10
12172024-12-21T04:25:58.421Z Compiling futures-core v0.3.31
12182024-12-21T04:25:58.488Z Compiling signal-hook-registry v1.4.2
12192024-12-21T04:25:58.658Z Compiling mio v1.0.2
12202024-12-21T04:25:59.217Z Compiling aho-corasick v1.1.3
12212024-12-21T04:25:59.356Z Compiling parking_lot v0.12.3
12222024-12-21T04:25:59.521Z Compiling cpufeatures v0.2.14
12232024-12-21T04:25:59.732Z Compiling either v1.13.0
12242024-12-21T04:25:59.752Z Compiling regex-syntax v0.8.5
12252024-12-21T04:25:59.802Z Compiling lazy_static v1.5.0
12262024-12-21T04:25:59.931Z Compiling futures-sink v0.3.31
12272024-12-21T04:26:00.007Z Compiling glob v0.3.1
12282024-12-21T04:26:00.099Z Compiling stable_deref_trait v1.2.0
12292024-12-21T04:26:00.200Z Compiling socket2 v0.5.7
12302024-12-21T04:26:00.219Z Compiling slab v0.4.9
12312024-12-21T04:26:00.435Z Compiling prettyplease v0.2.25
12322024-12-21T04:26:00.687Z Compiling serde_json v1.0.133
12332024-12-21T04:26:00.797Z Compiling minimal-lexical v0.2.1
12342024-12-21T04:26:01.088Z Compiling clang-sys v1.8.1
12352024-12-21T04:26:01.234Z Compiling nom v7.1.3
12362024-12-21T04:26:01.346Z Compiling libloading v0.8.5
12372024-12-21T04:26:01.366Z Compiling home v0.5.9
12382024-12-21T04:26:01.641Z Compiling bindgen v0.69.5
12392024-12-21T04:26:01.794Z Compiling itertools v0.12.1
12402024-12-21T04:26:02.409Z Compiling futures-channel v0.3.31
12412024-12-21T04:26:02.470Z Compiling pin-utils v0.1.0
12422024-12-21T04:26:02.570Z Compiling futures-io v0.3.31
12432024-12-21T04:26:02.858Z Compiling allocator-api2 v0.2.18
12442024-12-21T04:26:02.915Z Compiling foldhash v0.1.3
12452024-12-21T04:26:03.227Z Compiling futures-task v0.3.31
12462024-12-21T04:26:03.532Z Compiling regex-automata v0.4.8
12472024-12-21T04:26:03.681Z Compiling rustc-hash v1.1.0
12482024-12-21T04:26:03.843Z Compiling lazycell v1.3.0
12492024-12-21T04:26:04.020Z Compiling libm v0.2.8
12502024-12-21T04:26:04.381Z Compiling hashbrown v0.15.1
12512024-12-21T04:26:05.067Z Compiling synstructure v0.13.1
12522024-12-21T04:26:05.220Z Compiling cexpr v0.6.0
12532024-12-21T04:26:05.815Z Compiling cmake v0.1.51
12542024-12-21T04:26:06.821Z Compiling num-traits v0.2.19
12552024-12-21T04:26:06.846Z Compiling tinyvec_macros v0.1.1
12562024-12-21T04:26:06.887Z Compiling pkg-config v0.3.31
12572024-12-21T04:26:06.945Z Compiling dunce v1.0.5
12582024-12-21T04:26:07.030Z Compiling fs_extra v1.3.0
12592024-12-21T04:26:07.074Z Compiling tinyvec v1.8.0
12602024-12-21T04:26:07.651Z Compiling ring v0.17.8
12612024-12-21T04:26:08.446Z Compiling paste v1.0.15
12622024-12-21T04:26:08.642Z Compiling unicode-normalization v0.1.24
12632024-12-21T04:26:08.730Z Compiling litemap v0.7.3
12642024-12-21T04:26:08.795Z Compiling writeable v0.5.5
12652024-12-21T04:26:08.975Z Compiling unicode-bidi v0.3.17
12662024-12-21T04:26:09.115Z Compiling base64ct v1.6.0
12672024-12-21T04:26:09.410Z Compiling regex v1.11.1
12682024-12-21T04:26:09.748Z Compiling pem-rfc7468 v0.7.0
12692024-12-21T04:26:10.419Z Compiling httparse v1.9.5
12702024-12-21T04:26:10.476Z Compiling aws-lc-rs v1.10.0
12712024-12-21T04:26:10.499Z Compiling flagset v0.4.6
12722024-12-21T04:26:10.694Z Compiling tracing-core v0.1.32
12732024-12-21T04:26:10.922Z Compiling icu_locid_transform_data v1.5.0
12742024-12-21T04:26:11.032Z Compiling crossbeam-utils v0.8.20
12752024-12-21T04:26:11.232Z Compiling rustls-pki-types v1.10.0
12762024-12-21T04:26:11.596Z Compiling percent-encoding v2.3.1
12772024-12-21T04:26:11.980Z Compiling powerfmt v0.2.0
12782024-12-21T04:26:12.018Z Compiling vcpkg v0.2.15
12792024-12-21T04:26:12.045Z Compiling serde_derive v1.0.215
12802024-12-21T04:26:12.322Z Compiling zeroize_derive v1.4.2
12812024-12-21T04:26:12.369Z Compiling zerocopy-derive v0.7.35
12822024-12-21T04:26:12.523Z Compiling tokio-macros v2.4.0
12832024-12-21T04:26:13.917Z Compiling zeroize v1.8.1
12842024-12-21T04:26:14.086Z Compiling zerofrom-derive v0.1.4
12852024-12-21T04:26:14.140Z Compiling yoke-derive v0.7.4
12862024-12-21T04:26:14.298Z Compiling thiserror-impl v1.0.69
12872024-12-21T04:26:14.649Z Compiling zerocopy v0.7.35
12882024-12-21T04:26:15.575Z Compiling crypto-common v0.1.6
12892024-12-21T04:26:15.649Z Compiling block-buffer v0.10.4
12902024-12-21T04:26:15.822Z Compiling futures-macro v0.3.31
12912024-12-21T04:26:15.929Z Compiling digest v0.10.7
12922024-12-21T04:26:16.313Z Compiling zerovec-derive v0.10.3
12932024-12-21T04:26:16.443Z Compiling hmac v0.12.1
12942024-12-21T04:26:16.716Z Compiling block-padding v0.3.3
12952024-12-21T04:26:16.934Z Compiling displaydoc v0.2.5
12962024-12-21T04:26:16.979Z Compiling inout v0.1.3
12972024-12-21T04:26:17.268Z Compiling cipher v0.4.4
12982024-12-21T04:26:17.340Z Compiling sha2 v0.10.8
12992024-12-21T04:26:17.787Z Compiling ppv-lite86 v0.2.20
13002024-12-21T04:26:17.843Z Compiling thiserror v1.0.69
13012024-12-21T04:26:17.880Z Compiling futures-util v0.3.31
13022024-12-21T04:26:17.991Z Compiling icu_provider_macros v1.5.0
13032024-12-21T04:26:18.403Z Compiling zerofrom v0.1.4
13042024-12-21T04:26:18.649Z Compiling yoke v0.7.4
13052024-12-21T04:26:18.651Z Compiling der_derive v0.7.3
13062024-12-21T04:26:18.687Z Compiling rand_chacha v0.3.1
13072024-12-21T04:26:19.058Z Compiling tracing-attributes v0.1.27
13082024-12-21T04:26:19.097Z Compiling zerovec v0.10.4
13092024-12-21T04:26:19.207Z Compiling rand v0.8.5
13102024-12-21T04:26:20.898Z Compiling pest v2.7.14
13112024-12-21T04:26:21.329Z Compiling tinystr v0.7.6
13122024-12-21T04:26:21.358Z Compiling der v0.7.9
13132024-12-21T04:26:21.484Z Compiling icu_collections v1.5.0
13142024-12-21T04:26:21.499Z Compiling salsa20 v0.10.2
13152024-12-21T04:26:21.633Z Compiling icu_locid v1.5.0
13162024-12-21T04:26:21.745Z Compiling pbkdf2 v0.12.2
13172024-12-21T04:26:21.928Z Compiling untrusted v0.7.1
13182024-12-21T04:26:22.128Z Compiling icu_properties_data v1.5.0
13192024-12-21T04:26:22.372Z Compiling untrusted v0.9.0
13202024-12-21T04:26:22.558Z Compiling mirai-annotations v1.12.0
13212024-12-21T04:26:22.728Z Compiling time-core v0.1.2
13222024-12-21T04:26:22.919Z Compiling icu_provider v1.5.0
13232024-12-21T04:26:22.979Z Compiling num-conv v0.1.0
13242024-12-21T04:26:23.132Z Compiling tracing v0.1.40
13252024-12-21T04:26:23.278Z Compiling time-macros v0.2.18
13262024-12-21T04:26:23.650Z Compiling spki v0.7.3
13272024-12-21T04:26:23.949Z Compiling icu_locid_transform v1.5.0
13282024-12-21T04:26:24.048Z Compiling pest_meta v2.7.14
13292024-12-21T04:26:24.123Z Compiling scrypt v0.11.0
13302024-12-21T04:26:24.186Z Compiling cbc v0.1.2
13312024-12-21T04:26:24.423Z Compiling aes v0.8.4
13322024-12-21T04:26:24.758Z Compiling openssl-sys v0.9.103
13332024-12-21T04:26:24.780Z Compiling deranged v0.3.11
13342024-12-21T04:26:25.907Z Compiling icu_properties v1.5.1
13352024-12-21T04:26:26.703Z Compiling bitflags v2.6.0
13362024-12-21T04:26:26.775Z Compiling bytes v1.8.0
13372024-12-21T04:26:26.982Z Compiling indexmap v2.6.0
13382024-12-21T04:26:27.350Z Compiling semver v1.0.23
13392024-12-21T04:26:28.002Z Compiling tokio v1.40.0
13402024-12-21T04:26:28.156Z Compiling http v1.1.0
13412024-12-21T04:26:28.197Z Compiling rustc_version v0.4.1
13422024-12-21T04:26:28.553Z Compiling scroll_derive v0.12.0
13432024-12-21T04:26:29.245Z Compiling utf16_iter v1.0.5
13442024-12-21T04:26:29.463Z Compiling num_threads v0.1.7
13452024-12-21T04:26:29.638Z Compiling atomic-waker v1.1.2
13462024-12-21T04:26:29.842Z Compiling utf8_iter v1.0.4
13472024-12-21T04:26:30.066Z Compiling write16 v1.0.0
13482024-12-21T04:26:30.087Z Compiling icu_normalizer_data v1.5.0
13492024-12-21T04:26:30.108Z Compiling scroll v0.12.0
13502024-12-21T04:26:30.195Z Compiling icu_normalizer v1.5.0
13512024-12-21T04:26:30.217Z Compiling http-body v1.0.1
13522024-12-21T04:26:30.337Z Compiling time v0.3.36
13532024-12-21T04:26:30.572Z Compiling pkcs5 v0.7.1
13542024-12-21T04:26:30.635Z Compiling pest_generator v2.7.14
13552024-12-21T04:26:30.666Z Compiling form_urlencoded v1.2.1
13562024-12-21T04:26:30.843Z Compiling slog v2.7.0
13572024-12-21T04:26:31.012Z Compiling try-lock v0.2.5
13582024-12-21T04:26:31.174Z Compiling want v0.3.1
13592024-12-21T04:26:31.370Z Compiling which v4.4.2
13602024-12-21T04:26:31.547Z Compiling pkcs8 v0.10.2
13612024-12-21T04:26:31.994Z Compiling idna_adapter v1.2.0
13622024-12-21T04:26:32.186Z Compiling goblin v0.8.2
13632024-12-21T04:26:32.229Z Compiling uuid v1.11.0
13642024-12-21T04:26:32.291Z Compiling iana-time-zone v0.1.61
13652024-12-21T04:26:32.673Z Compiling pest_derive v2.7.14
13662024-12-21T04:26:32.698Z Compiling httpdate v1.0.3
13672024-12-21T04:26:32.764Z Compiling chrono v0.4.38
13682024-12-21T04:26:33.165Z Compiling idna v1.0.3
13692024-12-21T04:26:33.483Z Compiling dtrace-parser v0.2.0
13702024-12-21T04:26:34.517Z Compiling serde_spanned v0.6.8
13712024-12-21T04:26:34.799Z Compiling toml_datetime v0.6.8
13722024-12-21T04:26:35.113Z Compiling serde_tokenstream v0.2.2
13732024-12-21T04:26:35.368Z Compiling foreign-types-shared v0.1.1
13742024-12-21T04:26:35.496Z Compiling base64 v0.22.1
13752024-12-21T04:26:35.755Z Compiling match_cfg v0.1.0
13762024-12-21T04:26:35.771Z Compiling rustversion v1.0.17
13772024-12-21T04:26:35.785Z Compiling openssl v0.10.66
13782024-12-21T04:26:35.829Z Compiling adler2 v2.0.0
13792024-12-21T04:26:36.044Z Compiling tower-service v0.3.3
13802024-12-21T04:26:36.182Z Compiling miniz_oxide v0.8.0
13812024-12-21T04:26:36.221Z Compiling hostname v0.3.1
13822024-12-21T04:26:36.251Z Compiling foreign-types v0.3.2
13832024-12-21T04:26:36.353Z Compiling url v2.5.3
13842024-12-21T04:26:36.544Z Compiling tokio-util v0.7.12
13852024-12-21T04:26:36.586Z Compiling async-trait v0.1.83
13862024-12-21T04:26:37.810Z Compiling h2 v0.4.6
13872024-12-21T04:26:37.909Z Compiling openssl-macros v0.1.1
13882024-12-21T04:26:37.983Z Compiling dof v0.3.0
13892024-12-21T04:26:38.393Z Compiling serde_derive_internals v0.29.1
13902024-12-21T04:26:38.696Z Compiling dirs-sys-next v0.1.2
13912024-12-21T04:26:39.346Z Compiling usdt-impl v0.5.0
13922024-12-21T04:26:39.368Z Compiling rustls v0.23.19
13932024-12-21T04:26:39.673Z Compiling data-encoding v2.6.0
13942024-12-21T04:26:40.219Z Compiling siphasher v0.3.11
13952024-12-21T04:26:40.633Z Compiling native-tls v0.2.12
13962024-12-21T04:26:40.959Z Compiling schemars v0.8.21
13972024-12-21T04:26:41.063Z Compiling syn v1.0.109
13982024-12-21T04:26:41.295Z Compiling rustls v0.22.4
13992024-12-21T04:26:41.316Z Compiling schemars_derive v0.8.21
14002024-12-21T04:26:41.656Z Compiling dirs-next v2.0.0
14012024-12-21T04:26:42.131Z Compiling http-body-util v0.1.2
14022024-12-21T04:26:42.656Z Compiling crossbeam-epoch v0.9.18
14032024-12-21T04:26:42.747Z Compiling heapless v0.7.17
14042024-12-21T04:26:43.192Z Compiling sha1 v0.10.6
14052024-12-21T04:26:43.304Z Compiling signature v2.2.0
14062024-12-21T04:26:43.420Z Compiling bzip2-sys v0.1.11+1.0.8
14072024-12-21T04:26:43.617Z Compiling thread_local v1.1.8
14082024-12-21T04:26:43.636Z Compiling encoding_rs v0.8.34
14092024-12-21T04:26:43.935Z Compiling multer v3.1.0
14102024-12-21T04:26:43.967Z Compiling cookie v0.18.1
14112024-12-21T04:26:44.170Z Compiling signal-hook v0.3.17
14122024-12-21T04:26:44.239Z Compiling dyn-clone v1.0.17
14132024-12-21T04:26:44.241Z Compiling slog-async v2.8.0
14142024-12-21T04:26:44.426Z Compiling rayon-core v1.12.1
14152024-12-21T04:26:44.471Z Compiling unicode-properties v0.1.3
14162024-12-21T04:26:44.764Z Compiling gimli v0.31.1
14172024-12-21T04:26:44.767Z Compiling openssl-probe v0.1.5
14182024-12-21T04:26:44.805Z Compiling mime v0.3.17
14192024-12-21T04:26:44.893Z Compiling hyper v1.5.2
14202024-12-21T04:26:45.156Z Compiling ipnet v2.10.1
14212024-12-21T04:26:45.452Z Compiling stringprep v0.1.5
14222024-12-21T04:26:46.503Z Compiling toml_edit v0.22.22
14232024-12-21T04:26:48.207Z Compiling hyper-util v0.1.10
14242024-12-21T04:26:49.328Z Compiling addr2line v0.24.2
14252024-12-21T04:26:50.112Z Compiling crossbeam-deque v0.8.5
14262024-12-21T04:26:50.162Z Compiling usdt-attr-macro v0.5.0
14272024-12-21T04:26:50.460Z Compiling usdt-macro v0.5.0
14282024-12-21T04:26:50.530Z Compiling term v0.7.0
14292024-12-21T04:26:50.997Z Compiling slog-json v2.6.1
14302024-12-21T04:26:51.372Z Compiling serde_urlencoded v0.7.1
14312024-12-21T04:26:51.412Z Compiling crossbeam-channel v0.5.13
14322024-12-21T04:26:51.797Z Compiling curve25519-dalek v4.1.3
14332024-12-21T04:26:51.863Z Compiling futures-executor v0.3.31
14342024-12-21T04:26:51.967Z Compiling enum-as-inner v0.6.1
14352024-12-21T04:26:52.061Z Compiling md-5 v0.10.6
14362024-12-21T04:26:52.342Z Compiling async-stream-impl v0.3.6
14372024-12-21T04:26:52.424Z Compiling rustls-pemfile v2.2.0
14382024-12-21T04:26:52.446Z Compiling num-integer v0.1.46
14392024-12-21T04:26:52.572Z Compiling idna v0.4.0
14402024-12-21T04:26:52.771Z Compiling idna v0.3.0
14412024-12-21T04:26:53.073Z Compiling hash32 v0.2.1
14422024-12-21T04:26:53.246Z Compiling ff v0.13.0
14432024-12-21T04:26:53.453Z Compiling is-terminal v0.4.13
14442024-12-21T04:26:53.473Z Compiling dropshot v0.12.0
14452024-12-21T04:26:53.590Z Compiling object v0.36.5
14462024-12-21T04:26:53.737Z Compiling fallible-iterator v0.2.0
14472024-12-21T04:26:53.737Z Compiling linked-hash-map v0.5.6
14482024-12-21T04:26:54.132Z Compiling take_mut v0.2.2
14492024-12-21T04:26:54.282Z Compiling psl-types v2.0.11
14502024-12-21T04:26:54.305Z Compiling portable-atomic v1.9.0
14512024-12-21T04:26:54.470Z Compiling anyhow v1.0.93
14522024-12-21T04:26:54.494Z Compiling smoltcp v0.9.1
14532024-12-21T04:26:54.526Z Compiling rustc-demangle v0.1.24
14542024-12-21T04:26:55.094Z Compiling utf-8 v0.7.6
14552024-12-21T04:26:55.197Z Compiling num-bigint-dig v0.8.4
14562024-12-21T04:26:55.287Z Compiling quick-error v1.2.3
14572024-12-21T04:26:55.427Z Compiling base16ct v0.2.0
14582024-12-21T04:26:55.451Z Compiling resolv-conf v0.7.0
14592024-12-21T04:26:55.534Z Compiling tungstenite v0.24.0
14602024-12-21T04:26:55.603Z Compiling publicsuffix v2.2.3
14612024-12-21T04:26:55.772Z Compiling sec1 v0.7.3
14622024-12-21T04:26:55.860Z Compiling postgres-protocol v0.6.7
14632024-12-21T04:26:56.268Z Compiling lru-cache v0.1.2
14642024-12-21T04:26:56.452Z Compiling async-stream v0.3.6
14652024-12-21T04:26:56.473Z Compiling slog-term v2.9.1
14662024-12-21T04:26:56.768Z Compiling usdt v0.5.0
14672024-12-21T04:26:57.158Z Compiling hickory-proto v0.24.1
14682024-12-21T04:26:57.249Z Compiling group v0.13.0
14692024-12-21T04:26:57.592Z Compiling num-iter v0.1.45
14702024-12-21T04:26:57.802Z Compiling futures v0.3.31
14712024-12-21T04:26:57.892Z Compiling slog-bunyan v2.5.0
14722024-12-21T04:26:58.069Z Compiling toml v0.8.19
14732024-12-21T04:26:59.668Z Compiling camino v1.1.9
14742024-12-21T04:26:59.774Z Compiling tokio-native-tls v0.3.1
14752024-12-21T04:26:59.920Z Compiling phf_shared v0.11.2
14762024-12-21T04:27:00.066Z Compiling dropshot_endpoint v0.12.0
14772024-12-21T04:27:00.318Z Compiling terminal_size v0.4.0
14782024-12-21T04:27:00.338Z Compiling waitgroup v0.1.2
14792024-12-21T04:27:00.536Z Compiling openapiv3 v2.0.0
14802024-12-21T04:27:00.570Z Compiling serde_path_to_error v0.1.16
14812024-12-21T04:27:00.680Z Compiling hkdf v0.12.4
14822024-12-21T04:27:00.964Z Compiling crypto-bigint v0.5.5
14832024-12-21T04:27:01.391Z Compiling backtrace v0.3.74
14842024-12-21T04:27:01.957Z Compiling zerocopy-derive v0.6.6
14852024-12-21T04:27:04.265Z Compiling curve25519-dalek-derive v0.1.1
14862024-12-21T04:27:04.808Z Compiling webpki-roots v0.26.6
14872024-12-21T04:27:05.039Z Compiling idna v0.5.0
14882024-12-21T04:27:05.090Z Compiling hostname v0.4.0
14892024-12-21T04:27:05.139Z Compiling hubpack_derive v0.1.1
14902024-12-21T04:27:05.181Z Compiling ahash v0.8.11
14912024-12-21T04:27:05.352Z Compiling fs-err v2.11.0
14922024-12-21T04:27:05.525Z Compiling crc32fast v1.4.2
14932024-12-21T04:27:05.629Z Compiling managed v0.8.0
14942024-12-21T04:27:05.844Z Compiling winnow v0.5.40
14952024-12-21T04:27:05.869Z Compiling bitflags v1.3.2
14962024-12-21T04:27:05.985Z Compiling newtype-uuid v1.1.3
14972024-12-21T04:27:06.047Z Compiling debug-ignore v1.0.5
14982024-12-21T04:27:06.086Z Compiling clap_builder v4.5.21
14992024-12-21T04:27:06.204Z Compiling strum_macros v0.25.3
15002024-12-21T04:27:06.284Z Compiling hubpack v0.1.2
15012024-12-21T04:27:06.762Z Compiling cookie_store v0.21.0
15022024-12-21T04:27:07.255Z Compiling console v0.15.8
15032024-12-21T04:27:08.583Z Compiling flate2 v1.0.34
15042024-12-21T04:27:08.993Z Compiling zerocopy v0.6.6
15052024-12-21T04:27:09.049Z Compiling elliptic-curve v0.13.8
15062024-12-21T04:27:09.495Z Compiling toml_edit v0.19.15
15072024-12-21T04:27:09.747Z Compiling hickory-resolver v0.24.1
15082024-12-21T04:27:09.913Z Compiling phf v0.11.2
15092024-12-21T04:27:10.248Z Compiling hyper-tls v0.6.0
15102024-12-21T04:27:10.583Z Compiling signal-hook-mio v0.2.4
15112024-12-21T04:27:10.699Z Compiling rayon v1.10.0
15122024-12-21T04:27:10.746Z Compiling bzip2 v0.4.4
15132024-12-21T04:27:11.166Z Compiling postgres-types v0.2.8
15142024-12-21T04:27:12.770Z Compiling tokio-tungstenite v0.24.0
15152024-12-21T04:27:14.765Z Compiling ed25519 v2.2.3
15162024-12-21T04:27:15.671Z Compiling phf_shared v0.10.0
15172024-12-21T04:27:15.897Z Compiling tokio-stream v0.1.16
15182024-12-21T04:27:16.068Z Compiling pkcs1 v0.7.5
15192024-12-21T04:27:16.342Z Compiling serde-big-array v0.5.1
15202024-12-21T04:27:16.585Z Compiling clap_derive v4.5.18
15212024-12-21T04:27:16.686Z Compiling rfc6979 v0.4.0
15222024-12-21T04:27:16.714Z Compiling derive-where v1.2.7
15232024-12-21T04:27:16.888Z Compiling serde_repr v0.1.19
15242024-12-21T04:27:16.986Z Compiling float-cmp v0.9.0
15252024-12-21T04:27:17.082Z Compiling bstr v1.10.0
15262024-12-21T04:27:17.229Z Compiling sync_wrapper v1.0.1
15272024-12-21T04:27:17.396Z Compiling precomputed-hash v0.1.1
15282024-12-21T04:27:17.532Z Compiling static_assertions v1.1.0
15292024-12-21T04:27:17.662Z Compiling unicode-width v0.2.0
15302024-12-21T04:27:17.856Z Compiling bit-vec v0.6.3
15312024-12-21T04:27:18.120Z Compiling number_prefix v0.4.0
15322024-12-21T04:27:18.186Z Compiling predicates-core v1.0.8
15332024-12-21T04:27:18.339Z Compiling whoami v1.5.2
15342024-12-21T04:27:18.360Z Compiling difflib v0.4.0
15352024-12-21T04:27:18.557Z Compiling normalize-line-endings v0.3.0
15362024-12-21T04:27:18.692Z Compiling new_debug_unreachable v1.0.6
15372024-12-21T04:27:18.791Z Compiling fixedbitset v0.4.2
15382024-12-21T04:27:18.938Z Compiling unicode-segmentation v1.12.0
15392024-12-21T04:27:18.993Z Compiling string_cache v0.8.7
15402024-12-21T04:27:19.279Z Compiling petgraph v0.6.5
15412024-12-21T04:27:19.472Z Compiling predicates v3.1.2
15422024-12-21T04:27:19.875Z Compiling similar v2.6.0
15432024-12-21T04:27:20.091Z Compiling tokio-postgres v0.7.12
15442024-12-21T04:27:20.380Z Compiling indicatif v0.17.9
15452024-12-21T04:27:21.359Z Compiling bit-set v0.5.3
15462024-12-21T04:27:21.683Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15472024-12-21T04:27:21.812Z Compiling clap v4.5.21
15482024-12-21T04:27:21.943Z Compiling ecdsa v0.16.9
15492024-12-21T04:27:22.357Z Compiling rsa v0.9.6
15502024-12-21T04:27:22.722Z Compiling ed25519-dalek v2.1.1
15512024-12-21T04:27:22.847Z Compiling toml v0.7.8
15522024-12-21T04:27:23.529Z Compiling zip v0.6.6
15532024-12-21T04:27:24.031Z Compiling crossterm v0.28.1
15542024-12-21T04:27:25.592Z Compiling hex v0.4.3
15552024-12-21T04:27:25.739Z Compiling x509-cert v0.2.5
15562024-12-21T04:27:25.897Z Compiling itertools v0.10.5
15572024-12-21T04:27:25.977Z Compiling peg-runtime v0.8.3
15582024-12-21T04:27:26.231Z Compiling lalrpop-util v0.19.12
15592024-12-21T04:27:26.616Z Compiling unicode-xid v0.2.6
15602024-12-21T04:27:26.686Z Compiling strum_macros v0.26.4
15612024-12-21T04:27:26.813Z Compiling xattr v1.3.1
15622024-12-21T04:27:27.093Z Compiling filetime v0.2.25
15632024-12-21T04:27:27.403Z Compiling tar v0.4.42
15642024-12-21T04:27:32.058Z Compiling strum v0.26.3
15652024-12-21T04:27:34.693Z Compiling aws-lc-sys v0.22.0
15662024-12-21T04:28:03.101Z Compiling rustls-webpki v0.102.8
15672024-12-21T04:28:06.610Z Compiling tokio-rustls v0.25.0
15682024-12-21T04:28:08.538Z Compiling tokio-rustls v0.26.0
15692024-12-21T04:28:08.890Z Compiling hyper-rustls v0.27.3
15702024-12-21T04:28:09.227Z Compiling reqwest v0.12.9
15712024-12-21T04:28:10.081Z Compiling qorb v0.2.1
15722024-12-21T04:28:15.367Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15732024-12-21T04:28:15.606Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15742024-12-21T04:28:21.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
15752024-12-21T04:28:21.740Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15762024-12-21T04:28:21.793ZDec 21 04:28:21.138 INFO Starting download, target: Clickhouse
15772024-12-21T04:28:21.793ZDec 21 04:28:21.138 INFO Starting download, target: Cockroach
15782024-12-21T04:28:21.793ZDec 21 04:28:21.138 INFO Starting download, target: Console
15792024-12-21T04:28:21.793ZDec 21 04:28:21.138 INFO Starting download, target: DendriteOpenapi
15802024-12-21T04:28:21.794ZDec 21 04:28:21.138 INFO Starting download, target: DendriteStub
15812024-12-21T04:28:21.804ZDec 21 04:28:21.138 INFO Starting download, target: MaghemiteMgd
15822024-12-21T04:28:21.804ZDec 21 04:28:21.138 INFO Starting download, target: TransceiverControl
15832024-12-21T04:28:21.804ZDec 21 04:28:21.139 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15842024-12-21T04:28:21.804ZDec 21 04:28:21.139 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15852024-12-21T04:28:21.805ZDec 21 04:28:21.139 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15862024-12-21T04:28:21.805ZDec 21 04:28:21.139 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15872024-12-21T04:28:21.805ZDec 21 04:28:21.139 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15882024-12-21T04:28:21.805ZDec 21 04:28:21.139 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15892024-12-21T04:28:21.805ZDec 21 04:28:21.139 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15902024-12-21T04:28:22.153ZDec 21 04:28:21.499 INFO Download complete, target: DendriteOpenapi
15912024-12-21T04:28:22.330ZDec 21 04:28:21.671 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15922024-12-21T04:28:22.550ZDec 21 04:28:21.894 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15932024-12-21T04:28:22.634ZDec 21 04:28:21.974 INFO Download complete, target: Console
15942024-12-21T04:28:23.181ZDec 21 04:28:22.529 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15952024-12-21T04:28:23.208ZDec 21 04:28:22.557 INFO Download complete, target: TransceiverControl
15962024-12-21T04:28:23.257ZDec 21 04:28:22.606 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15972024-12-21T04:28:23.875ZDec 21 04:28:23.224 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15982024-12-21T04:28:24.338ZDec 21 04:28:23.691 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15992024-12-21T04:28:24.338ZDec 21 04:28:23.691 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16002024-12-21T04:28:26.306ZDec 21 04:28:25.659 INFO Download complete, target: MaghemiteMgd
16012024-12-21T04:28:26.312ZDec 21 04:28:25.665 INFO Download complete, target: DendriteStub
16022024-12-21T04:28:31.931ZDec 21 04:28:31.284 INFO Checking that binary works, target: Cockroach
16032024-12-21T04:28:32.090ZDec 21 04:28:31.442 INFO Download complete, target: Cockroach
16042024-12-21T04:28:36.901ZDec 21 04:28:36.252 INFO Checking that binary works, target: Clickhouse
16052024-12-21T04:28:37.075ZDec 21 04:28:36.426 INFO Download complete, target: Clickhouse
16062024-12-21T04:28:37.097ZAll builder prerequisites installed successfully, and PATH looks valid
16072024-12-21T04:28:37.101Z
16082024-12-21T04:28:37.101Zreal 7:19.328060715
16092024-12-21T04:28:37.101Zuser 16:52.409379565
16102024-12-21T04:28:37.101Zsys 3:18.578620829
16112024-12-21T04:28:37.101Ztrap 0.568215091
16122024-12-21T04:28:37.101Ztflt 1.550391155
16132024-12-21T04:28:37.101Zdflt 2.320070231
16142024-12-21T04:28:37.101Zkflt 0.033404732
16152024-12-21T04:28:37.101Zlock 29:24.433597570
16162024-12-21T04:28:37.102Zslp 1:07:16.758509438
16172024-12-21T04:28:37.102Zlat 57.674789495
16182024-12-21T04:28:37.102Zstop 2:25.626603284
16192024-12-21T04:28:37.102Z++ bmat factory name
16202024-12-21T04:28:37.106Z++ bmat factory private
16212024-12-21T04:28:37.113Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-085a3f51de72a3523 '{
16222024-12-21T04:28:37.113Z buildomat: {
16232024-12-21T04:28:37.114Z factory: {
16242024-12-21T04:28:37.114Z name: $bmat_factory_name,
16252024-12-21T04:28:37.114Z private: $bmat_factory_private,
16262024-12-21T04:28:37.114Z },
16272024-12-21T04:28:37.114Z },
16282024-12-21T04:28:37.114Z }'
16292024-12-21T04:28:37.151Z+ banner ls-apis
16302024-12-21T04:28:37.157Z
16312024-12-21T04:28:37.157Z # #### ## ##### # ####
16322024-12-21T04:28:37.158Z # # # # # # # #
16332024-12-21T04:28:37.158Z # #### ##### # # # # # ####
16342024-12-21T04:28:37.158Z # # ###### ##### # #
16352024-12-21T04:28:37.158Z # # # # # # # # #
16362024-12-21T04:28:37.158Z ###### #### # # # # ####
16372024-12-21T04:28:37.158Z
16382024-12-21T04:28:37.158Z+ source ./tools/include/force-git-over-https.sh
16392024-12-21T04:28:37.158Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16402024-12-21T04:28:37.158Z++ (( i = 0 ))
16412024-12-21T04:28:37.158Z++ (( i < 5 ))
16422024-12-21T04:28:37.158Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16432024-12-21T04:28:37.163Z++ (( i++ ))
16442024-12-21T04:28:37.164Z++ (( i < 5 ))
16452024-12-21T04:28:37.164Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16462024-12-21T04:28:37.164Z++ (( i++ ))
16472024-12-21T04:28:37.164Z++ (( i < 5 ))
16482024-12-21T04:28:37.164Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16492024-12-21T04:28:37.164Z++ (( i++ ))
16502024-12-21T04:28:37.164Z++ (( i < 5 ))
16512024-12-21T04:28:37.164Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16522024-12-21T04:28:37.168Z++ (( i++ ))
16532024-12-21T04:28:37.168Z++ (( i < 5 ))
16542024-12-21T04:28:37.168Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16552024-12-21T04:28:37.168Z++ (( i++ ))
16562024-12-21T04:28:37.168Z++ (( i < 5 ))
16572024-12-21T04:28:37.168Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16582024-12-21T04:28:37.168Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16592024-12-21T04:28:37.168Z+ ptime -m cargo xtask ls-apis apis
16602024-12-21T04:28:37.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
16612024-12-21T04:28:37.738Z Running `target/debug/xtask ls-apis apis`
16622024-12-21T04:28:38.570Z Compiling semver v0.1.20
16632024-12-21T04:28:38.695Z Compiling structmeta-derive v0.3.0
16642024-12-21T04:28:38.698Z Compiling cargo-platform v0.1.8
16652024-12-21T04:28:38.898Z Compiling rustc_version v0.1.7
16662024-12-21T04:28:38.910Z Compiling cargo_metadata v0.18.1
16672024-12-21T04:28:39.279Z Compiling newtype_derive v0.1.6
16682024-12-21T04:28:40.327Z Compiling structmeta v0.3.0
16692024-12-21T04:28:40.615Z Compiling parse-display-derive v0.10.0
16702024-12-21T04:28:43.186Z Compiling parse-display v0.10.0
16712024-12-21T04:28:43.217Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
16722024-12-21T04:28:48.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.84s
16732024-12-21T04:28:48.766Z Running `target/debug/ls-apis apis`
16742024-12-21T04:28:48.807Zloading metadata for workspace omicron from current workspace
16752024-12-21T04:28:53.439Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/d4529fd/Cargo.toml
16762024-12-21T04:28:53.444Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
16772024-12-21T04:28:53.448Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/Cargo.toml
16782024-12-21T04:29:12.570Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
16792024-12-21T04:29:16.459Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
16802024-12-21T04:29:16.476Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
16812024-12-21T04:29:16.639ZBootstrap Agent (client: bootstrap-agent-client)
16822024-12-21T04:29:16.639Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
16832024-12-21T04:29:16.639Z consumed by: wicketd (omicron/wicketd) via 2 paths
16842024-12-21T04:29:16.639Z
16852024-12-21T04:29:16.639ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
16862024-12-21T04:29:16.639Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
16872024-12-21T04:29:16.639Z
16882024-12-21T04:29:16.639ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
16892024-12-21T04:29:16.642Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
16902024-12-21T04:29:16.642Z
16912024-12-21T04:29:16.642ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
16922024-12-21T04:29:16.642Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
16932024-12-21T04:29:16.642Z
16942024-12-21T04:29:16.643ZCockroachDB Cluster Admin (client: cockroach-admin-client)
16952024-12-21T04:29:16.643Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
16962024-12-21T04:29:16.643Z
16972024-12-21T04:29:16.643ZCrucible Agent (client: crucible-agent-client)
16982024-12-21T04:29:16.643Z consumed by: omicron-nexus (omicron/nexus) via 1 path
16992024-12-21T04:29:16.643Z
17002024-12-21T04:29:16.643ZCrucible Control (for testing only) (client: crucible-control-client)
17012024-12-21T04:29:16.643Z
17022024-12-21T04:29:16.643ZCrucible Pantry (client: crucible-pantry-client)
17032024-12-21T04:29:16.643Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17042024-12-21T04:29:16.643Z
17052024-12-21T04:29:16.643ZMaghemite DDM Admin (client: ddm-admin-client)
17062024-12-21T04:29:16.643Z consumed by: installinator (omicron/installinator) via 1 path
17072024-12-21T04:29:16.643Z consumed by: mgd (maghemite/mgd) via 1 path
17082024-12-21T04:29:16.643Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17092024-12-21T04:29:16.643Z consumed by: wicketd (omicron/wicketd) via 1 path
17102024-12-21T04:29:16.643Z
17112024-12-21T04:29:16.643ZDNS Server (client: dns-service-client)
17122024-12-21T04:29:16.653Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17132024-12-21T04:29:16.653Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17142024-12-21T04:29:16.653Z
17152024-12-21T04:29:16.653ZDendrite DPD (client: dpd-client)
17162024-12-21T04:29:16.653Z consumed by: ddmd (maghemite/ddmd) via 2 paths
17172024-12-21T04:29:16.653Z consumed by: mgd (maghemite/mgd) via 1 path
17182024-12-21T04:29:16.653Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17192024-12-21T04:29:16.653Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17202024-12-21T04:29:16.653Z consumed by: tfportd (dendrite/tfportd) via 1 path
17212024-12-21T04:29:16.653Z consumed by: wicketd (omicron/wicketd) via 2 paths
17222024-12-21T04:29:16.653Z
17232024-12-21T04:29:16.653ZDownstairs Controller (debugging only) (client: dsc-client)
17242024-12-21T04:29:16.653Z
17252024-12-21T04:29:16.653ZManagement Gateway Service (client: gateway-client)
17262024-12-21T04:29:16.659Z consumed by: dpd (dendrite/dpd) via 1 path
17272024-12-21T04:29:16.659Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17282024-12-21T04:29:16.659Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17292024-12-21T04:29:16.659Z consumed by: wicketd (omicron/wicketd) via 3 paths
17302024-12-21T04:29:16.659Z
17312024-12-21T04:29:16.659ZWicketd Installinator (client: installinator-client)
17322024-12-21T04:29:16.659Z consumed by: installinator (omicron/installinator) via 1 path
17332024-12-21T04:29:16.659Z
17342024-12-21T04:29:16.660ZMaghemite MG Admin (client: mg-admin-client)
17352024-12-21T04:29:16.663Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17362024-12-21T04:29:16.663Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17372024-12-21T04:29:16.664Z
17382024-12-21T04:29:16.664ZNexus Internal API (client: nexus-client)
17392024-12-21T04:29:16.670Z consumed by: dpd (dendrite/dpd) via 1 path
17402024-12-21T04:29:16.670Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17412024-12-21T04:29:16.670Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
17422024-12-21T04:29:16.670Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
17432024-12-21T04:29:16.670Z
17442024-12-21T04:29:16.670ZExternal API (client: oxide-client)
17452024-12-21T04:29:16.670Z
17462024-12-21T04:29:16.670ZOximeter (client: oximeter-client)
17472024-12-21T04:29:16.672Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17482024-12-21T04:29:16.672Z
17492024-12-21T04:29:16.672ZPropolis (client: propolis-client)
17502024-12-21T04:29:16.673Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17512024-12-21T04:29:16.673Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
17522024-12-21T04:29:16.673Z
17532024-12-21T04:29:16.673ZCrucible Repair (client: repair-client)
17542024-12-21T04:29:16.673Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
17552024-12-21T04:29:16.673Z
17562024-12-21T04:29:16.673ZRepo Depot API (client: repo-depot-client)
17572024-12-21T04:29:16.673Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17582024-12-21T04:29:16.673Z
17592024-12-21T04:29:16.673ZSled Agent (client: sled-agent-client)
17602024-12-21T04:29:16.677Z consumed by: dpd (dendrite/dpd) via 1 path
17612024-12-21T04:29:16.677Z consumed by: omicron-nexus (omicron/nexus) via 7 paths
17622024-12-21T04:29:16.677Z
17632024-12-21T04:29:16.677ZWicketd (client: wicketd-client)
17642024-12-21T04:29:16.680Z
17652024-12-21T04:29:16.799Z
17662024-12-21T04:29:16.802Zreal 39.612453468
17672024-12-21T04:29:16.802Zuser 33.365747756
17682024-12-21T04:29:16.802Zsys 11.662090474
17692024-12-21T04:29:16.802Ztrap 0.017065367
17702024-12-21T04:29:16.802Ztflt 0.073052814
17712024-12-21T04:29:16.802Zdflt 0.315778270
17722024-12-21T04:29:16.802Zkflt 0.000000000
17732024-12-21T04:29:16.802Zlock 52.359342078
17742024-12-21T04:29:16.802Zslp 3:31.527905097
17752024-12-21T04:29:16.802Zlat 1.006785687
17762024-12-21T04:29:16.802Zstop 1.423673818
17772024-12-21T04:29:16.802Z+ ptime -m cargo xtask ls-apis deployment-units
17782024-12-21T04:29:17.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17792024-12-21T04:29:17.375Z Running `target/debug/xtask ls-apis deployment-units`
17802024-12-21T04:29:18.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
17812024-12-21T04:29:18.333Z Running `target/debug/ls-apis deployment-units`
17822024-12-21T04:29:18.379Zloading metadata for workspace omicron from current workspace
17832024-12-21T04:29:19.642Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
17842024-12-21T04:29:19.647Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/d4529fd/Cargo.toml
17852024-12-21T04:29:19.649Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/Cargo.toml
17862024-12-21T04:29:21.483Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
17872024-12-21T04:29:22.301Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
17882024-12-21T04:29:22.338Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
17892024-12-21T04:29:22.478ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
17902024-12-21T04:29:22.478Z omicron-clickhouse-admin (omicron/clickhouse-admin)
17912024-12-21T04:29:22.478Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
17922024-12-21T04:29:22.478Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
17932024-12-21T04:29:22.478Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
17942024-12-21T04:29:22.483Z
17952024-12-21T04:29:22.485Z
17962024-12-21T04:29:22.485ZCockroach
17972024-12-21T04:29:22.485Z omicron-cockroach-admin (omicron/cockroach-admin)
17982024-12-21T04:29:22.485Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
17992024-12-21T04:29:22.485Z
18002024-12-21T04:29:22.485Z
18012024-12-21T04:29:22.485ZCrucible
18022024-12-21T04:29:22.485Z crucible-agent (crucible/agent)
18032024-12-21T04:29:22.485Z exposes: Crucible Agent (client = crucible-agent-client)
18042024-12-21T04:29:22.485Z
18052024-12-21T04:29:22.486Z crucible-downstairs (crucible/downstairs)
18062024-12-21T04:29:22.486Z exposes: Crucible Repair (client = repair-client)
18072024-12-21T04:29:22.486Z consumes: repair-client
18082024-12-21T04:29:22.486Z
18092024-12-21T04:29:22.486Z
18102024-12-21T04:29:22.486ZCrucible Pantry
18112024-12-21T04:29:22.486Z crucible-pantry (crucible/pantry)
18122024-12-21T04:29:22.486Z exposes: Crucible Pantry (client = crucible-pantry-client)
18132024-12-21T04:29:22.490Z
18142024-12-21T04:29:22.490Z
18152024-12-21T04:29:22.490ZDNS Server
18162024-12-21T04:29:22.490Z dns-server (omicron/dns-server)
18172024-12-21T04:29:22.490Z exposes: DNS Server (client = dns-service-client)
18182024-12-21T04:29:22.490Z
18192024-12-21T04:29:22.490Z
18202024-12-21T04:29:22.490ZHost OS
18212024-12-21T04:29:22.490Z ddmd (maghemite/ddmd)
18222024-12-21T04:29:22.490Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
18232024-12-21T04:29:22.490Z consumes: dpd-client
18242024-12-21T04:29:22.491Z
18252024-12-21T04:29:22.491Z dpd (dendrite/dpd)
18262024-12-21T04:29:22.491Z exposes: Dendrite DPD (client = dpd-client)
18272024-12-21T04:29:22.496Z consumes: gateway-client
18282024-12-21T04:29:22.496Z consumes: nexus-client
18292024-12-21T04:29:22.496Z consumes: sled-agent-client
18302024-12-21T04:29:22.496Z
18312024-12-21T04:29:22.496Z mgd (maghemite/mgd)
18322024-12-21T04:29:22.496Z exposes: Maghemite MG Admin (client = mg-admin-client)
18332024-12-21T04:29:22.496Z consumes: ddm-admin-client
18342024-12-21T04:29:22.496Z consumes: dpd-client
18352024-12-21T04:29:22.496Z
18362024-12-21T04:29:22.496Z omicron-gateway (omicron/gateway)
18372024-12-21T04:29:22.496Z exposes: Management Gateway Service (client = gateway-client)
18382024-12-21T04:29:22.497Z
18392024-12-21T04:29:22.497Z omicron-sled-agent (omicron/sled-agent)
18402024-12-21T04:29:22.497Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
18412024-12-21T04:29:22.497Z exposes: Repo Depot API (client = repo-depot-client)
18422024-12-21T04:29:22.497Z exposes: Sled Agent (client = sled-agent-client)
18432024-12-21T04:29:22.506Z consumes: bootstrap-agent-client
18442024-12-21T04:29:22.506Z consumes: ddm-admin-client
18452024-12-21T04:29:22.506Z consumes: dns-service-client
18462024-12-21T04:29:22.506Z consumes: dpd-client
18472024-12-21T04:29:22.506Z consumes: gateway-client
18482024-12-21T04:29:22.506Z consumes: mg-admin-client
18492024-12-21T04:29:22.506Z consumes: nexus-client
18502024-12-21T04:29:22.506Z consumes: propolis-client
18512024-12-21T04:29:22.506Z consumes: repo-depot-client
18522024-12-21T04:29:22.506Z
18532024-12-21T04:29:22.506Z propolis-server (propolis/bin/propolis-server)
18542024-12-21T04:29:22.506Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
18552024-12-21T04:29:22.507Z exposes: Propolis (client = propolis-client)
18562024-12-21T04:29:22.507Z consumes: nexus-client
18572024-12-21T04:29:22.507Z
18582024-12-21T04:29:22.507Z tfportd (dendrite/tfportd)
18592024-12-21T04:29:22.507Z consumes: dpd-client
18602024-12-21T04:29:22.507Z
18612024-12-21T04:29:22.507Z wicketd (omicron/wicketd)
18622024-12-21T04:29:22.507Z exposes: Wicketd Installinator (client = installinator-client)
18632024-12-21T04:29:22.507Z exposes: Wicketd (client = wicketd-client)
18642024-12-21T04:29:22.507Z consumes: bootstrap-agent-client
18652024-12-21T04:29:22.507Z consumes: ddm-admin-client
18662024-12-21T04:29:22.507Z consumes: dpd-client
18672024-12-21T04:29:22.507Z consumes: gateway-client
18682024-12-21T04:29:22.508Z
18692024-12-21T04:29:22.508Z
18702024-12-21T04:29:22.508ZInstallinator
18712024-12-21T04:29:22.508Z installinator (omicron/installinator)
18722024-12-21T04:29:22.519Z consumes: ddm-admin-client
18732024-12-21T04:29:22.519Z consumes: installinator-client
18742024-12-21T04:29:22.519Z
18752024-12-21T04:29:22.519Z
18762024-12-21T04:29:22.519ZNexus
18772024-12-21T04:29:22.519Z omicron-nexus (omicron/nexus)
18782024-12-21T04:29:22.519Z exposes: Nexus Internal API (client = nexus-client)
18792024-12-21T04:29:22.519Z exposes: External API (client = oxide-client)
18802024-12-21T04:29:22.519Z consumes: clickhouse-admin-keeper-client
18812024-12-21T04:29:22.520Z consumes: clickhouse-admin-server-client
18822024-12-21T04:29:22.520Z consumes: clickhouse-admin-single-client
18832024-12-21T04:29:22.520Z consumes: cockroach-admin-client
18842024-12-21T04:29:22.520Z consumes: crucible-agent-client
18852024-12-21T04:29:22.520Z consumes: crucible-pantry-client
18862024-12-21T04:29:22.520Z consumes: dns-service-client
18872024-12-21T04:29:22.520Z consumes: dpd-client
18882024-12-21T04:29:22.520Z consumes: gateway-client
18892024-12-21T04:29:22.520Z consumes: mg-admin-client
18902024-12-21T04:29:22.520Z consumes: oximeter-client
18912024-12-21T04:29:22.520Z consumes: propolis-client
18922024-12-21T04:29:22.520Z consumes: sled-agent-client
18932024-12-21T04:29:22.520Z
18942024-12-21T04:29:22.520Z
18952024-12-21T04:29:22.520ZOximeter
18962024-12-21T04:29:22.521Z oximeter-collector (omicron/oximeter/collector)
18972024-12-21T04:29:22.521Z exposes: Oximeter (client = oximeter-client)
18982024-12-21T04:29:22.521Z consumes: nexus-client
18992024-12-21T04:29:22.521Z
19002024-12-21T04:29:22.521Z
19012024-12-21T04:29:22.628Z
19022024-12-21T04:29:22.633Zreal 5.810540387
19032024-12-21T04:29:22.633Zuser 4.575554097
19042024-12-21T04:29:22.633Zsys 1.821646740
19052024-12-21T04:29:22.633Ztrap 0.001665449
19062024-12-21T04:29:22.633Ztflt 0.000002189
19072024-12-21T04:29:22.633Zdflt 0.000248584
19082024-12-21T04:29:22.633Zkflt 0.000000000
19092024-12-21T04:29:22.633Zlock 0.002003583
19102024-12-21T04:29:22.633Zslp 10.615750111
19112024-12-21T04:29:22.633Zlat 0.020407790
19122024-12-21T04:29:22.633Zstop 0.069604762
19132024-12-21T04:29:22.633Z+ ptime -m cargo xtask ls-apis servers
19142024-12-21T04:29:23.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19152024-12-21T04:29:23.183Z Running `target/debug/xtask ls-apis servers`
19162024-12-21T04:29:24.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
19172024-12-21T04:29:24.084Z Running `target/debug/ls-apis servers`
19182024-12-21T04:29:24.128Zloading metadata for workspace omicron from current workspace
19192024-12-21T04:29:25.360Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
19202024-12-21T04:29:25.366Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/d4529fd/Cargo.toml
19212024-12-21T04:29:25.369Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/Cargo.toml
19222024-12-21T04:29:27.182Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
19232024-12-21T04:29:27.993Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19242024-12-21T04:29:28.014Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19252024-12-21T04:29:28.178Zomicron-clickhouse-admin (omicron/clickhouse-admin)
19262024-12-21T04:29:28.178Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
19272024-12-21T04:29:28.178Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
19282024-12-21T04:29:28.178Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
19292024-12-21T04:29:28.182Z
19302024-12-21T04:29:28.182Zomicron-cockroach-admin (omicron/cockroach-admin)
19312024-12-21T04:29:28.182Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
19322024-12-21T04:29:28.182Z
19332024-12-21T04:29:28.182Zcrucible-agent (crucible/agent)
19342024-12-21T04:29:28.182Z exposes: Crucible Agent (client = crucible-agent-client)
19352024-12-21T04:29:28.182Z
19362024-12-21T04:29:28.182Zcrucible-downstairs (crucible/downstairs)
19372024-12-21T04:29:28.182Z exposes: Crucible Repair (client = repair-client)
19382024-12-21T04:29:28.182Z consumes: repair-client
19392024-12-21T04:29:28.183Z
19402024-12-21T04:29:28.183Zcrucible-pantry (crucible/pantry)
19412024-12-21T04:29:28.183Z exposes: Crucible Pantry (client = crucible-pantry-client)
19422024-12-21T04:29:28.183Z
19432024-12-21T04:29:28.183Zdns-server (omicron/dns-server)
19442024-12-21T04:29:28.183Z exposes: DNS Server (client = dns-service-client)
19452024-12-21T04:29:28.183Z
19462024-12-21T04:29:28.183Zomicron-sled-agent (omicron/sled-agent)
19472024-12-21T04:29:28.183Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
19482024-12-21T04:29:28.183Z exposes: Repo Depot API (client = repo-depot-client)
19492024-12-21T04:29:28.183Z exposes: Sled Agent (client = sled-agent-client)
19502024-12-21T04:29:28.188Z consumes: bootstrap-agent-client
19512024-12-21T04:29:28.188Z consumes: ddm-admin-client
19522024-12-21T04:29:28.188Z consumes: dns-service-client
19532024-12-21T04:29:28.188Z consumes: dpd-client
19542024-12-21T04:29:28.188Z consumes: gateway-client
19552024-12-21T04:29:28.188Z consumes: mg-admin-client
19562024-12-21T04:29:28.188Z consumes: nexus-client
19572024-12-21T04:29:28.188Z consumes: propolis-client
19582024-12-21T04:29:28.188Z consumes: repo-depot-client
19592024-12-21T04:29:28.188Z
19602024-12-21T04:29:28.188Zpropolis-server (propolis/bin/propolis-server)
19612024-12-21T04:29:28.189Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
19622024-12-21T04:29:28.189Z exposes: Propolis (client = propolis-client)
19632024-12-21T04:29:28.189Z consumes: nexus-client
19642024-12-21T04:29:28.189Z
19652024-12-21T04:29:28.189Zddmd (maghemite/ddmd)
19662024-12-21T04:29:28.189Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
19672024-12-21T04:29:28.191Z consumes: dpd-client
19682024-12-21T04:29:28.191Z
19692024-12-21T04:29:28.191Zdpd (dendrite/dpd)
19702024-12-21T04:29:28.191Z exposes: Dendrite DPD (client = dpd-client)
19712024-12-21T04:29:28.191Z consumes: gateway-client
19722024-12-21T04:29:28.191Z consumes: nexus-client
19732024-12-21T04:29:28.191Z consumes: sled-agent-client
19742024-12-21T04:29:28.191Z
19752024-12-21T04:29:28.192Zmgd (maghemite/mgd)
19762024-12-21T04:29:28.192Z exposes: Maghemite MG Admin (client = mg-admin-client)
19772024-12-21T04:29:28.194Z consumes: ddm-admin-client
19782024-12-21T04:29:28.194Z consumes: dpd-client
19792024-12-21T04:29:28.194Z
19802024-12-21T04:29:28.194Zomicron-gateway (omicron/gateway)
19812024-12-21T04:29:28.194Z exposes: Management Gateway Service (client = gateway-client)
19822024-12-21T04:29:28.194Z
19832024-12-21T04:29:28.194Ztfportd (dendrite/tfportd)
19842024-12-21T04:29:28.194Z consumes: dpd-client
19852024-12-21T04:29:28.196Z
19862024-12-21T04:29:28.196Zwicketd (omicron/wicketd)
19872024-12-21T04:29:28.198Z exposes: Wicketd Installinator (client = installinator-client)
19882024-12-21T04:29:28.198Z exposes: Wicketd (client = wicketd-client)
19892024-12-21T04:29:28.198Z consumes: bootstrap-agent-client
19902024-12-21T04:29:28.198Z consumes: ddm-admin-client
19912024-12-21T04:29:28.199Z consumes: dpd-client
19922024-12-21T04:29:28.199Z consumes: gateway-client
19932024-12-21T04:29:28.199Z
19942024-12-21T04:29:28.199Zinstallinator (omicron/installinator)
19952024-12-21T04:29:28.199Z consumes: ddm-admin-client
19962024-12-21T04:29:28.199Z consumes: installinator-client
19972024-12-21T04:29:28.199Z
19982024-12-21T04:29:28.199Zomicron-nexus (omicron/nexus)
19992024-12-21T04:29:28.199Z exposes: Nexus Internal API (client = nexus-client)
20002024-12-21T04:29:28.199Z exposes: External API (client = oxide-client)
20012024-12-21T04:29:28.201Z consumes: clickhouse-admin-keeper-client
20022024-12-21T04:29:28.201Z consumes: clickhouse-admin-server-client
20032024-12-21T04:29:28.201Z consumes: clickhouse-admin-single-client
20042024-12-21T04:29:28.201Z consumes: cockroach-admin-client
20052024-12-21T04:29:28.201Z consumes: crucible-agent-client
20062024-12-21T04:29:28.201Z consumes: crucible-pantry-client
20072024-12-21T04:29:28.201Z consumes: dns-service-client
20082024-12-21T04:29:28.201Z consumes: dpd-client
20092024-12-21T04:29:28.201Z consumes: gateway-client
20102024-12-21T04:29:28.201Z consumes: mg-admin-client
20112024-12-21T04:29:28.201Z consumes: oximeter-client
20122024-12-21T04:29:28.201Z consumes: propolis-client
20132024-12-21T04:29:28.202Z consumes: sled-agent-client
20142024-12-21T04:29:28.202Z
20152024-12-21T04:29:28.202Zoximeter-collector (omicron/oximeter/collector)
20162024-12-21T04:29:28.202Z exposes: Oximeter (client = oximeter-client)
20172024-12-21T04:29:28.202Z consumes: nexus-client
20182024-12-21T04:29:28.202Z
20192024-12-21T04:29:28.324Z
20202024-12-21T04:29:28.328Zreal 5.677202880
20212024-12-21T04:29:28.328Zuser 4.553897687
20222024-12-21T04:29:28.328Zsys 1.751511681
20232024-12-21T04:29:28.328Ztrap 0.000732088
20242024-12-21T04:29:28.328Ztflt 0.000017157
20252024-12-21T04:29:28.328Zdflt 0.000075722
20262024-12-21T04:29:28.328Zkflt 0.000000000
20272024-12-21T04:29:28.328Zlock 0.002047432
20282024-12-21T04:29:28.328Zslp 10.468572476
20292024-12-21T04:29:28.328Zlat 0.011168885
20302024-12-21T04:29:28.328Zstop 0.071672573
20312024-12-21T04:29:28.328Z+ ptime -m cargo xtask ls-apis check
20322024-12-21T04:29:28.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
20332024-12-21T04:29:28.856Z Running `target/debug/xtask ls-apis check`
20342024-12-21T04:29:29.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
20352024-12-21T04:29:29.765Z Running `target/debug/ls-apis check`
20362024-12-21T04:29:29.810Zloading metadata for workspace omicron from current workspace
20372024-12-21T04:29:31.037Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
20382024-12-21T04:29:31.042Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/5a41b82/Cargo.toml
20392024-12-21T04:29:31.047Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/d4529fd/Cargo.toml
20402024-12-21T04:29:32.853Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
20412024-12-21T04:29:33.660Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20422024-12-21T04:29:33.679Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20432024-12-21T04:29:33.942Z
20442024-12-21T04:29:33.942Z
20452024-12-21T04:29:33.942ZServer-managed APIs:
20462024-12-21T04:29:33.942Z
20472024-12-21T04:29:33.942Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
20482024-12-21T04:29:33.942Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
20492024-12-21T04:29:33.942Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
20502024-12-21T04:29:33.942Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
20512024-12-21T04:29:33.942Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
20522024-12-21T04:29:33.942Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
20532024-12-21T04:29:33.942Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
20542024-12-21T04:29:33.942Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
20552024-12-21T04:29:33.942Z DNS Server (dns-service-client, exposed by dns-server)
20562024-12-21T04:29:33.942Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
20572024-12-21T04:29:33.942Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
20582024-12-21T04:29:33.942Z External API (oxide-client, exposed by omicron-nexus)
20592024-12-21T04:29:33.942Z Oximeter (oximeter-client, exposed by oximeter-collector)
20602024-12-21T04:29:33.943Z Propolis (propolis-client, exposed by propolis-server)
20612024-12-21T04:29:33.943Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
20622024-12-21T04:29:33.943Z Wicketd (wicketd-client, exposed by wicketd)
20632024-12-21T04:29:33.943Z
20642024-12-21T04:29:33.943Z
20652024-12-21T04:29:33.943ZClient-managed API:
20662024-12-21T04:29:33.943Z
20672024-12-21T04:29:33.943Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
20682024-12-21T04:29:33.943Z reason: depends on itself (i.e., instances call each other)
20692024-12-21T04:29:33.943Z Dendrite DPD (dpd-client, exposed by dpd)
20702024-12-21T04:29:33.943Z reason: Sled Agent calling DPD creates a circular dependency
20712024-12-21T04:29:33.943Z Wicketd Installinator (installinator-client, exposed by wicketd)
20722024-12-21T04:29:33.943Z reason: client is provided implicitly by the operator
20732024-12-21T04:29:33.943Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
20742024-12-21T04:29:33.943Z reason: Circular dependencies between Nexus and other services
20752024-12-21T04:29:33.943Z Crucible Repair (repair-client, exposed by crucible-downstairs)
20762024-12-21T04:29:33.943Z reason: depends on itself (i.e., instances call each other)
20772024-12-21T04:29:33.943Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
20782024-12-21T04:29:33.943Z reason: depends on itself (i.e., instances call each other)
20792024-12-21T04:29:33.943Z
20802024-12-21T04:29:33.943Z
20812024-12-21T04:29:33.943ZAPIs with unknown version management: none
20822024-12-21T04:29:34.065Z
20832024-12-21T04:29:34.069Zreal 5.723194862
20842024-12-21T04:29:34.069Zuser 4.595865561
20852024-12-21T04:29:34.069Zsys 1.729977914
20862024-12-21T04:29:34.069Ztrap 0.000353652
20872024-12-21T04:29:34.069Ztflt 0.000005308
20882024-12-21T04:29:34.069Zdflt 0.000224083
20892024-12-21T04:29:34.069Zkflt 0.000001779
20902024-12-21T04:29:34.069Zlock 0.001875645
20912024-12-21T04:29:34.069Zslp 10.449988901
20922024-12-21T04:29:34.069Zlat 0.010599490
20932024-12-21T04:29:34.069Zstop 0.069986190
20942024-12-21T04:29:34.069Z+ banner build
20952024-12-21T04:29:34.072Z
20962024-12-21T04:29:34.072Z ##### # # # # #####
20972024-12-21T04:29:34.072Z # # # # # # # #
20982024-12-21T04:29:34.072Z ##### # # # # # #
20992024-12-21T04:29:34.073Z # # # # # # # #
21002024-12-21T04:29:34.073Z # # # # # # # #
21012024-12-21T04:29:34.073Z ##### #### # ###### #####
21022024-12-21T04:29:34.073Z
21032024-12-21T04:29:34.073Z+ export 'RUSTFLAGS=-D warnings'
21042024-12-21T04:29:34.073Z+ RUSTFLAGS='-D warnings'
21052024-12-21T04:29:34.073Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
21062024-12-21T04:29:34.073Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
21072024-12-21T04:29:34.073Z+ [[ illumos == \i\l\l\u\m\o\s ]]
21082024-12-21T04:29:34.073Z+ RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
21092024-12-21T04:29:34.073Z+ export TMPDIR=/var/tmp/omicron_tmp
21102024-12-21T04:29:34.073Z+ TMPDIR=/var/tmp/omicron_tmp
21112024-12-21T04:29:34.073Z+ export RUST_BACKTRACE=1
21122024-12-21T04:29:34.073Z+ RUST_BACKTRACE=1
21132024-12-21T04:29:34.073Z+ export CARGO_INCREMENTAL=0
21142024-12-21T04:29:34.073Z+ CARGO_INCREMENTAL=0
21152024-12-21T04:29:34.073Z+ export RUSTC_BOOTSTRAP=1
21162024-12-21T04:29:34.073Z+ RUSTC_BOOTSTRAP=1
21172024-12-21T04:29:34.073Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
21182024-12-21T04:29:35.817Z Dirty proc-macro2 v1.0.89: the rustflags changed
21192024-12-21T04:29:35.817Z Compiling proc-macro2 v1.0.89
21202024-12-21T04:29:35.817Z Dirty unicode-ident v1.0.13: the rustflags changed
21212024-12-21T04:29:35.817Z Compiling unicode-ident v1.0.13
21222024-12-21T04:29:35.820Z Dirty libc v0.2.162: the rustflags changed
21232024-12-21T04:29:35.820Z Compiling libc v0.2.162
21242024-12-21T04:29:35.820Z Dirty cfg-if v1.0.0: the rustflags changed
21252024-12-21T04:29:35.820Z Compiling cfg-if v1.0.0
21262024-12-21T04:29:35.820Z Dirty serde v1.0.215: the rustflags changed
21272024-12-21T04:29:35.820Z Compiling serde v1.0.215
21282024-12-21T04:29:35.820Z Dirty autocfg v1.4.0: the rustflags changed
21292024-12-21T04:29:35.820Z Compiling autocfg v1.4.0
21302024-12-21T04:29:35.820Z Dirty memchr v2.7.4: the rustflags changed
21312024-12-21T04:29:35.820Z Compiling memchr v2.7.4
21322024-12-21T04:29:35.820Z Dirty version_check v0.9.5: the rustflags changed
21332024-12-21T04:29:35.820Z Compiling version_check v0.9.5
21342024-12-21T04:29:35.820Z 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`
21352024-12-21T04:29:35.820Z 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`
21362024-12-21T04:29:35.971Z 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`
21372024-12-21T04:29:35.974Z 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`
21382024-12-21T04:29:35.974Z 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`
21392024-12-21T04:29:35.989Z 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`
21402024-12-21T04:29:35.992Z 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`
21412024-12-21T04:29:35.992Z 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`
21422024-12-21T04:29:36.127Z Dirty value-bag v1.9.0: the rustflags changed
21432024-12-21T04:29:36.127Z Compiling value-bag v1.9.0
21442024-12-21T04:29:36.151Z Dirty scopeguard v1.2.0: the rustflags changed
21452024-12-21T04:29:36.151Z Compiling scopeguard v1.2.0
21462024-12-21T04:29:36.153Z 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`
21472024-12-21T04:29:36.153Z 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`
21482024-12-21T04:29:36.328Z Dirty smallvec v1.13.2: the rustflags changed
21492024-12-21T04:29:36.328Z Compiling smallvec v1.13.2
21502024-12-21T04:29:36.331Z 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`
21512024-12-21T04:29:36.619Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-e1f493915488a752/build-script-build`
21522024-12-21T04:29:36.650Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-c02481439796dfa7/build-script-build`
21532024-12-21T04:29:36.701Z Dirty log v0.4.22: the rustflags changed
21542024-12-21T04:29:36.701Z Compiling log v0.4.22
21552024-12-21T04:29:36.704Z 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`
21562024-12-21T04:29:36.768Z Dirty once_cell v1.20.2: the rustflags changed
21572024-12-21T04:29:36.768Z Compiling once_cell v1.20.2
21582024-12-21T04:29:36.770Z 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`
21592024-12-21T04:29:36.795Z Dirty itoa v1.0.11: the rustflags changed
21602024-12-21T04:29:36.795Z Compiling itoa v1.0.11
21612024-12-21T04:29:36.797Z 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`
21622024-12-21T04:29:36.864Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-9ed6789ca90d87d7/build-script-build`
21632024-12-21T04:29:36.912Z 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"))'`
21642024-12-21T04:29:36.956Z Dirty byteorder v1.5.0: the rustflags changed
21652024-12-21T04:29:36.956Z Compiling byteorder v1.5.0
21662024-12-21T04:29:36.959Z 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`
21672024-12-21T04:29:37.037Z Dirty pin-project-lite v0.2.14: the rustflags changed
21682024-12-21T04:29:37.037Z Compiling pin-project-lite v0.2.14
21692024-12-21T04:29:37.039Z 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`
21702024-12-21T04:29:37.110Z 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)'`
21712024-12-21T04:29:37.146Z Dirty lock_api v0.4.12: the rustflags changed
21722024-12-21T04:29:37.147Z Compiling lock_api v0.4.12
21732024-12-21T04:29:37.149Z 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`
21742024-12-21T04:29:37.178Z Dirty subtle v2.6.1: the rustflags changed
21752024-12-21T04:29:37.178Z Compiling subtle v2.6.1
21762024-12-21T04:29:37.180Z 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`
21772024-12-21T04:29:37.212Z Dirty shlex v1.3.0: the rustflags changed
21782024-12-21T04:29:37.212Z Compiling shlex v1.3.0
21792024-12-21T04:29:37.239Z 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`
21802024-12-21T04:29:37.453Z Dirty thiserror v1.0.69: the rustflags changed
21812024-12-21T04:29:37.453Z Compiling thiserror v1.0.69
21822024-12-21T04:29:37.456Z 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`
21832024-12-21T04:29:37.529Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-a9a179362601b232/build-script-build`
21842024-12-21T04:29:37.557Z Dirty regex-syntax v0.8.5: the rustflags changed
21852024-12-21T04:29:37.557Z Compiling regex-syntax v0.8.5
21862024-12-21T04:29:37.560Z 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`
21872024-12-21T04:29:37.621Z Dirty aho-corasick v1.1.3: the rustflags changed
21882024-12-21T04:29:37.621Z Compiling aho-corasick v1.1.3
21892024-12-21T04:29:37.624Z 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`
21902024-12-21T04:29:37.659Z Dirty typenum v1.17.0: the rustflags changed
21912024-12-21T04:29:37.659Z Compiling typenum v1.17.0
21922024-12-21T04:29:37.665Z 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`
21932024-12-21T04:29:37.687Z 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`
21942024-12-21T04:29:37.773Z Dirty generic-array v0.14.7: the rustflags changed
21952024-12-21T04:29:37.773Z Compiling generic-array v0.14.7
21962024-12-21T04:29:37.776Z 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`
21972024-12-21T04:29:38.160Z Dirty quote v1.0.37: the rustflags changed
21982024-12-21T04:29:38.160Z Compiling quote v1.0.37
21992024-12-21T04:29:38.163Z 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`
22002024-12-21T04:29:38.192Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-a10ee8adefdd5f1c/build-script-build`
22012024-12-21T04:29:38.219Z Dirty parking_lot_core v0.9.10: the rustflags changed
22022024-12-21T04:29:38.219Z Compiling parking_lot_core v0.9.10
22032024-12-21T04:29:38.222Z 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`
22042024-12-21T04:29:38.569Z Dirty getrandom v0.2.15: the rustflags changed
22052024-12-21T04:29:38.569Z Compiling getrandom v0.2.15
22062024-12-21T04:29:38.578Z 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`
22072024-12-21T04:29:38.617Z Dirty syn v2.0.87: the rustflags changed
22082024-12-21T04:29:38.617Z Compiling syn v2.0.87
22092024-12-21T04:29:38.621Z 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`
22102024-12-21T04:29:38.737Z Dirty jobserver v0.1.32: the rustflags changed
22112024-12-21T04:29:38.737Z Compiling jobserver v0.1.32
22122024-12-21T04:29:38.740Z 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`
22132024-12-21T04:29:38.837Z Dirty rand_core v0.6.4: the rustflags changed
22142024-12-21T04:29:38.837Z Compiling rand_core v0.6.4
22152024-12-21T04:29:38.839Z 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`
22162024-12-21T04:29:38.886Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-3083ee05a03332f4/build-script-main`
22172024-12-21T04:29:38.971Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-b958ce598dab1297/build-script-build`
22182024-12-21T04:29:38.973Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-48977a83d3568803/build-script-build`
22192024-12-21T04:29:39.037Z 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`
22202024-12-21T04:29:39.065Z Dirty allocator-api2 v0.2.18: the rustflags changed
22212024-12-21T04:29:39.065Z Compiling allocator-api2 v0.2.18
22222024-12-21T04:29:39.069Z 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`
22232024-12-21T04:29:39.090Z 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`
22242024-12-21T04:29:39.371Z Dirty cc v1.1.30: the rustflags changed
22252024-12-21T04:29:39.371Z Compiling cc v1.1.30
22262024-12-21T04:29:39.374Z 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`
22272024-12-21T04:29:39.695Z Dirty parking_lot v0.12.3: the rustflags changed
22282024-12-21T04:29:39.695Z Compiling parking_lot v0.12.3
22292024-12-21T04:29:39.698Z 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:29:39.723Z Dirty ryu v1.0.18: the rustflags changed
22312024-12-21T04:29:39.723Z Compiling ryu v1.0.18
22322024-12-21T04:29:39.765Z 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`
22332024-12-21T04:29:39.898Z Dirty libm v0.2.8: the rustflags changed
22342024-12-21T04:29:39.898Z Compiling libm v0.2.8
22352024-12-21T04:29:39.901Z 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`
22362024-12-21T04:29:40.120Z Dirty num-traits v0.2.19: the rustflags changed
22372024-12-21T04:29:40.120Z Compiling num-traits v0.2.19
22382024-12-21T04:29:40.123Z 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`
22392024-12-21T04:29:40.324Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-bb7d76c431516a46/build-script-build`
22402024-12-21T04:29:40.368Z 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`
22412024-12-21T04:29:40.494Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-18a8e91f1018e70a/build-script-build`
22422024-12-21T04:29:40.553Z Dirty futures-core v0.3.31: the rustflags changed
22432024-12-21T04:29:40.553Z Compiling futures-core v0.3.31
22442024-12-21T04:29:40.556Z 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`
22452024-12-21T04:29:40.616Z Dirty spin v0.9.8: the rustflags changed
22462024-12-21T04:29:40.616Z Compiling spin v0.9.8
22472024-12-21T04:29:40.619Z 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`
22482024-12-21T04:29:40.741Z Dirty rustix v0.38.37: the rustflags changed
22492024-12-21T04:29:40.741Z Compiling rustix v0.38.37
22502024-12-21T04:29:40.744Z 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`
22512024-12-21T04:29:40.820Z Dirty errno v0.3.9: the rustflags changed
22522024-12-21T04:29:40.820Z Compiling errno v0.3.9
22532024-12-21T04:29:40.823Z 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`
22542024-12-21T04:29:41.046Z Dirty signal-hook-registry v1.4.2: the rustflags changed
22552024-12-21T04:29:41.046Z Compiling signal-hook-registry v1.4.2
22562024-12-21T04:29:41.079Z 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`
22572024-12-21T04:29:41.083Z Dirty serde_json v1.0.133: the rustflags changed
22582024-12-21T04:29:41.083Z Compiling serde_json v1.0.133
22592024-12-21T04:29:41.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/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`
22602024-12-21T04:29:41.482Z Dirty regex-automata v0.4.8: the rustflags changed
22612024-12-21T04:29:41.482Z Compiling regex-automata v0.4.8
22622024-12-21T04:29:41.484Z 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`
22632024-12-21T04:29:41.657Z 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)'`
22642024-12-21T04:29:41.790Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-d3e6b90374196050/build-script-build`
22652024-12-21T04:29:41.897Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-1fa4daaa3976fb13/build-script-build`
22662024-12-21T04:29:41.939Z Dirty either v1.13.0: the rustflags changed
22672024-12-21T04:29:41.939Z Compiling either v1.13.0
22682024-12-21T04:29:41.942Z 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`
22692024-12-21T04:29:42.127Z Dirty fnv v1.0.7: the rustflags changed
22702024-12-21T04:29:42.127Z Compiling fnv v1.0.7
22712024-12-21T04:29:42.130Z 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`
22722024-12-21T04:29:42.285Z Dirty equivalent v1.0.1: the rustflags changed
22732024-12-21T04:29:42.285Z Compiling equivalent v1.0.1
22742024-12-21T04:29:42.288Z 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`
22752024-12-21T04:29:42.393Z Dirty foldhash v0.1.3: the rustflags changed
22762024-12-21T04:29:42.393Z Compiling foldhash v0.1.3
22772024-12-21T04:29:42.396Z 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`
22782024-12-21T04:29:42.423Z Dirty mio v1.0.2: the rustflags changed
22792024-12-21T04:29:42.423Z Compiling mio v1.0.2
22802024-12-21T04:29:42.471Z 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`
22812024-12-21T04:29:42.727Z Dirty hashbrown v0.15.1: the rustflags changed
22822024-12-21T04:29:42.727Z Compiling hashbrown v0.15.1
22832024-12-21T04:29:42.731Z 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`
22842024-12-21T04:29:43.277Z Dirty socket2 v0.5.7: the rustflags changed
22852024-12-21T04:29:43.277Z Compiling socket2 v0.5.7
22862024-12-21T04:29:43.281Z 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`
22872024-12-21T04:29:43.714Z Dirty lazy_static v1.5.0: the rustflags changed
22882024-12-21T04:29:43.714Z Compiling lazy_static v1.5.0
22892024-12-21T04:29:43.718Z 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`
22902024-12-21T04:29:43.788Z Dirty const-oid v0.9.6: the rustflags changed
22912024-12-21T04:29:43.788Z Compiling const-oid v0.9.6
22922024-12-21T04:29:43.791Z 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`
22932024-12-21T04:29:43.830Z Dirty slab v0.4.9: the rustflags changed
22942024-12-21T04:29:43.830Z Compiling slab v0.4.9
22952024-12-21T04:29:43.833Z 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`
22962024-12-21T04:29:43.867Z Dirty futures-io v0.3.31: the rustflags changed
22972024-12-21T04:29:43.867Z Compiling futures-io v0.3.31
22982024-12-21T04:29:43.870Z 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`
22992024-12-21T04:29:44.179Z Dirty futures-sink v0.3.31: the rustflags changed
23002024-12-21T04:29:44.179Z Compiling futures-sink v0.3.31
23012024-12-21T04:29:44.182Z 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`
23022024-12-21T04:29:44.216Z Dirty pkg-config v0.3.31: the rustflags changed
23032024-12-21T04:29:44.216Z Compiling pkg-config v0.3.31
23042024-12-21T04:29:44.240Z 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`
23052024-12-21T04:29:44.245Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-7d8b679e55f5d38f/build-script-build`
23062024-12-21T04:29:44.304Z Dirty cpufeatures v0.2.14: the rustflags changed
23072024-12-21T04:29:44.304Z Compiling cpufeatures v0.2.14
23082024-12-21T04:29:44.307Z 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`
23092024-12-21T04:29:44.352Z Dirty stable_deref_trait v1.2.0: the rustflags changed
23102024-12-21T04:29:44.352Z Compiling stable_deref_trait v1.2.0
23112024-12-21T04:29:44.354Z 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`
23122024-12-21T04:29:44.410Z 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`
23132024-12-21T04:29:44.439Z Dirty heck v0.5.0: the rustflags changed
23142024-12-21T04:29:44.439Z Compiling heck v0.5.0
23152024-12-21T04:29:44.468Z 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`
23162024-12-21T04:29:44.471Z Dirty pin-utils v0.1.0: the rustflags changed
23172024-12-21T04:29:44.472Z Compiling pin-utils v0.1.0
23182024-12-21T04:29:44.475Z 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`
23192024-12-21T04:29:44.577Z Dirty futures-channel v0.3.31: the rustflags changed
23202024-12-21T04:29:44.577Z Compiling futures-channel v0.3.31
23212024-12-21T04:29:44.581Z Dirty futures-task v0.3.31: the rustflags changed
23222024-12-21T04:29:44.581Z Compiling futures-task v0.3.31
23232024-12-21T04:29:44.581Z 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`
23242024-12-21T04:29:44.581Z 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`
23252024-12-21T04:29:44.732Z Dirty syn v1.0.109: the rustflags changed
23262024-12-21T04:29:44.732Z Compiling syn v1.0.109
23272024-12-21T04:29:44.750Z 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`
23282024-12-21T04:29:44.952Z Dirty iana-time-zone v0.1.61: the rustflags changed
23292024-12-21T04:29:44.952Z Compiling iana-time-zone v0.1.61
23302024-12-21T04:29:44.955Z 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`
23312024-12-21T04:29:44.992Z Dirty semver v1.0.23: the rustflags changed
23322024-12-21T04:29:44.992Z Compiling semver v1.0.23
23332024-12-21T04:29:44.995Z 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`
23342024-12-21T04:29:45.041Z Dirty tracing-core v0.1.32: the rustflags changed
23352024-12-21T04:29:45.041Z Compiling tracing-core v0.1.32
23362024-12-21T04:29:45.044Z 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`
23372024-12-21T04:29:45.459Z Dirty glob v0.3.1: the rustflags changed
23382024-12-21T04:29:45.459Z Compiling glob v0.3.1
23392024-12-21T04:29:45.461Z 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`
23402024-12-21T04:29:45.489Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-edba8be794cbb348/build-script-build`
23412024-12-21T04:29:45.579Z 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`
23422024-12-21T04:29:45.607Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-dd56d50781dc5e1c/build-script-build`
23432024-12-21T04:29:45.688Z Dirty home v0.5.9: the rustflags changed
23442024-12-21T04:29:45.688Z Compiling home v0.5.9
23452024-12-21T04:29:45.691Z 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`
23462024-12-21T04:29:45.768Z Dirty minimal-lexical v0.2.1: the rustflags changed
23472024-12-21T04:29:45.768Z Compiling minimal-lexical v0.2.1
23482024-12-21T04:29:45.771Z 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`
23492024-12-21T04:29:45.811Z Dirty schemars v0.8.21: the rustflags changed
23502024-12-21T04:29:45.811Z Compiling schemars v0.8.21
23512024-12-21T04:29:45.814Z 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`
23522024-12-21T04:29:45.970Z Dirty dyn-clone v1.0.17: the rustflags changed
23532024-12-21T04:29:45.970Z Compiling dyn-clone v1.0.17
23542024-12-21T04:29:45.972Z 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`
23552024-12-21T04:29:46.195Z Dirty nom v7.1.3: the rustflags changed
23562024-12-21T04:29:46.195Z Compiling nom v7.1.3
23572024-12-21T04:29:46.199Z 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`
23582024-12-21T04:29:46.231Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-93a2f88f9acde361/build-script-build`
23592024-12-21T04:29:46.270Z Dirty percent-encoding v2.3.1: the rustflags changed
23602024-12-21T04:29:46.271Z Compiling percent-encoding v2.3.1
23612024-12-21T04:29:46.273Z 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`
23622024-12-21T04:29:46.312Z Dirty writeable v0.5.5: the rustflags changed
23632024-12-21T04:29:46.312Z Compiling writeable v0.5.5
23642024-12-21T04:29:46.315Z 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`
23652024-12-21T04:29:46.451Z Dirty synstructure v0.13.1: the rustflags changed
23662024-12-21T04:29:46.451Z Compiling synstructure v0.13.1
23672024-12-21T04:29:46.454Z 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`
23682024-12-21T04:29:46.480Z Dirty serde_derive_internals v0.29.1: the rustflags changed
23692024-12-21T04:29:46.480Z Compiling serde_derive_internals v0.29.1
23702024-12-21T04:29:46.485Z 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`
23712024-12-21T04:29:46.679Z Dirty litemap v0.7.3: the rustflags changed
23722024-12-21T04:29:46.679Z Compiling litemap v0.7.3
23732024-12-21T04:29:46.682Z 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`
23742024-12-21T04:29:46.927Z Dirty regex v1.11.1: the rustflags changed
23752024-12-21T04:29:46.927Z Compiling regex v1.11.1
23762024-12-21T04:29:46.930Z 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`
23772024-12-21T04:29:47.107Z Dirty clang-sys v1.8.1: the rustflags changed
23782024-12-21T04:29:47.107Z Compiling clang-sys v1.8.1
23792024-12-21T04:29:47.110Z 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`
23802024-12-21T04:29:47.915Z Dirty vcpkg v0.2.15: the rustflags changed
23812024-12-21T04:29:47.915Z Compiling vcpkg v0.2.15
23822024-12-21T04:29:47.950Z 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`
23832024-12-21T04:29:48.070Z Dirty prettyplease v0.2.25: the rustflags changed
23842024-12-21T04:29:48.070Z Compiling prettyplease v0.2.25
23852024-12-21T04:29:48.073Z 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`
23862024-12-21T04:29:48.228Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-9468e29ea888e2c2/build-script-build`
23872024-12-21T04:29:48.273Z Dirty icu_locid_transform_data v1.5.0: the rustflags changed
23882024-12-21T04:29:48.273Z Compiling icu_locid_transform_data v1.5.0
23892024-12-21T04:29:48.273Z 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`
23902024-12-21T04:29:48.395Z Dirty crossbeam-utils v0.8.20: the rustflags changed
23912024-12-21T04:29:48.395Z Compiling crossbeam-utils v0.8.20
23922024-12-21T04:29:48.398Z 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`
23932024-12-21T04:29:48.502Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-57ee97ff453a716c/build-script-build`
23942024-12-21T04:29:48.545Z Dirty strsim v0.11.1: the rustflags changed
23952024-12-21T04:29:48.545Z Compiling strsim v0.11.1
23962024-12-21T04:29:48.547Z 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`
23972024-12-21T04:29:49.093Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-ad244ce700ff3deb/build-script-build`
23982024-12-21T04:29:49.135Z Dirty form_urlencoded v1.2.1: the rustflags changed
23992024-12-21T04:29:49.135Z Compiling form_urlencoded v1.2.1
24002024-12-21T04:29:49.142Z 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`
24012024-12-21T04:29:49.410Z Dirty itertools v0.12.1: the rustflags changed
24022024-12-21T04:29:49.410Z Compiling itertools v0.12.1
24032024-12-21T04:29:49.413Z 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`
24042024-12-21T04:29:49.485Z Dirty libloading v0.8.5: the rustflags changed
24052024-12-21T04:29:49.485Z Compiling libloading v0.8.5
24062024-12-21T04:29:49.488Z 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`
24072024-12-21T04:29:49.521Z Dirty icu_properties_data v1.5.0: the rustflags changed
24082024-12-21T04:29:49.521Z Compiling icu_properties_data v1.5.0
24092024-12-21T04:29:49.526Z 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`
24102024-12-21T04:29:49.815Z Dirty bindgen v0.69.5: the rustflags changed
24112024-12-21T04:29:49.815Z Compiling bindgen v0.69.5
24122024-12-21T04:29:49.817Z 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`
24132024-12-21T04:29:49.927Z Dirty adler2 v2.0.0: the rustflags changed
24142024-12-21T04:29:49.927Z Compiling adler2 v2.0.0
24152024-12-21T04:29:49.930Z 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`
24162024-12-21T04:29:50.013Z 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`
24172024-12-21T04:29:50.166Z Dirty miniz_oxide v0.8.0: the rustflags changed
24182024-12-21T04:29:50.167Z Compiling miniz_oxide v0.8.0
24192024-12-21T04:29:50.170Z 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`
24202024-12-21T04:29:50.204Z Dirty cexpr v0.6.0: the rustflags changed
24212024-12-21T04:29:50.204Z Compiling cexpr v0.6.0
24222024-12-21T04:29:50.206Z 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`
24232024-12-21T04:29:50.673Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-54f5fc571672e0b5/build-script-build`
24242024-12-21T04:29:50.717Z 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)'`
24252024-12-21T04:29:51.843Z 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)'`
24262024-12-21T04:29:52.036Z Dirty ring v0.17.8: the rustflags changed
24272024-12-21T04:29:52.036Z Compiling ring v0.17.8
24282024-12-21T04:29:52.038Z 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`
24292024-12-21T04:29:52.065Z Dirty write16 v1.0.0: the rustflags changed
24302024-12-21T04:29:52.065Z Compiling write16 v1.0.0
24312024-12-21T04:29:52.068Z 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`
24322024-12-21T04:29:52.217Z Dirty lazycell v1.3.0: the rustflags changed
24332024-12-21T04:29:52.217Z Compiling lazycell v1.3.0
24342024-12-21T04:29:52.219Z 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`
24352024-12-21T04:29:52.404Z Dirty icu_normalizer_data v1.5.0: the rustflags changed
24362024-12-21T04:29:52.404Z Compiling icu_normalizer_data v1.5.0
24372024-12-21T04:29:52.407Z 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:29:52.526Z Dirty rustc-hash v1.1.0: the rustflags changed
24392024-12-21T04:29:52.526Z Compiling rustc-hash v1.1.0
24402024-12-21T04:29:52.529Z 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:29:52.697Z Dirty utf16_iter v1.0.5: the rustflags changed
24422024-12-21T04:29:52.697Z Compiling utf16_iter v1.0.5
24432024-12-21T04:29:52.701Z 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`
24442024-12-21T04:29:52.727Z Dirty utf8_iter v1.0.4: the rustflags changed
24452024-12-21T04:29:52.727Z Compiling utf8_iter v1.0.4
24462024-12-21T04:29:52.727Z 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`
24472024-12-21T04:29:52.918Z Dirty paste v1.0.15: the rustflags changed
24482024-12-21T04:29:52.918Z Compiling paste v1.0.15
24492024-12-21T04:29:52.952Z 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`
24502024-12-21T04:29:53.019Z Dirty httparse v1.9.5: the rustflags changed
24512024-12-21T04:29:53.019Z Compiling httparse v1.9.5
24522024-12-21T04:29:53.043Z 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`
24532024-12-21T04:29:53.364Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-efa00a62cdca1d2e/build-script-build`
24542024-12-21T04:29:53.552Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-16717b46f66bb5af/build-script-build`
24552024-12-21T04:29:53.640Z Dirty tinyvec_macros v0.1.1: the rustflags changed
24562024-12-21T04:29:53.640Z Compiling tinyvec_macros v0.1.1
24572024-12-21T04:29:53.643Z 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`
24582024-12-21T04:29:53.751Z Dirty tinyvec v1.8.0: the rustflags changed
24592024-12-21T04:29:53.751Z Compiling tinyvec v1.8.0
24602024-12-21T04:29:53.753Z 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`
24612024-12-21T04:29:53.928Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-8295f7160196729b/build-script-build`
24622024-12-21T04:29:53.986Z Dirty serde_derive v1.0.215: the rustflags changed
24632024-12-21T04:29:53.986Z Compiling serde_derive v1.0.215
24642024-12-21T04:29:53.988Z 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`
24652024-12-21T04:29:54.015Z Dirty zeroize_derive v1.4.2: the rustflags changed
24662024-12-21T04:29:54.015Z Compiling zeroize_derive v1.4.2
24672024-12-21T04:29:54.018Z 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`
24682024-12-21T04:29:54.696Z Dirty thiserror-impl v1.0.69: the rustflags changed
24692024-12-21T04:29:54.696Z Compiling thiserror-impl v1.0.69
24702024-12-21T04:29:54.698Z 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`
24712024-12-21T04:29:55.210Z Dirty zerocopy-derive v0.7.35: the rustflags changed
24722024-12-21T04:29:55.211Z Compiling zerocopy-derive v0.7.35
24732024-12-21T04:29:55.213Z 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`
24742024-12-21T04:29:55.301Z Dirty tokio-macros v2.4.0: the rustflags changed
24752024-12-21T04:29:55.301Z Compiling tokio-macros v2.4.0
24762024-12-21T04:29:55.303Z 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`
24772024-12-21T04:29:55.778Z Dirty zeroize v1.8.1: the rustflags changed
24782024-12-21T04:29:55.778Z Compiling zeroize v1.8.1
24792024-12-21T04:29:55.781Z 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`
24802024-12-21T04:29:56.155Z 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`
24812024-12-21T04:29:57.143Z Dirty futures-macro v0.3.31: the rustflags changed
24822024-12-21T04:29:57.143Z Compiling futures-macro v0.3.31
24832024-12-21T04:29:57.145Z 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`
24842024-12-21T04:29:57.558Z Dirty crypto-common v0.1.6: the rustflags changed
24852024-12-21T04:29:57.559Z Compiling crypto-common v0.1.6
24862024-12-21T04:29:57.559Z 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`
24872024-12-21T04:29:57.636Z Dirty zerocopy v0.7.35: the rustflags changed
24882024-12-21T04:29:57.636Z Compiling zerocopy v0.7.35
24892024-12-21T04:29:57.639Z 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`
24902024-12-21T04:29:57.827Z Dirty block-buffer v0.10.4: the rustflags changed
24912024-12-21T04:29:57.827Z Compiling block-buffer v0.10.4
24922024-12-21T04:29:57.829Z 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`
24932024-12-21T04:29:58.129Z Dirty digest v0.10.7: the rustflags changed
24942024-12-21T04:29:58.130Z Compiling digest v0.10.7
24952024-12-21T04:29:58.132Z 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`
24962024-12-21T04:29:58.417Z Dirty tracing-attributes v0.1.27: the rustflags changed
24972024-12-21T04:29:58.417Z Compiling tracing-attributes v0.1.27
24982024-12-21T04:29:58.421Z 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`
24992024-12-21T04:29:58.421Z 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)'`
25002024-12-21T04:29:58.626Z Dirty zerofrom-derive v0.1.4: the rustflags changed
25012024-12-21T04:29:58.626Z Compiling zerofrom-derive v0.1.4
25022024-12-21T04:29:58.629Z 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`
25032024-12-21T04:29:58.679Z Dirty yoke-derive v0.7.4: the rustflags changed
25042024-12-21T04:29:58.679Z Compiling yoke-derive v0.7.4
25052024-12-21T04:29:58.682Z 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`
25062024-12-21T04:29:59.278Z Dirty ppv-lite86 v0.2.20: the rustflags changed
25072024-12-21T04:29:59.278Z Compiling ppv-lite86 v0.2.20
25082024-12-21T04:29:59.281Z 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`
25092024-12-21T04:29:59.354Z Dirty futures-util v0.3.31: the rustflags changed
25102024-12-21T04:29:59.354Z Compiling futures-util v0.3.31
25112024-12-21T04:29:59.358Z 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`
25122024-12-21T04:30:00.061Z Dirty displaydoc v0.2.5: the rustflags changed
25132024-12-21T04:30:00.061Z Compiling displaydoc v0.2.5
25142024-12-21T04:30:00.064Z 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:30:00.175Z Dirty rand_chacha v0.3.1: the rustflags changed
25162024-12-21T04:30:00.175Z Compiling rand_chacha v0.3.1
25172024-12-21T04:30:00.178Z 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`
25182024-12-21T04:30:02.117Z Dirty rand v0.8.5: the rustflags changed
25192024-12-21T04:30:02.117Z Compiling rand v0.8.5
25202024-12-21T04:30:02.120Z 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`
25212024-12-21T04:30:02.188Z Dirty zerovec-derive v0.10.3: the rustflags changed
25222024-12-21T04:30:02.188Z Compiling zerovec-derive v0.10.3
25232024-12-21T04:30:02.191Z 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`
25242024-12-21T04:30:02.218Z Dirty schemars_derive v0.8.21: the rustflags changed
25252024-12-21T04:30:02.218Z Compiling schemars_derive v0.8.21
25262024-12-21T04:30:02.222Z 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`
25272024-12-21T04:30:02.541Z 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:30:02.569Z Dirty tracing v0.1.40: the rustflags changed
25292024-12-21T04:30:02.569Z Compiling tracing v0.1.40
25302024-12-21T04:30:02.572Z Dirty icu_provider_macros v1.5.0: the rustflags changed
25312024-12-21T04:30:02.572Z Compiling icu_provider_macros v1.5.0
25322024-12-21T04:30:02.572Z 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`
25332024-12-21T04:30:02.572Z 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`
25342024-12-21T04:30:03.120Z Dirty zerofrom v0.1.4: the rustflags changed
25352024-12-21T04:30:03.120Z Compiling zerofrom v0.1.4
25362024-12-21T04:30:03.122Z 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:30:03.147Z Dirty block-padding v0.3.3: the rustflags changed
25382024-12-21T04:30:03.147Z Compiling block-padding v0.3.3
25392024-12-21T04:30:03.149Z 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`
25402024-12-21T04:30:03.384Z Dirty yoke v0.7.4: the rustflags changed
25412024-12-21T04:30:03.384Z Compiling yoke v0.7.4
25422024-12-21T04:30:03.386Z 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`
25432024-12-21T04:30:03.430Z Dirty inout v0.1.3: the rustflags changed
25442024-12-21T04:30:03.430Z Compiling inout v0.1.3
25452024-12-21T04:30:03.433Z 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`
25462024-12-21T04:30:03.751Z Dirty cipher v0.4.4: the rustflags changed
25472024-12-21T04:30:03.751Z Compiling cipher v0.4.4
25482024-12-21T04:30:03.753Z 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`
25492024-12-21T04:30:03.785Z 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`
25502024-12-21T04:30:04.078Z 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"))'`
25512024-12-21T04:30:04.314Z Dirty atomic-waker v1.1.2: the rustflags changed
25522024-12-21T04:30:04.314Z Compiling atomic-waker v1.1.2
25532024-12-21T04:30:04.317Z Dirty num-conv v0.1.0: the rustflags changed
25542024-12-21T04:30:04.317Z Compiling num-conv v0.1.0
25552024-12-21T04:30:04.317Z 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`
25562024-12-21T04:30:04.317Z 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`
25572024-12-21T04:30:04.536Z Dirty powerfmt v0.2.0: the rustflags changed
25582024-12-21T04:30:04.536Z Compiling powerfmt v0.2.0
25592024-12-21T04:30:04.544Z 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`
25602024-12-21T04:30:04.565Z Dirty time-core v0.1.2: the rustflags changed
25612024-12-21T04:30:04.565Z Compiling time-core v0.1.2
25622024-12-21T04:30:04.565Z 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`
25632024-12-21T04:30:04.647Z Dirty unicode-normalization v0.1.24: the rustflags changed
25642024-12-21T04:30:04.647Z Compiling unicode-normalization v0.1.24
25652024-12-21T04:30:04.651Z 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`
25662024-12-21T04:30:04.765Z Dirty time-macros v0.2.18: the rustflags changed
25672024-12-21T04:30:04.765Z Compiling time-macros v0.2.18
25682024-12-21T04:30:04.768Z 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`
25692024-12-21T04:30:04.938Z Dirty deranged v0.3.11: the rustflags changed
25702024-12-21T04:30:04.938Z Compiling deranged v0.3.11
25712024-12-21T04:30:04.940Z 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`
25722024-12-21T04:30:05.218Z Dirty zerovec v0.10.4: the rustflags changed
25732024-12-21T04:30:05.218Z Compiling zerovec v0.10.4
25742024-12-21T04:30:05.223Z 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`
25752024-12-21T04:30:05.397Z Dirty cmake v0.1.51: the rustflags changed
25762024-12-21T04:30:05.397Z Compiling cmake v0.1.51
25772024-12-21T04:30:05.400Z 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`
25782024-12-21T04:30:05.839Z Dirty dunce v1.0.5: the rustflags changed
25792024-12-21T04:30:05.839Z Compiling dunce v1.0.5
25802024-12-21T04:30:05.842Z 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`
25812024-12-21T04:30:05.897Z Dirty untrusted v0.9.0: the rustflags changed
25822024-12-21T04:30:05.898Z Compiling untrusted v0.9.0
25832024-12-21T04:30:05.900Z 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`
25842024-12-21T04:30:05.927Z Dirty num_threads v0.1.7: the rustflags changed
25852024-12-21T04:30:05.927Z Compiling num_threads v0.1.7
25862024-12-21T04:30:05.930Z 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`
25872024-12-21T04:30:05.995Z Dirty fs_extra v1.3.0: the rustflags changed
25882024-12-21T04:30:05.995Z Compiling fs_extra v1.3.0
25892024-12-21T04:30:05.998Z 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`
25902024-12-21T04:30:06.082Z 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`
25912024-12-21T04:30:06.110Z Dirty base64ct v1.6.0: the rustflags changed
25922024-12-21T04:30:06.110Z Compiling base64ct v1.6.0
25932024-12-21T04:30:06.116Z 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`
25942024-12-21T04:30:06.512Z Dirty unicode-bidi v0.3.17: the rustflags changed
25952024-12-21T04:30:06.512Z Compiling unicode-bidi v0.3.17
25962024-12-21T04:30:06.515Z 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`
25972024-12-21T04:30:06.664Z Dirty hmac v0.12.1: the rustflags changed
25982024-12-21T04:30:06.664Z Compiling hmac v0.12.1
25992024-12-21T04:30:06.689Z 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`
26002024-12-21T04:30:06.752Z Dirty gimli v0.31.1: the rustflags changed
26012024-12-21T04:30:06.752Z Compiling gimli v0.31.1
26022024-12-21T04:30:06.754Z 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`
26032024-12-21T04:30:06.936Z Dirty sha2 v0.10.8: the rustflags changed
26042024-12-21T04:30:06.936Z Compiling sha2 v0.10.8
26052024-12-21T04:30:06.967Z 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`
26062024-12-21T04:30:06.970Z Dirty object v0.36.5: the rustflags changed
26072024-12-21T04:30:06.971Z Compiling object v0.36.5
26082024-12-21T04:30:06.973Z 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`
26092024-12-21T04:30:07.544Z Dirty tinystr v0.7.6: the rustflags changed
26102024-12-21T04:30:07.544Z Compiling tinystr v0.7.6
26112024-12-21T04:30:07.547Z 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`
26122024-12-21T04:30:08.056Z Dirty icu_locid v1.5.0: the rustflags changed
26132024-12-21T04:30:08.056Z Compiling icu_locid v1.5.0
26142024-12-21T04:30:08.059Z 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`
26152024-12-21T04:30:08.083Z Dirty icu_collections v1.5.0: the rustflags changed
26162024-12-21T04:30:08.083Z Compiling icu_collections v1.5.0
26172024-12-21T04:30:08.088Z 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`
26182024-12-21T04:30:08.275Z Dirty time v0.3.36: the rustflags changed
26192024-12-21T04:30:08.275Z Compiling time v0.3.36
26202024-12-21T04:30:08.305Z 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`
26212024-12-21T04:30:09.109Z Dirty bitflags v2.6.0: the rustflags changed
26222024-12-21T04:30:09.109Z Compiling bitflags v2.6.0
26232024-12-21T04:30:09.111Z 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`
26242024-12-21T04:30:09.609Z Dirty bytes v1.8.0: the rustflags changed
26252024-12-21T04:30:09.609Z Compiling bytes v1.8.0
26262024-12-21T04:30:09.612Z 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`
26272024-12-21T04:30:09.635Z 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`
26282024-12-21T04:30:10.032Z 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"))'`
26292024-12-21T04:30:10.600Z Dirty indexmap v2.6.0: the rustflags changed
26302024-12-21T04:30:10.600Z Compiling indexmap v2.6.0
26312024-12-21T04:30:10.603Z 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`
26322024-12-21T04:30:10.705Z Dirty tokio v1.40.0: the rustflags changed
26332024-12-21T04:30:10.705Z Compiling tokio v1.40.0
26342024-12-21T04:30:10.727Z 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`
26352024-12-21T04:30:10.949Z Dirty chrono v0.4.38: the rustflags changed
26362024-12-21T04:30:10.949Z Compiling chrono v0.4.38
26372024-12-21T04:30:10.951Z 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`
26382024-12-21T04:30:12.129Z 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)'`
26392024-12-21T04:30:12.161Z Dirty uuid v1.11.0: the rustflags changed
26402024-12-21T04:30:12.161Z Compiling uuid v1.11.0
26412024-12-21T04:30:12.167Z 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`
26422024-12-21T04:30:12.945Z Dirty http v1.1.0: the rustflags changed
26432024-12-21T04:30:12.945Z Compiling http v1.1.0
26442024-12-21T04:30:12.947Z 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`
26452024-12-21T04:30:13.400Z 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`
26462024-12-21T04:30:13.667Z Dirty icu_provider v1.5.0: the rustflags changed
26472024-12-21T04:30:13.667Z Compiling icu_provider v1.5.0
26482024-12-21T04:30:13.671Z 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`
26492024-12-21T04:30:13.705Z Dirty serde_spanned v0.6.8: the rustflags changed
26502024-12-21T04:30:13.705Z Compiling serde_spanned v0.6.8
26512024-12-21T04:30:13.708Z 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`
26522024-12-21T04:30:13.966Z Dirty which v4.4.2: the rustflags changed
26532024-12-21T04:30:13.966Z Compiling which v4.4.2
26542024-12-21T04:30:13.974Z 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`
26552024-12-21T04:30:14.653Z Dirty icu_locid_transform v1.5.0: the rustflags changed
26562024-12-21T04:30:14.653Z Compiling icu_locid_transform v1.5.0
26572024-12-21T04:30:14.664Z 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`
26582024-12-21T04:30:14.859Z 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`
26592024-12-21T04:30:14.918Z Dirty toml_datetime v0.6.8: the rustflags changed
26602024-12-21T04:30:14.918Z Compiling toml_datetime v0.6.8
26612024-12-21T04:30:14.939Z 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`
26622024-12-21T04:30:15.280Z Dirty addr2line v0.24.2: the rustflags changed
26632024-12-21T04:30:15.280Z Compiling addr2line v0.24.2
26642024-12-21T04:30:15.283Z Dirty aws-lc-rs v1.10.0: the rustflags changed
26652024-12-21T04:30:15.283Z Compiling aws-lc-rs v1.10.0
26662024-12-21T04:30:15.283Z 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`
26672024-12-21T04:30:15.283Z 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`
26682024-12-21T04:30:15.485Z Dirty anyhow v1.0.93: the rustflags changed
26692024-12-21T04:30:15.485Z Compiling anyhow v1.0.93
26702024-12-21T04:30:15.488Z 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:30:15.538Z Dirty rustc-demangle v0.1.24: the rustflags changed
26722024-12-21T04:30:15.538Z Compiling rustc-demangle v0.1.24
26732024-12-21T04:30:15.542Z 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:30:15.856Z Dirty icu_properties v1.5.1: the rustflags changed
26752024-12-21T04:30:15.856Z Compiling icu_properties v1.5.1
26762024-12-21T04:30:15.859Z 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`
26772024-12-21T04:30:16.029Z Dirty rustls-pki-types v1.10.0: the rustflags changed
26782024-12-21T04:30:16.029Z Compiling rustls-pki-types v1.10.0
26792024-12-21T04:30:16.032Z 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`
26802024-12-21T04:30:16.204Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-36b59f506f157716/build-script-build`
26812024-12-21T04:30:16.539Z Dirty backtrace v0.3.74: the rustflags changed
26822024-12-21T04:30:16.539Z Compiling backtrace v0.3.74
26832024-12-21T04:30:16.542Z 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`
26842024-12-21T04:30:16.706Z Dirty ahash v0.8.11: the rustflags changed
26852024-12-21T04:30:16.706Z Compiling ahash v0.8.11
26862024-12-21T04:30:16.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`
26872024-12-21T04:30:17.140Z Dirty untrusted v0.7.1: the rustflags changed
26882024-12-21T04:30:17.140Z Compiling untrusted v0.7.1
26892024-12-21T04:30:17.144Z 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`
26902024-12-21T04:30:17.252Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-ca4dd35bd6d55561/build-script-build`
26912024-12-21T04:30:17.290Z Dirty http-body v1.0.1: the rustflags changed
26922024-12-21T04:30:17.290Z Compiling http-body v1.0.1
26932024-12-21T04:30:17.293Z 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`
26942024-12-21T04:30:17.339Z 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)'`
26952024-12-21T04:30:17.343Z Dirty serde_tokenstream v0.2.2: the rustflags changed
26962024-12-21T04:30:17.343Z Compiling serde_tokenstream v0.2.2
26972024-12-21T04:30:17.364Z 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`
26982024-12-21T04:30:17.391Z Dirty mirai-annotations v1.12.0: the rustflags changed
26992024-12-21T04:30:17.391Z Compiling mirai-annotations v1.12.0
27002024-12-21T04:30:17.394Z 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`
27012024-12-21T04:30:17.893Z Dirty try-lock v0.2.5: the rustflags changed
27022024-12-21T04:30:17.893Z Compiling try-lock v0.2.5
27032024-12-21T04:30:17.922Z 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`
27042024-12-21T04:30:17.923Z Dirty httpdate v1.0.3: the rustflags changed
27052024-12-21T04:30:17.923Z Compiling httpdate v1.0.3
27062024-12-21T04:30:17.923Z 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`
27072024-12-21T04:30:17.923Z Dirty base64 v0.22.1: the rustflags changed
27082024-12-21T04:30:17.923Z Compiling base64 v0.22.1
27092024-12-21T04:30:17.923Z 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`
27102024-12-21T04:30:18.009Z Dirty want v0.3.1: the rustflags changed
27112024-12-21T04:30:18.009Z Compiling want v0.3.1
27122024-12-21T04:30:18.011Z 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`
27132024-12-21T04:30:18.177Z 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"'`
27142024-12-21T04:30:18.312Z Dirty pem-rfc7468 v0.7.0: the rustflags changed
27152024-12-21T04:30:18.312Z Compiling pem-rfc7468 v0.7.0
27162024-12-21T04:30:18.315Z 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`
27172024-12-21T04:30:18.341Z Dirty slog v2.7.0: the rustflags changed
27182024-12-21T04:30:18.341Z Compiling slog v2.7.0
27192024-12-21T04:30:18.344Z 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`
27202024-12-21T04:30:18.598Z Dirty async-trait v0.1.83: the rustflags changed
27212024-12-21T04:30:18.598Z Compiling async-trait v0.1.83
27222024-12-21T04:30:18.602Z 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`
27232024-12-21T04:30:18.834Z Dirty der_derive v0.7.3: the rustflags changed
27242024-12-21T04:30:18.834Z Compiling der_derive v0.7.3
27252024-12-21T04:30:18.836Z 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`
27262024-12-21T04:30:18.969Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-1b561724bc2e6888/build-script-build`
27272024-12-21T04:30:19.058Z 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`
27282024-12-21T04:30:19.088Z Dirty openssl-sys v0.9.103: the rustflags changed
27292024-12-21T04:30:19.088Z Compiling openssl-sys v0.9.103
27302024-12-21T04:30:19.090Z 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`
27312024-12-21T04:30:19.940Z Dirty icu_normalizer v1.5.0: the rustflags changed
27322024-12-21T04:30:19.940Z Compiling icu_normalizer v1.5.0
27332024-12-21T04:30:19.943Z 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`
27342024-12-21T04:30:20.271Z Dirty tokio-util v0.7.12: the rustflags changed
27352024-12-21T04:30:20.271Z Compiling tokio-util v0.7.12
27362024-12-21T04:30:20.274Z 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`
27372024-12-21T04:30:20.367Z Dirty tower-service v0.3.3: the rustflags changed
27382024-12-21T04:30:20.367Z Compiling tower-service v0.3.3
27392024-12-21T04:30:20.371Z 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`
27402024-12-21T04:30:20.529Z Dirty flagset v0.4.6: the rustflags changed
27412024-12-21T04:30:20.529Z Compiling flagset v0.4.6
27422024-12-21T04:30:20.532Z 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`
27432024-12-21T04:30:20.775Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-43107d9350456788/build-script-main`
27442024-12-21T04:30:20.871Z Dirty idna_adapter v1.2.0: the rustflags changed
27452024-12-21T04:30:20.871Z Compiling idna_adapter v1.2.0
27462024-12-21T04:30:20.873Z 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`
27472024-12-21T04:30:20.926Z Dirty rustc_version v0.4.1: the rustflags changed
27482024-12-21T04:30:20.926Z Compiling rustc_version v0.4.1
27492024-12-21T04:30:20.929Z 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`
27502024-12-21T04:30:21.131Z Dirty idna v1.0.3: the rustflags changed
27512024-12-21T04:30:21.131Z Compiling idna v1.0.3
27522024-12-21T04:30:21.134Z 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`
27532024-12-21T04:30:21.568Z Dirty h2 v0.4.6: the rustflags changed
27542024-12-21T04:30:21.568Z Compiling h2 v0.4.6
27552024-12-21T04:30:21.571Z 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`
27562024-12-21T04:30:21.602Z Dirty der v0.7.9: the rustflags changed
27572024-12-21T04:30:21.602Z Compiling der v0.7.9
27582024-12-21T04:30:21.605Z 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`
27592024-12-21T04:30:21.702Z Dirty pbkdf2 v0.12.2: the rustflags changed
27602024-12-21T04:30:21.702Z Compiling pbkdf2 v0.12.2
27612024-12-21T04:30:21.704Z 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`
27622024-12-21T04:30:21.741Z Dirty url v2.5.3: the rustflags changed
27632024-12-21T04:30:21.741Z Compiling url v2.5.3
27642024-12-21T04:30:21.744Z 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`
27652024-12-21T04:30:21.900Z Dirty aes v0.8.4: the rustflags changed
27662024-12-21T04:30:21.900Z Compiling aes v0.8.4
27672024-12-21T04:30:21.903Z 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`
27682024-12-21T04:30:21.961Z Dirty mime v0.3.17: the rustflags changed
27692024-12-21T04:30:21.961Z Compiling mime v0.3.17
27702024-12-21T04:30:21.965Z 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`
27712024-12-21T04:30:22.645Z Dirty cbc v0.1.2: the rustflags changed
27722024-12-21T04:30:22.645Z Compiling cbc v0.1.2
27732024-12-21T04:30:22.648Z 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`
27742024-12-21T04:30:22.926Z Dirty salsa20 v0.10.2: the rustflags changed
27752024-12-21T04:30:22.926Z Compiling salsa20 v0.10.2
27762024-12-21T04:30:22.964Z 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`
27772024-12-21T04:30:23.147Z Dirty rustversion v1.0.17: the rustflags changed
27782024-12-21T04:30:23.147Z Compiling rustversion v1.0.17
27792024-12-21T04:30:23.150Z 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`
27802024-12-21T04:30:23.196Z Dirty scrypt v0.11.0: the rustflags changed
27812024-12-21T04:30:23.196Z Compiling scrypt v0.11.0
27822024-12-21T04:30:23.199Z 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`
27832024-12-21T04:30:23.805Z Dirty spki v0.7.3: the rustflags changed
27842024-12-21T04:30:23.805Z Compiling spki v0.7.3
27852024-12-21T04:30:23.808Z 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`
27862024-12-21T04:30:23.834Z Dirty http-body-util v0.1.2: the rustflags changed
27872024-12-21T04:30:23.834Z Compiling http-body-util v0.1.2
27882024-12-21T04:30:23.834Z 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`
27892024-12-21T04:30:23.989Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-0d7e3802da7f45fc/build-script-build`
27902024-12-21T04:30:24.080Z Dirty futures-executor v0.3.31: the rustflags changed
27912024-12-21T04:30:24.080Z Compiling futures-executor v0.3.31
27922024-12-21T04:30:24.083Z 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`
27932024-12-21T04:30:24.214Z Dirty camino v1.1.9: the rustflags changed
27942024-12-21T04:30:24.214Z Compiling camino v1.1.9
27952024-12-21T04:30:24.237Z 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`
27962024-12-21T04:30:24.360Z Dirty ipnet v2.10.1: the rustflags changed
27972024-12-21T04:30:24.360Z Compiling ipnet v2.10.1
27982024-12-21T04:30:24.363Z 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`
27992024-12-21T04:30:24.689Z Dirty futures v0.3.31: the rustflags changed
28002024-12-21T04:30:24.689Z Compiling futures v0.3.31
28012024-12-21T04:30:24.692Z 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`
28022024-12-21T04:30:24.831Z Dirty pkcs5 v0.7.1: the rustflags changed
28032024-12-21T04:30:24.831Z Compiling pkcs5 v0.7.1
28042024-12-21T04:30:24.834Z 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`
28052024-12-21T04:30:24.914Z 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"))'`
28062024-12-21T04:30:24.999Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-21823301989abe72/build-script-build`
28072024-12-21T04:30:25.078Z Dirty rustls-pemfile v2.2.0: the rustflags changed
28082024-12-21T04:30:25.078Z Compiling rustls-pemfile v2.2.0
28092024-12-21T04:30:25.103Z 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`
28102024-12-21T04:30:25.108Z Dirty openssl v0.10.66: the rustflags changed
28112024-12-21T04:30:25.108Z Compiling openssl v0.10.66
28122024-12-21T04:30:25.108Z 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`
28132024-12-21T04:30:25.441Z Dirty winnow v0.6.20: the rustflags changed
28142024-12-21T04:30:25.442Z Compiling winnow v0.6.20
28152024-12-21T04:30:25.444Z 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`
28162024-12-21T04:30:25.611Z Dirty foreign-types-shared v0.1.1: the rustflags changed
28172024-12-21T04:30:25.611Z Compiling foreign-types-shared v0.1.1
28182024-12-21T04:30:25.614Z Dirty openssl-probe v0.1.5: the rustflags changed
28192024-12-21T04:30:25.614Z Compiling openssl-probe v0.1.5
28202024-12-21T04:30:25.614Z 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`
28212024-12-21T04:30:25.614Z 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`
28222024-12-21T04:30:25.748Z Dirty foreign-types v0.3.2: the rustflags changed
28232024-12-21T04:30:25.748Z Compiling foreign-types v0.3.2
28242024-12-21T04:30:25.751Z 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`
28252024-12-21T04:30:25.872Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-740dc9174ece2744/build-script-build`
28262024-12-21T04:30:25.930Z Dirty pkcs8 v0.10.2: the rustflags changed
28272024-12-21T04:30:25.930Z Compiling pkcs8 v0.10.2
28282024-12-21T04:30:25.933Z 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`
28292024-12-21T04:30:26.035Z 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)'`
28302024-12-21T04:30:26.110Z 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)'`
28312024-12-21T04:30:26.499Z Dirty serde_urlencoded v0.7.1: the rustflags changed
28322024-12-21T04:30:26.500Z Compiling serde_urlencoded v0.7.1
28332024-12-21T04:30:26.503Z 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`
28342024-12-21T04:30:26.555Z Dirty openssl-macros v0.1.1: the rustflags changed
28352024-12-21T04:30:26.556Z Compiling openssl-macros v0.1.1
28362024-12-21T04:30:26.559Z 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`
28372024-12-21T04:30:26.694Z Dirty encoding_rs v0.8.34: the rustflags changed
28382024-12-21T04:30:26.694Z Compiling encoding_rs v0.8.34
28392024-12-21T04:30:26.699Z 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`
28402024-12-21T04:30:27.077Z Dirty data-encoding v2.6.0: the rustflags changed
28412024-12-21T04:30:27.077Z Compiling data-encoding v2.6.0
28422024-12-21T04:30:27.080Z 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:30:27.080Z Dirty utf8parse v0.2.2: the rustflags changed
28442024-12-21T04:30:27.080Z Compiling utf8parse v0.2.2
28452024-12-21T04:30:27.102Z 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`
28462024-12-21T04:30:27.283Z Dirty rustls v0.23.19: the rustflags changed
28472024-12-21T04:30:27.283Z Compiling rustls v0.23.19
28482024-12-21T04:30:27.287Z 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`
28492024-12-21T04:30:27.471Z 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)'`
28502024-12-21T04:30:27.547Z Dirty is-terminal v0.4.13: the rustflags changed
28512024-12-21T04:30:27.547Z Compiling is-terminal v0.4.13
28522024-12-21T04:30:27.549Z 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`
28532024-12-21T04:30:27.627Z Dirty native-tls v0.2.12: the rustflags changed
28542024-12-21T04:30:27.627Z Compiling native-tls v0.2.12
28552024-12-21T04:30:27.630Z 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`
28562024-12-21T04:30:27.699Z Dirty winnow v0.5.40: the rustflags changed
28572024-12-21T04:30:27.699Z Compiling winnow v0.5.40
28582024-12-21T04:30:27.703Z 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`
28592024-12-21T04:30:28.065Z Dirty unicode-width v0.1.14: the rustflags changed
28602024-12-21T04:30:28.065Z Compiling unicode-width v0.1.14
28612024-12-21T04:30:28.069Z 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`
28622024-12-21T04:30:28.657Z Dirty hyper v1.5.2: the rustflags changed
28632024-12-21T04:30:28.657Z Compiling hyper v1.5.2
28642024-12-21T04:30:28.660Z 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.2/src/lib.rs --error-format=json --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("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' -C metadata=c04b25a03779d15e -C extra-filename=-c04b25a03779d15e --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`
28652024-12-21T04:30:29.365Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-527a3d84177c8990/build-script-build`
28662024-12-21T04:30:29.409Z Dirty openapiv3 v2.0.0: the rustflags changed
28672024-12-21T04:30:29.409Z Compiling openapiv3 v2.0.0
28682024-12-21T04:30:29.412Z 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`
28692024-12-21T04:30:29.624Z Dirty sha1 v0.10.6: the rustflags changed
28702024-12-21T04:30:29.624Z Compiling sha1 v0.10.6
28712024-12-21T04:30:29.627Z 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`
28722024-12-21T04:30:30.114Z Dirty cookie v0.18.1: the rustflags changed
28732024-12-21T04:30:30.115Z Compiling cookie v0.18.1
28742024-12-21T04:30:30.146Z 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`
28752024-12-21T04:30:30.479Z Dirty ucd-trie v0.1.7: the rustflags changed
28762024-12-21T04:30:30.480Z Compiling ucd-trie v0.1.7
28772024-12-21T04:30:30.494Z 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:30:31.141Z Dirty hyper-util v0.1.10: the rustflags changed
28792024-12-21T04:30:31.141Z Compiling hyper-util v0.1.10
28802024-12-21T04:30:31.145Z 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=b3af187c6f309615 -C extra-filename=-b3af187c6f309615 --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-c04b25a03779d15e.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`
28812024-12-21T04:30:31.207Z Dirty anstyle v1.0.10: the rustflags changed
28822024-12-21T04:30:31.207Z Compiling anstyle v1.0.10
28832024-12-21T04:30:31.211Z 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`
28842024-12-21T04:30:31.721Z Dirty toml_edit v0.19.15: the rustflags changed
28852024-12-21T04:30:31.721Z Compiling toml_edit v0.19.15
28862024-12-21T04:30:31.725Z 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`
28872024-12-21T04:30:31.824Z Dirty pest v2.7.14: the rustflags changed
28882024-12-21T04:30:31.824Z Compiling pest v2.7.14
28892024-12-21T04:30:31.857Z 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`
28902024-12-21T04:30:32.417Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-09f8dc1bc7b07af5/build-script-build`
28912024-12-21T04:30:32.511Z Dirty idna v0.3.0: the rustflags changed
28922024-12-21T04:30:32.511Z Compiling idna v0.3.0
28932024-12-21T04:30:32.513Z 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`
28942024-12-21T04:30:33.019Z Dirty dirs-sys-next v0.1.2: the rustflags changed
28952024-12-21T04:30:33.019Z Compiling dirs-sys-next v0.1.2
28962024-12-21T04:30:33.022Z 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`
28972024-12-21T04:30:33.715Z Dirty siphasher v0.3.11: the rustflags changed
28982024-12-21T04:30:33.715Z Compiling siphasher v0.3.11
28992024-12-21T04:30:33.719Z 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`
29002024-12-21T04:30:33.963Z 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`
29012024-12-21T04:30:34.140Z Dirty psl-types v2.0.11: the rustflags changed
29022024-12-21T04:30:34.140Z Compiling psl-types v2.0.11
29032024-12-21T04:30:34.143Z 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`
29042024-12-21T04:30:34.235Z Dirty dirs-next v2.0.0: the rustflags changed
29052024-12-21T04:30:34.235Z Compiling dirs-next v2.0.0
29062024-12-21T04:30:34.237Z 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`
29072024-12-21T04:30:34.303Z Dirty tokio-native-tls v0.3.1: the rustflags changed
29082024-12-21T04:30:34.304Z Compiling tokio-native-tls v0.3.1
29092024-12-21T04:30:34.306Z 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`
29102024-12-21T04:30:34.345Z Dirty publicsuffix v2.2.3: the rustflags changed
29112024-12-21T04:30:34.345Z Compiling publicsuffix v2.2.3
29122024-12-21T04:30:34.373Z 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`
29132024-12-21T04:30:34.460Z Dirty pest_meta v2.7.14: the rustflags changed
29142024-12-21T04:30:34.460Z Compiling pest_meta v2.7.14
29152024-12-21T04:30:34.474Z 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`
29162024-12-21T04:30:34.604Z 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`
29172024-12-21T04:30:34.607Z Dirty toml_edit v0.22.22: the rustflags changed
29182024-12-21T04:30:34.607Z Compiling toml_edit v0.22.22
29192024-12-21T04:30:34.610Z 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`
29202024-12-21T04:30:34.632Z Dirty webpki-roots v0.26.6: the rustflags changed
29212024-12-21T04:30:34.632Z Compiling webpki-roots v0.26.6
29222024-12-21T04:30:34.632Z 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`
29232024-12-21T04:30:34.877Z Dirty idna v0.5.0: the rustflags changed
29242024-12-21T04:30:34.877Z Compiling idna v0.5.0
29252024-12-21T04:30:34.879Z 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`
29262024-12-21T04:30:35.025Z Dirty scroll_derive v0.12.0: the rustflags changed
29272024-12-21T04:30:35.025Z Compiling scroll_derive v0.12.0
29282024-12-21T04:30:35.028Z 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`
29292024-12-21T04:30:35.752Z Dirty pest_generator v2.7.14: the rustflags changed
29302024-12-21T04:30:35.752Z Compiling pest_generator v2.7.14
29312024-12-21T04:30:35.757Z 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:30:36.551Z Dirty cookie_store v0.21.0: the rustflags changed
29332024-12-21T04:30:36.551Z Compiling cookie_store v0.21.0
29342024-12-21T04:30:36.553Z 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`
29352024-12-21T04:30:36.650Z Dirty hyper-tls v0.6.0: the rustflags changed
29362024-12-21T04:30:36.650Z Compiling hyper-tls v0.6.0
29372024-12-21T04:30:36.653Z 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=134c3b6161c5e777 -C extra-filename=-134c3b6161c5e777 --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-c04b25a03779d15e.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-b3af187c6f309615.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`
29382024-12-21T04:30:36.739Z Dirty scroll v0.12.0: the rustflags changed
29392024-12-21T04:30:36.739Z Compiling scroll v0.12.0
29402024-12-21T04:30:36.764Z 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`
29412024-12-21T04:30:37.105Z Dirty term v0.7.0: the rustflags changed
29422024-12-21T04:30:37.105Z Compiling term v0.7.0
29432024-12-21T04:30:37.108Z 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`
29442024-12-21T04:30:37.359Z Dirty anstyle-parse v0.2.5: the rustflags changed
29452024-12-21T04:30:37.359Z Compiling anstyle-parse v0.2.5
29462024-12-21T04:30:37.369Z 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`
29472024-12-21T04:30:37.732Z Dirty signature v2.2.0: the rustflags changed
29482024-12-21T04:30:37.732Z Compiling signature v2.2.0
29492024-12-21T04:30:37.735Z 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`
29502024-12-21T04:30:37.824Z Dirty sync_wrapper v1.0.1: the rustflags changed
29512024-12-21T04:30:37.825Z Compiling sync_wrapper v1.0.1
29522024-12-21T04:30:37.827Z 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`
29532024-12-21T04:30:38.033Z Dirty is_terminal_polyfill v1.70.1: the rustflags changed
29542024-12-21T04:30:38.033Z Compiling is_terminal_polyfill v1.70.1
29552024-12-21T04:30:38.043Z 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`
29562024-12-21T04:30:38.089Z Dirty colorchoice v1.0.2: the rustflags changed
29572024-12-21T04:30:38.089Z Compiling colorchoice v1.0.2
29582024-12-21T04:30:38.106Z 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:30:38.193Z Dirty anstyle-query v1.1.1: the rustflags changed
29602024-12-21T04:30:38.193Z Compiling anstyle-query v1.1.1
29612024-12-21T04:30:38.220Z 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`
29622024-12-21T04:30:38.224Z Dirty heck v0.4.1: the rustflags changed
29632024-12-21T04:30:38.224Z Compiling heck v0.4.1
29642024-12-21T04:30:38.224Z 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`
29652024-12-21T04:30:38.269Z Dirty plain v0.2.3: the rustflags changed
29662024-12-21T04:30:38.269Z Compiling plain v0.2.3
29672024-12-21T04:30:38.272Z 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`
29682024-12-21T04:30:38.374Z Dirty anstream v0.6.15: the rustflags changed
29692024-12-21T04:30:38.374Z Compiling anstream v0.6.15
29702024-12-21T04:30:38.377Z 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`
29712024-12-21T04:30:38.460Z Dirty goblin v0.8.2: the rustflags changed
29722024-12-21T04:30:38.460Z Compiling goblin v0.8.2
29732024-12-21T04:30:38.463Z 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`
29742024-12-21T04:30:38.730Z Dirty terminal_size v0.4.0: the rustflags changed
29752024-12-21T04:30:38.730Z Compiling terminal_size v0.4.0
29762024-12-21T04:30:38.733Z Dirty usdt-impl v0.5.0: the rustflags changed
29772024-12-21T04:30:38.733Z Compiling usdt-impl v0.5.0
29782024-12-21T04:30:38.733Z 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`
29792024-12-21T04:30:38.756Z 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`
29802024-12-21T04:30:38.974Z Dirty unicode-segmentation v1.12.0: the rustflags changed
29812024-12-21T04:30:38.974Z Compiling unicode-segmentation v1.12.0
29822024-12-21T04:30:38.978Z 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:30:39.174Z Dirty clap_lex v0.7.2: the rustflags changed
29842024-12-21T04:30:39.174Z Compiling clap_lex v0.7.2
29852024-12-21T04:30:39.177Z Dirty pretty-hex v0.4.1: the rustflags changed
29862024-12-21T04:30:39.177Z Compiling pretty-hex v0.4.1
29872024-12-21T04:30:39.177Z 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`
29882024-12-21T04:30:39.178Z 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`
29892024-12-21T04:30:39.415Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-9d1175e175a05cf8/build-script-build`
29902024-12-21T04:30:39.588Z Dirty clap_builder v4.5.21: the rustflags changed
29912024-12-21T04:30:39.588Z Compiling clap_builder v4.5.21
29922024-12-21T04:30:39.592Z 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`
29932024-12-21T04:30:39.618Z Dirty pest_derive v2.7.14: the rustflags changed
29942024-12-21T04:30:39.618Z Compiling pest_derive v2.7.14
29952024-12-21T04:30:39.618Z 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:30:39.724Z Dirty clap_derive v4.5.18: the rustflags changed
29972024-12-21T04:30:39.724Z Compiling clap_derive v4.5.18
29982024-12-21T04:30:39.728Z 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`
29992024-12-21T04:30:39.874Z Dirty itertools v0.10.5: the rustflags changed
30002024-12-21T04:30:39.874Z Compiling itertools v0.10.5
30012024-12-21T04:30:39.892Z 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`
30022024-12-21T04:30:39.901Z Dirty thread-id v4.2.2: the rustflags changed
30032024-12-21T04:30:39.901Z Compiling thread-id v4.2.2
30042024-12-21T04:30:39.904Z 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`
30052024-12-21T04:30:40.038Z Dirty crc32fast v1.4.2: the rustflags changed
30062024-12-21T04:30:40.038Z Compiling crc32fast v1.4.2
30072024-12-21T04:30:40.041Z 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`
30082024-12-21T04:30:40.382Z Dirty base16ct v0.2.0: the rustflags changed
30092024-12-21T04:30:40.382Z Compiling base16ct v0.2.0
30102024-12-21T04:30:40.385Z 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`
30112024-12-21T04:30:40.676Z Dirty dtrace-parser v0.2.0: the rustflags changed
30122024-12-21T04:30:40.676Z Compiling dtrace-parser v0.2.0
30132024-12-21T04:30:40.679Z 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`
30142024-12-21T04:30:40.732Z Dirty sec1 v0.7.3: the rustflags changed
30152024-12-21T04:30:40.732Z Compiling sec1 v0.7.3
30162024-12-21T04:30:40.735Z 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`
30172024-12-21T04:30:41.364Z Dirty toml v0.8.19: the rustflags changed
30182024-12-21T04:30:41.364Z Compiling toml v0.8.19
30192024-12-21T04:30:41.389Z 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`
30202024-12-21T04:30:42.883Z Dirty num-integer v0.1.46: the rustflags changed
30212024-12-21T04:30:42.883Z Compiling num-integer v0.1.46
30222024-12-21T04:30:42.886Z 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`
30232024-12-21T04:30:43.012Z Dirty ff v0.13.0: the rustflags changed
30242024-12-21T04:30:43.012Z Compiling ff v0.13.0
30252024-12-21T04:30:43.015Z 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`
30262024-12-21T04:30:43.174Z Dirty hkdf v0.12.4: the rustflags changed
30272024-12-21T04:30:43.174Z Compiling hkdf v0.12.4
30282024-12-21T04:30:43.177Z 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`
30292024-12-21T04:30:43.202Z Dirty crypto-bigint v0.5.5: the rustflags changed
30302024-12-21T04:30:43.202Z Compiling crypto-bigint v0.5.5
30312024-12-21T04:30:43.207Z 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`
30322024-12-21T04:30:43.279Z Dirty group v0.13.0: the rustflags changed
30332024-12-21T04:30:43.279Z Compiling group v0.13.0
30342024-12-21T04:30:43.282Z 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`
30352024-12-21T04:30:43.462Z Dirty crossbeam-epoch v0.9.18: the rustflags changed
30362024-12-21T04:30:43.462Z Compiling crossbeam-epoch v0.9.18
30372024-12-21T04:30:43.465Z 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`
30382024-12-21T04:30:43.643Z Dirty rayon-core v1.12.1: the rustflags changed
30392024-12-21T04:30:43.643Z Compiling rayon-core v1.12.1
30402024-12-21T04:30:43.645Z 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`
30412024-12-21T04:30:43.695Z Dirty bitflags v1.3.2: the rustflags changed
30422024-12-21T04:30:43.695Z Compiling bitflags v1.3.2
30432024-12-21T04:30:43.698Z 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`
30442024-12-21T04:30:43.820Z Dirty static_assertions v1.1.0: the rustflags changed
30452024-12-21T04:30:43.820Z Compiling static_assertions v1.1.0
30462024-12-21T04:30:43.822Z 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`
30472024-12-21T04:30:43.941Z Dirty utf-8 v0.7.6: the rustflags changed
30482024-12-21T04:30:43.941Z Compiling utf-8 v0.7.6
30492024-12-21T04:30:43.960Z 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`
30502024-12-21T04:30:43.989Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-735992bd41e2f418/build-script-build`
30512024-12-21T04:30:44.044Z Dirty hex v0.4.3: the rustflags changed
30522024-12-21T04:30:44.044Z Compiling hex v0.4.3
30532024-12-21T04:30:44.088Z 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`
30542024-12-21T04:30:44.273Z Dirty dof v0.3.0: the rustflags changed
30552024-12-21T04:30:44.273Z Compiling dof v0.3.0
30562024-12-21T04:30:44.276Z 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`
30572024-12-21T04:30:44.304Z Dirty crossbeam-channel v0.5.13: the rustflags changed
30582024-12-21T04:30:44.304Z Compiling crossbeam-channel v0.5.13
30592024-12-21T04:30:44.306Z 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`
30602024-12-21T04:30:44.717Z Dirty memmap v0.7.0: the rustflags changed
30612024-12-21T04:30:44.717Z Compiling memmap v0.7.0
30622024-12-21T04:30:44.720Z 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`
30632024-12-21T04:30:45.081Z 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`
30642024-12-21T04:30:45.135Z Dirty clap v4.5.21: the rustflags changed
30652024-12-21T04:30:45.135Z Compiling clap v4.5.21
30662024-12-21T04:30:45.138Z 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`
30672024-12-21T04:30:45.282Z Dirty thread_local v1.1.8: the rustflags changed
30682024-12-21T04:30:45.282Z Compiling thread_local v1.1.8
30692024-12-21T04:30:45.285Z 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`
30702024-12-21T04:30:45.474Z Dirty slog-async v2.8.0: the rustflags changed
30712024-12-21T04:30:45.474Z Compiling slog-async v2.8.0
30722024-12-21T04:30:45.478Z 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`
30732024-12-21T04:30:45.870Z Dirty bit-vec v0.6.3: the rustflags changed
30742024-12-21T04:30:45.870Z Compiling bit-vec v0.6.3
30752024-12-21T04:30:45.897Z 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`
30762024-12-21T04:30:46.088Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-b2c8ed0240dd9ea1/build-script-build`
30772024-12-21T04:30:46.173Z Dirty crossbeam-deque v0.8.5: the rustflags changed
30782024-12-21T04:30:46.173Z Compiling crossbeam-deque v0.8.5
30792024-12-21T04:30:46.175Z 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`
30802024-12-21T04:30:46.365Z Dirty elliptic-curve v0.13.8: the rustflags changed
30812024-12-21T04:30:46.365Z Compiling elliptic-curve v0.13.8
30822024-12-21T04:30:46.369Z 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`
30832024-12-21T04:30:46.530Z Dirty bit-set v0.5.3: the rustflags changed
30842024-12-21T04:30:46.530Z Compiling bit-set v0.5.3
30852024-12-21T04:30:46.533Z 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`
30862024-12-21T04:30:46.559Z Dirty num-iter v0.1.45: the rustflags changed
30872024-12-21T04:30:46.560Z Compiling num-iter v0.1.45
30882024-12-21T04:30:46.560Z 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`
30892024-12-21T04:30:46.715Z Dirty flate2 v1.0.34: the rustflags changed
30902024-12-21T04:30:46.715Z Compiling flate2 v1.0.34
30912024-12-21T04:30:46.718Z 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`
30922024-12-21T04:30:46.776Z Dirty curve25519-dalek v4.1.3: the rustflags changed
30932024-12-21T04:30:46.776Z Compiling curve25519-dalek v4.1.3
30942024-12-21T04:30:46.779Z 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`
30952024-12-21T04:30:46.851Z Dirty match_cfg v0.1.0: the rustflags changed
30962024-12-21T04:30:46.851Z Compiling match_cfg v0.1.0
30972024-12-21T04:30:46.875Z 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`
30982024-12-21T04:30:46.966Z Dirty rustls v0.22.4: the rustflags changed
30992024-12-21T04:30:46.966Z Compiling rustls v0.22.4
31002024-12-21T04:30:46.968Z 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`
31012024-12-21T04:30:47.229Z Dirty num-bigint-dig v0.8.4: the rustflags changed
31022024-12-21T04:30:47.229Z Compiling num-bigint-dig v0.8.4
31032024-12-21T04:30:47.235Z 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`
31042024-12-21T04:30:47.315Z Dirty take_mut v0.2.2: the rustflags changed
31052024-12-21T04:30:47.315Z Compiling take_mut v0.2.2
31062024-12-21T04:30:47.318Z 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`
31072024-12-21T04:30:47.476Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-4f5a97e8fedc0ad8/build-script-build`
31082024-12-21T04:30:47.505Z 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`
31092024-12-21T04:30:47.604Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-105a1bc17f8a3481/build-script-build`
31102024-12-21T04:30:47.606Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-601bed912dc37f75/build-script-build`
31112024-12-21T04:30:47.666Z Dirty hostname v0.3.1: the rustflags changed
31122024-12-21T04:30:47.667Z Compiling hostname v0.3.1
31132024-12-21T04:30:47.669Z 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`
31142024-12-21T04:30:47.669Z 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`
31152024-12-21T04:30:47.767Z Dirty slog-term v2.9.1: the rustflags changed
31162024-12-21T04:30:47.767Z Compiling slog-term v2.9.1
31172024-12-21T04:30:47.769Z 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`
31182024-12-21T04:30:47.996Z Dirty toml v0.7.8: the rustflags changed
31192024-12-21T04:30:47.997Z Compiling toml v0.7.8
31202024-12-21T04:30:48.000Z 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`
31212024-12-21T04:30:48.798Z Dirty phf_shared v0.11.2: the rustflags changed
31222024-12-21T04:30:48.798Z Compiling phf_shared v0.11.2
31232024-12-21T04:30:48.801Z 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`
31242024-12-21T04:30:49.094Z Dirty usdt-attr-macro v0.5.0: the rustflags changed
31252024-12-21T04:30:49.094Z Compiling usdt-attr-macro v0.5.0
31262024-12-21T04:30:49.094Z 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`
31272024-12-21T04:30:49.152Z Dirty usdt-macro v0.5.0: the rustflags changed
31282024-12-21T04:30:49.152Z Compiling usdt-macro v0.5.0
31292024-12-21T04:30:49.155Z 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`
31302024-12-21T04:30:49.207Z Dirty rfc6979 v0.4.0: the rustflags changed
31312024-12-21T04:30:49.207Z Compiling rfc6979 v0.4.0
31322024-12-21T04:30:49.209Z 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`
31332024-12-21T04:30:49.237Z Dirty curve25519-dalek-derive v0.1.1: the rustflags changed
31342024-12-21T04:30:49.237Z Compiling curve25519-dalek-derive v0.1.1
31352024-12-21T04:30:49.239Z 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`
31362024-12-21T04:30:49.396Z Dirty zerocopy-derive v0.6.6: the rustflags changed
31372024-12-21T04:30:49.396Z Compiling zerocopy-derive v0.6.6
31382024-12-21T04:30:49.399Z 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`
31392024-12-21T04:30:49.426Z Dirty bstr v1.10.0: the rustflags changed
31402024-12-21T04:30:49.426Z Compiling bstr v1.10.0
31412024-12-21T04:30:49.432Z 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`
31422024-12-21T04:30:49.579Z Dirty signal-hook v0.3.17: the rustflags changed
31432024-12-21T04:30:49.579Z Compiling signal-hook v0.3.17
31442024-12-21T04:30:49.582Z 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:30:49.765Z Dirty managed v0.8.0: the rustflags changed
31462024-12-21T04:30:49.765Z Compiling managed v0.8.0
31472024-12-21T04:30:49.767Z 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`
31482024-12-21T04:30:49.931Z Dirty fixedbitset v0.4.2: the rustflags changed
31492024-12-21T04:30:49.931Z Compiling fixedbitset v0.4.2
31502024-12-21T04:30:49.934Z 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`
31512024-12-21T04:30:50.228Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-fc5ab04dae0ea983/build-script-build`
31522024-12-21T04:30:50.274Z Dirty petgraph v0.6.5: the rustflags changed
31532024-12-21T04:30:50.274Z Compiling petgraph v0.6.5
31542024-12-21T04:30:50.276Z 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`
31552024-12-21T04:30:50.437Z Dirty ecdsa v0.16.9: the rustflags changed
31562024-12-21T04:30:50.437Z Compiling ecdsa v0.16.9
31572024-12-21T04:30:50.440Z 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`
31582024-12-21T04:30:50.920Z 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"'`
31592024-12-21T04:30:51.012Z 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`
31602024-12-21T04:30:51.123Z Dirty usdt v0.5.0: the rustflags changed
31612024-12-21T04:30:51.123Z Compiling usdt v0.5.0
31622024-12-21T04:30:51.125Z 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`
31632024-12-21T04:30:51.219Z Dirty phf_shared v0.10.0: the rustflags changed
31642024-12-21T04:30:51.219Z Compiling phf_shared v0.10.0
31652024-12-21T04:30:51.223Z 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`
31662024-12-21T04:30:51.279Z Dirty pkcs1 v0.7.5: the rustflags changed
31672024-12-21T04:30:51.279Z Compiling pkcs1 v0.7.5
31682024-12-21T04:30:51.282Z 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`
31692024-12-21T04:30:51.644Z Dirty bzip2-sys v0.1.11+1.0.8: the rustflags changed
31702024-12-21T04:30:51.644Z Compiling bzip2-sys v0.1.11+1.0.8
31712024-12-21T04:30:51.647Z 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`
31722024-12-21T04:30:51.673Z Dirty multer v3.1.0: the rustflags changed
31732024-12-21T04:30:51.673Z Compiling multer v3.1.0
31742024-12-21T04:30:51.674Z 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`
31752024-12-21T04:30:51.863Z Dirty zerocopy v0.6.6: the rustflags changed
31762024-12-21T04:30:51.863Z Compiling zerocopy v0.6.6
31772024-12-21T04:30:51.866Z 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`
31782024-12-21T04:30:52.062Z Dirty new_debug_unreachable v1.0.6: the rustflags changed
31792024-12-21T04:30:52.062Z Compiling new_debug_unreachable v1.0.6
31802024-12-21T04:30:52.065Z 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:30:52.184Z Dirty unicode-xid v0.2.6: the rustflags changed
31822024-12-21T04:30:52.184Z Compiling unicode-xid v0.2.6
31832024-12-21T04:30:52.187Z 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`
31842024-12-21T04:30:52.301Z Dirty precomputed-hash v0.1.1: the rustflags changed
31852024-12-21T04:30:52.301Z Compiling precomputed-hash v0.1.1
31862024-12-21T04:30:52.304Z 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`
31872024-12-21T04:30:52.383Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9e910239512007f0/build-script-build`
31882024-12-21T04:30:52.407Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-a7ceeb8288b20219/build-script-build`
31892024-12-21T04:30:52.441Z Dirty string_cache v0.8.7: the rustflags changed
31902024-12-21T04:30:52.441Z Compiling string_cache v0.8.7
31912024-12-21T04:30:52.447Z 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`
31922024-12-21T04:30:52.489Z 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`
31932024-12-21T04:30:52.710Z Dirty ed25519 v2.2.3: the rustflags changed
31942024-12-21T04:30:52.710Z Compiling ed25519 v2.2.3
31952024-12-21T04:30:52.713Z 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`
31962024-12-21T04:30:53.023Z Dirty slog-json v2.6.1: the rustflags changed
31972024-12-21T04:30:53.023Z Compiling slog-json v2.6.1
31982024-12-21T04:30:53.025Z 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`
31992024-12-21T04:30:53.438Z Dirty hubpack_derive v0.1.1: the rustflags changed
32002024-12-21T04:30:53.438Z Compiling hubpack_derive v0.1.1
32012024-12-21T04:30:53.442Z 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`
32022024-12-21T04:30:53.505Z Dirty async-stream-impl v0.3.6: the rustflags changed
32032024-12-21T04:30:53.505Z Compiling async-stream-impl v0.3.6
32042024-12-21T04:30:53.508Z 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`
32052024-12-21T04:30:53.819Z Dirty rsa v0.9.6: the rustflags changed
32062024-12-21T04:30:53.819Z Compiling rsa v0.9.6
32072024-12-21T04:30:53.823Z 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`
32082024-12-21T04:30:54.374Z Dirty quick-error v1.2.3: the rustflags changed
32092024-12-21T04:30:54.374Z Compiling quick-error v1.2.3
32102024-12-21T04:30:54.377Z 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`
32112024-12-21T04:30:54.524Z Dirty debug-ignore v1.0.5: the rustflags changed
32122024-12-21T04:30:54.524Z Compiling debug-ignore v1.0.5
32132024-12-21T04:30:54.527Z 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`
32142024-12-21T04:30:54.551Z Dirty hubpack v0.1.2: the rustflags changed
32152024-12-21T04:30:54.551Z Compiling hubpack v0.1.2
32162024-12-21T04:30:54.551Z 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`
32172024-12-21T04:30:54.578Z 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`
32182024-12-21T04:30:54.702Z Dirty slog-bunyan v2.5.0: the rustflags changed
32192024-12-21T04:30:54.702Z Compiling slog-bunyan v2.5.0
32202024-12-21T04:30:54.705Z 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`
32212024-12-21T04:30:54.738Z Dirty ed25519-dalek v2.1.1: the rustflags changed
32222024-12-21T04:30:54.738Z Compiling ed25519-dalek v2.1.1
32232024-12-21T04:30:54.741Z 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`
32242024-12-21T04:30:54.945Z 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`
32252024-12-21T04:30:55.040Z Dirty x509-cert v0.2.5: the rustflags changed
32262024-12-21T04:30:55.040Z Compiling x509-cert v0.2.5
32272024-12-21T04:30:55.044Z 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`
32282024-12-21T04:30:55.087Z Dirty async-stream v0.3.6: the rustflags changed
32292024-12-21T04:30:55.087Z Compiling async-stream v0.3.6
32302024-12-21T04:30:55.090Z 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`
32312024-12-21T04:30:55.438Z Dirty heapless v0.7.17: the rustflags changed
32322024-12-21T04:30:55.438Z Compiling heapless v0.7.17
32332024-12-21T04:30:55.440Z 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`
32342024-12-21T04:30:55.977Z Dirty serde_path_to_error v0.1.16: the rustflags changed
32352024-12-21T04:30:55.977Z Compiling serde_path_to_error v0.1.16
32362024-12-21T04:30:55.980Z 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`
32372024-12-21T04:30:56.037Z Dirty idna v0.4.0: the rustflags changed
32382024-12-21T04:30:56.037Z Compiling idna v0.4.0
32392024-12-21T04:30:56.048Z 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`
32402024-12-21T04:30:56.083Z Dirty waitgroup v0.1.2: the rustflags changed
32412024-12-21T04:30:56.083Z Compiling waitgroup v0.1.2
32422024-12-21T04:30:56.085Z 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`
32432024-12-21T04:30:56.328Z Dirty enum-as-inner v0.6.1: the rustflags changed
32442024-12-21T04:30:56.328Z Compiling enum-as-inner v0.6.1
32452024-12-21T04:30:56.331Z 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`
32462024-12-21T04:30:56.918Z Dirty hostname v0.4.0: the rustflags changed
32472024-12-21T04:30:56.918Z Compiling hostname v0.4.0
32482024-12-21T04:30:56.921Z 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`
32492024-12-21T04:30:57.207Z Dirty dropshot v0.12.0: the rustflags changed
32502024-12-21T04:30:57.207Z Compiling dropshot v0.12.0
32512024-12-21T04:30:57.228Z 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`
32522024-12-21T04:30:57.599Z Dirty lalrpop-util v0.19.12: the rustflags changed
32532024-12-21T04:30:57.599Z Compiling lalrpop-util v0.19.12
32542024-12-21T04:30:57.602Z 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`
32552024-12-21T04:30:57.632Z Dirty newtype-uuid v1.1.3: the rustflags changed
32562024-12-21T04:30:57.633Z Compiling newtype-uuid v1.1.3
32572024-12-21T04:30:57.635Z 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`
32582024-12-21T04:30:57.786Z Dirty hickory-proto v0.24.1: the rustflags changed
32592024-12-21T04:30:57.786Z Compiling hickory-proto v0.24.1
32602024-12-21T04:30:57.789Z 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`
32612024-12-21T04:30:58.001Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-d4d103b0f0e58bec/build-script-build`
32622024-12-21T04:30:58.029Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-bfb3e9851b33fd34/build-script-build`
32632024-12-21T04:30:58.066Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-7c93de38b847f328/build-script-build`
32642024-12-21T04:30:58.122Z Dirty bzip2 v0.4.4: the rustflags changed
32652024-12-21T04:30:58.122Z Compiling bzip2 v0.4.4
32662024-12-21T04:30:58.125Z 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`
32672024-12-21T04:30:58.155Z Dirty signal-hook-mio v0.2.4: the rustflags changed
32682024-12-21T04:30:58.155Z Compiling signal-hook-mio v0.2.4
32692024-12-21T04:30:58.158Z 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`
32702024-12-21T04:30:58.351Z Dirty console v0.15.8: the rustflags changed
32712024-12-21T04:30:58.351Z Compiling console v0.15.8
32722024-12-21T04:30:58.354Z 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`
32732024-12-21T04:30:58.549Z Dirty dropshot_endpoint v0.12.0: the rustflags changed
32742024-12-21T04:30:58.549Z Compiling dropshot_endpoint v0.12.0
32752024-12-21T04:30:58.552Z 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`
32762024-12-21T04:30:59.033Z Dirty hash32 v0.2.1: the rustflags changed
32772024-12-21T04:30:59.034Z Compiling hash32 v0.2.1
32782024-12-21T04:30:59.037Z 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`
32792024-12-21T04:30:59.433Z Dirty linked-hash-map v0.5.6: the rustflags changed
32802024-12-21T04:30:59.433Z Compiling linked-hash-map v0.5.6
32812024-12-21T04:30:59.436Z 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`
32822024-12-21T04:30:59.848Z Dirty smoltcp v0.9.1: the rustflags changed
32832024-12-21T04:30:59.848Z Compiling smoltcp v0.9.1
32842024-12-21T04:30:59.855Z 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`
32852024-12-21T04:30:59.904Z Dirty portable-atomic v1.9.0: the rustflags changed
32862024-12-21T04:30:59.904Z Compiling portable-atomic v1.9.0
32872024-12-21T04:30:59.908Z 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`
32882024-12-21T04:31:00.021Z Dirty unicode-properties v0.1.3: the rustflags changed
32892024-12-21T04:31:00.021Z Compiling unicode-properties v0.1.3
32902024-12-21T04:31:00.025Z 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`
32912024-12-21T04:31:00.449Z Dirty predicates-core v1.0.8: the rustflags changed
32922024-12-21T04:31:00.449Z Compiling predicates-core v1.0.8
32932024-12-21T04:31:00.452Z 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`
32942024-12-21T04:31:00.659Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-eaf06ec35fb0f3f6/build-script-build`
32952024-12-21T04:31:00.703Z Dirty stringprep v0.1.5: the rustflags changed
32962024-12-21T04:31:00.703Z Compiling stringprep v0.1.5
32972024-12-21T04:31:00.705Z 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`
32982024-12-21T04:31:00.847Z Dirty lru-cache v0.1.2: the rustflags changed
32992024-12-21T04:31:00.847Z Compiling lru-cache v0.1.2
33002024-12-21T04:31:00.849Z 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`
33012024-12-21T04:31:01.075Z 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`
33022024-12-21T04:31:01.141Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-341e2d88661b2df5/build-script-build`
33032024-12-21T04:31:01.229Z Dirty crossterm v0.28.1: the rustflags changed
33042024-12-21T04:31:01.229Z Compiling crossterm v0.28.1
33052024-12-21T04:31:01.232Z 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`
33062024-12-21T04:31:01.965Z 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)'`
33072024-12-21T04:31:01.989Z Dirty similar v2.6.0: the rustflags changed
33082024-12-21T04:31:01.989Z Compiling similar v2.6.0
33092024-12-21T04:31:01.992Z 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`
33102024-12-21T04:31:02.299Z Dirty rayon v1.10.0: the rustflags changed
33112024-12-21T04:31:02.299Z Compiling rayon v1.10.0
33122024-12-21T04:31:02.302Z 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`
33132024-12-21T04:31:02.336Z Dirty tokio-stream v0.1.16: the rustflags changed
33142024-12-21T04:31:02.336Z Compiling tokio-stream v0.1.16
33152024-12-21T04:31:02.339Z 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`
33162024-12-21T04:31:03.397Z Dirty md-5 v0.10.6: the rustflags changed
33172024-12-21T04:31:03.397Z Compiling md-5 v0.10.6
33182024-12-21T04:31:03.400Z 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`
33192024-12-21T04:31:03.546Z Dirty float-cmp v0.9.0: the rustflags changed
33202024-12-21T04:31:03.546Z Compiling float-cmp v0.9.0
33212024-12-21T04:31:03.550Z 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`
33222024-12-21T04:31:03.705Z Dirty fs-err v2.11.0: the rustflags changed
33232024-12-21T04:31:03.705Z Compiling fs-err v2.11.0
33242024-12-21T04:31:03.714Z 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`
33252024-12-21T04:31:03.797Z Dirty normalize-line-endings v0.3.0: the rustflags changed
33262024-12-21T04:31:03.797Z Compiling normalize-line-endings v0.3.0
33272024-12-21T04:31:03.799Z 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:31:03.956Z Dirty difflib v0.4.0: the rustflags changed
33292024-12-21T04:31:03.956Z Compiling difflib v0.4.0
33302024-12-21T04:31:03.960Z 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`
33312024-12-21T04:31:04.090Z Dirty fallible-iterator v0.2.0: the rustflags changed
33322024-12-21T04:31:04.090Z Compiling fallible-iterator v0.2.0
33332024-12-21T04:31:04.093Z 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`
33342024-12-21T04:31:04.526Z Dirty predicates v3.1.2: the rustflags changed
33352024-12-21T04:31:04.526Z Compiling predicates v3.1.2
33362024-12-21T04:31:04.529Z 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`
33372024-12-21T04:31:04.857Z Dirty postgres-protocol v0.6.7: the rustflags changed
33382024-12-21T04:31:04.857Z Compiling postgres-protocol v0.6.7
33392024-12-21T04:31:04.860Z 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`
33402024-12-21T04:31:05.267Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-7383362fb50e7943/build-script-build`
33412024-12-21T04:31:05.292Z 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`
33422024-12-21T04:31:05.531Z 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"))'`
33432024-12-21T04:31:05.727Z Dirty zip v0.6.6: the rustflags changed
33442024-12-21T04:31:05.727Z Compiling zip v0.6.6
33452024-12-21T04:31:05.730Z 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`
33462024-12-21T04:31:06.278Z Dirty resolv-conf v0.7.0: the rustflags changed
33472024-12-21T04:31:06.278Z Compiling resolv-conf v0.7.0
33482024-12-21T04:31:06.282Z 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`
33492024-12-21T04:31:06.334Z Dirty phf v0.11.2: the rustflags changed
33502024-12-21T04:31:06.334Z Compiling phf v0.11.2
33512024-12-21T04:31:06.337Z 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`
33522024-12-21T04:31:06.673Z Dirty tungstenite v0.24.0: the rustflags changed
33532024-12-21T04:31:06.673Z Compiling tungstenite v0.24.0
33542024-12-21T04:31:06.676Z 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`
33552024-12-21T04:31:06.972Z Dirty strum_macros v0.25.3: the rustflags changed
33562024-12-21T04:31:06.972Z Compiling strum_macros v0.25.3
33572024-12-21T04:31:06.981Z 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`
33582024-12-21T04:31:07.120Z Dirty serde-big-array v0.5.1: the rustflags changed
33592024-12-21T04:31:07.120Z Compiling serde-big-array v0.5.1
33602024-12-21T04:31:07.122Z 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`
33612024-12-21T04:31:07.192Z Dirty serde_repr v0.1.19: the rustflags changed
33622024-12-21T04:31:07.193Z Compiling serde_repr v0.1.19
33632024-12-21T04:31:07.196Z 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`
33642024-12-21T04:31:07.386Z Dirty number_prefix v0.4.0: the rustflags changed
33652024-12-21T04:31:07.386Z Compiling number_prefix v0.4.0
33662024-12-21T04:31:07.388Z 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:31:07.446Z Dirty peg-runtime v0.8.3: the rustflags changed
33682024-12-21T04:31:07.446Z Compiling peg-runtime v0.8.3
33692024-12-21T04:31:07.449Z 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`
33702024-12-21T04:31:07.481Z Dirty unicode-width v0.2.0: the rustflags changed
33712024-12-21T04:31:07.481Z Compiling unicode-width v0.2.0
33722024-12-21T04:31:07.484Z 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`
33732024-12-21T04:31:07.648Z Dirty hickory-resolver v0.24.1: the rustflags changed
33742024-12-21T04:31:07.648Z Compiling hickory-resolver v0.24.1
33752024-12-21T04:31:07.653Z 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`
33762024-12-21T04:31:08.072Z Dirty indicatif v0.17.9: the rustflags changed
33772024-12-21T04:31:08.072Z Compiling indicatif v0.17.9
33782024-12-21T04:31:08.113Z 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`
33792024-12-21T04:31:08.188Z Dirty tokio-tungstenite v0.24.0: the rustflags changed
33802024-12-21T04:31:08.188Z Compiling tokio-tungstenite v0.24.0
33812024-12-21T04:31:08.192Z 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`
33822024-12-21T04:31:08.411Z Dirty postgres-types v0.2.8: the rustflags changed
33832024-12-21T04:31:08.411Z Compiling postgres-types v0.2.8
33842024-12-21T04:31:08.415Z 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`
33852024-12-21T04:31:08.600Z 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)'`
33862024-12-21T04:31:08.769Z Dirty derive-where v1.2.7: the rustflags changed
33872024-12-21T04:31:08.769Z Compiling derive-where v1.2.7
33882024-12-21T04:31:08.792Z 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`
33892024-12-21T04:31:09.089Z Dirty whoami v1.5.2: the rustflags changed
33902024-12-21T04:31:09.089Z Compiling whoami v1.5.2
33912024-12-21T04:31:09.092Z 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`
33922024-12-21T04:31:09.471Z Dirty tokio-postgres v0.7.12: the rustflags changed
33932024-12-21T04:31:09.472Z Compiling tokio-postgres v0.7.12
33942024-12-21T04:31:09.474Z 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`
33952024-12-21T04:31:09.790Z Compiling hashbrown v0.14.5
33962024-12-21T04:31:09.793Z 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`
33972024-12-21T04:31:09.985Z Compiling ident_case v1.0.1
33982024-12-21T04:31:09.988Z 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`
33992024-12-21T04:31:10.209Z Compiling darling_core v0.20.10
34002024-12-21T04:31:10.214Z 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`
34012024-12-21T04:31:10.392Z Compiling unsafe-libyaml v0.2.11
34022024-12-21T04:31:10.395Z 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`
34032024-12-21T04:31:11.226Z Compiling regress v0.10.1
34042024-12-21T04:31:11.230Z 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`
34052024-12-21T04:31:11.445Z Dirty gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475): the rustflags changed
34062024-12-21T04:31:11.445Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
34072024-12-21T04:31:11.448Z 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`
34082024-12-21T04:31:12.424Z Compiling serde_yaml v0.9.34+deprecated
34092024-12-21T04:31:12.426Z 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`
34102024-12-21T04:31:12.691Z Dirty fastrand v2.1.1: the rustflags changed
34112024-12-21T04:31:12.691Z Compiling fastrand v2.1.1
34122024-12-21T04:31:12.695Z 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`
34132024-12-21T04:31:13.332Z Compiling ipnetwork v0.20.0
34142024-12-21T04:31:13.334Z 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`
34152024-12-21T04:31:14.369Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
34162024-12-21T04:31:14.372Z 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`
34172024-12-21T04:31:14.707Z Compiling tempfile v3.13.0
34182024-12-21T04:31:14.709Z 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`
34192024-12-21T04:31:15.198Z Compiling typify-impl v0.2.0
34202024-12-21T04:31:15.201Z 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`
34212024-12-21T04:31:15.529Z Dirty strum_macros v0.26.4: the rustflags changed
34222024-12-21T04:31:15.529Z Compiling strum_macros v0.26.4
34232024-12-21T04:31:15.532Z 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`
34242024-12-21T04:31:15.629Z Compiling macaddr v1.0.1
34252024-12-21T04:31:15.632Z 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`
34262024-12-21T04:31:16.134Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
34272024-12-21T04:31:16.137Z 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`
34282024-12-21T04:31:16.452Z Dirty structmeta-derive v0.3.0: the rustflags changed
34292024-12-21T04:31:16.452Z Compiling structmeta-derive v0.3.0
34302024-12-21T04:31:16.455Z 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`
34312024-12-21T04:31:16.784Z Compiling instant v0.1.13
34322024-12-21T04:31:16.788Z 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`
34332024-12-21T04:31:16.961Z Compiling regress v0.9.1
34342024-12-21T04:31:16.965Z 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`
34352024-12-21T04:31:17.318Z Compiling darling_macro v0.20.10
34362024-12-21T04:31:17.325Z 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`
34372024-12-21T04:31:17.659Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
34382024-12-21T04:31:17.663Z 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`
34392024-12-21T04:31:18.528Z Compiling dropshot v0.13.0
34402024-12-21T04:31:18.530Z 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`
34412024-12-21T04:31:18.556Z Compiling darling v0.20.10
34422024-12-21T04:31:18.564Z 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`
34432024-12-21T04:31:18.700Z Compiling serde_with_macros v3.11.0
34442024-12-21T04:31:18.703Z 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`
34452024-12-21T04:31:18.732Z Compiling dropshot_endpoint v0.13.0
34462024-12-21T04:31:18.758Z 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`
34472024-12-21T04:31:18.910Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-dacf21a459db352d/build-script-build`
34482024-12-21T04:31:19.003Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34492024-12-21T04:31:19.007Z 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`
34502024-12-21T04:31:19.504Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34512024-12-21T04:31:19.506Z 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`
34522024-12-21T04:31:19.721Z Dirty structmeta v0.3.0: the rustflags changed
34532024-12-21T04:31:19.721Z Compiling structmeta v0.3.0
34542024-12-21T04:31:19.723Z 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`
34552024-12-21T04:31:20.210Z Dirty parse-display-derive v0.10.0: the rustflags changed
34562024-12-21T04:31:20.210Z Compiling parse-display-derive v0.10.0
34572024-12-21T04:31:20.214Z 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`
34582024-12-21T04:31:20.438Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34592024-12-21T04:31:20.442Z 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`
34602024-12-21T04:31:20.637Z Compiling backoff v0.4.0
34612024-12-21T04:31:20.640Z 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`
34622024-12-21T04:31:20.899Z Dirty strum v0.26.3: the rustflags changed
34632024-12-21T04:31:20.899Z Compiling strum v0.26.3
34642024-12-21T04:31:20.902Z 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`
34652024-12-21T04:31:20.986Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
34662024-12-21T04:31:20.989Z 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`
34672024-12-21T04:31:21.099Z Compiling wait-timeout v0.2.0
34682024-12-21T04:31:21.101Z 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`
34692024-12-21T04:31:21.165Z Compiling rand_xorshift v0.3.0
34702024-12-21T04:31:21.168Z 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`
34712024-12-21T04:31:21.504Z Compiling rusty-fork v0.3.0
34722024-12-21T04:31:21.507Z 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`
34732024-12-21T04:31:21.722Z Compiling unarray v0.1.4
34742024-12-21T04:31:21.722Z 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`
34752024-12-21T04:31:21.834Z Compiling serde_with v3.11.0
34762024-12-21T04:31:21.861Z 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`
34772024-12-21T04:31:21.914Z Compiling proptest v1.5.0
34782024-12-21T04:31:21.922Z 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`
34792024-12-21T04:31:22.202Z Compiling structmeta-derive v0.2.0
34802024-12-21T04:31:22.204Z 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`
34812024-12-21T04:31:22.255Z Compiling camino-tempfile v1.1.1
34822024-12-21T04:31:22.258Z 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`
34832024-12-21T04:31:22.743Z Dirty proc-macro-error-attr v1.0.4: the rustflags changed
34842024-12-21T04:31:22.743Z Compiling proc-macro-error-attr v1.0.4
34852024-12-21T04:31:22.747Z 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`
34862024-12-21T04:31:23.151Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-c2958a45fc60f928/build-script-build`
34872024-12-21T04:31:23.239Z Dirty proc-macro-error v1.0.4: the rustflags changed
34882024-12-21T04:31:23.239Z Compiling proc-macro-error v1.0.4
34892024-12-21T04:31:23.242Z 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`
34902024-12-21T04:31:23.650Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a7a08893956d4115/build-script-build`
34912024-12-21T04:31:23.834Z 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`
34922024-12-21T04:31:23.882Z Compiling proc-macro-crate v1.3.1
34932024-12-21T04:31:23.885Z 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`
34942024-12-21T04:31:24.770Z 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`
34952024-12-21T04:31:24.962Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
34962024-12-21T04:31:24.965Z 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`
34972024-12-21T04:31:25.362Z Dirty parse-display v0.10.0: the rustflags changed
34982024-12-21T04:31:25.363Z Compiling parse-display v0.10.0
34992024-12-21T04:31:25.386Z 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`
35002024-12-21T04:31:25.390Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-7cb7343497e9d8e3/build-script-build`
35012024-12-21T04:31:25.429Z Compiling num_enum_derive v0.5.11
35022024-12-21T04:31:25.432Z 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`
35032024-12-21T04:31:25.458Z Compiling structmeta v0.2.0
35042024-12-21T04:31:25.485Z 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`
35052024-12-21T04:31:25.488Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35062024-12-21T04:31:25.522Z 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`
35072024-12-21T04:31:25.843Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-a674c41d8849d6c4/build-script-build`
35082024-12-21T04:31:25.885Z Compiling foreign-types-macros v0.2.3
35092024-12-21T04:31:25.888Z 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`
35102024-12-21T04:31:25.912Z Compiling foreign-types-shared v0.3.1
35112024-12-21T04:31:25.914Z 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`
35122024-12-21T04:31:25.932Z Compiling test-strategy v0.3.1
35132024-12-21T04:31:25.934Z 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`
35142024-12-21T04:31:26.041Z 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`
35152024-12-21T04:31:26.076Z 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`
35162024-12-21T04:31:26.227Z Compiling tabwriter v1.4.0
35172024-12-21T04:31:26.229Z 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`
35182024-12-21T04:31:26.285Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35192024-12-21T04:31:26.288Z 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`
35202024-12-21T04:31:26.783Z Compiling itertools v0.13.0
35212024-12-21T04:31:26.785Z 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`
35222024-12-21T04:31:27.297Z Compiling cstr-argument v0.1.2
35232024-12-21T04:31:27.300Z 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`
35242024-12-21T04:31:27.378Z Compiling foreign-types v0.5.0
35252024-12-21T04:31:27.381Z 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`
35262024-12-21T04:31:27.524Z Compiling pretty-hex v0.2.1
35272024-12-21T04:31:27.528Z 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`
35282024-12-21T04:31:27.566Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35292024-12-21T04:31:27.569Z 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`
35302024-12-21T04:31:27.715Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35312024-12-21T04:31:27.738Z 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`
35322024-12-21T04:31:27.913Z Compiling colored v2.1.0
35332024-12-21T04:31:27.916Z 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`
35342024-12-21T04:31:28.214Z Compiling smf v0.2.3
35352024-12-21T04:31:28.231Z 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`
35362024-12-21T04:31:28.318Z Compiling num_enum v0.5.11
35372024-12-21T04:31:28.342Z 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`
35382024-12-21T04:31:28.510Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35392024-12-21T04:31:28.513Z 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`
35402024-12-21T04:31:28.800Z Compiling base64 v0.21.7
35412024-12-21T04:31:28.803Z 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`
35422024-12-21T04:31:28.901Z Compiling crucible-workspace-hack v0.1.0
35432024-12-21T04:31:28.903Z 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`
35442024-12-21T04:31:29.249Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-01a73b7276f90baf/build-script-build`
35452024-12-21T04:31:29.289Z Compiling zerocopy v0.8.10
35462024-12-21T04:31:29.292Z 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`
35472024-12-21T04:31:29.590Z 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`
35482024-12-21T04:31:29.673Z Compiling zerocopy-derive v0.8.10
35492024-12-21T04:31:29.676Z 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`
35502024-12-21T04:31:29.715Z Compiling termtree v0.4.1
35512024-12-21T04:31:29.718Z 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`
35522024-12-21T04:31:29.969Z Compiling heapless v0.8.0
35532024-12-21T04:31:29.972Z 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`
35542024-12-21T04:31:30.135Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
35552024-12-21T04:31:30.138Z 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`
35562024-12-21T04:31:30.187Z Compiling predicates-tree v1.0.11
35572024-12-21T04:31:30.189Z 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`
35582024-12-21T04:31:30.268Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-d2ad622971ab3df8/build-script-build`
35592024-12-21T04:31:30.356Z Compiling hash32 v0.3.1
35602024-12-21T04:31:30.359Z 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`
35612024-12-21T04:31:30.594Z Compiling smoltcp v0.11.0
35622024-12-21T04:31:30.597Z 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`
35632024-12-21T04:31:30.621Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-93bdea806c17815b/build-script-build`
35642024-12-21T04:31:30.713Z Compiling cobs v0.2.3
35652024-12-21T04:31:30.716Z 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`
35662024-12-21T04:31:30.930Z 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`
35672024-12-21T04:31:31.027Z Compiling postcard v1.0.10
35682024-12-21T04:31:31.030Z 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`
35692024-12-21T04:31:31.441Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-975cb92889495cba/build-script-build`
35702024-12-21T04:31:31.479Z Compiling atomicwrites v0.4.4
35712024-12-21T04:31:31.484Z 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`
35722024-12-21T04:31:31.736Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
35732024-12-21T04:31:31.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/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`
35742024-12-21T04:31:31.853Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
35752024-12-21T04:31:31.855Z 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`
35762024-12-21T04:31:32.048Z 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`
35772024-12-21T04:31:32.072Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
35782024-12-21T04:31:32.072Z 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`
35792024-12-21T04:31:32.147Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-3ba96cb482d03529/build-script-build`
35802024-12-21T04:31:32.204Z Compiling sigpipe v0.1.3
35812024-12-21T04:31:32.208Z 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`
35822024-12-21T04:31:32.343Z Compiling mockall_derive v0.13.0
35832024-12-21T04:31:32.346Z 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`
35842024-12-21T04:31:32.693Z Compiling thiserror v2.0.3
35852024-12-21T04:31:32.693Z 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`
35862024-12-21T04:31:32.749Z 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)'`
35872024-12-21T04:31:33.187Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
35882024-12-21T04:31:33.190Z 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`
35892024-12-21T04:31:33.438Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-921b5d3f41485bf2/build-script-build`
35902024-12-21T04:31:33.544Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-22dab61baf95caf3/build-script-build`
35912024-12-21T04:31:33.592Z Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-49e28254e2e73208/build-script-build`
35922024-12-21T04:31:33.636Z Compiling thiserror-impl v2.0.3
35932024-12-21T04:31:33.640Z 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`
35942024-12-21T04:31:33.905Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
35952024-12-21T04:31:33.908Z 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`
35962024-12-21T04:31:34.255Z 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)'`
35972024-12-21T04:31:34.304Z Compiling typify-macro v0.2.0
35982024-12-21T04:31:34.307Z 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`
35992024-12-21T04:31:36.566Z 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`
36002024-12-21T04:31:37.326Z Compiling zone_cfg_derive v0.3.0
36012024-12-21T04:31:37.330Z 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`
36022024-12-21T04:31:37.628Z 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)'`
36032024-12-21T04:31:37.801Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
36042024-12-21T04:31:37.801Z 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`
36052024-12-21T04:31:38.151Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
36062024-12-21T04:31:38.175Z 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`
36072024-12-21T04:31:38.302Z Compiling num-derive v0.4.2
36082024-12-21T04:31:38.304Z 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`
36092024-12-21T04:31:39.060Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
36102024-12-21T04:31:39.062Z Compiling fragile v2.0.0
36112024-12-21T04:31:39.062Z 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`
36122024-12-21T04:31:39.062Z 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`
36132024-12-21T04:31:39.295Z Compiling typify v0.2.0
36142024-12-21T04:31:39.299Z 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`
36152024-12-21T04:31:39.463Z Compiling progenitor-impl v0.8.0
36162024-12-21T04:31:39.465Z 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`
36172024-12-21T04:31:39.723Z Compiling downcast v0.11.0
36182024-12-21T04:31:39.726Z 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`
36192024-12-21T04:31:39.988Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36202024-12-21T04:31:39.990Z 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`
36212024-12-21T04:31:40.354Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-8479575f4cd72e42/build-script-build`
36222024-12-21T04:31:40.394Z Compiling zone v0.3.0
36232024-12-21T04:31:40.397Z 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`
36242024-12-21T04:31:40.915Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
36252024-12-21T04:31:40.917Z 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:31:41.114Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
36272024-12-21T04:31:41.116Z 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`
36282024-12-21T04:31:41.610Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36292024-12-21T04:31:41.628Z 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:31:41.842Z Compiling same-file v1.0.6
36312024-12-21T04:31:41.871Z 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`
36322024-12-21T04:31:41.884Z Compiling convert_case v0.4.0
36332024-12-21T04:31:41.885Z 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`
36342024-12-21T04:31:42.030Z Compiling walkdir v2.5.0
36352024-12-21T04:31:42.042Z 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`
36362024-12-21T04:31:42.167Z Compiling newline-converter v0.3.0
36372024-12-21T04:31:42.172Z 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`
36382024-12-21T04:31:42.361Z Compiling expectorate v1.1.0
36392024-12-21T04:31:42.368Z 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`
36402024-12-21T04:31:42.562Z Compiling tungstenite v0.21.0
36412024-12-21T04:31:42.565Z 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`
36422024-12-21T04:31:42.726Z Compiling mockall v0.13.0
36432024-12-21T04:31:42.730Z 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`
36442024-12-21T04:31:42.787Z Dirty xattr v1.3.1: the rustflags changed
36452024-12-21T04:31:42.787Z Compiling xattr v1.3.1
36462024-12-21T04:31:42.793Z 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`
36472024-12-21T04:31:42.905Z Compiling derive_more v0.99.18
36482024-12-21T04:31:42.907Z 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`
36492024-12-21T04:31:43.093Z 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)'`
36502024-12-21T04:31:43.121Z Dirty filetime v0.2.25: the rustflags changed
36512024-12-21T04:31:43.121Z Compiling filetime v0.2.25
36522024-12-21T04:31:43.121Z 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`
36532024-12-21T04:31:43.350Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36542024-12-21T04:31:43.352Z 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`
36552024-12-21T04:31:43.478Z Dirty tar v0.4.42: the rustflags changed
36562024-12-21T04:31:43.478Z Compiling tar v0.4.42
36572024-12-21T04:31:43.481Z 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`
36582024-12-21T04:31:43.797Z Compiling tokio-tungstenite v0.21.0
36592024-12-21T04:31:43.799Z 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`
36602024-12-21T04:31:44.445Z Compiling arc-swap v1.7.1
36612024-12-21T04:31:44.448Z 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`
36622024-12-21T04:31:44.944Z Compiling slog-scope v4.4.0
36632024-12-21T04:31:44.953Z 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`
36642024-12-21T04:31:45.104Z Compiling num-rational v0.4.2
36652024-12-21T04:31:45.106Z 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:31:45.519Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36672024-12-21T04:31:45.524Z 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`
36682024-12-21T04:31:45.716Z Compiling slog-stdlog v4.1.1
36692024-12-21T04:31:45.719Z 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`
36702024-12-21T04:31:45.929Z Compiling slog-envlogger v2.2.0
36712024-12-21T04:31:45.932Z 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`
36722024-12-21T04:31:46.126Z Compiling num-complex v0.4.6
36732024-12-21T04:31:46.129Z 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`
36742024-12-21T04:31:46.772Z Compiling float-ord v0.3.2
36752024-12-21T04:31:46.788Z 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`
36762024-12-21T04:31:46.962Z Compiling owo-colors v4.1.0
36772024-12-21T04:31:46.964Z Compiling cancel-safe-futures v0.1.5
36782024-12-21T04:31:46.964Z 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`
36792024-12-21T04:31:46.965Z 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`
36802024-12-21T04:31:47.071Z Dirty swrite v0.1.0: the rustflags changed
36812024-12-21T04:31:47.072Z Compiling swrite v0.1.0
36822024-12-21T04:31:47.074Z 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`
36832024-12-21T04:31:47.213Z Compiling num v0.4.3
36842024-12-21T04:31:47.216Z Compiling libsw v3.3.1
36852024-12-21T04:31:47.216Z 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`
36862024-12-21T04:31:47.216Z 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:31:47.305Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-ab9c385e5901ea3b/build-script-build`
36882024-12-21T04:31:47.345Z 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)'`
36892024-12-21T04:31:47.371Z Compiling password-hash v0.5.0
36902024-12-21T04:31:47.374Z 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`
36912024-12-21T04:31:47.395Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-519fdc64effdffd2/build-script-build`
36922024-12-21T04:31:47.434Z 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`
36932024-12-21T04:31:47.567Z Compiling blake2 v0.10.6
36942024-12-21T04:31:47.574Z 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`
36952024-12-21T04:31:47.972Z Compiling progenitor-macro v0.8.0
36962024-12-21T04:31:47.974Z 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`
36972024-12-21T04:31:48.098Z Compiling linear-map v1.2.0
36982024-12-21T04:31:48.101Z 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`
36992024-12-21T04:31:48.462Z Compiling indent_write v2.2.0
37002024-12-21T04:31:48.465Z 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`
37012024-12-21T04:31:48.504Z Compiling argon2 v0.5.3
37022024-12-21T04:31:48.508Z 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`
37032024-12-21T04:31:48.702Z Compiling pem v3.0.4
37042024-12-21T04:31:48.704Z 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`
37052024-12-21T04:31:48.980Z Compiling highway v1.2.0
37062024-12-21T04:31:48.987Z 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`
37072024-12-21T04:31:49.012Z Compiling lzma-sys v0.1.20
37082024-12-21T04:31:49.034Z 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`
37092024-12-21T04:31:49.564Z Compiling heck v0.3.3
37102024-12-21T04:31:49.566Z 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`
37112024-12-21T04:31:49.768Z Compiling headers-core v0.3.0
37122024-12-21T04:31:49.770Z 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`
37132024-12-21T04:31:49.796Z Compiling humantime v2.1.0
37142024-12-21T04:31:49.796Z 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`
37152024-12-21T04:31:49.919Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-6295040ea28e98ef/build-script-build`
37162024-12-21T04:31:49.946Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
37172024-12-21T04:31:49.949Z 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`
37182024-12-21T04:31:49.978Z Dirty aws-lc-sys v0.22.0: the rustflags changed
37192024-12-21T04:31:49.978Z Compiling aws-lc-sys v0.22.0
37202024-12-21T04:31:49.983Z 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`
37212024-12-21T04:31:50.004Z Compiling zone_cfg_derive v0.1.2
37222024-12-21T04:31:50.007Z 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`
37232024-12-21T04:31:50.007Z 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`
37242024-12-21T04:31:50.192Z Compiling headers v0.4.0
37252024-12-21T04:31:50.195Z 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`
37262024-12-21T04:31:50.336Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-0740cba08b844d02/build-script-build`
37272024-12-21T04:31:50.336Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37282024-12-21T04:31:50.336Z 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`
37292024-12-21T04:31:50.360Z Compiling yasna v0.5.2
37302024-12-21T04:31:50.393Z 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`
37312024-12-21T04:31:50.762Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
37322024-12-21T04:31:50.766Z 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`
37332024-12-21T04:31:51.212Z Compiling base64 v0.13.1
37342024-12-21T04:31:51.229Z 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`
37352024-12-21T04:31:51.272Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37362024-12-21T04:31:51.274Z 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`
37372024-12-21T04:31:51.677Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-d5f9439d1a9d6cc8/build-script-build`
37382024-12-21T04:31:51.740Z Compiling ron v0.7.1
37392024-12-21T04:31:51.743Z 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`
37402024-12-21T04:31:51.796Z Compiling zone v0.1.8
37412024-12-21T04:31:51.798Z 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`
37422024-12-21T04:31:51.878Z Compiling rcgen v0.12.1
37432024-12-21T04:31:51.895Z 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`
37442024-12-21T04:31:51.951Z 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`
37452024-12-21T04:31:52.091Z Compiling xz2 v0.1.7
37462024-12-21T04:31:52.094Z 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`
37472024-12-21T04:31:52.141Z Compiling subprocess v0.2.9
37482024-12-21T04:31:52.143Z 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`
37492024-12-21T04:31:52.645Z Dirty semver v0.1.20: the rustflags changed
37502024-12-21T04:31:52.645Z Compiling semver v0.1.20
37512024-12-21T04:31:52.684Z 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`
37522024-12-21T04:31:53.392Z Dirty rustc_version v0.1.7: the rustflags changed
37532024-12-21T04:31:53.392Z Compiling rustc_version v0.1.7
37542024-12-21T04:31:53.415Z 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`
37552024-12-21T04:31:53.488Z Compiling half v2.4.1
37562024-12-21T04:31:53.491Z 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`
37572024-12-21T04:31:53.948Z Dirty newtype_derive v0.1.6: the rustflags changed
37582024-12-21T04:31:53.948Z Compiling newtype_derive v0.1.6
37592024-12-21T04:31:53.951Z 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`
37602024-12-21T04:31:54.117Z Compiling ciborium-io v0.2.2
37612024-12-21T04:31:54.143Z 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`
37622024-12-21T04:31:54.206Z 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`
37632024-12-21T04:31:54.263Z Compiling ciborium-ll v0.2.2
37642024-12-21T04:31:54.288Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
37652024-12-21T04:31:54.305Z 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`
37662024-12-21T04:31:54.306Z 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`
37672024-12-21T04:31:54.365Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-091dddfb3b11af99/build-script-build`
37682024-12-21T04:31:54.410Z 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`
37692024-12-21T04:31:54.437Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
37702024-12-21T04:31:54.440Z 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`
37712024-12-21T04:31:54.522Z Compiling display-error-chain v0.2.2
37722024-12-21T04:31:54.537Z 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`
37732024-12-21T04:31:54.551Z Compiling steno v0.4.1
37742024-12-21T04:31:54.580Z 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`
37752024-12-21T04:31:54.693Z Compiling ciborium v0.2.2
37762024-12-21T04:31:54.711Z 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`
37772024-12-21T04:31:54.747Z Compiling slog-dtrace v0.3.0
37782024-12-21T04:31:54.751Z 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`
37792024-12-21T04:31:54.929Z Compiling gethostname v0.5.0
37802024-12-21T04:31:54.932Z 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`
37812024-12-21T04:31:55.115Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
37822024-12-21T04:31:55.117Z 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`
37832024-12-21T04:31:55.172Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-db2a9b39b66bdf96/build-script-build`
37842024-12-21T04:31:55.259Z 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`
37852024-12-21T04:31:55.652Z Compiling nibble_vec v0.1.0
37862024-12-21T04:31:55.654Z 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`
37872024-12-21T04:31:55.888Z Compiling endian-type v0.1.2
37882024-12-21T04:31:55.891Z 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`
37892024-12-21T04:31:55.915Z Compiling keccak v0.1.5
37902024-12-21T04:31:55.919Z 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`
37912024-12-21T04:31:56.150Z Compiling radix_trie v0.2.1
37922024-12-21T04:31:56.153Z 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`
37932024-12-21T04:31:56.299Z Compiling sha3 v0.10.8
37942024-12-21T04:31:56.302Z 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`
37952024-12-21T04:31:56.348Z Compiling arrayref v0.3.9
37962024-12-21T04:31:56.351Z 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`
37972024-12-21T04:31:56.468Z Compiling arrayvec v0.7.6
37982024-12-21T04:31:56.471Z 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`
37992024-12-21T04:31:56.919Z Compiling constant_time_eq v0.3.1
38002024-12-21T04:31:56.922Z Compiling universal-hash v0.5.1
38012024-12-21T04:31:56.922Z 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`
38022024-12-21T04:31:56.944Z 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`
38032024-12-21T04:31:56.988Z Compiling opaque-debug v0.3.1
38042024-12-21T04:31:56.991Z 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`
38052024-12-21T04:31:57.106Z Compiling secrecy v0.8.0
38062024-12-21T04:31:57.109Z 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`
38072024-12-21T04:31:57.130Z Compiling blake3 v1.5.4
38082024-12-21T04:31:57.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/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`
38092024-12-21T04:31:57.177Z Compiling ring v0.16.20
38102024-12-21T04:31:57.201Z 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`
38112024-12-21T04:31:57.388Z Compiling memmap2 v0.9.5
38122024-12-21T04:31:57.392Z 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`
38132024-12-21T04:31:57.415Z Compiling spin v0.5.2
38142024-12-21T04:31:57.416Z 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`
38152024-12-21T04:31:57.688Z Compiling aead v0.5.2
38162024-12-21T04:31:57.692Z 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`
38172024-12-21T04:31:57.888Z Compiling topological-sort v0.2.2
38182024-12-21T04:31:57.891Z 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`
38192024-12-21T04:31:57.934Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-e4e5b4fdbc78c63f/build-script-build`
38202024-12-21T04:31:58.098Z Compiling poly1305 v0.8.0
38212024-12-21T04:31:58.101Z 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`
38222024-12-21T04:31:58.143Z Compiling chacha20 v0.9.1
38232024-12-21T04:31:58.147Z 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`
38242024-12-21T04:31:58.431Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-058ec4e11be265f4/build-script-build`
38252024-12-21T04:31:58.624Z Compiling toolchain_find v0.4.0
38262024-12-21T04:31:58.649Z 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`
38272024-12-21T04:31:58.652Z 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()))'`
38282024-12-21T04:31:59.319Z Compiling thiserror-impl-no-std v2.0.2
38292024-12-21T04:31:59.333Z 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`
38302024-12-21T04:31:59.836Z Compiling rustfmt-wrapper v0.2.1
38312024-12-21T04:31:59.839Z 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`
38322024-12-21T04:31:59.925Z Compiling async-recursion v1.1.1
38332024-12-21T04:31:59.929Z 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`
38342024-12-21T04:32:00.076Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
38352024-12-21T04:32:00.079Z 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`
38362024-12-21T04:32:00.422Z Compiling chacha20poly1305 v0.10.1
38372024-12-21T04:32:00.422Z 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`
38382024-12-21T04:32:00.443Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-ca2995da6a70227e/build-script-build`
38392024-12-21T04:32:00.478Z 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/`
38402024-12-21T04:32:00.658Z Compiling fxhash v0.2.1
38412024-12-21T04:32:00.661Z 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`
38422024-12-21T04:32:00.890Z Compiling simd-adler32 v0.3.7
38432024-12-21T04:32:00.893Z 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`
38442024-12-21T04:32:00.914Z Compiling lockfree-object-pool v0.1.6
38452024-12-21T04:32:00.943Z 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`
38462024-12-21T04:32:01.065Z 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`
38472024-12-21T04:32:01.214Z Compiling bumpalo v3.16.0
38482024-12-21T04:32:01.224Z 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`
38492024-12-21T04:32:01.489Z Compiling zip v2.1.3
38502024-12-21T04:32:01.535Z 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`
38512024-12-21T04:32:01.730Z Compiling zopfli v0.8.1
38522024-12-21T04:32:01.733Z 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`
38532024-12-21T04:32:01.768Z Compiling termcolor v1.4.1
38542024-12-21T04:32:01.771Z 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`
38552024-12-21T04:32:01.861Z Running `/work/oxidecomputer/omicron/target/debug/build/zip-f45a45f4d5bf7a94/build-script-build`
38562024-12-21T04:32:01.902Z Compiling radium v0.7.0
38572024-12-21T04:32:01.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/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`
38582024-12-21T04:32:02.348Z Compiling maplit v1.0.2
38592024-12-21T04:32:02.351Z 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`
38602024-12-21T04:32:02.432Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-fa7c7e0fa637645c/build-script-build`
38612024-12-21T04:32:02.476Z Compiling maybe-uninit v2.0.0
38622024-12-21T04:32:02.479Z 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`
38632024-12-21T04:32:02.503Z 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`
38642024-12-21T04:32:02.709Z Compiling tap v1.0.1
38652024-12-21T04:32:02.712Z 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`
38662024-12-21T04:32:02.787Z Compiling thiserror-no-std v2.0.2
38672024-12-21T04:32:02.789Z 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`
38682024-12-21T04:32:02.893Z Compiling wyz v0.5.1
38692024-12-21T04:32:02.900Z 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`
38702024-12-21T04:32:02.956Z Compiling vsss-rs v3.3.4
38712024-12-21T04:32:02.959Z 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`
38722024-12-21T04:32:03.110Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-5c5063d6021ef8d5/build-script-build`
38732024-12-21T04:32:03.203Z 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`
38742024-12-21T04:32:03.342Z Compiling const_format_proc_macros v0.2.33
38752024-12-21T04:32:03.366Z 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`
38762024-12-21T04:32:03.526Z Compiling crc-catalog v2.4.0
38772024-12-21T04:32:03.529Z 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`
38782024-12-21T04:32:03.557Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-842a507edc02880d/build-script-main`
38792024-12-21T04:32:03.678Z Compiling funty v2.0.0
38802024-12-21T04:32:03.683Z 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`
38812024-12-21T04:32:03.743Z Compiling packed_struct v0.10.1
38822024-12-21T04:32:03.746Z 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`
38832024-12-21T04:32:04.354Z Compiling crc v3.2.1
38842024-12-21T04:32:04.357Z 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`
38852024-12-21T04:32:04.400Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-227703b346cb490f/build-script-build`
38862024-12-21T04:32:04.441Z 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`
38872024-12-21T04:32:04.559Z Compiling packed_struct_codegen v0.10.1
38882024-12-21T04:32:04.561Z 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`
38892024-12-21T04:32:04.597Z Compiling indexmap v1.9.3
38902024-12-21T04:32:04.599Z 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`
38912024-12-21T04:32:04.701Z Compiling nodrop v0.1.14
38922024-12-21T04:32:04.707Z 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`
38932024-12-21T04:32:04.841Z Compiling bitvec v1.0.1
38942024-12-21T04:32:04.844Z 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`
38952024-12-21T04:32:04.983Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-0076c5f389578092/build-script-build`
38962024-12-21T04:32:05.023Z Compiling array-init v0.0.4
38972024-12-21T04:32:05.026Z 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`
38982024-12-21T04:32:05.077Z Compiling smallvec v0.6.14
38992024-12-21T04:32:05.081Z 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`
39002024-12-21T04:32:05.567Z Compiling vte_generate_state_changes v0.1.2
39012024-12-21T04:32:05.570Z 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`
39022024-12-21T04:32:05.615Z Compiling hashbrown v0.12.3
39032024-12-21T04:32:05.618Z 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`
39042024-12-21T04:32:05.675Z Compiling const_format v0.2.33
39052024-12-21T04:32:05.677Z 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`
39062024-12-21T04:32:06.196Z Compiling bitfield v0.14.0
39072024-12-21T04:32:06.199Z 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`
39082024-12-21T04:32:06.339Z Compiling vte v0.11.1
39092024-12-21T04:32:06.342Z 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`
39102024-12-21T04:32:06.447Z Compiling serde-hex v0.1.0
39112024-12-21T04:32:06.450Z 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`
39122024-12-21T04:32:06.502Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
39132024-12-21T04:32:06.505Z 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`
39142024-12-21T04:32:06.766Z 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`
39152024-12-21T04:32:06.840Z Compiling env_logger v0.10.2
39162024-12-21T04:32:06.845Z 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`
39172024-12-21T04:32:07.558Z Compiling ron v0.8.1
39182024-12-21T04:32:07.561Z 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`
39192024-12-21T04:32:07.586Z Compiling hashbrown v0.13.2
39202024-12-21T04:32:07.589Z 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`
39212024-12-21T04:32:07.677Z Compiling fd-lock v4.0.2
39222024-12-21T04:32:07.680Z 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`
39232024-12-21T04:32:07.897Z Compiling kstat-rs v0.2.4
39242024-12-21T04:32:07.899Z 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`
39252024-12-21T04:32:07.924Z Compiling crc-any v2.5.0
39262024-12-21T04:32:07.924Z 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`
39272024-12-21T04:32:08.161Z Compiling strip-ansi-escapes v0.2.0
39282024-12-21T04:32:08.161Z 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`
39292024-12-21T04:32:08.564Z Compiling path-slash v0.1.5
39302024-12-21T04:32:08.564Z 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`
39312024-12-21T04:32:08.567Z 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`
39322024-12-21T04:32:08.618Z Compiling libefi-sys v0.1.0
39332024-12-21T04:32:08.618Z 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`
39342024-12-21T04:32:08.669Z Compiling nu-ansi-term v0.50.1
39352024-12-21T04:32:08.672Z 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`
39362024-12-21T04:32:08.833Z Compiling object v0.30.4
39372024-12-21T04:32:08.836Z 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`
39382024-12-21T04:32:08.882Z Compiling phf_generator v0.11.2
39392024-12-21T04:32:08.884Z 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`
39402024-12-21T04:32:08.983Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-d4fe92f8ec81414b/build-script-build`
39412024-12-21T04:32:09.024Z Compiling bitfield-struct v0.6.2
39422024-12-21T04:32:09.027Z 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`
39432024-12-21T04:32:09.076Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
39442024-12-21T04:32:09.079Z 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`
39452024-12-21T04:32:09.420Z Compiling reedline v0.35.0
39462024-12-21T04:32:09.423Z 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`
39472024-12-21T04:32:09.848Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
39482024-12-21T04:32:09.850Z 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`
39492024-12-21T04:32:10.261Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-19dac61b5d485f18/build-script-build`
39502024-12-21T04:32:10.334Z 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`
39512024-12-21T04:32:10.360Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-ecf2e39c447d1e80/build-script-build`
39522024-12-21T04:32:10.363Z Compiling parking_lot_core v0.8.6
39532024-12-21T04:32:10.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/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`
39542024-12-21T04:32:10.401Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-9595ee4ddf327f14/build-script-build`
39552024-12-21T04:32:10.524Z Compiling phf_codegen v0.11.2
39562024-12-21T04:32:10.527Z 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`
39572024-12-21T04:32:10.680Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39582024-12-21T04:32:10.682Z 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`
39592024-12-21T04:32:10.767Z 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`
39602024-12-21T04:32:10.944Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ef92fdba32481ddb/build-script-build`
39612024-12-21T04:32:10.982Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
39622024-12-21T04:32:10.985Z 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`
39632024-12-21T04:32:11.131Z Compiling parse-zoneinfo v0.3.1
39642024-12-21T04:32:11.134Z 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`
39652024-12-21T04:32:11.192Z Dirty bytecount v0.6.8: the rustflags changed
39662024-12-21T04:32:11.192Z Compiling bytecount v0.6.8
39672024-12-21T04:32:11.195Z 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`
39682024-12-21T04:32:11.432Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39692024-12-21T04:32:11.435Z 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`
39702024-12-21T04:32:11.457Z Compiling cfg_aliases v0.1.1
39712024-12-21T04:32:11.461Z 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`
39722024-12-21T04:32:11.562Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39732024-12-21T04:32:11.565Z 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`
39742024-12-21T04:32:11.585Z Compiling nix v0.28.0
39752024-12-21T04:32:11.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/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`
39762024-12-21T04:32:11.747Z Dirty papergrid v0.11.0: the rustflags changed
39772024-12-21T04:32:11.747Z Compiling papergrid v0.11.0
39782024-12-21T04:32:11.749Z 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`
39792024-12-21T04:32:12.523Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
39802024-12-21T04:32:12.526Z 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`
39812024-12-21T04:32:12.576Z Compiling chrono-tz-build v0.4.0
39822024-12-21T04:32:12.585Z 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`
39832024-12-21T04:32:12.737Z 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`
39842024-12-21T04:32:13.199Z 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/`
39852024-12-21T04:32:13.337Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
39862024-12-21T04:32:13.340Z 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`
39872024-12-21T04:32:13.405Z 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`
39882024-12-21T04:32:13.747Z Compiling tabled_derive v0.7.0
39892024-12-21T04:32:13.750Z 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`
39902024-12-21T04:32:14.090Z Compiling parking_lot v0.11.2
39912024-12-21T04:32:14.151Z 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`
39922024-12-21T04:32:14.154Z Compiling chrono-tz v0.10.0
39932024-12-21T04:32:14.192Z 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`
39942024-12-21T04:32:15.056Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-56ba871f93d00d84/build-script-build`
39952024-12-21T04:32:15.081Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
39962024-12-21T04:32:15.084Z 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`
39972024-12-21T04:32:15.116Z 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`
39982024-12-21T04:32:16.161Z Dirty rustls-webpki v0.102.8: the rustflags changed
39992024-12-21T04:32:16.161Z Compiling rustls-webpki v0.102.8
40002024-12-21T04:32:16.164Z 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`
40012024-12-21T04:32:16.495Z Compiling tabled v0.15.0
40022024-12-21T04:32:16.497Z 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`
40032024-12-21T04:32:16.719Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-73a2dfd92c43246f/build-script-build`
40042024-12-21T04:32:16.923Z Compiling sled v0.34.7
40052024-12-21T04:32:16.926Z 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`
40062024-12-21T04:32:17.868Z 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)'`
40072024-12-21T04:32:17.908Z 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/`
40082024-12-21T04:32:18.547Z Compiling hickory-client v0.24.1
40092024-12-21T04:32:18.583Z 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`
40102024-12-21T04:32:18.653Z Compiling peg-macros v0.8.4
40112024-12-21T04:32:18.656Z 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`
40122024-12-21T04:32:19.200Z Compiling hickory-server v0.24.1
40132024-12-21T04:32:19.203Z 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`
40142024-12-21T04:32:20.072Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40152024-12-21T04:32:20.074Z 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`
40162024-12-21T04:32:21.364Z Compiling sqlparser_derive v0.2.2
40172024-12-21T04:32:21.367Z 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`
40182024-12-21T04:32:22.677Z Dirty tokio-rustls v0.25.0: the rustflags changed
40192024-12-21T04:32:22.677Z Compiling tokio-rustls v0.25.0
40202024-12-21T04:32:22.742Z 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/`
40212024-12-21T04:32:22.745Z Compiling unicode_categories v0.1.1
40222024-12-21T04:32:22.745Z 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`
40232024-12-21T04:32:23.122Z 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=ffe0db52143bc46d -C extra-filename=-ffe0db52143bc46d --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-c04b25a03779d15e.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-b3af187c6f309615.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:32:23.170Z 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=6eca4f3a0eb9b80f -C extra-filename=-6eca4f3a0eb9b80f --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-c04b25a03779d15e.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-b3af187c6f309615.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:32:23.698Z Compiling sqlformat v0.2.6
40262024-12-21T04:32:23.701Z 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`
40272024-12-21T04:32:23.991Z Compiling peg v0.8.4
40282024-12-21T04:32:23.994Z 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`
40292024-12-21T04:32:24.123Z Compiling sqlparser v0.45.0
40302024-12-21T04:32:24.126Z 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`
40312024-12-21T04:32:28.286Z Dirty tokio-rustls v0.26.0: the rustflags changed
40322024-12-21T04:32:28.286Z Compiling tokio-rustls v0.26.0
40332024-12-21T04:32:28.290Z 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`
40342024-12-21T04:32:28.725Z Dirty qorb v0.2.1: the rustflags changed
40352024-12-21T04:32:28.725Z Compiling qorb v0.2.1
40362024-12-21T04:32:28.729Z 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=0d2d3306cbdb84dd -C extra-filename=-0d2d3306cbdb84dd --out-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-ffe0db52143bc46d.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/`
40372024-12-21T04:32:28.791Z Dirty hyper-rustls v0.27.3: the rustflags changed
40382024-12-21T04:32:28.791Z Compiling hyper-rustls v0.27.3
40392024-12-21T04:32:28.814Z 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=0c8f4a16fb9f4301 -C extra-filename=-0c8f4a16fb9f4301 --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-c04b25a03779d15e.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-b3af187c6f309615.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`
40402024-12-21T04:32:28.996Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
40412024-12-21T04:32:28.999Z 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`
40422024-12-21T04:32:29.466Z Dirty reqwest v0.12.9: the rustflags changed
40432024-12-21T04:32:29.466Z Compiling reqwest v0.12.9
40442024-12-21T04:32:29.469Z 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=a3efbbfe3f63cf4a -C extra-filename=-a3efbbfe3f63cf4a --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-c04b25a03779d15e.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-0c8f4a16fb9f4301.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-134c3b6161c5e777.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-b3af187c6f309615.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`
40452024-12-21T04:32:30.119Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-fa75c73d4ee5609f/build-script-build`
40462024-12-21T04:32:30.164Z Compiling rustyline v14.0.0
40472024-12-21T04:32:30.167Z 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`
40482024-12-21T04:32:32.722Z Compiling progenitor-client v0.8.0
40492024-12-21T04:32:32.726Z 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=2f414554c74956b6 -C extra-filename=-2f414554c74956b6 --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-a3efbbfe3f63cf4a.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`
40502024-12-21T04:32:33.227Z Compiling progenitor v0.8.0
40512024-12-21T04:32:33.230Z 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=5f1292f09f42372c -C extra-filename=-5f1292f09f42372c --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-2f414554c74956b6.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`
40522024-12-21T04:32:33.330Z Compiling omicron-zone-package v0.11.1
40532024-12-21T04:32:33.332Z 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=3bb3b882b590bc45 -C extra-filename=-3bb3b882b590bc45 --out-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-a3efbbfe3f63cf4a.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`
40542024-12-21T04:32:33.515Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
40552024-12-21T04:32:33.518Z 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=fd052eb01683533c -C extra-filename=-fd052eb01683533c --out-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-5f1292f09f42372c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
40562024-12-21T04:32:34.310Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
40572024-12-21T04:32:34.312Z 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=7b318c8f697e4994 -C extra-filename=-7b318c8f697e4994 --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-5f1292f09f42372c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
40582024-12-21T04:32:34.680Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
40592024-12-21T04:32:34.683Z 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=d14c6ce2626a92ef -C extra-filename=-d14c6ce2626a92ef --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-5f1292f09f42372c.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-a3efbbfe3f63cf4a.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`
40602024-12-21T04:32:35.534Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
40612024-12-21T04:32:35.540Z 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`
40622024-12-21T04:32:40.074Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
40632024-12-21T04:32:40.101Z 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=4c75a6d2c8e9c476 -C extra-filename=-4c75a6d2c8e9c476 --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-7b318c8f697e4994.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-a3efbbfe3f63cf4a.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`
40642024-12-21T04:32:40.212Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
40652024-12-21T04:32:40.215Z 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=b9f0321636493f49 -C extra-filename=-b9f0321636493f49 --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-5f1292f09f42372c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
40662024-12-21T04:32:40.579Z 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`
40672024-12-21T04:32:41.726Z Compiling bcs v0.1.6
40682024-12-21T04:32:41.728Z 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`
40692024-12-21T04:32:41.829Z Compiling buf-list v1.0.3
40702024-12-21T04:32:41.832Z 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`
40712024-12-21T04:32:42.054Z Compiling diff v0.1.13
40722024-12-21T04:32:42.057Z 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`
40732024-12-21T04:32:42.464Z Compiling primeorder v0.13.6
40742024-12-21T04:32:42.467Z 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`
40752024-12-21T04:32:42.577Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-8ae8b59bc6d5a009/build-script-build`
40762024-12-21T04:32:42.663Z 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`
40772024-12-21T04:32:42.720Z Compiling nanorand v0.7.0
40782024-12-21T04:32:42.747Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
40792024-12-21T04:32:42.750Z 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`
40802024-12-21T04:32:42.750Z 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=112b82778db856e6 -C extra-filename=-112b82778db856e6 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-112b82778db856e6 -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-ffe0db52143bc46d.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-c04b25a03779d15e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-0c8f4a16fb9f4301.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-b3af187c6f309615.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-0d2d3306cbdb84dd.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-a3efbbfe3f63cf4a.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`
40812024-12-21T04:32:43.036Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
40822024-12-21T04:32:43.039Z 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=2595139efb23dacb -C extra-filename=-2595139efb23dacb --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-2595139efb23dacb -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-3bb3b882b590bc45.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.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`
40832024-12-21T04:32:43.116Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-112b82778db856e6/build-script-build`
40842024-12-21T04:32:43.162Z 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=a490f18610e88b20 -C extra-filename=-a490f18610e88b20 --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-ffe0db52143bc46d.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-c04b25a03779d15e.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-0c8f4a16fb9f4301.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-b3af187c6f309615.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-0d2d3306cbdb84dd.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-a3efbbfe3f63cf4a.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`
40852024-12-21T04:32:43.239Z Compiling unicase v2.7.0
40862024-12-21T04:32:43.242Z 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`
40872024-12-21T04:32:43.306Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
40882024-12-21T04:32:43.308Z 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=64ecfc8491fd61b7 -C extra-filename=-64ecfc8491fd61b7 --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-a490f18610e88b20.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`
40892024-12-21T04:32:43.333Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
40902024-12-21T04:32:43.358Z 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=08a18d594ed6e2f8 -C extra-filename=-08a18d594ed6e2f8 --out-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-a490f18610e88b20.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`
40912024-12-21T04:32:43.623Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
40922024-12-21T04:32:43.628Z 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=ac10f37105263f37 -C extra-filename=-ac10f37105263f37 --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-a490f18610e88b20.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`
40932024-12-21T04:32:43.829Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
40942024-12-21T04:32:43.832Z 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=927988d922450c53 -C extra-filename=-927988d922450c53 --out-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-a490f18610e88b20.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`
40952024-12-21T04:32:43.932Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
40962024-12-21T04:32:43.934Z 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=2d61ffb63561856f -C extra-filename=-2d61ffb63561856f --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-a490f18610e88b20.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`
40972024-12-21T04:32:44.314Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
40982024-12-21T04:32:44.316Z 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=432805f3f6a70023 -C extra-filename=-432805f3f6a70023 --out-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-64ecfc8491fd61b7.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-6eca4f3a0eb9b80f.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-fd052eb01683533c.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-a490f18610e88b20.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-2f414554c74956b6.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-a3efbbfe3f63cf4a.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`
40992024-12-21T04:32:44.383Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
41002024-12-21T04:32:44.387Z 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=68fb8859bb578bab -C extra-filename=-68fb8859bb578bab --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-a490f18610e88b20.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
41012024-12-21T04:32:44.523Z 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=33bd726b538ae1f4 -C extra-filename=-33bd726b538ae1f4 --out-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-64ecfc8491fd61b7.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-6eca4f3a0eb9b80f.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-fd052eb01683533c.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-a490f18610e88b20.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-2f414554c74956b6.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-a3efbbfe3f63cf4a.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`
41022024-12-21T04:32:46.914Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
41032024-12-21T04:32:46.917Z 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=2f27dc23ea7c5c96 -C extra-filename=-2f27dc23ea7c5c96 --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-a490f18610e88b20.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`
41042024-12-21T04:32:47.877Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
41052024-12-21T04:32:47.880Z 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=209df2f0fbbe1487 -C extra-filename=-209df2f0fbbe1487 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-209df2f0fbbe1487 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ac10f37105263f37.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`
41062024-12-21T04:32:48.204Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-6997f29a04d7b9f4/build-script-build`
41072024-12-21T04:32:48.267Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-209df2f0fbbe1487/build-script-build`
41082024-12-21T04:32:48.307Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41092024-12-21T04:32:48.310Z 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=848438f8d488e4d5 -C extra-filename=-848438f8d488e4d5 --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-a490f18610e88b20.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`
41102024-12-21T04:32:48.433Z Compiling flume v0.11.1
41112024-12-21T04:32:48.437Z 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`
41122024-12-21T04:32:48.557Z Compiling dsl_auto_type v0.1.2
41132024-12-21T04:32:48.561Z 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`
41142024-12-21T04:32:49.171Z Compiling diesel_table_macro_syntax v0.2.0
41152024-12-21T04:32:49.175Z 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`
41162024-12-21T04:32:49.631Z Compiling scheduled-thread-pool v0.2.7
41172024-12-21T04:32:49.634Z 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`
41182024-12-21T04:32:50.298Z Compiling atty v0.2.14
41192024-12-21T04:32:50.332Z 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`
41202024-12-21T04:32:50.340Z Compiling crunchy v0.2.2
41212024-12-21T04:32:50.344Z 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`
41222024-12-21T04:32:50.460Z Compiling salty v0.3.0
41232024-12-21T04:32:50.463Z 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`
41242024-12-21T04:32:50.947Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-8f6c9389ffe349d9/build-script-build`
41252024-12-21T04:32:50.987Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-92157ce87e1bde05/build-script-build`
41262024-12-21T04:32:51.012Z Compiling diesel_derives v2.2.3
41272024-12-21T04:32:51.015Z 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`
41282024-12-21T04:32:51.048Z Compiling r2d2 v0.8.10
41292024-12-21T04:32:51.061Z 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`
41302024-12-21T04:32:51.156Z 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`
41312024-12-21T04:32:51.480Z Compiling p384 v0.13.0
41322024-12-21T04:32:51.483Z 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`
41332024-12-21T04:32:51.592Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
41342024-12-21T04:32:51.595Z 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=f8ae9941868d4c71 -C extra-filename=-f8ae9941868d4c71 --out-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-5f1292f09f42372c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
41352024-12-21T04:32:52.611Z Compiling tiny-keccak v2.0.2
41362024-12-21T04:32:52.613Z 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`
41372024-12-21T04:32:53.040Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-8239f31239efd9bb/build-script-build`
41382024-12-21T04:32:53.067Z Compiling mime_guess v2.0.5
41392024-12-21T04:32:53.088Z 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`
41402024-12-21T04:32:53.101Z 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`
41412024-12-21T04:32:53.358Z 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`
41422024-12-21T04:32:53.436Z Compiling env_filter v0.1.2
41432024-12-21T04:32:53.439Z 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`
41442024-12-21T04:32:53.498Z Compiling http-range v0.1.5
41452024-12-21T04:32:53.512Z 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`
41462024-12-21T04:32:53.895Z Compiling ref-cast v1.0.23
41472024-12-21T04:32:53.900Z 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`
41482024-12-21T04:32:54.135Z Compiling env_logger v0.11.5
41492024-12-21T04:32:54.138Z 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`
41502024-12-21T04:32:54.211Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
41512024-12-21T04:32:54.214Z 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`
41522024-12-21T04:32:54.516Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-76c15b278343ec3e/build-script-build`
41532024-12-21T04:32:54.551Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-d3e5b235be8844c8/build-script-build`
41542024-12-21T04:32:54.596Z 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`
41552024-12-21T04:32:54.620Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41562024-12-21T04:32:54.623Z 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=b530de3f26c2caef -C extra-filename=-b530de3f26c2caef --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-b530de3f26c2caef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ac10f37105263f37.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`
41572024-12-21T04:32:54.864Z Compiling ascii-canvas v3.0.0
41582024-12-21T04:32:54.867Z 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`
41592024-12-21T04:32:54.975Z Compiling ref-cast-impl v1.0.23
41602024-12-21T04:32:54.978Z 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`
41612024-12-21T04:32:55.176Z Compiling ena v0.14.3
41622024-12-21T04:32:55.178Z 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`
41632024-12-21T04:32:55.278Z Compiling regex-syntax v0.6.29
41642024-12-21T04:32:55.281Z 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`
41652024-12-21T04:32:55.426Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
41662024-12-21T04:32:55.429Z 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`
41672024-12-21T04:32:55.624Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-b530de3f26c2caef/build-script-build`
41682024-12-21T04:32:55.667Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
41692024-12-21T04:32:55.670Z 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`
41702024-12-21T04:32:55.787Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-919d751a444398bf/build-script-build`
41712024-12-21T04:32:55.827Z 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`
41722024-12-21T04:32:56.323Z 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)'`
41732024-12-21T04:32:56.482Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41742024-12-21T04:32:56.485Z 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=4bc27e918f9d04d8 -C extra-filename=-4bc27e918f9d04d8 --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-848438f8d488e4d5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
41752024-12-21T04:32:56.780Z Compiling pin-project-internal v1.1.6
41762024-12-21T04:32:56.783Z 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`
41772024-12-21T04:32:56.871Z Compiling hyper-staticfile v0.10.1
41782024-12-21T04:32:56.874Z 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=d0088618b9519e6d -C extra-filename=-d0088618b9519e6d --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-c04b25a03779d15e.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`
41792024-12-21T04:32:58.056Z 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=68af6d123b4a873b -C extra-filename=-68af6d123b4a873b --out-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-6eca4f3a0eb9b80f.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-432805f3f6a70023.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-a490f18610e88b20.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-08a18d594ed6e2f8.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)'`
41802024-12-21T04:32:58.449Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41812024-12-21T04:32:58.452Z 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=d98136267d62182a -C extra-filename=-d98136267d62182a --out-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-6eca4f3a0eb9b80f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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`
41822024-12-21T04:33:00.277Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
41832024-12-21T04:33:00.281Z 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=aba871c08d7db8fe -C extra-filename=-aba871c08d7db8fe --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-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
41842024-12-21T04:33:00.306Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41852024-12-21T04:33:00.308Z 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=7896ae3d89904734 -C extra-filename=-7896ae3d89904734 --out-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-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
41862024-12-21T04:33:01.512Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
41872024-12-21T04:33:01.515Z 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=f57edb2dbf2c7efb -C extra-filename=-f57edb2dbf2c7efb --out-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-432805f3f6a70023.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-a490f18610e88b20.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`
41882024-12-21T04:33:02.029Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41892024-12-21T04:33:02.032Z 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=29c8458de96bb7a0 -C extra-filename=-29c8458de96bb7a0 --out-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-6eca4f3a0eb9b80f.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-4c75a6d2c8e9c476.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d98136267d62182a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-a3efbbfe3f63cf4a.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`
41902024-12-21T04:33:04.329Z 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=054e1e1d87149764 -C extra-filename=-054e1e1d87149764 --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-33bd726b538ae1f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
41912024-12-21T04:33:04.855Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
41922024-12-21T04:33:04.857Z 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=402139c3211c4ddc -C extra-filename=-402139c3211c4ddc --out-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-a490f18610e88b20.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aba871c08d7db8fe.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`
41932024-12-21T04:33:05.294Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
41942024-12-21T04:33:05.297Z 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=8c0631776d5246e7 -C extra-filename=-8c0631776d5246e7 --out-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-a490f18610e88b20.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aba871c08d7db8fe.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`
41952024-12-21T04:33:05.722Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
41962024-12-21T04:33:05.725Z 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=d077a0664ca4e58e -C extra-filename=-d077a0664ca4e58e --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-f57edb2dbf2c7efb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-0d2d3306cbdb84dd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
41972024-12-21T04:33:07.438Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-2595139efb23dacb/build-script-build`
41982024-12-21T04:33:07.853Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
41992024-12-21T04:33:07.856Z 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=bca834b2f13fa7b7 -C extra-filename=-bca834b2f13fa7b7 --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-6eca4f3a0eb9b80f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
42002024-12-21T04:33:08.355Z 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=32b97f94ca5f92d6 -C extra-filename=-32b97f94ca5f92d6 --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-a490f18610e88b20.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-2f414554c74956b6.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-a3efbbfe3f63cf4a.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`
42012024-12-21T04:33:08.566Z 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=dca52a702fc4db5c -C extra-filename=-dca52a702fc4db5c --out-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-a490f18610e88b20.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-054e1e1d87149764.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`
42022024-12-21T04:33:09.132Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
42032024-12-21T04:33:09.135Z 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=ab09a08bacbe0c6d -C extra-filename=-ab09a08bacbe0c6d --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-f57edb2dbf2c7efb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
42042024-12-21T04:33:09.536Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
42052024-12-21T04:33:09.538Z 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=19981866211c8586 -C extra-filename=-19981866211c8586 --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-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
42062024-12-21T04:33:09.563Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
42072024-12-21T04:33:09.566Z 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=f22ef5dca7ee1f75 -C extra-filename=-f22ef5dca7ee1f75 --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-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
42082024-12-21T04:33:09.662Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42092024-12-21T04:33:09.664Z 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=35c25a8679a25f61 -C extra-filename=-35c25a8679a25f61 --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-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
42102024-12-21T04:33:10.214Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42112024-12-21T04:33:10.217Z 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=e64f7e2b500096cf -C extra-filename=-e64f7e2b500096cf --out-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-bca834b2f13fa7b7.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ab09a08bacbe0c6d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-f57edb2dbf2c7efb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
42122024-12-21T04:33:10.423Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
42132024-12-21T04:33:10.425Z 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=58eda97bf2a167b0 -C extra-filename=-58eda97bf2a167b0 --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-19981866211c8586.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
42142024-12-21T04:33:10.547Z Compiling diesel v2.2.6
42152024-12-21T04:33:10.550Z 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`
42162024-12-21T04:33:10.818Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
42172024-12-21T04:33:10.821Z 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=bfccc901727dd97b -C extra-filename=-bfccc901727dd97b --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-68af6d123b4a873b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
42182024-12-21T04:33:11.983Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
42192024-12-21T04:33:11.986Z 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=93d5cdaf8a01dc12 -C extra-filename=-93d5cdaf8a01dc12 --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-68af6d123b4a873b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.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-a490f18610e88b20.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-bfccc901727dd97b.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`
42202024-12-21T04:33:12.304Z 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=547b35d060fe7940 -C extra-filename=-547b35d060fe7940 --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-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-bfccc901727dd97b.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`
42212024-12-21T04:33:12.819Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
42222024-12-21T04:33:12.822Z 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=94075ae572c67795 -C extra-filename=-94075ae572c67795 --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-a490f18610e88b20.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-dca52a702fc4db5c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-054e1e1d87149764.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`
42232024-12-21T04:33:14.730Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42242024-12-21T04:33:14.733Z 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=4305008c2107521c -C extra-filename=-4305008c2107521c --out-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-64ecfc8491fd61b7.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-7896ae3d89904734.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-6eca4f3a0eb9b80f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-68fb8859bb578bab.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-68af6d123b4a873b.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-93d5cdaf8a01dc12.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.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-a490f18610e88b20.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-402139c3211c4ddc.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-927988d922450c53.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`
42252024-12-21T04:33:15.291Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
42262024-12-21T04:33:15.294Z 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=926d89abaa7dd350 -C extra-filename=-926d89abaa7dd350 --out-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-93d5cdaf8a01dc12.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d14c6ce2626a92ef.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
42272024-12-21T04:33:16.042Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
42282024-12-21T04:33:16.046Z 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=b576fb4359c55029 -C extra-filename=-b576fb4359c55029 --out-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-68af6d123b4a873b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-927988d922450c53.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:33:18.271Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
42302024-12-21T04:33:18.273Z 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=5339df4d4ed0c71d -C extra-filename=-5339df4d4ed0c71d --out-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-547b35d060fe7940.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-93d5cdaf8a01dc12.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d14c6ce2626a92ef.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-bfccc901727dd97b.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`
42312024-12-21T04:33:21.119Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
42322024-12-21T04:33:21.122Z 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=98a47526f972db19 -C extra-filename=-98a47526f972db19 --out-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-a490f18610e88b20.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-2f27dc23ea7c5c96.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-8c0631776d5246e7.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-94075ae572c67795.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aba871c08d7db8fe.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`
42332024-12-21T04:33:21.649Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
42342024-12-21T04:33:21.652Z 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=38b22fdeb167d221 -C extra-filename=-38b22fdeb167d221 --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-6eca4f3a0eb9b80f.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-c04b25a03779d15e.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-a490f18610e88b20.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98a47526f972db19.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`
42352024-12-21T04:33:26.931Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
42362024-12-21T04:33:26.934Z 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=443309117c23728a -C extra-filename=-443309117c23728a --out-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-68af6d123b4a873b.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-432805f3f6a70023.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-a490f18610e88b20.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-bfccc901727dd97b.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`
42372024-12-21T04:33:28.455Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
42382024-12-21T04:33:28.457Z 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=bb01a1122b033950 -C extra-filename=-bb01a1122b033950 --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-432805f3f6a70023.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-a490f18610e88b20.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-bfccc901727dd97b.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`
42392024-12-21T04:33:28.872Z 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=5dbf0f21cb633ead -C extra-filename=-5dbf0f21cb633ead --out-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-6eca4f3a0eb9b80f.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-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98a47526f972db19.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-402139c3211c4ddc.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-0d2d3306cbdb84dd.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-a3efbbfe3f63cf4a.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`
42402024-12-21T04:33:29.290Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
42412024-12-21T04:33:29.314Z 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=74e34b6cf635cb45 -C extra-filename=-74e34b6cf635cb45 --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-b9f0321636493f49.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-2f414554c74956b6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-bfccc901727dd97b.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`
42422024-12-21T04:33:31.174Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
42432024-12-21T04:33:31.178Z 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=83bbab02996e9a20 -C extra-filename=-83bbab02996e9a20 --out-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-68af6d123b4a873b.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f22ef5dca7ee1f75.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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-443309117c23728a.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`
42442024-12-21T04:33:32.300Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
42452024-12-21T04:33:32.303Z 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=5ef3494c46fb64f6 -C extra-filename=-5ef3494c46fb64f6 --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-6eca4f3a0eb9b80f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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-5339df4d4ed0c71d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bfccc901727dd97b.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`
42462024-12-21T04:33:34.070Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
42472024-12-21T04:33:34.073Z 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=f48ddfa5a006e9ee -C extra-filename=-f48ddfa5a006e9ee --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-6eca4f3a0eb9b80f.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-93d5cdaf8a01dc12.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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-5339df4d4ed0c71d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bfccc901727dd97b.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`
42482024-12-21T04:33:34.468Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
42492024-12-21T04:33:34.471Z 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=c768d69219a60fd8 -C extra-filename=-c768d69219a60fd8 --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-6eca4f3a0eb9b80f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
42502024-12-21T04:33:34.496Z Compiling lalrpop v0.19.12
42512024-12-21T04:33:34.496Z 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`
42522024-12-21T04:33:35.721Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42532024-12-21T04:33:35.724Z 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=d9925e0caaa00922 -C extra-filename=-d9925e0caaa00922 --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-93d5cdaf8a01dc12.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.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-a490f18610e88b20.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
42542024-12-21T04:33:36.119Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42552024-12-21T04:33:36.122Z 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=12b7d33f0d9eca33 -C extra-filename=-12b7d33f0d9eca33 --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-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
42562024-12-21T04:33:36.409Z Compiling pin-project v1.1.6
42572024-12-21T04:33:36.412Z 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`
42582024-12-21T04:33:36.572Z 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`
42592024-12-21T04:33:38.024Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
42602024-12-21T04:33:38.026Z 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=bf8630c4b50d67c6 -C extra-filename=-bf8630c4b50d67c6 --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-6eca4f3a0eb9b80f.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-c04b25a03779d15e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
42612024-12-21T04:33:38.685Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
42622024-12-21T04:33:38.689Z 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=ecd12c166dd75d54 -C extra-filename=-ecd12c166dd75d54 --out-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-ffe0db52143bc46d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c04b25a03779d15e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.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-a3efbbfe3f63cf4a.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`
42632024-12-21T04:33:38.899Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42642024-12-21T04:33:38.901Z 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=f5eb17c9554ca53f -C extra-filename=-f5eb17c9554ca53f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-f5eb17c9554ca53f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ac10f37105263f37.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`
42652024-12-21T04:33:39.068Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
42662024-12-21T04:33:39.070Z 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=0cc76be31c6a09fb -C extra-filename=-0cc76be31c6a09fb --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-a490f18610e88b20.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`
42672024-12-21T04:33:39.252Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
42682024-12-21T04:33:39.254Z 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=c6db21d26a5ad3b7 -C extra-filename=-c6db21d26a5ad3b7 --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-a490f18610e88b20.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
42692024-12-21T04:33:39.605Z Compiling derive_builder_core v0.20.2
42702024-12-21T04:33:39.608Z 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`
42712024-12-21T04:33:40.148Z Compiling libxml v0.3.3
42722024-12-21T04:33:40.171Z 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`
42732024-12-21T04:33:40.607Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-5afb740012e3c2a4/build-script-build`
42742024-12-21T04:33:40.663Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-f5eb17c9554ca53f/build-script-build`
42752024-12-21T04:33:40.702Z Compiling samael v0.0.17
42762024-12-21T04:33:40.709Z 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`
42772024-12-21T04:33:42.132Z Compiling derive_builder_macro v0.20.2
42782024-12-21T04:33:42.155Z 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`
42792024-12-21T04:33:43.284Z Compiling signal-hook-tokio v0.3.1
42802024-12-21T04:33:43.286Z 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`
42812024-12-21T04:33:43.321Z Compiling strum_macros v0.24.3
42822024-12-21T04:33:43.323Z 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`
42832024-12-21T04:33:43.501Z Dirty cargo-platform v0.1.8: the rustflags changed
42842024-12-21T04:33:43.501Z Compiling cargo-platform v0.1.8
42852024-12-21T04:33:43.504Z 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`
42862024-12-21T04:33:44.146Z Compiling snafu-derive v0.8.5
42872024-12-21T04:33:44.149Z 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`
42882024-12-21T04:33:47.244Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42892024-12-21T04:33:47.247Z 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=c722f7c91456f616 -C extra-filename=-c722f7c91456f616 --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-6eca4f3a0eb9b80f.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9925e0caaa00922.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98a47526f972db19.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`
42902024-12-21T04:33:50.219Z Compiling memoffset v0.9.1
42912024-12-21T04:33:50.221Z 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`
42922024-12-21T04:33:50.637Z Compiling indoc v1.0.9
42932024-12-21T04:33:50.641Z 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`
42942024-12-21T04:33:51.833Z 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=fac101c0554a7556 -C extra-filename=-fac101c0554a7556 --out-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-7896ae3d89904734.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4bc27e918f9d04d8.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-d98136267d62182a.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-12b7d33f0d9eca33.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-35c25a8679a25f61.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.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-a490f18610e88b20.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-926d89abaa7dd350.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`
42952024-12-21T04:33:52.609Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-d3c0d469548ccd0b/build-script-build`
42962024-12-21T04:33:52.641Z Compiling snafu v0.8.5
42972024-12-21T04:33:52.646Z 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`
42982024-12-21T04:33:52.782Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42992024-12-21T04:33:52.791Z 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=7526f62f13a75a05 -C extra-filename=-7526f62f13a75a05 --out-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-547b35d060fe7940.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5ef3494c46fb64f6.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bb01a1122b033950.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-f8ae9941868d4c71.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-e64f7e2b500096cf.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ab09a08bacbe0c6d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-32b97f94ca5f92d6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68fb8859bb578bab.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-c04b25a03779d15e.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-d0088618b9519e6d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b576fb4359c55029.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-f22ef5dca7ee1f75.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-fd052eb01683533c.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9925e0caaa00922.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d98136267d62182a.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74e34b6cf635cb45.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-a490f18610e88b20.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-98a47526f972db19.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-38b22fdeb167d221.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c722f7c91456f616.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d14c6ce2626a92ef.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ecd12c166dd75d54.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-bf8630c4b50d67c6.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c768d69219a60fd8.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-c6db21d26a5ad3b7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-f48ddfa5a006e9ee.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926d89abaa7dd350.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-5339df4d4ed0c71d.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-0cc76be31c6a09fb.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-443309117c23728a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bfccc901727dd97b.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-83bbab02996e9a20.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/`
43002024-12-21T04:33:53.644Z Dirty cargo_metadata v0.18.1: the rustflags changed
43012024-12-21T04:33:53.645Z Compiling cargo_metadata v0.18.1
43022024-12-21T04:33:53.647Z 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`
43032024-12-21T04:33:54.164Z Compiling derive_builder v0.20.2
43042024-12-21T04:33:54.167Z 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`
43052024-12-21T04:33:54.380Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-6c5b692981acecfb/build-script-bindings`
43062024-12-21T04:33:54.571Z 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`
43072024-12-21T04:33:56.831Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
43082024-12-21T04:33:56.834Z 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=e3350350d4f8dbee -C extra-filename=-e3350350d4f8dbee --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-6eca4f3a0eb9b80f.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-58eda97bf2a167b0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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`
43092024-12-21T04:33:57.328Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43102024-12-21T04:33:57.331Z 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=80c4483c602dc52a -C extra-filename=-80c4483c602dc52a --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-80c4483c602dc52a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ac10f37105263f37.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`
43112024-12-21T04:33:57.408Z Compiling globset v0.4.15
43122024-12-21T04:33:57.411Z 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`
43132024-12-21T04:33:57.586Z Compiling olpc-cjson v0.1.4
43142024-12-21T04:33:57.589Z 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`
43152024-12-21T04:33:57.721Z Compiling quick-xml v0.33.0
43162024-12-21T04:33:57.724Z 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`
43172024-12-21T04:33:57.902Z Compiling serde_plain v1.0.2
43182024-12-21T04:33:57.904Z 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`
43192024-12-21T04:33:58.386Z Compiling impl-trait-for-tuples v0.2.2
43202024-12-21T04:33:58.389Z 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`
43212024-12-21T04:33:59.417Z Compiling oso-derive v0.27.3
43222024-12-21T04:33:59.420Z 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`
43232024-12-21T04:34:00.271Z Compiling typed-path v0.9.3
43242024-12-21T04:34:00.276Z 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`
43252024-12-21T04:34:00.469Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-80c4483c602dc52a/build-script-build`
43262024-12-21T04:34:00.511Z 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`
43272024-12-21T04:34:00.655Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43282024-12-21T04:34:00.657Z 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=46a3d32c51dec031 -C extra-filename=-46a3d32c51dec031 --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-848438f8d488e4d5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
43292024-12-21T04:34:00.680Z Compiling tungstenite v0.23.0
43302024-12-21T04:34:00.683Z 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`
43312024-12-21T04:34:01.537Z 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`
43322024-12-21T04:34:02.572Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
43332024-12-21T04:34:02.575Z 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`
43342024-12-21T04:34:02.978Z Compiling tough v0.19.0
43352024-12-21T04:34:02.980Z 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=5b6de1ecef6f098d -C extra-filename=-5b6de1ecef6f098d --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-a3efbbfe3f63cf4a.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`
43362024-12-21T04:34:03.161Z Compiling diesel-dtrace v0.4.2
43372024-12-21T04:34:03.165Z 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`
43382024-12-21T04:34:03.561Z Compiling parse-size v1.1.0
43392024-12-21T04:34:03.564Z 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`
43402024-12-21T04:34:03.845Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-227b89d0c90a416c/build-script-build`
43412024-12-21T04:34:03.877Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-f61592c70dc7dad1/build-script-build`
43422024-12-21T04:34:03.932Z Compiling tokio-tungstenite v0.23.1
43432024-12-21T04:34:03.934Z 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`
43442024-12-21T04:34:03.959Z Compiling nix v0.27.1
43452024-12-21T04:34:03.961Z 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`
43462024-12-21T04:34:04.509Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43472024-12-21T04:34:04.512Z 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=aa7598af4cb021f1 -C extra-filename=-aa7598af4cb021f1 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-aa7598af4cb021f1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ac10f37105263f37.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`
43482024-12-21T04:34:04.894Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
43492024-12-21T04:34:04.917Z 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`
43502024-12-21T04:34:05.256Z Compiling bb8 v0.8.5
43512024-12-21T04:34:05.259Z 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`
43522024-12-21T04:34:05.858Z Compiling async-bb8-diesel v0.2.1
43532024-12-21T04:34:05.861Z 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`
43542024-12-21T04:34:05.944Z 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`
43552024-12-21T04:34:06.722Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-aa7598af4cb021f1/build-script-build`
43562024-12-21T04:34:06.763Z 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`
43572024-12-21T04:34:07.068Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43582024-12-21T04:34:07.071Z 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=262e0e9d98db4b16 -C extra-filename=-262e0e9d98db4b16 --out-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-6eca4f3a0eb9b80f.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-58eda97bf2a167b0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
43592024-12-21T04:34:07.212Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
43602024-12-21T04:34:07.215Z 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=98684eafebb4920e -C extra-filename=-98684eafebb4920e --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-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
43612024-12-21T04:34:09.789Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
43622024-12-21T04:34:09.791Z 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=ac24b9c5e3e4cd00 -C extra-filename=-ac24b9c5e3e4cd00 --out-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-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-5b6de1ecef6f098d.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`
43632024-12-21T04:34:12.003Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43642024-12-21T04:34:12.006Z 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=d2eb36b121436aa7 -C extra-filename=-d2eb36b121436aa7 --out-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-6eca4f3a0eb9b80f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-e3350350d4f8dbee.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-58eda97bf2a167b0.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-c04b25a03779d15e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-19981866211c8586.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98a47526f972db19.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-38b22fdeb167d221.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c722f7c91456f616.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`
43652024-12-21T04:34:13.280Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
43662024-12-21T04:34:13.283Z 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=975af684cdecc414 -C extra-filename=-975af684cdecc414 --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-7896ae3d89904734.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-a490f18610e88b20.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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:34:14.946Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
43682024-12-21T04:34:14.967Z 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=da9a1cda76cb4532 -C extra-filename=-da9a1cda76cb4532 --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-6eca4f3a0eb9b80f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
43692024-12-21T04:34:15.821Z Compiling rand_seeder v0.3.0
43702024-12-21T04:34:15.825Z 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`
43712024-12-21T04:34:16.175Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
43722024-12-21T04:34:16.178Z 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=c7bf20c51aacb9cf -C extra-filename=-c7bf20c51aacb9cf --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-7896ae3d89904734.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-a490f18610e88b20.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
43732024-12-21T04:34:17.172Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
43742024-12-21T04:34:17.175Z 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`
43752024-12-21T04:34:18.270Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43762024-12-21T04:34:18.273Z 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=473146fd9cb1bced -C extra-filename=-473146fd9cb1bced --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-6eca4f3a0eb9b80f.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-58eda97bf2a167b0.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d2eb36b121436aa7.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-262e0e9d98db4b16.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`
43772024-12-21T04:34:18.945Z Compiling assert_matches v1.5.0
43782024-12-21T04:34:18.948Z 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`
43792024-12-21T04:34:19.077Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
43802024-12-21T04:34:19.080Z 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=3ec73210bed5998a -C extra-filename=-3ec73210bed5998a --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-a490f18610e88b20.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`
43812024-12-21T04:34:19.331Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43822024-12-21T04:34:19.334Z 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=3b18d36a7248a007 -C extra-filename=-3b18d36a7248a007 --out-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-c7bf20c51aacb9cf.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975af684cdecc414.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7896ae3d89904734.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-68fb8859bb578bab.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-93d5cdaf8a01dc12.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-926d89abaa7dd350.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-3ec73210bed5998a.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`
43832024-12-21T04:34:19.357Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43842024-12-21T04:34:19.357Z 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=903ae4bf0005ca34 -C extra-filename=-903ae4bf0005ca34 --out-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-6eca4f3a0eb9b80f.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-d077a0664ca4e58e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9925e0caaa00922.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98a47526f972db19.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-da9a1cda76cb4532.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98684eafebb4920e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dbf0f21cb633ead.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-0d2d3306cbdb84dd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
43852024-12-21T04:34:19.624Z Compiling libz-sys v1.1.20
43862024-12-21T04:34:19.627Z 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`
43872024-12-21T04:34:20.477Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-ef942a46f7be7d7c/build-script-build`
43882024-12-21T04:34:20.622Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43892024-12-21T04:34:20.625Z 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=8d0c74a4256524e4 -C extra-filename=-8d0c74a4256524e4 --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-93d5cdaf8a01dc12.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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`
43902024-12-21T04:34:21.230Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43912024-12-21T04:34:21.234Z 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=01d0ff445153c7e8 -C extra-filename=-01d0ff445153c7e8 --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-d98136267d62182a.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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`
43922024-12-21T04:34:21.929Z Compiling libgit2-sys v0.17.0+1.8.1
43932024-12-21T04:34:21.932Z 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`
43942024-12-21T04:34:22.970Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-7896931ec2a383b1/build-script-build`
43952024-12-21T04:34:25.362Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43962024-12-21T04:34:25.365Z 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=faf583781c8f8865 -C extra-filename=-faf583781c8f8865 --out-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-7896ae3d89904734.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-68fb8859bb578bab.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.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-d077a0664ca4e58e.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-d98136267d62182a.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3b18d36a7248a007.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-8d0c74a4256524e4.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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-926d89abaa7dd350.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-3ec73210bed5998a.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`
43972024-12-21T04:34:25.643Z 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`
43982024-12-21T04:34:25.845Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43992024-12-21T04:34:25.849Z 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=8b60fdd34351e1b4 -C extra-filename=-8b60fdd34351e1b4 --out-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-32b97f94ca5f92d6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-68fb8859bb578bab.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-bfccc901727dd97b.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-927988d922450c53.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`
44002024-12-21T04:34:31.655Z Compiling castaway v0.2.3
44012024-12-21T04:34:31.657Z 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`
44022024-12-21T04:34:31.819Z Compiling compact_str v0.8.0
44032024-12-21T04:34:31.822Z 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`
44042024-12-21T04:34:33.316Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44052024-12-21T04:34:33.319Z 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=8192131e7c6b5d41 -C extra-filename=-8192131e7c6b5d41 --out-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-6eca4f3a0eb9b80f.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-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-5b6de1ecef6f098d.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac24b9c5e3e4cd00.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`
44062024-12-21T04:34:35.936Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
44072024-12-21T04:34:35.939Z 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=892ba247bb8b47b2 -C extra-filename=-892ba247bb8b47b2 --out-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-a490f18610e88b20.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`
44082024-12-21T04:34:36.118Z Compiling unicode-truncate v1.1.0
44092024-12-21T04:34:36.141Z 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`
44102024-12-21T04:34:36.394Z Compiling vergen v8.3.2
44112024-12-21T04:34:36.397Z 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`
44122024-12-21T04:34:36.483Z Compiling instability v0.3.2
44132024-12-21T04:34:36.485Z 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`
44142024-12-21T04:34:36.765Z Compiling lru v0.12.5
44152024-12-21T04:34:36.768Z 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`
44162024-12-21T04:34:37.101Z Compiling cassowary v0.3.0
44172024-12-21T04:34:37.104Z 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`
44182024-12-21T04:34:37.681Z Compiling is_ci v1.2.0
44192024-12-21T04:34:37.685Z 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`
44202024-12-21T04:34:37.980Z Compiling supports-color v3.0.1
44212024-12-21T04:34:37.982Z 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`
44222024-12-21T04:34:38.140Z Compiling ratatui v0.28.1
44232024-12-21T04:34:38.143Z 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`
44242024-12-21T04:34:38.309Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-efbd9973aa397725/build-script-build`
44252024-12-21T04:34:38.350Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44262024-12-21T04:34:38.355Z 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=78a98bfb3e5e7def -C extra-filename=-78a98bfb3e5e7def --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-78a98bfb3e5e7def -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ac10f37105263f37.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`
44272024-12-21T04:34:38.508Z Compiling libsqlite3-sys v0.30.1
44282024-12-21T04:34:38.510Z 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`
44292024-12-21T04:34:38.713Z Compiling cfg_aliases v0.2.1
44302024-12-21T04:34:38.716Z 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`
44312024-12-21T04:34:38.846Z Compiling rustls v0.21.12
44322024-12-21T04:34:38.849Z 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`
44332024-12-21T04:34:39.112Z Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-26645f4a29827453/build-script-build`
44342024-12-21T04:34:39.167Z Compiling nix v0.29.0
44352024-12-21T04:34:39.167Z 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`
44362024-12-21T04:34:39.204Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-9ceec600f3d683cf/build-script-build`
44372024-12-21T04:34:39.233Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-78a98bfb3e5e7def/build-script-build`
44382024-12-21T04:34:39.265Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44392024-12-21T04:34:39.268Z 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=c6f8662d168605b0 -C extra-filename=-c6f8662d168605b0 --out-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-6eca4f3a0eb9b80f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c04b25a03779d15e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-892ba247bb8b47b2.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aba871c08d7db8fe.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-402139c3211c4ddc.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`
44402024-12-21T04:34:40.187Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44412024-12-21T04:34:40.190Z 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=f37751a83f0bda8a -C extra-filename=-f37751a83f0bda8a --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-6eca4f3a0eb9b80f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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`
44422024-12-21T04:34:42.581Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44432024-12-21T04:34:42.584Z 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=7cef9476b52b2892 -C extra-filename=-7cef9476b52b2892 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-7cef9476b52b2892 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ac10f37105263f37.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`
44442024-12-21T04:34:42.957Z Compiling sct v0.7.1
44452024-12-21T04:34:42.959Z 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`
44462024-12-21T04:34:43.339Z Compiling rustls-webpki v0.101.7
44472024-12-21T04:34:43.341Z 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`
44482024-12-21T04:34:45.200Z Compiling concurrent-queue v2.5.0
44492024-12-21T04:34:45.203Z 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`
44502024-12-21T04:34:45.259Z Compiling parking v2.2.1
44512024-12-21T04:34:45.283Z 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:34:45.286Z Dirty smawk v0.3.2: the rustflags changed
44532024-12-21T04:34:45.286Z Compiling smawk v0.3.2
44542024-12-21T04:34:45.286Z 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`
44552024-12-21T04:34:45.537Z Dirty unicode-linebreak v0.1.5: the rustflags changed
44562024-12-21T04:34:45.537Z Compiling unicode-linebreak v0.1.5
44572024-12-21T04:34:45.541Z 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`
44582024-12-21T04:34:45.564Z 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`
44592024-12-21T04:34:45.666Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-7cef9476b52b2892/build-script-build`
44602024-12-21T04:34:45.705Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-934d9bd1b58f0f5c/build-script-build`
44612024-12-21T04:34:45.744Z 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`
44622024-12-21T04:34:46.036Z Dirty textwrap v0.16.1: the rustflags changed
44632024-12-21T04:34:46.036Z Compiling textwrap v0.16.1
44642024-12-21T04:34:46.039Z 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`
44652024-12-21T04:34:46.276Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44662024-12-21T04:34:46.279Z 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=3f65a9b43a4f4e52 -C extra-filename=-3f65a9b43a4f4e52 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-3f65a9b43a4f4e52 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ac10f37105263f37.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`
44672024-12-21T04:34:46.664Z Compiling hashlink v0.9.1
44682024-12-21T04:34:46.668Z 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`
44692024-12-21T04:34:47.346Z Compiling fallible-streaming-iterator v0.1.9
44702024-12-21T04:34:47.349Z 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`
44712024-12-21T04:34:47.400Z Compiling fallible-iterator v0.3.0
44722024-12-21T04:34:47.403Z 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`
44732024-12-21T04:34:47.635Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-3f65a9b43a4f4e52/build-script-build`
44742024-12-21T04:34:47.676Z 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)'`
44752024-12-21T04:34:48.184Z Compiling rusqlite v0.32.1
44762024-12-21T04:34:48.187Z 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`
44772024-12-21T04:34:48.437Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
44782024-12-21T04:34:48.439Z 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=9a02fc52ccc56f3d -C extra-filename=-9a02fc52ccc56f3d --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-7896ae3d89904734.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-a490f18610e88b20.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
44792024-12-21T04:34:49.615Z Compiling tokio-rustls v0.24.1
44802024-12-21T04:34:49.617Z 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`
44812024-12-21T04:34:50.089Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44822024-12-21T04:34:50.092Z 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=b0fbfab10f1b27aa -C extra-filename=-b0fbfab10f1b27aa --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-b0fbfab10f1b27aa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ac10f37105263f37.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`
44832024-12-21T04:34:50.417Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44842024-12-21T04:34:50.420Z 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=80182b04b3f58e39 -C extra-filename=-80182b04b3f58e39 --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-a490f18610e88b20.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
44852024-12-21T04:34:51.087Z Compiling rustls-pemfile v1.0.4
44862024-12-21T04:34:51.089Z 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`
44872024-12-21T04:34:51.591Z Compiling twox-hash v1.6.3
44882024-12-21T04:34:51.602Z 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`
44892024-12-21T04:34:52.039Z Compiling shell-words v1.1.0
44902024-12-21T04:34:52.043Z 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`
44912024-12-21T04:34:52.422Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-b0fbfab10f1b27aa/build-script-build`
44922024-12-21T04:34:52.445Z Compiling event-listener v5.3.1
44932024-12-21T04:34:52.447Z 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`
44942024-12-21T04:34:52.474Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
44952024-12-21T04:34:52.476Z 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=37852473e98f2a46 -C extra-filename=-37852473e98f2a46 --out-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-5f1292f09f42372c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
44962024-12-21T04:34:52.727Z Compiling fatfs v0.3.6
44972024-12-21T04:34:52.730Z 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`
44982024-12-21T04:34:53.125Z Compiling event-listener-strategy v0.5.2
44992024-12-21T04:34:53.128Z 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`
45002024-12-21T04:34:53.399Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45012024-12-21T04:34:53.402Z 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=93a01762df0480db -C extra-filename=-93a01762df0480db --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-b576fb4359c55029.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-5339df4d4ed0c71d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bfccc901727dd97b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-927988d922450c53.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8b60fdd34351e1b4.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`
45022024-12-21T04:34:54.455Z Compiling csv-core v0.1.11
45032024-12-21T04:34:54.511Z 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`
45042024-12-21T04:34:54.511Z Compiling futures-lite v2.3.0
45052024-12-21T04:34:54.511Z 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`
45062024-12-21T04:34:54.962Z Compiling csv v1.3.0
45072024-12-21T04:34:54.970Z 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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=48927a5eea74ccb0 -C extra-filename=-48927a5eea74ccb0 --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`
45082024-12-21T04:34:55.258Z Compiling rtoolbox v0.0.2
45092024-12-21T04:34:55.263Z 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`
45102024-12-21T04:34:55.759Z Compiling plotters-backend v0.3.7
45112024-12-21T04:34:55.762Z 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`
45122024-12-21T04:34:56.178Z Compiling hex-literal v0.4.1
45132024-12-21T04:34:56.180Z 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`
45142024-12-21T04:34:56.329Z Compiling plotters-svg v0.3.7
45152024-12-21T04:34:56.332Z 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`
45162024-12-21T04:34:56.354Z Compiling rpassword v7.3.1
45172024-12-21T04:34:56.357Z 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`
45182024-12-21T04:34:56.378Z Compiling tui-tree-widget v0.22.0
45192024-12-21T04:34:56.378Z 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`
45202024-12-21T04:34:56.739Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
45212024-12-21T04:34:56.760Z 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=9070262cf0940ec3 -C extra-filename=-9070262cf0940ec3 --out-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-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-ac24b9c5e3e4cd00.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`
45222024-12-21T04:34:56.762Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
45232024-12-21T04:34:56.762Z 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=b27c4b4b61d9897d -C extra-filename=-b27c4b4b61d9897d --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-7896ae3d89904734.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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`
45242024-12-21T04:34:56.786Z Compiling yansi v1.0.1
45252024-12-21T04:34:56.805Z 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`
45262024-12-21T04:34:57.535Z Compiling cast v0.3.0
45272024-12-21T04:34:57.539Z 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`
45282024-12-21T04:34:57.912Z Compiling criterion-plot v0.5.0
45292024-12-21T04:34:57.914Z 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`
45302024-12-21T04:34:58.962Z Compiling pretty_assertions v1.4.1
45312024-12-21T04:34:58.964Z 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`
45322024-12-21T04:34:58.981Z Compiling plotters v0.3.7
45332024-12-21T04:34:58.982Z 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`
45342024-12-21T04:34:59.032Z Compiling async-lock v3.4.0
45352024-12-21T04:34:59.034Z 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`
45362024-12-21T04:34:59.497Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45372024-12-21T04:34:59.500Z 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=d9a0b56e2de6d00f -C extra-filename=-d9a0b56e2de6d00f --out-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-c04b25a03779d15e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.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-a3efbbfe3f63cf4a.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`
45382024-12-21T04:35:00.342Z Compiling polyval v0.6.2
45392024-12-21T04:35:00.345Z 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`
45402024-12-21T04:35:00.807Z Compiling polling v3.7.3
45412024-12-21T04:35:00.811Z 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`
45422024-12-21T04:35:01.536Z Compiling tinytemplate v1.2.1
45432024-12-21T04:35:01.539Z 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`
45442024-12-21T04:35:01.578Z Compiling oorandom v11.1.4
45452024-12-21T04:35:01.591Z 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`
45462024-12-21T04:35:01.817Z Compiling anes v0.1.6
45472024-12-21T04:35:01.820Z 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`
45482024-12-21T04:35:02.381Z Compiling criterion v0.5.1
45492024-12-21T04:35:02.412Z 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`
45502024-12-21T04:35:02.665Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45512024-12-21T04:35:02.670Z 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=9dc71544e0449a54 -C extra-filename=-9dc71544e0449a54 --out-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-432805f3f6a70023.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-a3efbbfe3f63cf4a.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-bfccc901727dd97b.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-927988d922450c53.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8b60fdd34351e1b4.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-93a01762df0480db.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`
45522024-12-21T04:35:05.384Z Compiling async-io v2.3.4
45532024-12-21T04:35:05.387Z 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`
45542024-12-21T04:35:07.753Z Compiling ghash v0.5.1
45552024-12-21T04:35:07.756Z 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`
45562024-12-21T04:35:07.970Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
45572024-12-21T04:35:07.974Z 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=506bc50198d9df84 -C extra-filename=-506bc50198d9df84 --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-a490f18610e88b20.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`
45582024-12-21T04:35:09.580Z Compiling ctr v0.9.2
45592024-12-21T04:35:09.583Z 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`
45602024-12-21T04:35:09.968Z Compiling target-lexicon v0.12.16
45612024-12-21T04:35:09.971Z 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`
45622024-12-21T04:35:11.060Z Compiling async-task v4.7.1
45632024-12-21T04:35:11.063Z 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`
45642024-12-21T04:35:11.608Z Compiling doc-comment v0.3.3
45652024-12-21T04:35:11.611Z 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`
45662024-12-21T04:35:12.303Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-22cedc88ad30c5c9/build-script-build`
45672024-12-21T04:35:12.461Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-6c2abb79a4bce29f/build-script-build`
45682024-12-21T04:35:12.557Z Compiling aes-gcm v0.10.3
45692024-12-21T04:35:12.560Z 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`
45702024-12-21T04:35:12.845Z Compiling async-channel v2.3.1
45712024-12-21T04:35:12.847Z 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`
45722024-12-21T04:35:13.256Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
45732024-12-21T04:35:13.259Z 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=8b2dd72d9435e404 -C extra-filename=-8b2dd72d9435e404 --out-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-29c8458de96bb7a0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dbf0f21cb633ead.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-2f27dc23ea7c5c96.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aba871c08d7db8fe.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`
45742024-12-21T04:35:15.430Z Compiling piper v0.2.4
45752024-12-21T04:35:15.433Z 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`
45762024-12-21T04:35:15.875Z 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=112b0b9cff079c1e -C extra-filename=-112b0b9cff079c1e --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-fac101c0554a7556.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
45772024-12-21T04:35:15.901Z Compiling ssh-encoding v0.2.0
45782024-12-21T04:35:15.902Z 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`
45792024-12-21T04:35:16.229Z 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`
45802024-12-21T04:35:16.481Z Compiling blowfish v0.9.1
45812024-12-21T04:35:16.487Z 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`
45822024-12-21T04:35:16.954Z Compiling git2 v0.19.0
45832024-12-21T04:35:16.954Z 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`
45842024-12-21T04:35:16.998Z Compiling guppy-workspace-hack v0.1.0
45852024-12-21T04:35:17.002Z 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`
45862024-12-21T04:35:17.370Z Compiling assert_cmd v2.0.16
45872024-12-21T04:35:17.374Z 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`
45882024-12-21T04:35:17.490Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-e26002185cac8ef5/build-script-build`
45892024-12-21T04:35:17.526Z Compiling bcrypt-pbkdf v0.10.0
45902024-12-21T04:35:17.529Z 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`
45912024-12-21T04:35:17.880Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-1f5f59728613a6ce/build-script-build`
45922024-12-21T04:35:17.919Z Compiling ssh-cipher v0.2.0
45932024-12-21T04:35:17.942Z 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`
45942024-12-21T04:35:18.232Z Compiling blocking v1.6.1
45952024-12-21T04:35:18.235Z 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`
45962024-12-21T04:35:18.911Z 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"'`
45972024-12-21T04:35:19.784Z 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`
45982024-12-21T04:35:19.806Z Compiling async-executor v1.13.1
45992024-12-21T04:35:19.809Z 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`
46002024-12-21T04:35:19.904Z Compiling async-signal v0.2.10
46012024-12-21T04:35:19.907Z 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`
46022024-12-21T04:35:20.420Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
46032024-12-21T04:35:20.422Z 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=2cc07f0687b5bbbd -C extra-filename=-2cc07f0687b5bbbd --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-48927a5eea74ccb0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
46042024-12-21T04:35:20.751Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46052024-12-21T04:35:20.754Z 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=6f3527a366abd16e -C extra-filename=-6f3527a366abd16e --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-bb01a1122b033950.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-68fb8859bb578bab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.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-a490f18610e88b20.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-bfccc901727dd97b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8b60fdd34351e1b4.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`
46062024-12-21T04:35:21.839Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46072024-12-21T04:35:21.849Z 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=6507dc16b1e313f4 -C extra-filename=-6507dc16b1e313f4 --out-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-6eca4f3a0eb9b80f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c04b25a03779d15e.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b576fb4359c55029.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
46082024-12-21T04:35:25.202Z 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)'`
46092024-12-21T04:35:26.228Z Compiling password-hash v0.4.2
46102024-12-21T04:35:26.230Z 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`
46112024-12-21T04:35:27.249Z Compiling target-spec v3.2.2
46122024-12-21T04:35:27.252Z 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`
46132024-12-21T04:35:27.294Z Compiling futures-timer v3.0.3
46142024-12-21T04:35:27.296Z 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`
46152024-12-21T04:35:27.514Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
46162024-12-21T04:35:27.516Z 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`
46172024-12-21T04:35:27.883Z Compiling event-listener v2.5.3
46182024-12-21T04:35:27.886Z 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`
46192024-12-21T04:35:28.268Z Compiling matches v0.1.10
46202024-12-21T04:35:28.271Z 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`
46212024-12-21T04:35:28.351Z Compiling async-channel v1.9.0
46222024-12-21T04:35:28.353Z 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`
46232024-12-21T04:35:28.393Z Compiling idna v0.2.3
46242024-12-21T04:35:28.395Z 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`
46252024-12-21T04:35:28.685Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-f5b111fd59ab663f/build-script-build`
46262024-12-21T04:35:28.727Z Compiling pbkdf2 v0.11.0
46272024-12-21T04:35:28.730Z 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`
46282024-12-21T04:35:29.143Z Compiling async-process v2.3.0
46292024-12-21T04:35:29.146Z 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`
46302024-12-21T04:35:29.612Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-ecd1f4b07face86c/build-script-build`
46312024-12-21T04:35:30.178Z Compiling async-global-executor v2.4.1
46322024-12-21T04:35:30.180Z 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`
46332024-12-21T04:35:30.745Z 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`
46342024-12-21T04:35:31.347Z 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=8b065837dfeb478b -C extra-filename=-8b065837dfeb478b --out-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-ffe0db52143bc46d.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`
46352024-12-21T04:35:31.958Z Compiling cfg-expr v0.17.0
46362024-12-21T04:35:31.961Z 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`
46372024-12-21T04:35:32.142Z Compiling ssh-key v0.6.6
46382024-12-21T04:35:32.144Z 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`
46392024-12-21T04:35:33.435Z 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`
46402024-12-21T04:35:33.577Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
46412024-12-21T04:35:33.580Z 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=4ecf50eda5f688a6 -C extra-filename=-4ecf50eda5f688a6 --out-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-b27c4b4b61d9897d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7896ae3d89904734.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dbf0f21cb633ead.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`
46422024-12-21T04:35:34.200Z Compiling p256 v0.13.2
46432024-12-21T04:35:34.239Z 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`
46442024-12-21T04:35:35.090Z Compiling p521 v0.13.3
46452024-12-21T04:35:35.093Z 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`
46462024-12-21T04:35:37.156Z Compiling enum-as-inner v0.5.1
46472024-12-21T04:35:37.159Z 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`
46482024-12-21T04:35:37.551Z Compiling petname v2.0.2
46492024-12-21T04:35:37.554Z 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`
46502024-12-21T04:35:38.456Z Compiling async-attributes v1.1.2
46512024-12-21T04:35:38.459Z 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`
46522024-12-21T04:35:38.846Z Compiling russh-cryptovec v0.7.3
46532024-12-21T04:35:38.850Z 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`
46542024-12-21T04:35:39.209Z Compiling num_cpus v1.16.0
46552024-12-21T04:35:39.212Z 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`
46562024-12-21T04:35:39.384Z Compiling kv-log-macro v1.0.7
46572024-12-21T04:35:39.386Z 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`
46582024-12-21T04:35:39.550Z Compiling md5 v0.7.0
46592024-12-21T04:35:39.552Z 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`
46602024-12-21T04:35:39.646Z Compiling async-std v1.13.0
46612024-12-21T04:35:39.654Z 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`
46622024-12-21T04:35:40.129Z Compiling russh-keys v0.45.0
46632024-12-21T04:35:40.132Z 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`
46642024-12-21T04:35:41.028Z Compiling threadpool v1.8.1
46652024-12-21T04:35:41.031Z 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`
46662024-12-21T04:35:41.994Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-5171d83a21944ae3/build-script-build`
46672024-12-21T04:35:42.246Z Compiling trust-dns-proto v0.22.0
46682024-12-21T04:35:42.249Z 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`
46692024-12-21T04:35:42.389Z 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`
46702024-12-21T04:35:43.554Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
46712024-12-21T04:35:43.557Z 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=55aebc6ba1129be3 -C extra-filename=-55aebc6ba1129be3 --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-2cc07f0687b5bbbd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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`
46722024-12-21T04:35:43.818Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46732024-12-21T04:35:43.821Z 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=f121f02ed5faeeb4 -C extra-filename=-f121f02ed5faeeb4 --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-b576fb4359c55029.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-927988d922450c53.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`
46742024-12-21T04:35:44.707Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
46752024-12-21T04:35:44.710Z 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=8596e9bd1058d924 -C extra-filename=-8596e9bd1058d924 --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-7896ae3d89904734.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-88fe053d78e80848.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
46762024-12-21T04:35:45.430Z Compiling httptest v0.16.1
46772024-12-21T04:35:45.433Z 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=7f117a3826c4fb32 -C extra-filename=-7f117a3826c4fb32 --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-c04b25a03779d15e.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-b3af187c6f309615.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`
46782024-12-21T04:35:45.456Z Compiling num-bigint v0.4.6
46792024-12-21T04:35:45.459Z 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`
46802024-12-21T04:35:47.778Z Compiling pathdiff v0.2.2
46812024-12-21T04:35:47.781Z 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`
46822024-12-21T04:35:48.013Z Compiling rustls-native-certs v0.7.3
46832024-12-21T04:35:48.016Z 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`
46842024-12-21T04:35:48.690Z Compiling des v0.8.1
46852024-12-21T04:35:48.694Z 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`
46862024-12-21T04:35:49.091Z Compiling escape8259 v0.5.3
46872024-12-21T04:35:49.093Z 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`
46882024-12-21T04:35:49.341Z Compiling nested v0.1.1
46892024-12-21T04:35:49.344Z 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`
46902024-12-21T04:35:49.840Z Compiling dhcproto-macros v0.1.0
46912024-12-21T04:35:49.855Z 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`
46922024-12-21T04:35:49.855Z Compiling guppy v0.17.8
46932024-12-21T04:35:49.855Z 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:35:50.652Z Compiling dhcproto v0.12.0
46952024-12-21T04:35:50.655Z 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`
46962024-12-21T04:35:50.810Z Compiling libtest-mimic v0.7.3
46972024-12-21T04:35:50.813Z 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`
46982024-12-21T04:35:51.767Z Compiling russh v0.45.0
46992024-12-21T04:35:51.771Z 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`
47002024-12-21T04:35:53.194Z Compiling hyper-rustls v0.26.0
47012024-12-21T04:35:53.197Z 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=808354205babba9b -C extra-filename=-808354205babba9b --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-c04b25a03779d15e.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-b3af187c6f309615.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/`
47022024-12-21T04:35:53.807Z Compiling async-object-pool v0.1.5
47032024-12-21T04:35:53.812Z 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`
47042024-12-21T04:35:54.042Z 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`
47052024-12-21T04:35:54.338Z Compiling fancy-regex v0.13.0
47062024-12-21T04:35:54.341Z 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`
47072024-12-21T04:35:56.255Z Compiling rstest_macros v0.23.0
47082024-12-21T04:35:56.258Z 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`
47092024-12-21T04:35:56.669Z Compiling assert-json-diff v2.0.2
47102024-12-21T04:35:56.673Z 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`
47112024-12-21T04:35:56.740Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47122024-12-21T04:35:56.745Z 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`
47132024-12-21T04:35:56.871Z Compiling serde_regex v1.1.0
47142024-12-21T04:35:56.877Z 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`
47152024-12-21T04:35:57.216Z Compiling path-tree v0.8.1
47162024-12-21T04:35:57.219Z 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`
47172024-12-21T04:35:57.281Z Compiling sync-ptr v0.1.1
47182024-12-21T04:35:57.284Z 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`
47192024-12-21T04:35:57.567Z Compiling internet-checksum v0.2.1
47202024-12-21T04:35:57.569Z 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`
47212024-12-21T04:35:57.698Z Compiling stringmetrics v2.2.2
47222024-12-21T04:35:57.702Z 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`
47232024-12-21T04:35:57.793Z Compiling target-triple v0.1.3
47242024-12-21T04:35:57.795Z 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`
47252024-12-21T04:35:57.865Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-9df46b36269f3495/build-script-build`
47262024-12-21T04:35:58.004Z Compiling httpmock v0.8.0-alpha.1
47272024-12-21T04:35:58.007Z 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=b3f197ddeaa1d556 -C extra-filename=-b3f197ddeaa1d556 --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-c04b25a03779d15e.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-b3af187c6f309615.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`
47282024-12-21T04:35:58.030Z Compiling datatest-stable v0.2.9
47292024-12-21T04:35:58.030Z 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`
47302024-12-21T04:35:58.444Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-c180273141f07097/build-script-build`
47312024-12-21T04:35:58.483Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47322024-12-21T04:35:58.486Z 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=caaf8d9fc249c40d -C extra-filename=-caaf8d9fc249c40d --out-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-68af6d123b4a873b.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-f121f02ed5faeeb4.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b576fb4359c55029.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-19981866211c8586.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-432805f3f6a70023.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74e34b6cf635cb45.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-443309117c23728a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bfccc901727dd97b.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-83bbab02996e9a20.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-ac24b9c5e3e4cd00.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-927988d922450c53.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`
47332024-12-21T04:35:58.784Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
47342024-12-21T04:35:58.789Z 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=4c1a2eec1c69f177 -C extra-filename=-4c1a2eec1c69f177 --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-29c8458de96bb7a0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
47352024-12-21T04:35:58.811Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
47362024-12-21T04:35:58.813Z 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=199cf0fdbf338ade -C extra-filename=-199cf0fdbf338ade --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-199cf0fdbf338ade -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ac10f37105263f37.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:35:59.200Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
47382024-12-21T04:35:59.203Z 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=7dd99c51d6119c82 -C extra-filename=-7dd99c51d6119c82 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-7dd99c51d6119c82 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ac10f37105263f37.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:35:59.529Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
47402024-12-21T04:35:59.532Z 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=e00ffcc38a683499 -C extra-filename=-e00ffcc38a683499 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-e00ffcc38a683499 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ac10f37105263f37.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`
47412024-12-21T04:35:59.555Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47422024-12-21T04:35:59.558Z 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=4f03600e4735884b -C extra-filename=-4f03600e4735884b --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-4f03600e4735884b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ac10f37105263f37.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`
47432024-12-21T04:35:59.907Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47442024-12-21T04:35:59.911Z 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=01eb973f5b53b5a0 -C extra-filename=-01eb973f5b53b5a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-01eb973f5b53b5a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ac10f37105263f37.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`
47452024-12-21T04:35:59.931Z Compiling similar-asserts v1.6.0
47462024-12-21T04:35:59.934Z 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`
47472024-12-21T04:36:00.162Z Compiling proc-macro-crate v3.2.0
47482024-12-21T04:36:00.164Z 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`
47492024-12-21T04:36:00.282Z Compiling relative-path v1.9.3
47502024-12-21T04:36:00.285Z 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`
47512024-12-21T04:36:01.064Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-01eb973f5b53b5a0/build-script-build`
47522024-12-21T04:36:01.107Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-4f03600e4735884b/build-script-build`
47532024-12-21T04:36:01.150Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-e00ffcc38a683499/build-script-build`
47542024-12-21T04:36:01.191Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-7dd99c51d6119c82/build-script-build`
47552024-12-21T04:36:01.217Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-199cf0fdbf338ade/build-script-build`
47562024-12-21T04:36:01.254Z 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"))'`
47572024-12-21T04:36:01.279Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47582024-12-21T04:36:01.282Z 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=17979ffb145ee887 -C extra-filename=-17979ffb145ee887 --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-7526f62f13a75a05.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d9a0b56e2de6d00f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-5339df4d4ed0c71d.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`
47592024-12-21T04:36:01.409Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47602024-12-21T04:36:01.412Z 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=6dca343f5b5af03c -C extra-filename=-6dca343f5b5af03c --out-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-3b18d36a7248a007.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-faf583781c8f8865.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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-3ec73210bed5998a.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`
47612024-12-21T04:36:01.720Z 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`
47622024-12-21T04:36:03.973Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47632024-12-21T04:36:03.978Z 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=f7d14d0f27c78e93 -C extra-filename=-f7d14d0f27c78e93 --out-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-bb01a1122b033950.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-32b97f94ca5f92d6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68fb8859bb578bab.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-c04b25a03779d15e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-6507dc16b1e313f4.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b576fb4359c55029.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-35c25a8679a25f61.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74e34b6cf635cb45.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.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-a490f18610e88b20.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-a3efbbfe3f63cf4a.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-bfccc901727dd97b.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-5b6de1ecef6f098d.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac24b9c5e3e4cd00.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8192131e7c6b5d41.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-927988d922450c53.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8b60fdd34351e1b4.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6f3527a366abd16e.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-93a01762df0480db.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`
47642024-12-21T04:36:05.665Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
47652024-12-21T04:36:05.689Z 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=0b201749d26ff629 -C extra-filename=-0b201749d26ff629 --out-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-a490f18610e88b20.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`
47662024-12-21T04:36:06.203Z Compiling polar-core v0.27.3
47672024-12-21T04:36:06.206Z 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`
47682024-12-21T04:36:06.298Z Compiling multimap v0.10.0
47692024-12-21T04:36:06.300Z 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`
47702024-12-21T04:36:06.685Z Compiling uzers v0.12.1
47712024-12-21T04:36:06.687Z 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`
47722024-12-21T04:36:08.003Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-c70a5f2683588dac/build-script-build`
47732024-12-21T04:36:08.188Z Compiling trybuild v1.0.101
47742024-12-21T04:36:08.190Z 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`
47752024-12-21T04:36:09.700Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47762024-12-21T04:36:09.702Z 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=bfb523ab66e4b278 -C extra-filename=-bfb523ab66e4b278 --out-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-a490f18610e88b20.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-9dc71544e0449a54.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`
47772024-12-21T04:36:09.767Z 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`
47782024-12-21T04:36:13.162Z Compiling partial-io v0.5.4
47792024-12-21T04:36:13.166Z 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`
47802024-12-21T04:36:13.466Z Compiling rstest v0.23.0
47812024-12-21T04:36:13.469Z 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`
47822024-12-21T04:36:13.711Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
47832024-12-21T04:36:13.734Z 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=d7f7fbe951f8b8ed -C extra-filename=-d7f7fbe951f8b8ed --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-d7f7fbe951f8b8ed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ac10f37105263f37.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`
47842024-12-21T04:36:13.737Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
47852024-12-21T04:36:13.737Z 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=bf860c0b8036fbfd -C extra-filename=-bf860c0b8036fbfd --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-bf860c0b8036fbfd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ac10f37105263f37.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`
47862024-12-21T04:36:14.083Z Compiling blake2b_simd v1.0.2
47872024-12-21T04:36:14.099Z 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`
47882024-12-21T04:36:14.109Z Compiling rand_distr v0.4.3
47892024-12-21T04:36:14.111Z 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`
47902024-12-21T04:36:14.950Z Compiling approx v0.5.1
47912024-12-21T04:36:14.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`
47922024-12-21T04:36:15.189Z Compiling rust-argon2 v2.1.0
47932024-12-21T04:36:15.192Z 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`
47942024-12-21T04:36:15.239Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-bf860c0b8036fbfd/build-script-build`
47952024-12-21T04:36:15.278Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-d7f7fbe951f8b8ed/build-script-build`
47962024-12-21T04:36:15.320Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47972024-12-21T04:36:15.322Z 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=c2a506adf3c422d9 -C extra-filename=-c2a506adf3c422d9 --out-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-6eca4f3a0eb9b80f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7526f62f13a75a05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-bfccc901727dd97b.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/`
47982024-12-21T04:36:16.204Z 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=c67ad37e4cfd16a2 -C extra-filename=-c67ad37e4cfd16a2 --out-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-55aebc6ba1129be3.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-2cc07f0687b5bbbd.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-48927a5eea74ccb0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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`
47992024-12-21T04:36:16.539Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
48002024-12-21T04:36:16.542Z 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=1cfbd58cc8d73e6f -C extra-filename=-1cfbd58cc8d73e6f --out-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-5ef3494c46fb64f6.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-b27c4b4b61d9897d.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-55aebc6ba1129be3.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-bca834b2f13fa7b7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-e3350350d4f8dbee.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-6507dc16b1e313f4.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c6f8662d168605b0.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f37751a83f0bda8a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-892ba247bb8b47b2.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-da9a1cda76cb4532.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c768d69219a60fd8.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-f48ddfa5a006e9ee.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-6f3527a366abd16e.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/`
48012024-12-21T04:36:17.007Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48022024-12-21T04:36:17.014Z 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=1f1a21d63cb13211 -C extra-filename=-1f1a21d63cb13211 --out-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-68af6d123b4a873b.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-a490f18610e88b20.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-3bb3b882b590bc45.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-a3efbbfe3f63cf4a.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-443309117c23728a.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`
48032024-12-21T04:36:19.171Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
48042024-12-21T04:36:19.173Z 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=badb420828ba9707 -C extra-filename=-badb420828ba9707 --out-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-975af684cdecc414.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7896ae3d89904734.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
48052024-12-21T04:36:19.635Z Compiling oso v0.27.3
48062024-12-21T04:36:19.638Z 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`
48072024-12-21T04:36:20.950Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
48082024-12-21T04:36:20.953Z 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=82fc8cb385e9feab -C extra-filename=-82fc8cb385e9feab --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-a490f18610e88b20.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`
48092024-12-21T04:36:21.612Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
48102024-12-21T04:36:21.615Z 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=8f06057869c7b411 -C extra-filename=-8f06057869c7b411 --out-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-a490f18610e88b20.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
48112024-12-21T04:36:21.984Z Compiling cargo_toml v0.20.5
48122024-12-21T04:36:21.987Z 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`
48132024-12-21T04:36:22.503Z 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=8dbfb48d2cd0706d -C extra-filename=-8dbfb48d2cd0706d --out-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-46a3d32c51dec031.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-6eca4f3a0eb9b80f.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-c04b25a03779d15e.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-112b0b9cff079c1e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fac101c0554a7556.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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`
48142024-12-21T04:36:22.530Z Compiling termios v0.3.3
48152024-12-21T04:36:22.561Z 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`
48162024-12-21T04:36:22.823Z Compiling indoc v2.0.5
48172024-12-21T04:36:22.825Z 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`
48182024-12-21T04:36:23.473Z 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=adf3d469f178e21f -C extra-filename=-adf3d469f178e21f --out-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-a490f18610e88b20.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-8f06057869c7b411.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`
48192024-12-21T04:36:24.050Z 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=078ac3e72e5ad751 -C extra-filename=-078ac3e72e5ad751 --out-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-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
48202024-12-21T04:36:24.322Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
48212024-12-21T04:36:24.325Z 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=cc9ec20430efe7f8 -C extra-filename=-cc9ec20430efe7f8 --out-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-68fb8859bb578bab.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-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
48222024-12-21T04:36:26.098Z 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=57b1a2bfbd4f9dfa -C extra-filename=-57b1a2bfbd4f9dfa --out-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-a490f18610e88b20.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-9dc71544e0449a54.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-bfb523ab66e4b278.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`
48232024-12-21T04:36:28.014Z 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=f331c12d2753e176 -C extra-filename=-f331c12d2753e176 --out-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-7896ae3d89904734.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-4bc27e918f9d04d8.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-6eca4f3a0eb9b80f.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-d077a0664ca4e58e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-8dbfb48d2cd0706d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d98136267d62182a.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-112b0b9cff079c1e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fac101c0554a7556.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98a47526f972db19.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-0d2d3306cbdb84dd.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-926d89abaa7dd350.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`
48242024-12-21T04:36:28.771Z 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=b4a640791e8cce12 -C extra-filename=-b4a640791e8cce12 --out-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-5ef3494c46fb64f6.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-b27c4b4b61d9897d.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-55aebc6ba1129be3.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-bca834b2f13fa7b7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-e3350350d4f8dbee.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-6507dc16b1e313f4.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c6f8662d168605b0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f37751a83f0bda8a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-1cfbd58cc8d73e6f.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-892ba247bb8b47b2.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-da9a1cda76cb4532.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c768d69219a60fd8.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-f48ddfa5a006e9ee.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-6f3527a366abd16e.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/`
48252024-12-21T04:36:31.038Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
48262024-12-21T04:36:31.041Z 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`
48272024-12-21T04:36:31.118Z 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=463d308b7e5ce671 -C extra-filename=-463d308b7e5ce671 --out-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-a490f18610e88b20.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-9dc71544e0449a54.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-bfb523ab66e4b278.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:36:33.410Z 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=e93589a5549d6951 -C extra-filename=-e93589a5549d6951 --out-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-68af6d123b4a873b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-1f1a21d63cb13211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-3bb3b882b590bc45.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-a3efbbfe3f63cf4a.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-443309117c23728a.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`
48292024-12-21T04:36:33.629Z 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=cbeb2d6077d1d7ac -C extra-filename=-cbeb2d6077d1d7ac --out-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-badb420828ba9707.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975af684cdecc414.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7896ae3d89904734.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
48302024-12-21T04:36:34.105Z 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=f542457dd6eb8dd9 -C extra-filename=-f542457dd6eb8dd9 --out-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-a490f18610e88b20.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`
48312024-12-21T04:36:34.253Z 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=23ffeaee8bab864c -C extra-filename=-23ffeaee8bab864c --out-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-6eca4f3a0eb9b80f.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-b3f197ddeaa1d556.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9925e0caaa00922.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-98a47526f972db19.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-da9a1cda76cb4532.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98684eafebb4920e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-903ae4bf0005ca34.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dbf0f21cb633ead.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-0d2d3306cbdb84dd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
48322024-12-21T04:36:35.454Z 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=edd5b6680fdf840b -C extra-filename=-edd5b6680fdf840b --out-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-6eca4f3a0eb9b80f.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-b3f197ddeaa1d556.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9925e0caaa00922.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-98a47526f972db19.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-da9a1cda76cb4532.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98684eafebb4920e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-903ae4bf0005ca34.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dbf0f21cb633ead.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-0d2d3306cbdb84dd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
48332024-12-21T04:36:35.876Z 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=b7e691832832b8be -C extra-filename=-b7e691832832b8be --out-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-6eca4f3a0eb9b80f.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-b3f197ddeaa1d556.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9925e0caaa00922.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-98a47526f972db19.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-da9a1cda76cb4532.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98684eafebb4920e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dbf0f21cb633ead.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-0d2d3306cbdb84dd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
48342024-12-21T04:36:37.277Z 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=c0998069e1295a18 -C extra-filename=-c0998069e1295a18 --out-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-6eca4f3a0eb9b80f.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-b3f197ddeaa1d556.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9925e0caaa00922.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-98a47526f972db19.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-da9a1cda76cb4532.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98684eafebb4920e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-903ae4bf0005ca34.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dbf0f21cb633ead.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-0d2d3306cbdb84dd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
48352024-12-21T04:36:38.296Z 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=05a173f043c69bf3 -C extra-filename=-05a173f043c69bf3 --out-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-6eca4f3a0eb9b80f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7526f62f13a75a05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-bfccc901727dd97b.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-c2a506adf3c422d9.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/`
48362024-12-21T04:36:39.148Z 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=c3948d7a5905df38 -C extra-filename=-c3948d7a5905df38 --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-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-2f27dc23ea7c5c96.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`
48372024-12-21T04:36:41.611Z 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=13849ff48407421d -C extra-filename=-13849ff48407421d --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-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-2f27dc23ea7c5c96.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aba871c08d7db8fe.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`
48382024-12-21T04:36:42.716Z 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=819b0c237b173ec5 -C extra-filename=-819b0c237b173ec5 --out-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-6eca4f3a0eb9b80f.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-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
48392024-12-21T04:36:45.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=94592c7914d40d3f -C extra-filename=-94592c7914d40d3f --out-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-0b201749d26ff629.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
48402024-12-21T04:36:46.674Z 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=43e7c43c7dbba861 -C extra-filename=-43e7c43c7dbba861 --out-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-0b201749d26ff629.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
48412024-12-21T04:36:46.904Z 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=e0a826bbe7da7a80 -C extra-filename=-e0a826bbe7da7a80 --out-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-0b201749d26ff629.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
48422024-12-21T04:36:47.564Z 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=8fad75a95611795e -C extra-filename=-8fad75a95611795e --out-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-68af6d123b4a873b.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-caaf8d9fc249c40d.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-f121f02ed5faeeb4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b576fb4359c55029.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-19981866211c8586.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-432805f3f6a70023.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74e34b6cf635cb45.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-a3efbbfe3f63cf4a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-443309117c23728a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bfccc901727dd97b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-83bbab02996e9a20.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-ac24b9c5e3e4cd00.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-927988d922450c53.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`
48432024-12-21T04:36:50.027Z 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=71469a69b141e66c -C extra-filename=-71469a69b141e66c --out-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-68af6d123b4a873b.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-f121f02ed5faeeb4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b576fb4359c55029.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-19981866211c8586.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-432805f3f6a70023.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74e34b6cf635cb45.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-a3efbbfe3f63cf4a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-443309117c23728a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bfccc901727dd97b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-83bbab02996e9a20.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-ac24b9c5e3e4cd00.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-927988d922450c53.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`
48442024-12-21T04:36:50.119Z 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=05b762c0ee28e768 -C extra-filename=-05b762c0ee28e768 --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-17979ffb145ee887.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-7526f62f13a75a05.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d9a0b56e2de6d00f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-5339df4d4ed0c71d.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:36:53.175Z 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=51a500a6f4c90fec -C extra-filename=-51a500a6f4c90fec --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-7526f62f13a75a05.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d9a0b56e2de6d00f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-5339df4d4ed0c71d.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`
48462024-12-21T04:36:54.170Z 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=d3ff7cb64f6e27a5 -C extra-filename=-d3ff7cb64f6e27a5 --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-17979ffb145ee887.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-7526f62f13a75a05.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d9a0b56e2de6d00f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-5339df4d4ed0c71d.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`
48472024-12-21T04:36:56.160Z 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=b26a0eb82cfcdbc1 -C extra-filename=-b26a0eb82cfcdbc1 --out-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-bb01a1122b033950.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-32b97f94ca5f92d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68fb8859bb578bab.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-473146fd9cb1bced.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-c04b25a03779d15e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-caaf8d9fc249c40d.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-6507dc16b1e313f4.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-f121f02ed5faeeb4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b576fb4359c55029.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-35c25a8679a25f61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74e34b6cf635cb45.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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-a3efbbfe3f63cf4a.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-bfccc901727dd97b.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-5b6de1ecef6f098d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9070262cf0940ec3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac24b9c5e3e4cd00.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8192131e7c6b5d41.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-927988d922450c53.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9dc71544e0449a54.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8b60fdd34351e1b4.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f7d14d0f27c78e93.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6f3527a366abd16e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-93a01762df0480db.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`
48482024-12-21T04:36:56.349Z 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=97a10320e3e341aa -C extra-filename=-97a10320e3e341aa --out-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-bb01a1122b033950.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-32b97f94ca5f92d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68fb8859bb578bab.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-473146fd9cb1bced.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-c04b25a03779d15e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-caaf8d9fc249c40d.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-6507dc16b1e313f4.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-f121f02ed5faeeb4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b576fb4359c55029.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-35c25a8679a25f61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74e34b6cf635cb45.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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-a3efbbfe3f63cf4a.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-bfccc901727dd97b.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-5b6de1ecef6f098d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9070262cf0940ec3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac24b9c5e3e4cd00.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8192131e7c6b5d41.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-927988d922450c53.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9dc71544e0449a54.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8b60fdd34351e1b4.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f7d14d0f27c78e93.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6f3527a366abd16e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-93a01762df0480db.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`
48492024-12-21T04:36:56.789Z 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=473019de435f2ede -C extra-filename=-473019de435f2ede --out-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-bb01a1122b033950.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-32b97f94ca5f92d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68fb8859bb578bab.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-c04b25a03779d15e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-6507dc16b1e313f4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b576fb4359c55029.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6b8c06aaa5867a2a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-35c25a8679a25f61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74e34b6cf635cb45.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.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-a490f18610e88b20.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-a3efbbfe3f63cf4a.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-bfccc901727dd97b.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-5b6de1ecef6f098d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac24b9c5e3e4cd00.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8192131e7c6b5d41.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-927988d922450c53.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8b60fdd34351e1b4.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f7d14d0f27c78e93.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6f3527a366abd16e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-93a01762df0480db.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`
48502024-12-21T04:36:59.172Z 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=c2371aa0ed965b40 -C extra-filename=-c2371aa0ed965b40 --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-17979ffb145ee887.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-7526f62f13a75a05.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d9a0b56e2de6d00f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-5339df4d4ed0c71d.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`
48512024-12-21T04:37:01.919Z 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=50710a584165da30 -C extra-filename=-50710a584165da30 --out-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-547b35d060fe7940.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5ef3494c46fb64f6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bb01a1122b033950.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-f8ae9941868d4c71.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-e64f7e2b500096cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ab09a08bacbe0c6d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-32b97f94ca5f92d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68fb8859bb578bab.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-c04b25a03779d15e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-d0088618b9519e6d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b576fb4359c55029.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-f22ef5dca7ee1f75.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-fd052eb01683533c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9925e0caaa00922.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d98136267d62182a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74e34b6cf635cb45.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7526f62f13a75a05.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-a490f18610e88b20.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-98a47526f972db19.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-38b22fdeb167d221.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c722f7c91456f616.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d14c6ce2626a92ef.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ecd12c166dd75d54.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-bf8630c4b50d67c6.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c768d69219a60fd8.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-c6db21d26a5ad3b7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-f48ddfa5a006e9ee.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926d89abaa7dd350.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-5339df4d4ed0c71d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-0cc76be31c6a09fb.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-443309117c23728a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bfccc901727dd97b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-83bbab02996e9a20.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/`
48522024-12-21T04:37:13.878Z 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=c74799ff595f1521 -C extra-filename=-c74799ff595f1521 --out-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-547b35d060fe7940.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5ef3494c46fb64f6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bb01a1122b033950.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-f8ae9941868d4c71.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-e64f7e2b500096cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ab09a08bacbe0c6d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-32b97f94ca5f92d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68fb8859bb578bab.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-c04b25a03779d15e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-d0088618b9519e6d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b576fb4359c55029.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-f22ef5dca7ee1f75.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-fd052eb01683533c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9925e0caaa00922.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d98136267d62182a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74e34b6cf635cb45.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7526f62f13a75a05.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-a490f18610e88b20.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-98a47526f972db19.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-38b22fdeb167d221.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c722f7c91456f616.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d14c6ce2626a92ef.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ecd12c166dd75d54.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-bf8630c4b50d67c6.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c768d69219a60fd8.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-c6db21d26a5ad3b7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-f48ddfa5a006e9ee.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926d89abaa7dd350.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-5339df4d4ed0c71d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-0cc76be31c6a09fb.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-443309117c23728a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bfccc901727dd97b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-83bbab02996e9a20.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/`
48532024-12-21T04:37:14.307Z 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=07b87b74d4dcf3dd -C extra-filename=-07b87b74d4dcf3dd --out-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-547b35d060fe7940.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5ef3494c46fb64f6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bb01a1122b033950.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-f8ae9941868d4c71.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-e64f7e2b500096cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ab09a08bacbe0c6d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-32b97f94ca5f92d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68fb8859bb578bab.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-c04b25a03779d15e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-d0088618b9519e6d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b576fb4359c55029.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-f22ef5dca7ee1f75.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-fd052eb01683533c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9925e0caaa00922.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d98136267d62182a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74e34b6cf635cb45.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7526f62f13a75a05.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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-98a47526f972db19.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-38b22fdeb167d221.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c722f7c91456f616.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-d14c6ce2626a92ef.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ecd12c166dd75d54.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-bf8630c4b50d67c6.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-c768d69219a60fd8.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-c6db21d26a5ad3b7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-f48ddfa5a006e9ee.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926d89abaa7dd350.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-5339df4d4ed0c71d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-0cc76be31c6a09fb.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-443309117c23728a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bfccc901727dd97b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-83bbab02996e9a20.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`
48542024-12-21T04:37:18.068Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48552024-12-21T04:37:18.172Z 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=5710243bd265f9ed -C extra-filename=-5710243bd265f9ed --out-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-fac101c0554a7556.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f331c12d2753e176.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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`
48562024-12-21T04:37:21.387Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48572024-12-21T04:37:21.390Z 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=342df1d6e444a810 -C extra-filename=-342df1d6e444a810 --out-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-f8ae9941868d4c71.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e64f7e2b500096cf.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ab09a08bacbe0c6d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-473146fd9cb1bced.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-c04b25a03779d15e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9925e0caaa00922.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d98136267d62182a.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f331c12d2753e176.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-01d0ff445153c7e8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7526f62f13a75a05.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98a47526f972db19.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-903ae4bf0005ca34.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c722f7c91456f616.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-926d89abaa7dd350.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/`
48582024-12-21T04:37:21.746Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48592024-12-21T04:37:21.749Z 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=36a795873673b00e -C extra-filename=-36a795873673b00e --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-f331c12d2753e176.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926d89abaa7dd350.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`
48602024-12-21T04:37:23.931Z 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=17d9b38fed0dbf40 -C extra-filename=-17d9b38fed0dbf40 --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-fac101c0554a7556.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f331c12d2753e176.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
48612024-12-21T04:37:26.040Z 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=280ccc83e6e17d58 -C extra-filename=-280ccc83e6e17d58 --out-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-c7bf20c51aacb9cf.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975af684cdecc414.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a02fc52ccc56f3d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7896ae3d89904734.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80182b04b3f58e39.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-d077a0664ca4e58e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-d98136267d62182a.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fac101c0554a7556.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f331c12d2753e176.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-36a795873673b00e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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-a3efbbfe3f63cf4a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926d89abaa7dd350.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-927988d922450c53.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`
48622024-12-21T04:37:27.221Z 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=bcb95903f0528af5 -C extra-filename=-bcb95903f0528af5 --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-f331c12d2753e176.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98684eafebb4920e.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`
48632024-12-21T04:37:29.005Z 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=d9bf8916c7a2b669 -C extra-filename=-d9bf8916c7a2b669 --out-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-6eca4f3a0eb9b80f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7526f62f13a75a05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-bfccc901727dd97b.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/`
48642024-12-21T04:37:31.015Z 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=165cc699798fae43 -C extra-filename=-165cc699798fae43 --out-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-547b35d060fe7940.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5ef3494c46fb64f6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bb01a1122b033950.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-f8ae9941868d4c71.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-e64f7e2b500096cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ab09a08bacbe0c6d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-32b97f94ca5f92d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68fb8859bb578bab.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-c04b25a03779d15e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-d0088618b9519e6d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b576fb4359c55029.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-f22ef5dca7ee1f75.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-fd052eb01683533c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9925e0caaa00922.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d98136267d62182a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74e34b6cf635cb45.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7526f62f13a75a05.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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-98a47526f972db19.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-38b22fdeb167d221.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c722f7c91456f616.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-d14c6ce2626a92ef.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ecd12c166dd75d54.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-bf8630c4b50d67c6.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-c768d69219a60fd8.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-c6db21d26a5ad3b7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-f48ddfa5a006e9ee.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926d89abaa7dd350.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-5339df4d4ed0c71d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-0cc76be31c6a09fb.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-443309117c23728a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bfccc901727dd97b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-83bbab02996e9a20.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:37:31.185Z 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=37ba087f82b2d3e6 -C extra-filename=-37ba087f82b2d3e6 --out-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-547b35d060fe7940.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5ef3494c46fb64f6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bb01a1122b033950.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-f8ae9941868d4c71.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-e64f7e2b500096cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ab09a08bacbe0c6d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-32b97f94ca5f92d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68fb8859bb578bab.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-c04b25a03779d15e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-d0088618b9519e6d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b576fb4359c55029.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-f22ef5dca7ee1f75.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-fd052eb01683533c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9925e0caaa00922.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d98136267d62182a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74e34b6cf635cb45.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7526f62f13a75a05.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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-98a47526f972db19.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-38b22fdeb167d221.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c722f7c91456f616.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-d14c6ce2626a92ef.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ecd12c166dd75d54.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-bf8630c4b50d67c6.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-c768d69219a60fd8.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-c6db21d26a5ad3b7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-f48ddfa5a006e9ee.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926d89abaa7dd350.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-5339df4d4ed0c71d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-0cc76be31c6a09fb.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-443309117c23728a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bfccc901727dd97b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-83bbab02996e9a20.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:37:32.576Z 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=612d3c7c94aa61d4 -C extra-filename=-612d3c7c94aa61d4 --out-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-c7bf20c51aacb9cf.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975af684cdecc414.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a02fc52ccc56f3d.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80182b04b3f58e39.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f8ae9941868d4c71.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-8b065837dfeb478b.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-37852473e98f2a46.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-ab09a08bacbe0c6d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-32b97f94ca5f92d6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68fb8859bb578bab.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-c04b25a03779d15e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-fd052eb01683533c.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-8dbfb48d2cd0706d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d98136267d62182a.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fac101c0554a7556.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f331c12d2753e176.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-12b7d33f0d9eca33.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c6f8662d168605b0.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f37751a83f0bda8a.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3b18d36a7248a007.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bcb95903f0528af5.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-36a795873673b00e.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-280ccc83e6e17d58.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-faf583781c8f8865.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5710243bd265f9ed.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-17d9b38fed0dbf40.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-01d0ff445153c7e8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.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-432805f3f6a70023.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.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-a490f18610e88b20.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-98a47526f972db19.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98684eafebb4920e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dbf0f21cb633ead.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-38b22fdeb167d221.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c722f7c91456f616.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-402139c3211c4ddc.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-2f414554c74956b6.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d14c6ce2626a92ef.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-0d2d3306cbdb84dd.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-a3efbbfe3f63cf4a.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-926d89abaa7dd350.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-5b6de1ecef6f098d.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8192131e7c6b5d41.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-927988d922450c53.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`
48672024-12-21T04:37:32.922Z 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=2b560619329af37b -C extra-filename=-2b560619329af37b --out-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-547b35d060fe7940.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5ef3494c46fb64f6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bb01a1122b033950.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-f8ae9941868d4c71.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-e64f7e2b500096cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ab09a08bacbe0c6d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-32b97f94ca5f92d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68fb8859bb578bab.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-c04b25a03779d15e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-d0088618b9519e6d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b576fb4359c55029.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-f22ef5dca7ee1f75.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-fd052eb01683533c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9925e0caaa00922.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d98136267d62182a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74e34b6cf635cb45.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7526f62f13a75a05.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-a490f18610e88b20.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-98a47526f972db19.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-38b22fdeb167d221.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c722f7c91456f616.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d14c6ce2626a92ef.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ecd12c166dd75d54.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-bf8630c4b50d67c6.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c768d69219a60fd8.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-c6db21d26a5ad3b7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-f48ddfa5a006e9ee.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926d89abaa7dd350.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-5339df4d4ed0c71d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-0cc76be31c6a09fb.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-443309117c23728a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bfccc901727dd97b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-83bbab02996e9a20.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:37:34.023Z 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=edb2ee888ea737b1 -C extra-filename=-edb2ee888ea737b1 --out-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-547b35d060fe7940.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5ef3494c46fb64f6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bb01a1122b033950.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-f8ae9941868d4c71.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-e64f7e2b500096cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ab09a08bacbe0c6d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-32b97f94ca5f92d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68fb8859bb578bab.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-c04b25a03779d15e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-d0088618b9519e6d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b576fb4359c55029.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-f22ef5dca7ee1f75.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-fd052eb01683533c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9925e0caaa00922.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d98136267d62182a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74e34b6cf635cb45.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7526f62f13a75a05.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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-98a47526f972db19.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-38b22fdeb167d221.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c722f7c91456f616.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-d14c6ce2626a92ef.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ecd12c166dd75d54.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-bf8630c4b50d67c6.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-c768d69219a60fd8.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-c6db21d26a5ad3b7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-f48ddfa5a006e9ee.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926d89abaa7dd350.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-5339df4d4ed0c71d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-0cc76be31c6a09fb.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-443309117c23728a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bfccc901727dd97b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-83bbab02996e9a20.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`
48692024-12-21T04:37:34.309Z 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=b85e68e3c6d23acc -C extra-filename=-b85e68e3c6d23acc --out-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-c7bf20c51aacb9cf.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975af684cdecc414.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7896ae3d89904734.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-68fb8859bb578bab.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-473146fd9cb1bced.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7526f62f13a75a05.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-a490f18610e88b20.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-926d89abaa7dd350.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-3ec73210bed5998a.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/`
48702024-12-21T04:37:37.164Z 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=60070671daa51d7d -C extra-filename=-60070671daa51d7d --out-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-bb01a1122b033950.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-32b97f94ca5f92d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68fb8859bb578bab.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-473146fd9cb1bced.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-c04b25a03779d15e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-caaf8d9fc249c40d.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-6507dc16b1e313f4.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-f121f02ed5faeeb4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b576fb4359c55029.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-35c25a8679a25f61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74e34b6cf635cb45.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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-a3efbbfe3f63cf4a.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-bfccc901727dd97b.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-5b6de1ecef6f098d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9070262cf0940ec3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac24b9c5e3e4cd00.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8192131e7c6b5d41.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-927988d922450c53.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9dc71544e0449a54.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8b60fdd34351e1b4.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6f3527a366abd16e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-93a01762df0480db.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`
48712024-12-21T04:37:54.315Z 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=80c30514386a069d -C extra-filename=-80c30514386a069d --out-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-6eca4f3a0eb9b80f.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-f57edb2dbf2c7efb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3b18d36a7248a007.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-faf583781c8f8865.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-6dca343f5b5af03c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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`
48722024-12-21T04:37:57.662Z 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=1eb73e2c93af06c4 -C extra-filename=-1eb73e2c93af06c4 --out-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-4c1a2eec1c69f177.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
48732024-12-21T04:37:58.925Z 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=536c97dd0553651c -C extra-filename=-536c97dd0553651c --out-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-6eca4f3a0eb9b80f.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-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-82fc8cb385e9feab.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9925e0caaa00922.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d98136267d62182a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fac101c0554a7556.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f331c12d2753e176.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3b18d36a7248a007.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-faf583781c8f8865.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5710243bd265f9ed.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-ebc379566efd2a27.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
48742024-12-21T04:38:00.072Z 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=239d360a83a75192 -C extra-filename=-239d360a83a75192 --out-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-46a3d32c51dec031.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-6eca4f3a0eb9b80f.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-c04b25a03779d15e.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-112b0b9cff079c1e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fac101c0554a7556.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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`
48752024-12-21T04:38:03.152Z 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=e442fe746e49b30c -C extra-filename=-e442fe746e49b30c --out-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-c7bf20c51aacb9cf.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975af684cdecc414.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a02fc52ccc56f3d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80182b04b3f58e39.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-f8ae9941868d4c71.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-8b065837dfeb478b.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-37852473e98f2a46.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-e64f7e2b500096cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ab09a08bacbe0c6d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-32b97f94ca5f92d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68fb8859bb578bab.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-473146fd9cb1bced.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-7f117a3826c4fb32.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c04b25a03779d15e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-808354205babba9b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-fd052eb01683533c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-8dbfb48d2cd0706d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9925e0caaa00922.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d98136267d62182a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fac101c0554a7556.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f331c12d2753e176.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-12b7d33f0d9eca33.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c6f8662d168605b0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f37751a83f0bda8a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3b18d36a7248a007.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bcb95903f0528af5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-36a795873673b00e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-280ccc83e6e17d58.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-faf583781c8f8865.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5710243bd265f9ed.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-17d9b38fed0dbf40.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-01d0ff445153c7e8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-342df1d6e444a810.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-506bc50198d9df84.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.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-432805f3f6a70023.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7526f62f13a75a05.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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-d9a0b56e2de6d00f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98a47526f972db19.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98684eafebb4920e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-903ae4bf0005ca34.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dbf0f21cb633ead.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-38b22fdeb167d221.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c722f7c91456f616.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-402139c3211c4ddc.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-2f414554c74956b6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d14c6ce2626a92ef.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-0d2d3306cbdb84dd.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-a3efbbfe3f63cf4a.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-926d89abaa7dd350.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-5339df4d4ed0c71d.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-262e0e9d98db4b16.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-5b6de1ecef6f098d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9070262cf0940ec3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac24b9c5e3e4cd00.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8192131e7c6b5d41.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-927988d922450c53.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/`
48762024-12-21T04:38:05.452Z 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=de14a952ac66a945 -C extra-filename=-de14a952ac66a945 --out-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-7896ae3d89904734.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-4bc27e918f9d04d8.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-6eca4f3a0eb9b80f.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-68fb8859bb578bab.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-808354205babba9b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-8dbfb48d2cd0706d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d98136267d62182a.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-112b0b9cff079c1e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fac101c0554a7556.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3b18d36a7248a007.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-faf583781c8f8865.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-342df1d6e444a810.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7526f62f13a75a05.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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-98a47526f972db19.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-0d2d3306cbdb84dd.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-926d89abaa7dd350.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/`
48772024-12-21T04:38:08.922Z 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=b0c25a19f3f8e1e0 -C extra-filename=-b0c25a19f3f8e1e0 --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-7f117a3826c4fb32.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-fac101c0554a7556.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f331c12d2753e176.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-342df1d6e444a810.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98684eafebb4920e.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/`
48782024-12-21T04:38:20.365Z 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=873dd2123ac80125 -C extra-filename=-873dd2123ac80125 --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-8dbfb48d2cd0706d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fac101c0554a7556.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f331c12d2753e176.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-342df1d6e444a810.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-506bc50198d9df84.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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/`
48792024-12-21T04:38:24.158Z 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=70bb76f4da0dfff2 -C extra-filename=-70bb76f4da0dfff2 --out-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-f8ae9941868d4c71.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e64f7e2b500096cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ab09a08bacbe0c6d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-473146fd9cb1bced.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-c04b25a03779d15e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9925e0caaa00922.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d98136267d62182a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f331c12d2753e176.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-01d0ff445153c7e8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7526f62f13a75a05.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98a47526f972db19.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-903ae4bf0005ca34.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c722f7c91456f616.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-926d89abaa7dd350.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/`
48802024-12-21T04:38:27.047Z 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=b9546d2968d297b6 -C extra-filename=-b9546d2968d297b6 --out-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-55aebc6ba1129be3.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-2cc07f0687b5bbbd.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-48927a5eea74ccb0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68af6d123b4a873b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-342df1d6e444a810.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-c67ad37e4cfd16a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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/`
48812024-12-21T04:38:29.476Z 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=7a7e7836131c5ba2 -C extra-filename=-7a7e7836131c5ba2 --out-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-55aebc6ba1129be3.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-2cc07f0687b5bbbd.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-48927a5eea74ccb0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68af6d123b4a873b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-342df1d6e444a810.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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/`
48822024-12-21T04:38:30.024Z 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=d9b22790024ec596 -C extra-filename=-d9b22790024ec596 --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-f331c12d2753e176.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926d89abaa7dd350.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`
48832024-12-21T04:38:33.345Z 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=37da1c7db2621382 -C extra-filename=-37da1c7db2621382 --out-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-fac101c0554a7556.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f331c12d2753e176.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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`
48842024-12-21T04:38:36.352Z 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=05c7c3b3844cceef -C extra-filename=-05c7c3b3844cceef --out-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-f8ae9941868d4c71.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-48927a5eea74ccb0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc733c158f3ca9ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68fb8859bb578bab.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-473146fd9cb1bced.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-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-d9925e0caaa00922.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d98136267d62182a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fac101c0554a7556.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f331c12d2753e176.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3b18d36a7248a007.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5710243bd265f9ed.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-17d9b38fed0dbf40.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98684eafebb4920e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dbf0f21cb633ead.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-926d89abaa7dd350.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-927988d922450c53.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`
48852024-12-21T04:38:39.729Z 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=b28e46ff06d39b74 -C extra-filename=-b28e46ff06d39b74 --out-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-4c1a2eec1c69f177.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
48862024-12-21T04:38:49.594Z 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=0e090657efe4b60a -C extra-filename=-0e090657efe4b60a --out-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-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
48872024-12-21T04:38:51.896Z 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=52336c2849e0f6b6 -C extra-filename=-52336c2849e0f6b6 --out-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-547b35d060fe7940.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5ef3494c46fb64f6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bb01a1122b033950.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-f8ae9941868d4c71.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-e64f7e2b500096cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ab09a08bacbe0c6d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-32b97f94ca5f92d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68fb8859bb578bab.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-c04b25a03779d15e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-d0088618b9519e6d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b576fb4359c55029.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-f22ef5dca7ee1f75.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-fd052eb01683533c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9925e0caaa00922.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d98136267d62182a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74e34b6cf635cb45.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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-98a47526f972db19.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-38b22fdeb167d221.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c722f7c91456f616.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-d14c6ce2626a92ef.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ecd12c166dd75d54.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-bf8630c4b50d67c6.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-c768d69219a60fd8.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-c6db21d26a5ad3b7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-f48ddfa5a006e9ee.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926d89abaa7dd350.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-5339df4d4ed0c71d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-0cc76be31c6a09fb.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-443309117c23728a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bfccc901727dd97b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-83bbab02996e9a20.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/`
48882024-12-21T04:39:01.473Z 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=bf9cc355fed777b1 -C extra-filename=-bf9cc355fed777b1 --out-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-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-9070262cf0940ec3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac24b9c5e3e4cd00.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:39:02.577Z 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=c1458ee400d8bad9 -C extra-filename=-c1458ee400d8bad9 --out-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-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-9070262cf0940ec3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac24b9c5e3e4cd00.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`
48902024-12-21T04:39:03.796Z 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=7065c623dc315ae9 -C extra-filename=-7065c623dc315ae9 --out-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-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-ac24b9c5e3e4cd00.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:39:06.592Z 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=4cf8d834393fb436 -C extra-filename=-4cf8d834393fb436 --out-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-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-9070262cf0940ec3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac24b9c5e3e4cd00.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:39:14.126Z 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=4e8bfc71f61a6695 -C extra-filename=-4e8bfc71f61a6695 --out-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-3b18d36a7248a007.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-faf583781c8f8865.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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-3ec73210bed5998a.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`
48932024-12-21T04:39:16.952Z 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=b5ced85ac117ad5b -C extra-filename=-b5ced85ac117ad5b --out-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-5ef3494c46fb64f6.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-b27c4b4b61d9897d.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-55aebc6ba1129be3.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-bca834b2f13fa7b7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-e3350350d4f8dbee.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-6507dc16b1e313f4.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c6f8662d168605b0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f37751a83f0bda8a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-892ba247bb8b47b2.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-da9a1cda76cb4532.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c768d69219a60fd8.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-f48ddfa5a006e9ee.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-6f3527a366abd16e.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/`
48942024-12-21T04:39:21.109Z 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=6cfbe731fdc2e0fb -C extra-filename=-6cfbe731fdc2e0fb --out-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-b27c4b4b61d9897d.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-8596e9bd1058d924.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7896ae3d89904734.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-88fe053d78e80848.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68af6d123b4a873b.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-4ecf50eda5f688a6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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-5dbf0f21cb633ead.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8b2dd72d9435e404.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:39:23.952Z 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=fd9b84c1987830eb -C extra-filename=-fd9b84c1987830eb --out-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-b27c4b4b61d9897d.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-8596e9bd1058d924.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7896ae3d89904734.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-88fe053d78e80848.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68af6d123b4a873b.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-4ecf50eda5f688a6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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-5dbf0f21cb633ead.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8b2dd72d9435e404.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`
48962024-12-21T04:39:39.618Z 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=5cd77077ada0187e -C extra-filename=-5cd77077ada0187e --out-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-b27c4b4b61d9897d.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-8596e9bd1058d924.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7896ae3d89904734.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-88fe053d78e80848.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68af6d123b4a873b.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-4ecf50eda5f688a6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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-5dbf0f21cb633ead.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8b2dd72d9435e404.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`
48972024-12-21T04:39:42.200Z 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=6b1bb5741c804111 -C extra-filename=-6b1bb5741c804111 --out-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-b27c4b4b61d9897d.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-8596e9bd1058d924.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7896ae3d89904734.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-88fe053d78e80848.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68af6d123b4a873b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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-5dbf0f21cb633ead.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8b2dd72d9435e404.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`
48982024-12-21T04:39:42.322Z 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=231df7e5ea9f0440 -C extra-filename=-231df7e5ea9f0440 --out-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-b27c4b4b61d9897d.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-8596e9bd1058d924.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7896ae3d89904734.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-88fe053d78e80848.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68af6d123b4a873b.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-4ecf50eda5f688a6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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-5dbf0f21cb633ead.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8b2dd72d9435e404.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`
48992024-12-21T04:39:43.793Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
49002024-12-21T04:39:43.795Z 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=82d75dd5eb03814e -C extra-filename=-82d75dd5eb03814e --out-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-8596e9bd1058d924.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-a490f18610e88b20.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dbf0f21cb633ead.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8b2dd72d9435e404.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`
49012024-12-21T04:39:45.177Z 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=41b42995421c2be5 -C extra-filename=-41b42995421c2be5 --out-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-432805f3f6a70023.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-a3efbbfe3f63cf4a.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-bfccc901727dd97b.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-927988d922450c53.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9dc71544e0449a54.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8b60fdd34351e1b4.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-93a01762df0480db.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`
49022024-12-21T04:39:45.302Z 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=989818c458a47593 -C extra-filename=-989818c458a47593 --out-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-432805f3f6a70023.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-a3efbbfe3f63cf4a.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-bfccc901727dd97b.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-927988d922450c53.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9dc71544e0449a54.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8b60fdd34351e1b4.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-93a01762df0480db.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`
49032024-12-21T04:39:46.112Z 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=839dfe3476632eb9 -C extra-filename=-839dfe3476632eb9 --out-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-432805f3f6a70023.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-a3efbbfe3f63cf4a.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-bfccc901727dd97b.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-927988d922450c53.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9dc71544e0449a54.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8b60fdd34351e1b4.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-93a01762df0480db.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:39:47.526Z 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=6223e55f89514c9e -C extra-filename=-6223e55f89514c9e --out-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-a490f18610e88b20.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-9dc71544e0449a54.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`
49052024-12-21T04:39:47.735Z 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=2143cacf3a811a50 -C extra-filename=-2143cacf3a811a50 --out-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-b27c4b4b61d9897d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7896ae3d89904734.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-4ecf50eda5f688a6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dbf0f21cb633ead.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`
49062024-12-21T04:39:50.426Z 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=91f00aee8dca3d77 -C extra-filename=-91f00aee8dca3d77 --out-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-b27c4b4b61d9897d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7896ae3d89904734.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-4ecf50eda5f688a6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dbf0f21cb633ead.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`
49072024-12-21T04:39:59.531Z 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=28a736f49beac499 -C extra-filename=-28a736f49beac499 --out-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-b27c4b4b61d9897d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7896ae3d89904734.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-4ecf50eda5f688a6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dbf0f21cb633ead.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`
49082024-12-21T04:40:08.204Z 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=a1319b67f12b9887 -C extra-filename=-a1319b67f12b9887 --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-fac101c0554a7556.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
49092024-12-21T04:40:11.017Z 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=7847ef89a1c3f790 -C extra-filename=-7847ef89a1c3f790 --out-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-432805f3f6a70023.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-a3efbbfe3f63cf4a.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-bfccc901727dd97b.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-927988d922450c53.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8b60fdd34351e1b4.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-93a01762df0480db.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`
49102024-12-21T04:40:20.012Z 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=eccc1b2f9984afd2 -C extra-filename=-eccc1b2f9984afd2 --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-2cc07f0687b5bbbd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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`
49112024-12-21T04:40:21.834Z 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=c106745b83bcdef7 -C extra-filename=-c106745b83bcdef7 --out-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-6eca4f3a0eb9b80f.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-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98a47526f972db19.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dbf0f21cb633ead.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8b2dd72d9435e404.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-402139c3211c4ddc.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-0d2d3306cbdb84dd.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-a3efbbfe3f63cf4a.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`
49122024-12-21T04:40:24.521Z 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=5fb6e07b4083726d -C extra-filename=-5fb6e07b4083726d --out-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-6eca4f3a0eb9b80f.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-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98a47526f972db19.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8b2dd72d9435e404.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-402139c3211c4ddc.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-0d2d3306cbdb84dd.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-a3efbbfe3f63cf4a.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`
49132024-12-21T04:40:24.939Z 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=844651f62e5f8726 -C extra-filename=-844651f62e5f8726 --out-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-6eca4f3a0eb9b80f.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-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98a47526f972db19.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dbf0f21cb633ead.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8b2dd72d9435e404.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-402139c3211c4ddc.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-0d2d3306cbdb84dd.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-a3efbbfe3f63cf4a.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`
49142024-12-21T04:40:30.865Z 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=0a81c907cf46de94 -C extra-filename=-0a81c907cf46de94 --out-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-6eca4f3a0eb9b80f.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-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-5b6de1ecef6f098d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9070262cf0940ec3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac24b9c5e3e4cd00.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`
49152024-12-21T04:40:39.870Z 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=d3e811bdf45bbe04 -C extra-filename=-d3e811bdf45bbe04 --out-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-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-9070262cf0940ec3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac24b9c5e3e4cd00.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:41:28.742Z 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=643e7c2b75bdc25a -C extra-filename=-643e7c2b75bdc25a --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-48927a5eea74ccb0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
49172024-12-21T04:41:28.742Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
49182024-12-21T04:41:28.742Z 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=e7d4d13e09ee5605 -C extra-filename=-e7d4d13e09ee5605 --out-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-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-3bb3b882b590bc45.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-ac24b9c5e3e4cd00.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`
49192024-12-21T04:41:29.305Z 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=e040be9eaa329d53 -C extra-filename=-e040be9eaa329d53 --out-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-68af6d123b4a873b.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-a490f18610e88b20.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-3bb3b882b590bc45.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-a3efbbfe3f63cf4a.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-443309117c23728a.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`
49202024-12-21T04:41:33.619Z 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=67832aacec5cf889 -C extra-filename=-67832aacec5cf889 --out-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-975af684cdecc414.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7896ae3d89904734.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
49212024-12-21T04:41:35.867Z 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=b41b0571562ef880 -C extra-filename=-b41b0571562ef880 --out-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-6eca4f3a0eb9b80f.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-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9925e0caaa00922.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98a47526f972db19.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-da9a1cda76cb4532.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98684eafebb4920e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-903ae4bf0005ca34.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dbf0f21cb633ead.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-0d2d3306cbdb84dd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
49222024-12-21T04:41:40.031Z 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=128c69c5d195e739 -C extra-filename=-128c69c5d195e739 --out-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-6eca4f3a0eb9b80f.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-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9925e0caaa00922.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98a47526f972db19.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-da9a1cda76cb4532.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98684eafebb4920e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-903ae4bf0005ca34.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dbf0f21cb633ead.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-0d2d3306cbdb84dd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
49232024-12-21T04:41:43.937Z 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=3fa1971913863996 -C extra-filename=-3fa1971913863996 --out-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-6eca4f3a0eb9b80f.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-e3350350d4f8dbee.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-473146fd9cb1bced.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-58eda97bf2a167b0.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-c04b25a03779d15e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-19981866211c8586.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d2eb36b121436aa7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98a47526f972db19.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-38b22fdeb167d221.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c722f7c91456f616.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-262e0e9d98db4b16.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:41:44.235Z 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=1bb1a054f63e7225 -C extra-filename=-1bb1a054f63e7225 --out-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-6eca4f3a0eb9b80f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-e3350350d4f8dbee.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-58eda97bf2a167b0.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-c04b25a03779d15e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-19981866211c8586.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d2eb36b121436aa7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98a47526f972db19.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-38b22fdeb167d221.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c722f7c91456f616.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`
49252024-12-21T04:41:47.031Z 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=3bc5a9d547ac8833 -C extra-filename=-3bc5a9d547ac8833 --out-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-6eca4f3a0eb9b80f.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-e3350350d4f8dbee.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-473146fd9cb1bced.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-58eda97bf2a167b0.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-c04b25a03779d15e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-19981866211c8586.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d2eb36b121436aa7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98a47526f972db19.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-38b22fdeb167d221.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c722f7c91456f616.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-262e0e9d98db4b16.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`
49262024-12-21T04:41:49.683Z 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=0521f0f9db2b806b -C extra-filename=-0521f0f9db2b806b --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-6eca4f3a0eb9b80f.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-58eda97bf2a167b0.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d2eb36b121436aa7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-262e0e9d98db4b16.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`
49272024-12-21T04:41:52.729Z 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=8c4619ed7b448fee -C extra-filename=-8c4619ed7b448fee --out-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-6eca4f3a0eb9b80f.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-e3350350d4f8dbee.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-473146fd9cb1bced.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-58eda97bf2a167b0.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-c04b25a03779d15e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-19981866211c8586.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98a47526f972db19.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-38b22fdeb167d221.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c722f7c91456f616.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-262e0e9d98db4b16.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`
49282024-12-21T04:41:54.841Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
49292024-12-21T04:41:54.844Z 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=a084c2f1678ab47d -C extra-filename=-a084c2f1678ab47d --out-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-473146fd9cb1bced.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d2eb36b121436aa7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
49302024-12-21T04:41:57.717Z 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=c0009c86b8950cb7 -C extra-filename=-c0009c86b8950cb7 --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-faf583781c8f8865.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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:42:09.649Z 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=5aa1f55882cadd19 -C extra-filename=-5aa1f55882cadd19 --out-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-6eca4f3a0eb9b80f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c04b25a03779d15e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a83092cbf26d15c7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-892ba247bb8b47b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aba871c08d7db8fe.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-402139c3211c4ddc.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`
49322024-12-21T04:42:09.849Z 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=9eeaaf67864931e5 -C extra-filename=-9eeaaf67864931e5 --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-b576fb4359c55029.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-5339df4d4ed0c71d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bfccc901727dd97b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-927988d922450c53.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8b60fdd34351e1b4.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`
49332024-12-21T04:42:15.005Z 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=03f9eec387b80dd4 -C extra-filename=-03f9eec387b80dd4 --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-bb01a1122b033950.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-68fb8859bb578bab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.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-a490f18610e88b20.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-bfccc901727dd97b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8b60fdd34351e1b4.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`
49342024-12-21T04:42:17.238Z 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=ebb8dff949d1a669 -C extra-filename=-ebb8dff949d1a669 --out-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-7896ae3d89904734.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-68fb8859bb578bab.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.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-d077a0664ca4e58e.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-d98136267d62182a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3b18d36a7248a007.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-8d0c74a4256524e4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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-926d89abaa7dd350.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-3ec73210bed5998a.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:42:18.161Z 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=52835bd2d2586996 -C extra-filename=-52835bd2d2586996 --out-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-e64f7e2b500096cf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-bca834b2f13fa7b7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ab09a08bacbe0c6d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-f57edb2dbf2c7efb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
49362024-12-21T04:42:19.984Z 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=7d7ac7e8279b7e68 -C extra-filename=-7d7ac7e8279b7e68 --out-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-e64f7e2b500096cf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-bca834b2f13fa7b7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ab09a08bacbe0c6d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-f57edb2dbf2c7efb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
49372024-12-21T04:42:20.029Z 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=e446317f2bddb8fc -C extra-filename=-e446317f2bddb8fc --out-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-e64f7e2b500096cf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-bca834b2f13fa7b7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ab09a08bacbe0c6d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-f57edb2dbf2c7efb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
49382024-12-21T04:42:20.514Z 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=46da292362c27746 -C extra-filename=-46da292362c27746 --out-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-e64f7e2b500096cf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-bca834b2f13fa7b7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ab09a08bacbe0c6d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-f57edb2dbf2c7efb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
49392024-12-21T04:42:20.677Z 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=e1bd5d0223dca4ff -C extra-filename=-e1bd5d0223dca4ff --out-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-e64f7e2b500096cf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-bca834b2f13fa7b7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ab09a08bacbe0c6d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-f57edb2dbf2c7efb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
49402024-12-21T04:42:21.149Z 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=b09bbcb5c9aed7f1 -C extra-filename=-b09bbcb5c9aed7f1 --out-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-bca834b2f13fa7b7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ab09a08bacbe0c6d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-f57edb2dbf2c7efb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
49412024-12-21T04:42:23.121Z 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=3629499a9419f156 -C extra-filename=-3629499a9419f156 --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-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-bfccc901727dd97b.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`
49422024-12-21T04:42:35.939Z 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=e2b348fea4605b0b -C extra-filename=-e2b348fea4605b0b --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-547b35d060fe7940.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-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-bfccc901727dd97b.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`
49432024-12-21T04:42:39.119Z 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=5166b52f3119ae16 -C extra-filename=-5166b52f3119ae16 --out-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-e64f7e2b500096cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ab09a08bacbe0c6d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-f57edb2dbf2c7efb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-0d2d3306cbdb84dd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
49442024-12-21T04:42:40.153Z 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=d0ed9e6ecab85d20 -C extra-filename=-d0ed9e6ecab85d20 --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-547b35d060fe7940.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-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-bfccc901727dd97b.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`
49452024-12-21T04:42:55.702Z 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=bbcfeb2fe5ef4e3c -C extra-filename=-bbcfeb2fe5ef4e3c --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-a490f18610e88b20.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`
49462024-12-21T04:42:56.279Z 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=ba60e912c7f8e0de -C extra-filename=-ba60e912c7f8e0de --out-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-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-5b6de1ecef6f098d.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`
49472024-12-21T04:43:03.470Z 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=acc1a77feac2da7d -C extra-filename=-acc1a77feac2da7d --out-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-6eca4f3a0eb9b80f.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-58eda97bf2a167b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-262e0e9d98db4b16.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`
49482024-12-21T04:43:05.397Z 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=d7495181f9bb0e9f -C extra-filename=-d7495181f9bb0e9f --out-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-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
49492024-12-21T04:43:05.810Z 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=e2f1b0808bbd0d99 -C extra-filename=-e2f1b0808bbd0d99 --out-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-7896ae3d89904734.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4bc27e918f9d04d8.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-d98136267d62182a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-12b7d33f0d9eca33.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-35c25a8679a25f61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.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-a490f18610e88b20.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-926d89abaa7dd350.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`
49502024-12-21T04:43:06.925Z 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=b2c4cd3abf107ec8 -C extra-filename=-b2c4cd3abf107ec8 --out-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-6eca4f3a0eb9b80f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9925e0caaa00922.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98a47526f972db19.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`
49512024-12-21T04:43:07.224Z 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=ac9d347991627576 -C extra-filename=-ac9d347991627576 --out-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-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dbf0f21cb633ead.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-2f27dc23ea7c5c96.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aba871c08d7db8fe.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`
49522024-12-21T04:43:18.310Z 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=87b15f03c86c115b -C extra-filename=-87b15f03c86c115b --out-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-6eca4f3a0eb9b80f.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-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98a47526f972db19.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dbf0f21cb633ead.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-402139c3211c4ddc.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-0d2d3306cbdb84dd.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-a3efbbfe3f63cf4a.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`
49532024-12-21T04:43:22.947Z 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=82daf8fd472b3579 -C extra-filename=-82daf8fd472b3579 --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-6eca4f3a0eb9b80f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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`
49542024-12-21T04:43:26.012Z 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=d401929ab5a5c7be -C extra-filename=-d401929ab5a5c7be --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-93d5cdaf8a01dc12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.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-a490f18610e88b20.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
49552024-12-21T04:43:35.098Z 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=91c29dfd3718df1e -C extra-filename=-91c29dfd3718df1e --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-d98136267d62182a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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`
49562024-12-21T04:43:36.817Z 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=f18cfc3ad332cf5b -C extra-filename=-f18cfc3ad332cf5b --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-6eca4f3a0eb9b80f.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-93d5cdaf8a01dc12.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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-5339df4d4ed0c71d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bfccc901727dd97b.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`
49572024-12-21T04:43:37.424Z 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=b22f0e1e698eb5e8 -C extra-filename=-b22f0e1e698eb5e8 --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-6eca4f3a0eb9b80f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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-5339df4d4ed0c71d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bfccc901727dd97b.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`
49582024-12-21T04:43:37.835Z 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=dcc9ac2690643026 -C extra-filename=-dcc9ac2690643026 --out-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-547b35d060fe7940.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-93d5cdaf8a01dc12.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d14c6ce2626a92ef.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-bfccc901727dd97b.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`
49592024-12-21T04:43:39.790Z 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=fdf5db57493c3161 -C extra-filename=-fdf5db57493c3161 --out-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-68af6d123b4a873b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f22ef5dca7ee1f75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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-443309117c23728a.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`
49602024-12-21T04:43:40.106Z 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=316a0824b1adbc3b -C extra-filename=-316a0824b1adbc3b --out-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-32b97f94ca5f92d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-68fb8859bb578bab.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-bfccc901727dd97b.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-927988d922450c53.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`
49612024-12-21T04:43:53.028Z 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=5d16a5ee322b4c00 -C extra-filename=-5d16a5ee322b4c00 --out-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-64ecfc8491fd61b7.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-7896ae3d89904734.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-6eca4f3a0eb9b80f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-68fb8859bb578bab.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-68af6d123b4a873b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-93d5cdaf8a01dc12.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.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-a490f18610e88b20.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-402139c3211c4ddc.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-927988d922450c53.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:44:00.490Z 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=bc10eba853173732 -C extra-filename=-bc10eba853173732 --out-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-6eca4f3a0eb9b80f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c04b25a03779d15e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b576fb4359c55029.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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:44:04.466Z 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=642fa2f69e3c0808 -C extra-filename=-642fa2f69e3c0808 --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-68af6d123b4a873b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
49642024-12-21T04:44:05.768Z 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=dc1fb259778ec78d -C extra-filename=-dc1fb259778ec78d --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-432805f3f6a70023.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-a490f18610e88b20.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-bfccc901727dd97b.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`
49652024-12-21T04:44:05.935Z 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=8ad6abe9e6cde999 -C extra-filename=-8ad6abe9e6cde999 --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-b576fb4359c55029.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-927988d922450c53.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:44:10.562Z 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=b7fd81aab184769d -C extra-filename=-b7fd81aab184769d --out-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-68af6d123b4a873b.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-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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-bfccc901727dd97b.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`
49672024-12-21T04:44:10.778Z 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=760a856570bccd8a -C extra-filename=-760a856570bccd8a --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-b9f0321636493f49.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-2f414554c74956b6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-bfccc901727dd97b.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`
49682024-12-21T04:44:13.192Z 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=9e6c634a9a1e0737 -C extra-filename=-9e6c634a9a1e0737 --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-68af6d123b4a873b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.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-a490f18610e88b20.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-bfccc901727dd97b.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`
49692024-12-21T04:44:14.493Z 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=b15a418eb4179f1d -C extra-filename=-b15a418eb4179f1d --out-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-93d5cdaf8a01dc12.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d14c6ce2626a92ef.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
49702024-12-21T04:44:22.895Z 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=7684269415f8ee54 -C extra-filename=-7684269415f8ee54 --out-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-68af6d123b4a873b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-927988d922450c53.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`
49712024-12-21T04:44:23.729Z 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=19e94f4f25e5b4b5 -C extra-filename=-19e94f4f25e5b4b5 --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-6eca4f3a0eb9b80f.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-c04b25a03779d15e.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-a490f18610e88b20.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98a47526f972db19.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`
49722024-12-21T04:44:25.008Z 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=9181e2cd0bafe718 -C extra-filename=-9181e2cd0bafe718 --out-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-a490f18610e88b20.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-2f27dc23ea7c5c96.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-8c0631776d5246e7.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-94075ae572c67795.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aba871c08d7db8fe.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`
49732024-12-21T04:44:25.358Z 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=6139708625d88577 -C extra-filename=-6139708625d88577 --out-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-e64f7e2b500096cf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-bca834b2f13fa7b7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ab09a08bacbe0c6d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-f57edb2dbf2c7efb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
49742024-12-21T04:44:34.159Z 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=eb9441773b04ff3c -C extra-filename=-eb9441773b04ff3c --out-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-e64f7e2b500096cf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-bca834b2f13fa7b7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ab09a08bacbe0c6d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-f57edb2dbf2c7efb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
49752024-12-21T04:44:34.244Z 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=a51c3c3967b64797 -C extra-filename=-a51c3c3967b64797 --out-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-e64f7e2b500096cf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-bca834b2f13fa7b7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ab09a08bacbe0c6d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-f57edb2dbf2c7efb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
49762024-12-21T04:44:36.690Z 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=8ba9d739ebcd671f -C extra-filename=-8ba9d739ebcd671f --out-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-6eca4f3a0eb9b80f.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-58eda97bf2a167b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
49772024-12-21T04:44:36.840Z 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=17718c9932163d51 -C extra-filename=-17718c9932163d51 --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-6eca4f3a0eb9b80f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-58eda97bf2a167b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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`
49782024-12-21T04:44:38.827Z 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=f611c79607152206 -C extra-filename=-f611c79607152206 --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-a490f18610e88b20.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-dca52a702fc4db5c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-054e1e1d87149764.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`
49792024-12-21T04:44:40.165Z 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=d8aecb87081ddb6f -C extra-filename=-d8aecb87081ddb6f --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-19981866211c8586.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
49802024-12-21T04:44:41.106Z 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=8d3bb39a8318a3ed -C extra-filename=-8d3bb39a8318a3ed --out-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-a490f18610e88b20.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-8c0631776d5246e7.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aba871c08d7db8fe.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`
49812024-12-21T04:44:42.295Z 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=7f476700d24a4481 -C extra-filename=-7f476700d24a4481 --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-6eca4f3a0eb9b80f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
49822024-12-21T04:44:43.537Z 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=e98aed272650bfa8 -C extra-filename=-e98aed272650bfa8 --out-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-a490f18610e88b20.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aba871c08d7db8fe.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`
49832024-12-21T04:44:43.848Z 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=75ffaa3f1de0f310 -C extra-filename=-75ffaa3f1de0f310 --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-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
49842024-12-21T04:44:44.212Z 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=a6cbf6bfd800f315 -C extra-filename=-a6cbf6bfd800f315 --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-7896ae3d89904734.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-a490f18610e88b20.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
49852024-12-21T04:44:45.355Z 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=1e36b38985a6eb1d -C extra-filename=-1e36b38985a6eb1d --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-7896ae3d89904734.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-88fe053d78e80848.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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:44:47.274Z 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=9012b9a58b2d983f -C extra-filename=-9012b9a58b2d983f --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-7896ae3d89904734.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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`
49872024-12-21T04:44:47.790Z 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=4e61e724aa61fb61 -C extra-filename=-4e61e724aa61fb61 --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-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
49882024-12-21T04:44:49.196Z 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=d2a547508125ae73 -C extra-filename=-d2a547508125ae73 --out-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-6eca4f3a0eb9b80f.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-4c75a6d2c8e9c476.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d98136267d62182a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-a3efbbfe3f63cf4a.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`
49892024-12-21T04:44:50.495Z 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=7caed4857c2f893b -C extra-filename=-7caed4857c2f893b --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-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
49902024-12-21T04:44:52.399Z 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=7872b2dabf6f8ec0 -C extra-filename=-7872b2dabf6f8ec0 --out-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-6eca4f3a0eb9b80f.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-432805f3f6a70023.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-a490f18610e88b20.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`
49912024-12-21T04:44:53.446Z 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=ce2504ba8e1eec94 -C extra-filename=-ce2504ba8e1eec94 --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-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
49922024-12-21T04:44:55.206Z 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=6eb93e938d7dd9a3 -C extra-filename=-6eb93e938d7dd9a3 --out-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-6eca4f3a0eb9b80f.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-4c75a6d2c8e9c476.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d98136267d62182a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-a3efbbfe3f63cf4a.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`
49932024-12-21T04:44:57.867Z 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=ba55ff6b5d31bcac -C extra-filename=-ba55ff6b5d31bcac --out-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-a490f18610e88b20.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aba871c08d7db8fe.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`
49942024-12-21T04:44:57.900Z 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=ffe1dd3e6909490f -C extra-filename=-ffe1dd3e6909490f --out-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-432805f3f6a70023.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-a490f18610e88b20.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`
49952024-12-21T04:45:02.575Z 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=82736dfbadd2b9d2 -C extra-filename=-82736dfbadd2b9d2 --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-f57edb2dbf2c7efb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
49962024-12-21T04:45:04.730Z 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=3038c9b8e9764848 -C extra-filename=-3038c9b8e9764848 --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-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
49972024-12-21T04:45:08.540Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
49982024-12-21T04:45:08.543Z 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=fa00787e01639659 -C extra-filename=-fa00787e01639659 --out-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-6eca4f3a0eb9b80f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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:45:09.824Z 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=f6fa696c68cf3250 -C extra-filename=-f6fa696c68cf3250 --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-6eca4f3a0eb9b80f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
50002024-12-21T04:45:10.328Z 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=556cdead8d6ad1e5 -C extra-filename=-556cdead8d6ad1e5 --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-7896ae3d89904734.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-a490f18610e88b20.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
50012024-12-21T04:45:10.442Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
50022024-12-21T04:45:10.543Z 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=ff6c0f92d180bb3e -C extra-filename=-ff6c0f92d180bb3e --out-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-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
50032024-12-21T04:45:10.569Z 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=1691bff524301765 -C extra-filename=-1691bff524301765 --out-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-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
50042024-12-21T04:45:11.380Z 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=e1c723abd9677f55 -C extra-filename=-e1c723abd9677f55 --out-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-6eca4f3a0eb9b80f.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-432805f3f6a70023.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-a490f18610e88b20.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-08a18d594ed6e2f8.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)'`
50052024-12-21T04:45:12.412Z 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=06a26430ccc587da -C extra-filename=-06a26430ccc587da --out-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-6eca4f3a0eb9b80f.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-4c75a6d2c8e9c476.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d98136267d62182a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-a3efbbfe3f63cf4a.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`
50062024-12-21T04:45:13.599Z 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=f51799fe390cc48a -C extra-filename=-f51799fe390cc48a --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-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
50072024-12-21T04:45:13.678Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50082024-12-21T04:45:13.704Z 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=616aa6144af483d0 -C extra-filename=-616aa6144af483d0 --out-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-6eca4f3a0eb9b80f.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-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
50092024-12-21T04:45:13.915Z 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=bcec3861bb98c78b -C extra-filename=-bcec3861bb98c78b --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-6eca4f3a0eb9b80f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
50102024-12-21T04:45:15.772Z 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=8a88b67c3a503cfc -C extra-filename=-8a88b67c3a503cfc --out-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-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
50112024-12-21T04:45:16.142Z 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=01585e7507ec4eaa -C extra-filename=-01585e7507ec4eaa --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-7896ae3d89904734.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-a490f18610e88b20.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
50122024-12-21T04:45:17.460Z 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=4b4d23494b219213 -C extra-filename=-4b4d23494b219213 --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-a490f18610e88b20.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-2f414554c74956b6.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-a3efbbfe3f63cf4a.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`
50132024-12-21T04:45:20.061Z 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=9ef78cd511c83d9f -C extra-filename=-9ef78cd511c83d9f --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-6eca4f3a0eb9b80f.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-c04b25a03779d15e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
50142024-12-21T04:45:22.929Z 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=2f30c98129ee9a08 -C extra-filename=-2f30c98129ee9a08 --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-848438f8d488e4d5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
50152024-12-21T04:45:26.141Z 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=331d3dbce2947c90 -C extra-filename=-331d3dbce2947c90 --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-848438f8d488e4d5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
50162024-12-21T04:45:27.226Z 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=6d494eb6ab8bb560 -C extra-filename=-6d494eb6ab8bb560 --out-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-a490f18610e88b20.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-08a18d594ed6e2f8.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`
50172024-12-21T04:45:28.616Z 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=dc2a5d1c411d9096 -C extra-filename=-dc2a5d1c411d9096 --out-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-64ecfc8491fd61b7.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-6eca4f3a0eb9b80f.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-fd052eb01683533c.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-a490f18610e88b20.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-2f414554c74956b6.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-a3efbbfe3f63cf4a.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`
50182024-12-21T04:45:28.811Z 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=22a8ed2ed76f8f06 -C extra-filename=-22a8ed2ed76f8f06 --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-a490f18610e88b20.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
50192024-12-21T04:45:30.440Z 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=aedfe91d0fd55e71 -C extra-filename=-aedfe91d0fd55e71 --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-a490f18610e88b20.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`
50202024-12-21T04:45:31.228Z 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=a9e48d678da58a4e -C extra-filename=-a9e48d678da58a4e --out-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-a490f18610e88b20.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
50212024-12-21T04:45:31.900Z 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=dbcfc07be26eb8a5 -C extra-filename=-dbcfc07be26eb8a5 --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-a490f18610e88b20.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`
50222024-12-21T04:45:33.276Z 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=9b4dc75835abccf7 -C extra-filename=-9b4dc75835abccf7 --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-a490f18610e88b20.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
50232024-12-21T04:45:34.358Z 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=740be01c545a4e88 -C extra-filename=-740be01c545a4e88 --out-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-a490f18610e88b20.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:45:34.632Z 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=5ddac69cfb72f3cc -C extra-filename=-5ddac69cfb72f3cc --out-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-a490f18610e88b20.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`
50252024-12-21T04:45:34.895Z 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=6ba44de43580c9c6 -C extra-filename=-6ba44de43580c9c6 --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-a490f18610e88b20.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`
50262024-12-21T04:45:35.906Z 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=1b8942981ce12125 -C extra-filename=-1b8942981ce12125 --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-a490f18610e88b20.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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:45:35.953Z 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=78078052b8345a5d -C extra-filename=-78078052b8345a5d --out-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-c04b25a03779d15e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.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-a3efbbfe3f63cf4a.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`
50282024-12-21T04:45:36.684Z 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=6d5753abbc04a803 -C extra-filename=-6d5753abbc04a803 --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-a490f18610e88b20.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`
50292024-12-21T04:45:37.116Z 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=99aecfcdfc7656b5 -C extra-filename=-99aecfcdfc7656b5 --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-a490f18610e88b20.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`
50302024-12-21T04:45:37.570Z 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=09206b56f3359198 -C extra-filename=-09206b56f3359198 --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-a490f18610e88b20.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`
50312024-12-21T04:45:37.862Z 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=83ab04478d944088 -C extra-filename=-83ab04478d944088 --out-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-a490f18610e88b20.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`
50322024-12-21T04:45:37.960Z 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=8ed6ac9bda35358c -C extra-filename=-8ed6ac9bda35358c --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-a490f18610e88b20.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`
50332024-12-21T04:45:38.538Z 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=358229311cf7e6d5 -C extra-filename=-358229311cf7e6d5 --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-ffe0db52143bc46d.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-c04b25a03779d15e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-0c8f4a16fb9f4301.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-b3af187c6f309615.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-0d2d3306cbdb84dd.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-a3efbbfe3f63cf4a.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`
50342024-12-21T04:45:39.086Z 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`
50352024-12-21T04:47:30.212Z 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=b03fd4a38636d62c -C extra-filename=-b03fd4a38636d62c --out-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-6eca4f3a0eb9b80f.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-d98136267d62182a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-01d0ff445153c7e8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-342df1d6e444a810.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-4c1a2eec1c69f177.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-612d3c7c94aa61d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d9a0b56e2de6d00f.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`
50362024-12-21T04:47:30.212Z 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=4045df9f58921cf6 -C extra-filename=-4045df9f58921cf6 --out-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-6eca4f3a0eb9b80f.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-f57edb2dbf2c7efb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9925e0caaa00922.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f331c12d2753e176.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3b18d36a7248a007.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-faf583781c8f8865.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5710243bd265f9ed.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-6dca343f5b5af03c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-342df1d6e444a810.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-506bc50198d9df84.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-612d3c7c94aa61d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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`
50372024-12-21T04:47:30.230Z 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=3dd21bd6d0a42be9 -C extra-filename=-3dd21bd6d0a42be9 --out-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-c7bf20c51aacb9cf.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975af684cdecc414.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a02fc52ccc56f3d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80182b04b3f58e39.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-f8ae9941868d4c71.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-8b065837dfeb478b.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-37852473e98f2a46.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-e64f7e2b500096cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ab09a08bacbe0c6d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-32b97f94ca5f92d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68fb8859bb578bab.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-473146fd9cb1bced.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-7f117a3826c4fb32.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c04b25a03779d15e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-808354205babba9b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-fd052eb01683533c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-8dbfb48d2cd0706d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9925e0caaa00922.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d98136267d62182a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fac101c0554a7556.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f331c12d2753e176.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-12b7d33f0d9eca33.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c6f8662d168605b0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f37751a83f0bda8a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3b18d36a7248a007.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bcb95903f0528af5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-36a795873673b00e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-280ccc83e6e17d58.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-faf583781c8f8865.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5710243bd265f9ed.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-17d9b38fed0dbf40.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-01d0ff445153c7e8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-342df1d6e444a810.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-506bc50198d9df84.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.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-432805f3f6a70023.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-612d3c7c94aa61d4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7526f62f13a75a05.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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-d9a0b56e2de6d00f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98a47526f972db19.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98684eafebb4920e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-903ae4bf0005ca34.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dbf0f21cb633ead.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-38b22fdeb167d221.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c722f7c91456f616.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-402139c3211c4ddc.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-2f414554c74956b6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d14c6ce2626a92ef.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-0d2d3306cbdb84dd.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-a3efbbfe3f63cf4a.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-926d89abaa7dd350.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-5339df4d4ed0c71d.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-262e0e9d98db4b16.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-5b6de1ecef6f098d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9070262cf0940ec3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac24b9c5e3e4cd00.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8192131e7c6b5d41.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-927988d922450c53.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/`
50382024-12-21T04:47:30.375Z 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=fc1614b806e6e971 -C extra-filename=-fc1614b806e6e971 --out-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-f8ae9941868d4c71.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-48927a5eea74ccb0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc733c158f3ca9ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68fb8859bb578bab.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-473146fd9cb1bced.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-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-d9925e0caaa00922.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d98136267d62182a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fac101c0554a7556.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f331c12d2753e176.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3b18d36a7248a007.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5710243bd265f9ed.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-17d9b38fed0dbf40.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-342df1d6e444a810.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-506bc50198d9df84.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-612d3c7c94aa61d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98684eafebb4920e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dbf0f21cb633ead.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-926d89abaa7dd350.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-927988d922450c53.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`
50392024-12-21T04:47:30.376Z 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=29ad58314f102a3c -C extra-filename=-29ad58314f102a3c --out-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-6eca4f3a0eb9b80f.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-f57edb2dbf2c7efb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9925e0caaa00922.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f331c12d2753e176.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3b18d36a7248a007.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-faf583781c8f8865.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5710243bd265f9ed.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-6dca343f5b5af03c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-342df1d6e444a810.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-506bc50198d9df84.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-612d3c7c94aa61d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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`
50402024-12-21T04:47:30.376Z 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=1bc67c40fcf41752 -C extra-filename=-1bc67c40fcf41752 --out-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-c7bf20c51aacb9cf.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975af684cdecc414.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a02fc52ccc56f3d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80182b04b3f58e39.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-f8ae9941868d4c71.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-8b065837dfeb478b.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-37852473e98f2a46.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-e64f7e2b500096cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ab09a08bacbe0c6d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-32b97f94ca5f92d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68fb8859bb578bab.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-473146fd9cb1bced.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-7f117a3826c4fb32.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c04b25a03779d15e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-808354205babba9b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-fd052eb01683533c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-8dbfb48d2cd0706d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9925e0caaa00922.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d98136267d62182a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fac101c0554a7556.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f331c12d2753e176.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-12b7d33f0d9eca33.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c6f8662d168605b0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f37751a83f0bda8a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3b18d36a7248a007.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bcb95903f0528af5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-36a795873673b00e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-280ccc83e6e17d58.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-faf583781c8f8865.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5710243bd265f9ed.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-17d9b38fed0dbf40.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-01d0ff445153c7e8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-342df1d6e444a810.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-506bc50198d9df84.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.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-432805f3f6a70023.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-612d3c7c94aa61d4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7526f62f13a75a05.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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-d9a0b56e2de6d00f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98a47526f972db19.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98684eafebb4920e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-903ae4bf0005ca34.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dbf0f21cb633ead.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-38b22fdeb167d221.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c722f7c91456f616.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-402139c3211c4ddc.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-2f414554c74956b6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d14c6ce2626a92ef.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-0d2d3306cbdb84dd.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-a3efbbfe3f63cf4a.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-926d89abaa7dd350.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-5339df4d4ed0c71d.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-262e0e9d98db4b16.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-5b6de1ecef6f098d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9070262cf0940ec3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac24b9c5e3e4cd00.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8192131e7c6b5d41.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-927988d922450c53.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/`
50412024-12-21T04:47:30.376Z 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=778fe380e2c3966a -C extra-filename=-778fe380e2c3966a --out-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-c7bf20c51aacb9cf.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975af684cdecc414.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a02fc52ccc56f3d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80182b04b3f58e39.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f8ae9941868d4c71.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-8b065837dfeb478b.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-37852473e98f2a46.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-ab09a08bacbe0c6d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-32b97f94ca5f92d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68fb8859bb578bab.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-c04b25a03779d15e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-fd052eb01683533c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-8dbfb48d2cd0706d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d98136267d62182a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fac101c0554a7556.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f331c12d2753e176.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-12b7d33f0d9eca33.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c6f8662d168605b0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f37751a83f0bda8a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3b18d36a7248a007.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bcb95903f0528af5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-36a795873673b00e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-280ccc83e6e17d58.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-faf583781c8f8865.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5710243bd265f9ed.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-17d9b38fed0dbf40.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-01d0ff445153c7e8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.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-432805f3f6a70023.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-612d3c7c94aa61d4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.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-a490f18610e88b20.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-98a47526f972db19.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98684eafebb4920e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dbf0f21cb633ead.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-38b22fdeb167d221.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c722f7c91456f616.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-402139c3211c4ddc.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-2f414554c74956b6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d14c6ce2626a92ef.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-0d2d3306cbdb84dd.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-a3efbbfe3f63cf4a.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-926d89abaa7dd350.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-5b6de1ecef6f098d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8192131e7c6b5d41.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-927988d922450c53.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`
50422024-12-21T04:47:35.545Z 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=6d49e3582353269e -C extra-filename=-6d49e3582353269e --out-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-c7bf20c51aacb9cf.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975af684cdecc414.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a02fc52ccc56f3d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80182b04b3f58e39.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-f8ae9941868d4c71.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-8b065837dfeb478b.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-37852473e98f2a46.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-e64f7e2b500096cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ab09a08bacbe0c6d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-32b97f94ca5f92d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68fb8859bb578bab.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-473146fd9cb1bced.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-7f117a3826c4fb32.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c04b25a03779d15e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-808354205babba9b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-fd052eb01683533c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-8dbfb48d2cd0706d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9925e0caaa00922.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d98136267d62182a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fac101c0554a7556.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f331c12d2753e176.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-12b7d33f0d9eca33.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c6f8662d168605b0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f37751a83f0bda8a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3b18d36a7248a007.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bcb95903f0528af5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-36a795873673b00e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-280ccc83e6e17d58.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-faf583781c8f8865.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5710243bd265f9ed.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-17d9b38fed0dbf40.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-01d0ff445153c7e8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-342df1d6e444a810.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-506bc50198d9df84.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.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-432805f3f6a70023.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-612d3c7c94aa61d4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7526f62f13a75a05.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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-d9a0b56e2de6d00f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98a47526f972db19.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98684eafebb4920e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-903ae4bf0005ca34.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dbf0f21cb633ead.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-38b22fdeb167d221.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c722f7c91456f616.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-402139c3211c4ddc.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-2f414554c74956b6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d14c6ce2626a92ef.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-0d2d3306cbdb84dd.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-a3efbbfe3f63cf4a.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-926d89abaa7dd350.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-5339df4d4ed0c71d.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-262e0e9d98db4b16.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-5b6de1ecef6f098d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9070262cf0940ec3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac24b9c5e3e4cd00.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8192131e7c6b5d41.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-927988d922450c53.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/`
50432024-12-21T04:47:35.590Z 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=4d811813ec691356 -C extra-filename=-4d811813ec691356 --out-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-f8ae9941868d4c71.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-48927a5eea74ccb0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-fc733c158f3ca9ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68fb8859bb578bab.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-473146fd9cb1bced.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-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-d9925e0caaa00922.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d98136267d62182a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fac101c0554a7556.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f331c12d2753e176.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3b18d36a7248a007.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5710243bd265f9ed.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-17d9b38fed0dbf40.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-342df1d6e444a810.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-506bc50198d9df84.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-612d3c7c94aa61d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98684eafebb4920e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dbf0f21cb633ead.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-926d89abaa7dd350.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-927988d922450c53.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`
50442024-12-21T04:47:37.529Z 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=000e313ef1b915af -C extra-filename=-000e313ef1b915af --out-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-6eca4f3a0eb9b80f.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-d98136267d62182a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-01d0ff445153c7e8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-342df1d6e444a810.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-4c1a2eec1c69f177.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-612d3c7c94aa61d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d9a0b56e2de6d00f.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`
50452024-12-21T04:47:40.102Z 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=3af32f076c77bd19 -C extra-filename=-3af32f076c77bd19 --out-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-c7bf20c51aacb9cf.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975af684cdecc414.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a02fc52ccc56f3d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80182b04b3f58e39.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f8ae9941868d4c71.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-8b065837dfeb478b.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-37852473e98f2a46.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-ab09a08bacbe0c6d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-32b97f94ca5f92d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68fb8859bb578bab.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-c04b25a03779d15e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-fd052eb01683533c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-8dbfb48d2cd0706d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d98136267d62182a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fac101c0554a7556.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f331c12d2753e176.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-12b7d33f0d9eca33.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c6f8662d168605b0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f37751a83f0bda8a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3b18d36a7248a007.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bcb95903f0528af5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-36a795873673b00e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-280ccc83e6e17d58.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-faf583781c8f8865.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5710243bd265f9ed.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-17d9b38fed0dbf40.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-01d0ff445153c7e8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.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-432805f3f6a70023.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-612d3c7c94aa61d4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.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-a490f18610e88b20.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-98a47526f972db19.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98684eafebb4920e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dbf0f21cb633ead.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-38b22fdeb167d221.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c722f7c91456f616.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-402139c3211c4ddc.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-2f414554c74956b6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d14c6ce2626a92ef.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-0d2d3306cbdb84dd.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-a3efbbfe3f63cf4a.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-926d89abaa7dd350.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-5b6de1ecef6f098d.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8192131e7c6b5d41.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-927988d922450c53.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`
50462024-12-21T04:47:51.392Z 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=5d75a17f9ed46d40 -C extra-filename=-5d75a17f9ed46d40 --out-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-c7bf20c51aacb9cf.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975af684cdecc414.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a02fc52ccc56f3d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7896ae3d89904734.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80182b04b3f58e39.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-7f117a3826c4fb32.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-d98136267d62182a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fac101c0554a7556.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f331c12d2753e176.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3b18d36a7248a007.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-36a795873673b00e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-faf583781c8f8865.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5710243bd265f9ed.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-342df1d6e444a810.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-506bc50198d9df84.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-612d3c7c94aa61d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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-a3efbbfe3f63cf4a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926d89abaa7dd350.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-927988d922450c53.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`
50472024-12-21T04:47:52.647Z 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=86868796ad0680ba -C extra-filename=-86868796ad0680ba --out-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-6eca4f3a0eb9b80f.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-d98136267d62182a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-01d0ff445153c7e8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-342df1d6e444a810.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-612d3c7c94aa61d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
50482024-12-21T05:15:10.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45m 35s
50492024-12-21T05:15:57.686Z
50502024-12-21T05:15:57.686Zreal 46:01.436870419
50512024-12-21T05:15:57.686Zuser 2:03:11.243183092
50522024-12-21T05:15:57.686Zsys 27:21.052493776
50532024-12-21T05:15:57.686Ztrap 11.131580466
50542024-12-21T05:15:57.686Ztflt 16.679544862
50552024-12-21T05:15:57.709Zdflt 2:27:06.705291148
50562024-12-21T05:15:57.709Zkflt 3.029791102
50572024-12-21T05:15:57.752Zlock 8:53:12.205186646
50582024-12-21T05:15:57.752Zslp 25:38:30.970194762
50592024-12-21T05:15:57.752Zlat 10:19.703749666
50602024-12-21T05:15:57.752Zstop 10:00.359656385
50612024-12-21T05:15:57.752Z+ banner test
50622024-12-21T05:15:57.752Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
50632024-12-21T05:15:57.752Z
50642024-12-21T05:15:57.752Z ##### ###### #### #####
50652024-12-21T05:15:57.752Z # # # #
50662024-12-21T05:15:57.752Z # ##### #### #
50672024-12-21T05:15:57.752Z # # # #
50682024-12-21T05:15:57.752Z # # # # #
50692024-12-21T05:15:57.752Z # ###### #### #
50702024-12-21T05:15:57.752Z
50712024-12-21T05:15:57.752Zinfo: experimental features enabled: setup-scripts
50722024-12-21T05:15:57.752Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
50732024-12-21T05:15:57.752Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
50742024-12-21T05:15:57.752Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
50752024-12-21T05:15:57.752Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
50762024-12-21T05:15:59.297Z Finished `test` profile [unoptimized + debuginfo] target(s) in 17.31s
50772024-12-21T05:16:06.015Z────────────
50782024-12-21T05:16:06.015Z Nextest run ID 47aee60a-eeb8-4fd6-9d52-a99870f3463f with nextest profile: ci
50792024-12-21T05:16:06.015Z Starting 1756 tests across 181 binaries (4 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter)
50802024-12-21T05:16:06.018Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
50812024-12-21T05:16:06.858Z Compiling newtype-uuid v1.1.3
50822024-12-21T05:16:07.699Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
50832024-12-21T05:16:07.830Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
50842024-12-21T05:16:08.467Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
50852024-12-21T05:16:17.186Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50862024-12-21T05:16:19.513Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
50872024-12-21T05:16:21.561Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
50882024-12-21T05:16:28.293Z Finished `test` profile [unoptimized + debuginfo] target(s) in 22.20s
50892024-12-21T05:16:28.402Z Running `target/debug/crdb-seed`
50902024-12-21T05:16:28.443ZDec 21 05:16:27.577 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpPriWJf
50912024-12-21T05:16:28.448ZDec 21 05:16:27.577 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmp93Cihr,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpPriWJf/listen-url
50922024-12-21T05:16:28.448ZDec 21 05:16:27.577 INFO cockroach environment: BUILDOMAT_JOB_ID=01JFKQ2FXGFE5W486QSVR6DQ5Z 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/hyper-1.x GITHUB_REF=refs/heads/renovate/hyper-1.x GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=9026ed2f3d434656d97e98729aaab9eb0c87eb4e 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-envk1Ojeu 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=47aee60a-eeb8-4fd6-9d52-a99870f3463f 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
50932024-12-21T05:16:29.859ZDec 21 05:16:28.993 INFO cockroach pid: 9330
50942024-12-21T05:16:29.859ZDec 21 05:16:28.993 INFO cockroach listen URL: postgresql://root@[::1]:49821/omicron?sslmode=disable
50952024-12-21T05:16:29.859ZDec 21 05:16:28.993 INFO cockroach: populating
50962024-12-21T05:16:31.886ZDec 21 05:16:31.020 INFO cockroach: populated
50972024-12-21T05:16:32.829ZDec 21 05:16:31.962 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/345df35a854b98fb9ca917bc1faf83f3d09ca36aa592165a23be654a8eec19c1.tar`
50982024-12-21T05:16:32.834Z SETUP PASS [ 26.814s] crdb-seed: cargo run -p crdb-seed --profile test
50992024-12-21T05:16:32.837Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
51002024-12-21T05:16:33.678Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
51012024-12-21T05:16:33.682Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
51022024-12-21T05:16:33.682Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
51032024-12-21T05:16:33.682Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
51042024-12-21T05:16:33.789Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
51052024-12-21T05:16:36.081Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
51062024-12-21T05:16:36.111Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
51072024-12-21T05:16:38.993Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
51082024-12-21T05:16:42.149Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
51092024-12-21T05:16:49.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.75s
51102024-12-21T05:16:49.787Z Running `target/debug/clickhouse-cluster-dev`
51112024-12-21T05:16:49.830ZDec 21 05:16:48.963 INFO Setting up a ClickHouse cluster
51122024-12-21T05:16:49.833ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
51132024-12-21T05:16:49.841ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
51142024-12-21T05:16:49.843ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
51152024-12-21T05:16:49.846ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
51162024-12-21T05:16:49.848ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
51172024-12-21T05:16:53.652ZDec 21 05:16:52.781 INFO ClickHouse server ready
51182024-12-21T05:16:53.655ZDec 21 05:16:52.781 INFO ClickHouse server ready
51192024-12-21T05:16:53.854ZDec 21 05:16:52.987 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
51202024-12-21T05:16:53.859Z SETUP PASS [ 21.023s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
51212024-12-21T05:16:53.894Z PASS [ 0.033s] api_identity test::test_identity_no_field
51222024-12-21T05:16:53.897Z PASS [ 0.033s] api_identity test::test_identity
51232024-12-21T05:16:53.906Z PASS [ 0.045s] bootstore schemes::tests::hello_roundtrip
51242024-12-21T05:16:53.909Z PASS [ 0.046s] bootstore trust_quorum::rack_secret::tests::create_and_verify
51252024-12-21T05:16:53.912Z PASS [ 0.052s] bootstore schemes::v0::share_pkg::tests::create_packages
51262024-12-21T05:16:53.921Z PASS [ 0.024s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
51272024-12-21T05:16:53.943Z PASS [ 0.082s] authz-macros tests::test_authz_snapshots
51282024-12-21T05:16:53.964Z PASS [ 0.042s] clickana chart::tests::gather_chart_data_for_disk_usage_success
51292024-12-21T05:16:53.970Z PASS [ 0.027s] clickana chart::tests::gather_chart_data_for_memory_tracking_success
51302024-12-21T05:16:53.985Z PASS [ 0.124s] bootstore schemes::v0::peer::tests::network_config
51312024-12-21T05:16:53.992Z PASS [ 0.027s] clickana chart::tests::gather_chart_data_for_query_count_success
51322024-12-21T05:16:53.996Z PASS [ 0.021s] clickana chart::tests::gather_chart_data_for_running_queries_success
51332024-12-21T05:16:54.055Z PASS [ 0.062s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success
51342024-12-21T05:16:54.070Z PASS [ 0.077s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success
51352024-12-21T05:16:54.076Z PASS [ 0.089s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
51362024-12-21T05:16:54.078Z PASS [ 0.021s] clickhouse-admin-types tests::test_empty_output_parse_fail
51372024-12-21T05:16:54.091Z PASS [ 0.021s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
51382024-12-21T05:16:54.098Z PASS [ 0.023s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
51392024-12-21T05:16:54.105Z PASS [ 0.028s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
51402024-12-21T05:16:54.114Z PASS [ 0.023s] clickhouse-admin-types tests::test_full_lgif_parse_success
51412024-12-21T05:16:54.121Z PASS [ 0.022s] clickhouse-admin-types tests::test_full_raft_config_parse_success
51422024-12-21T05:16:54.142Z PASS [ 0.020s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
51432024-12-21T05:16:54.148Z PASS [ 0.043s] clickhouse-admin-types tests::test_generate_keeper_config
51442024-12-21T05:16:54.153Z PASS [ 0.033s] clickhouse-admin-types tests::test_generate_replica_config
51452024-12-21T05:16:54.164Z PASS [ 0.022s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
51462024-12-21T05:16:54.173Z PASS [ 0.262s] cert-dev::test-cert-dev test_cert_create
51472024-12-21T05:16:54.177Z PASS [ 0.021s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
51482024-12-21T05:16:54.196Z PASS [ 0.025s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail
51492024-12-21T05:16:54.196Z PASS [ 0.021s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
51502024-12-21T05:16:54.196Z PASS [ 0.020s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
51512024-12-21T05:16:54.196Z PASS [ 0.025s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
51522024-12-21T05:16:54.212Z PASS [ 0.021s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
51532024-12-21T05:16:54.212Z PASS [ 0.023s] clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail
51542024-12-21T05:16:54.215Z PASS [ 0.023s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
51552024-12-21T05:16:54.218Z PASS [ 0.023s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
51562024-12-21T05:16:54.224Z PASS [ 0.022s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
51572024-12-21T05:16:54.229Z PASS [ 0.020s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
51582024-12-21T05:16:54.234Z PASS [ 0.020s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
51592024-12-21T05:16:54.239Z PASS [ 0.021s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
51602024-12-21T05:16:54.244Z PASS [ 0.020s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
51612024-12-21T05:16:54.250Z PASS [ 0.020s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
51622024-12-21T05:16:54.256Z PASS [ 0.021s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
51632024-12-21T05:16:54.261Z PASS [ 0.021s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
51642024-12-21T05:16:54.267Z PASS [ 0.022s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
51652024-12-21T05:16:54.274Z PASS [ 0.021s] clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail
51662024-12-21T05:16:54.277Z PASS [ 0.020s] clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success
51672024-12-21T05:16:54.282Z PASS [ 0.020s] clickhouse-admin-types tests::test_utc_system_timeseries_parse_success
51682024-12-21T05:16:54.306Z PASS [ 0.023s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
51692024-12-21T05:16:54.306Z PASS [ 0.027s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
51702024-12-21T05:16:54.322Z PASS [ 0.017s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
51712024-12-21T05:16:54.329Z PASS [ 0.023s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
51722024-12-21T05:16:54.339Z PASS [ 0.016s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
51732024-12-21T05:16:54.367Z PASS [ 0.094s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
51742024-12-21T05:16:54.370Z PASS [ 0.099s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
51752024-12-21T05:16:54.547Z PASS [ 0.629s] clickana chart::tests::gather_chart_data_failure
51762024-12-21T05:16:54.638Z PASS [ 0.090s] db-macros lookup::test::test_lookup_snapshots
51772024-12-21T05:16:54.661Z PASS [ 0.022s] db-macros tests::test_derive_metadata_identity_fails_for_enums
51782024-12-21T05:16:54.681Z PASS [ 0.020s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
51792024-12-21T05:16:54.720Z PASS [ 0.022s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
51802024-12-21T05:16:54.754Z PASS [ 0.386s] db-dev::test-db-dev test_db_dev_populate_no_args
51812024-12-21T05:16:54.754Z PASS [ 0.376s] db-dev::test-db-dev test_db_dev_wipe_no_args
51822024-12-21T05:16:54.773Z PASS [ 0.023s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
51832024-12-21T05:16:54.773Z PASS [ 0.026s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
51842024-12-21T05:16:54.773Z PASS [ 0.021s] db-macros tests::test_derive_with_unknown_field
51852024-12-21T05:16:54.773Z PASS [ 0.033s] db-macros tests::test_derive_snapshots
51862024-12-21T05:16:54.988Z PASS [ 1.127s] bootstore schemes::v0::peer::tests::basic_3_nodes
51872024-12-21T05:16:55.007Z PASS [ 0.257s] dns-server storage::test::test_update_in_progress
51882024-12-21T05:16:55.026Z PASS [ 0.283s] dns-server storage::test::test_update_basic
51892024-12-21T05:16:55.033Z PASS [ 0.275s] dns-server storage::test::test_update_interrupted
51902024-12-21T05:16:55.560Z PASS [ 0.572s] dns-server::basic_test a_crud
51912024-12-21T05:16:55.565Z PASS [ 0.534s] dns-server::basic_test answers_match_question
51922024-12-21T05:16:55.565Z PASS [ 0.526s] dns-server::basic_test empty_record
51932024-12-21T05:16:55.565Z PASS [ 0.553s] dns-server::basic_test aaaa_crud
51942024-12-21T05:16:55.789Z PASS [ 0.228s] dns-server::basic_test multi_record_crud
51952024-12-21T05:16:55.796Z PASS [ 0.235s] dns-server::basic_test nxdomain
51962024-12-21T05:16:55.806Z PASS [ 0.246s] dns-server::basic_test name_contains_zone
51972024-12-21T05:16:55.830Z PASS [ 0.257s] dns-server::basic_test servfail
51982024-12-21T05:16:55.870Z PASS [ 0.039s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
51992024-12-21T05:16:55.877Z PASS [ 0.070s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
52002024-12-21T05:16:55.974Z PASS [ 0.104s] illumos-utils destructor::test::test_delayed_delete
52012024-12-21T05:16:56.006Z PASS [ 0.032s] illumos-utils destructor::test::test_destructor_bad_close
52022024-12-21T05:16:56.010Z PASS [ 0.218s] dns-server::basic_test srv_crud
52032024-12-21T05:16:56.037Z PASS [ 0.030s] illumos-utils link::test::test_allocate
52042024-12-21T05:16:56.044Z PASS [ 0.030s] illumos-utils link::test::test_allocate_within_scopes
52052024-12-21T05:16:56.070Z PASS [ 0.032s] illumos-utils running_zone::tests::test_is_oxide_smf_service
52062024-12-21T05:16:56.089Z PASS [ 0.044s] illumos-utils zfs::test::parse_dataset_bad_avail
52072024-12-21T05:16:56.101Z PASS [ 0.031s] illumos-utils zfs::test::parse_dataset_bad_quota
52082024-12-21T05:16:56.121Z PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_bad_reservation
52092024-12-21T05:16:56.131Z PASS [ 0.031s] illumos-utils zfs::test::parse_dataset_bad_usage
52102024-12-21T05:16:56.157Z PASS [ 0.035s] illumos-utils zfs::test::parse_dataset_bad_uuid
52112024-12-21T05:16:56.157Z PASS [ 0.025s] illumos-utils zfs::test::parse_dataset_missing_fields
52122024-12-21T05:16:56.186Z PASS [ 0.027s] illumos-utils zfs::test::parse_dataset_props
52132024-12-21T05:16:56.194Z PASS [ 0.036s] illumos-utils zfs::test::parse_dataset_props_with_optionals
52142024-12-21T05:16:56.212Z PASS [ 0.027s] illumos-utils zfs::test::parse_dataset_too_many_columns
52152024-12-21T05:16:56.220Z PASS [ 0.025s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
52162024-12-21T05:16:56.241Z PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
52172024-12-21T05:16:56.247Z PASS [ 0.026s] illumos-utils zfs::test::parse_quota_ignored_if_default
52182024-12-21T05:16:56.272Z PASS [ 0.031s] illumos-utils zfs::test::parse_reservation_ignored_if_default
52192024-12-21T05:16:56.286Z PASS [ 0.024s] illumos-utils zfs::test::parse_sorts_and_dedups
52202024-12-21T05:16:56.291Z PASS [ 2.392s] bootstore::v0-fsm-proptest-learner run
52212024-12-21T05:16:56.313Z PASS [ 0.041s] illumos-utils zpool::test::test_parse_zpool
52222024-12-21T05:16:56.323Z PASS [ 0.051s] illumos-utils zone::tests::test_parse_ip_network
52232024-12-21T05:16:56.339Z PASS [ 0.049s] illumos-utils zpool::test::test_parse_zpool_missing_column
52242024-12-21T05:16:56.591Z PASS [ 0.252s] installinator-common block_size_writer::tests::proptest_block_writer
52252024-12-21T05:16:56.856Z PASS [ 0.979s] illumos-utils destructor::test::test_delayed_delete_with_error
52262024-12-21T05:16:57.653Z PASS [ 0.797s] internal-dns-resolver resolver::test::insert_and_lookup_one_record
52272024-12-21T05:16:57.674Z PASS [ 1.082s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
52282024-12-21T05:16:58.015Z PASS [ 0.361s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
52292024-12-21T05:16:58.211Z PASS [ 0.536s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
52302024-12-21T05:16:58.436Z PASS [ 2.112s] installinator write::tests::proptest_write_artifact
52312024-12-21T05:16:58.439Z PASS [ 0.421s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
52322024-12-21T05:16:58.481Z PASS [ 0.045s] internal-dns-types config::test::display_hosts
52332024-12-21T05:16:58.488Z PASS [ 0.276s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
52342024-12-21T05:16:58.510Z PASS [ 0.028s] internal-dns-types config::test::display_srv_service
52352024-12-21T05:16:58.542Z PASS [ 0.053s] internal-dns-types config::test::test_builder_errors
52362024-12-21T05:16:58.578Z PASS [ 0.068s] internal-dns-types config::test::test_builder_output
52372024-12-21T05:16:58.591Z PASS [ 0.048s] internal-dns-types diff::test::diff_different
52382024-12-21T05:16:58.610Z PASS [ 0.032s] internal-dns-types diff::test::diff_equivalent
52392024-12-21T05:16:58.628Z PASS [ 0.037s] internal-dns-types diff::test::diff_invalid
52402024-12-21T05:16:58.663Z PASS [ 0.053s] ipcc tests::deserialize_fixed_value
52412024-12-21T05:16:58.686Z PASS [ 0.249s] internal-dns-resolver resolver::test::update_record
52422024-12-21T05:16:58.705Z PASS [ 0.040s] ipcc tests::serialized_size
52432024-12-21T05:16:58.708Z PASS [ 0.076s] ipcc tests::installinator_image_id_round_trip
52442024-12-21T05:16:58.782Z PASS [ 0.077s] key-manager tests::different_ikm_produces_different_keys
52452024-12-21T05:16:58.783Z PASS [ 0.096s] key-manager tests::different_disks_produce_different_keys
52462024-12-21T05:16:58.786Z PASS [ 0.077s] key-manager tests::disk_encryption_key_epoch_0
52472024-12-21T05:16:58.814Z PASS [ 0.031s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
52482024-12-21T05:16:58.839Z PASS [ 4.932s] bootstore::v0-fsm-proptest-rack-coordinator run
52492024-12-21T05:16:58.906Z PASS [ 0.091s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
52502024-12-21T05:16:58.917Z PASS [ 0.077s] nexus-auth authn::external::session_cookie::test::test_get_token
52512024-12-21T05:16:58.942Z PASS [ 0.035s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
52522024-12-21T05:16:58.950Z PASS [ 0.032s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
52532024-12-21T05:16:58.953Z PASS [ 0.167s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
52542024-12-21T05:16:58.953Z PASS [ 0.167s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
52552024-12-21T05:16:58.977Z PASS [ 0.035s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
52562024-12-21T05:16:58.983Z PASS [ 0.033s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
52572024-12-21T05:16:58.986Z PASS [ 0.034s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
52582024-12-21T05:16:58.998Z PASS [ 0.047s] nexus-auth authn::external::session_cookie::test::test_other_cookie
52592024-12-21T05:16:59.013Z PASS [ 0.036s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
52602024-12-21T05:16:59.034Z PASS [ 0.050s] nexus-auth authn::external::spoof::test::test_make_header_value
52612024-12-21T05:16:59.034Z PASS [ 0.037s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
52622024-12-21T05:16:59.047Z PASS [ 0.048s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
52632024-12-21T05:16:59.050Z PASS [ 0.033s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
52642024-12-21T05:16:59.071Z PASS [ 0.036s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
52652024-12-21T05:16:59.079Z PASS [ 0.031s] nexus-auth authn::external::token::test::test_make_header_value
52662024-12-21T05:16:59.086Z PASS [ 0.051s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
52672024-12-21T05:16:59.103Z PASS [ 0.055s] nexus-auth authn::external::test::test_authn_sequence
52682024-12-21T05:16:59.110Z PASS [ 0.039s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
52692024-12-21T05:16:59.113Z PASS [ 0.030s] nexus-auth authn::external::token::test::test_token_header_missing
52702024-12-21T05:16:59.121Z PASS [ 0.030s] nexus-auth authn::external::token::test::test_token_header_valid
52712024-12-21T05:16:59.138Z PASS [ 4.770s] db-dev::test-db-dev test_db_killed
52722024-12-21T05:16:59.159Z PASS [ 0.055s] nexus-auth authn::test::test_internal_users
52732024-12-21T05:16:59.194Z PASS [ 0.083s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
52742024-12-21T05:16:59.241Z PASS [ 0.119s] nexus-auth context::test::test_background_context
52752024-12-21T05:16:59.247Z PASS [ 0.088s] nexus-auth context::test::test_test_context
52762024-12-21T05:16:59.251Z PASS [ 0.109s] nexus-auth context::test::test_child_context
52772024-12-21T05:16:59.266Z PASS [ 0.155s] nexus-auth authz::context::test::test_unregistered_resource
52782024-12-21T05:16:59.274Z PASS [ 0.026s] nexus-config nexus_config::test::test_config_nonexistent
52792024-12-21T05:16:59.288Z PASS [ 0.046s] nexus-config nexus_config::test::test_config_bad_toml
52802024-12-21T05:16:59.291Z PASS [ 0.040s] nexus-config nexus_config::test::test_config_empty
52812024-12-21T05:16:59.326Z PASS [ 0.052s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
52822024-12-21T05:16:59.350Z PASS [ 0.156s] nexus-config nexus_config::test::test_bad_authn_schemes
52832024-12-21T05:16:59.360Z PASS [ 0.089s] nexus-config nexus_config::test::test_deployment_config_schema
52842024-12-21T05:16:59.389Z PASS [ 0.062s] nexus-config postgres_config::test::test_bad_url
52852024-12-21T05:16:59.396Z PASS [ 0.029s] nexus-config postgres_config::test::test_example_url
52862024-12-21T05:16:59.408Z PASS [ 0.119s] nexus-config nexus_config::test::test_valid
52872024-12-21T05:16:59.432Z PASS [ 0.036s] nexus-db-fixed-data test::test_allowlist_id_is_valid
52882024-12-21T05:16:59.443Z PASS [ 0.054s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
52892024-12-21T05:16:59.457Z PASS [ 0.168s] nexus-config nexus_config::test::test_repo_configs_are_valid
52902024-12-21T05:16:59.473Z PASS [ 0.110s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
52912024-12-21T05:16:59.480Z PASS [ 0.040s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
52922024-12-21T05:16:59.507Z PASS [ 0.063s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
52932024-12-21T05:16:59.518Z PASS [ 0.085s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
52942024-12-21T05:16:59.543Z PASS [ 0.069s] nexus-db-model instance_state::tests::test_from_str_roundtrips
52952024-12-21T05:16:59.591Z PASS [ 0.116s] nexus-db-model device_auth::test::test_generate_user_code
52962024-12-21T05:16:59.626Z PASS [ 0.081s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
52972024-12-21T05:16:59.629Z PASS [ 0.143s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
52982024-12-21T05:16:59.656Z PASS [ 0.126s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
52992024-12-21T05:16:59.706Z PASS [ 0.115s] nexus-db-model schema_versions::test::test_known_versions
53002024-12-21T05:16:59.710Z PASS [ 3.910s] dns-server::commands_test test_dnsadm
53012024-12-21T05:16:59.743Z PASS [ 0.086s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
53022024-12-21T05:16:59.743Z PASS [ 0.116s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
53032024-12-21T05:16:59.747Z PASS [ 0.200s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
53042024-12-21T05:16:59.747Z PASS [ 0.116s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
53052024-12-21T05:16:59.777Z PASS [ 0.069s] nexus-db-model schema_versions::test::test_verify
53062024-12-21T05:16:59.780Z PASS [ 0.043s] nexus-db-model semver_version::test::test_to_from_sortable_string
53072024-12-21T05:16:59.811Z PASS [ 0.067s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
53082024-12-21T05:16:59.816Z PASS [ 0.068s] nexus-db-model tests::test_ip_subnet_check_requestable_address
53092024-12-21T05:16:59.825Z PASS [ 0.041s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
53102024-12-21T05:16:59.843Z PASS [ 0.064s] nexus-db-model vmm_state::tests::test_from_str_roundtrips
53112024-12-21T05:16:59.859Z PASS [ 0.103s] nexus-db-model tests::test_ipv6_net_random_subnet
53122024-12-21T05:16:59.862Z PASS [ 0.114s] nexus-db-model tests::test_roles_database_strings
53132024-12-21T05:17:00.082Z PASS [ 3.768s] installinator mock_peers::tests::proptest_fetch_artifact
53142024-12-21T05:17:03.427Z PASS [ 3.583s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
53152024-12-21T05:17:03.443Z PASS [ 3.617s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
53162024-12-21T05:17:03.544Z PASS [ 3.685s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
53172024-12-21T05:17:03.582Z PASS [ 3.769s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
53182024-12-21T05:17:03.625Z PASS [ 0.043s] nexus-db-queries db::collection_attach::test::test_verify_query
53192024-12-21T05:17:03.671Z PASS [ 3.858s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
53202024-12-21T05:17:03.696Z PASS [ 3.613s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
53212024-12-21T05:17:03.756Z PASS [ 3.897s] nexus-db-queries db::collection_attach::test::test_attach_once
53222024-12-21T05:17:06.414Z PASS [ 2.788s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
53232024-12-21T05:17:06.504Z PASS [ 3.077s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
53242024-12-21T05:17:06.529Z PASS [ 2.773s] nexus-db-queries db::collection_detach::test::test_detach_once
53252024-12-21T05:17:06.550Z PASS [ 2.879s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
53262024-12-21T05:17:06.572Z PASS [ 0.042s] nexus-db-queries db::collection_detach::test::test_verify_query
53272024-12-21T05:17:06.579Z PASS [ 2.882s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
53282024-12-21T05:17:06.582Z PASS [ 3.135s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
53292024-12-21T05:17:06.809Z PASS [ 3.264s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
53302024-12-21T05:17:09.064Z PASS [ 14.690s] db-dev::test-db-dev test_db_run
53312024-12-21T05:17:09.244Z PASS [ 2.829s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
53322024-12-21T05:17:09.297Z PASS [ 2.792s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
53332024-12-21T05:17:09.301Z PASS [ 2.717s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
53342024-12-21T05:17:09.348Z PASS [ 0.041s] nexus-db-queries db::collection_detach_many::test::test_verify_query
53352024-12-21T05:17:09.367Z PASS [ 2.786s] nexus-db-queries db::collection_detach_many::test::test_detach_many
53362024-12-21T05:17:09.393Z PASS [ 2.583s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
53372024-12-21T05:17:09.404Z PASS [ 2.832s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
53382024-12-21T05:17:09.437Z PASS [ 0.044s] nexus-db-queries db::collection_insert::test::test_verify_query
53392024-12-21T05:17:09.445Z PASS [ 0.040s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
53402024-12-21T05:17:09.479Z PASS [ 0.041s] nexus-db-queries db::column_walker::test::test_walk_columns
53412024-12-21T05:17:09.490Z PASS [ 0.043s] nexus-db-queries db::column_walker::test::test_walk_table
53422024-12-21T05:17:09.551Z PASS [ 3.000s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
53432024-12-21T05:17:11.156Z PASS [ 1.807s] nexus-db-queries db::collection_insert::test::test_collection_not_present
53442024-12-21T05:17:11.463Z PASS [ 2.096s] nexus-db-queries db::collection_insert::test::test_collection_present
53452024-12-21T05:17:11.888Z PASS [ 2.590s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
53462024-12-21T05:17:11.923Z PASS [ 2.863s] nexus-db-queries db::collection_detach_many::test::test_detach_once
53472024-12-21T05:17:12.147Z PASS [ 2.902s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
53482024-12-21T05:17:13.465Z PASS [ 3.985s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
53492024-12-21T05:17:13.733Z PASS [ 4.242s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
53502024-12-21T05:17:14.133Z PASS [ 4.581s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
53512024-12-21T05:17:14.965Z PASS [ 2.818s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
53522024-12-21T05:17:15.458Z PASS [ 1.992s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
53532024-12-21T05:17:15.965Z PASS [ 4.808s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
53542024-12-21T05:17:16.019Z PASS [ 2.285s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
53552024-12-21T05:17:16.088Z PASS [ 4.623s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
53562024-12-21T05:17:16.466Z PASS [ 4.577s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists
53572024-12-21T05:17:16.528Z PASS [ 4.604s] nexus-db-queries db::datastore::dataset::test::test_upsert_and_delete_while_blueprint_changes
53582024-12-21T05:17:19.518Z PASS [ 5.385s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
53592024-12-21T05:17:19.701Z PASS [ 4.243s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
53602024-12-21T05:17:19.757Z PASS [ 0.055s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
53612024-12-21T05:17:19.906Z PASS [ 4.940s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
53622024-12-21T05:17:20.628Z PASS [ 4.663s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
53632024-12-21T05:17:20.665Z PASS [ 4.645s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
53642024-12-21T05:17:20.861Z PASS [ 4.394s] nexus-db-queries db::datastore::deployment::tests::test_set_target
53652024-12-21T05:17:21.049Z PASS [ 4.959s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
53662024-12-21T05:17:21.076Z PASS [ 4.547s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
53672024-12-21T05:17:24.110Z PASS [ 4.590s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
53682024-12-21T05:17:24.172Z PASS [ 4.414s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
53692024-12-21T05:17:24.593Z PASS [ 4.686s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
53702024-12-21T05:17:25.127Z PASS [ 4.461s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
53712024-12-21T05:17:25.403Z PASS [ 4.354s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
53722024-12-21T05:17:25.431Z PASS [ 4.570s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
53732024-12-21T05:17:25.711Z PASS [ 4.635s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
53742024-12-21T05:17:25.722Z PASS [ 5.093s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
53752024-12-21T05:17:28.878Z PASS [ 4.705s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
53762024-12-21T05:17:29.377Z PASS [ 4.782s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
53772024-12-21T05:17:29.652Z PASS [ 4.524s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
53782024-12-21T05:17:29.869Z PASS [ 4.437s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
53792024-12-21T05:17:29.912Z PASS [ 4.508s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
53802024-12-21T05:17:29.915Z PASS [ 4.189s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
53812024-12-21T05:17:29.978Z PASS [ 4.266s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
53822024-12-21T05:17:30.279Z PASS [ 6.168s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
53832024-12-21T05:17:33.657Z PASS [ 4.778s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
53842024-12-21T05:17:33.714Z PASS [ 4.337s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
53852024-12-21T05:17:34.276Z PASS [ 4.297s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
53862024-12-21T05:17:34.279Z PASS [ 4.623s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
53872024-12-21T05:17:34.416Z PASS [ 4.502s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
53882024-12-21T05:17:34.652Z PASS [ 4.372s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
53892024-12-21T05:17:34.787Z PASS [ 4.874s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
53902024-12-21T05:17:36.977Z PASS [ 7.108s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
53912024-12-21T05:17:37.833Z PASS [ 4.119s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
53922024-12-21T05:17:38.251Z PASS [ 3.974s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
53932024-12-21T05:17:38.265Z PASS [ 3.987s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
53942024-12-21T05:17:38.537Z PASS [ 4.122s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
53952024-12-21T05:17:38.945Z PASS [ 4.158s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
53962024-12-21T05:17:39.320Z PASS [ 4.667s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
53972024-12-21T05:17:39.414Z PASS [ 5.756s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
53982024-12-21T05:17:42.348Z PASS [ 5.370s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
53992024-12-21T05:17:42.507Z PASS [ 4.256s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
54002024-12-21T05:17:42.655Z PASS [ 4.117s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
54012024-12-21T05:17:43.204Z PASS [ 4.258s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
54022024-12-21T05:17:43.669Z PASS [ 4.348s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
54032024-12-21T05:17:44.207Z PASS [ 4.792s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
54042024-12-21T05:17:46.889Z PASS [ 4.540s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
54052024-12-21T05:17:47.256Z PASS [ 4.600s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
54062024-12-21T05:17:47.435Z PASS [ 4.927s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
54072024-12-21T05:17:48.004Z PASS [ 4.799s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
54082024-12-21T05:17:48.796Z PASS [ 4.586s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
54092024-12-21T05:17:50.146Z PASS [ 6.476s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
54102024-12-21T05:17:50.191Z PASS [ 0.045s] nexus-db-queries db::datastore::region::test::test_extent_count
54112024-12-21T05:17:51.226Z PASS [ 13.392s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
54122024-12-21T05:17:51.233Z PASS [ 4.344s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
54132024-12-21T05:17:51.648Z PASS [ 4.392s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
54142024-12-21T05:17:52.166Z PASS [ 4.730s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
54152024-12-21T05:17:52.618Z PASS [ 3.824s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
54162024-12-21T05:17:52.901Z PASS [ 4.896s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
54172024-12-21T05:17:54.395Z PASS [ 4.204s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
54182024-12-21T05:17:55.394Z PASS [ 4.166s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
54192024-12-21T05:17:55.420Z PASS [ 4.185s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
54202024-12-21T05:17:55.868Z PASS [ 4.219s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
54212024-12-21T05:17:56.122Z PASS [ 3.955s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
54222024-12-21T05:17:56.604Z PASS [ 3.984s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
54232024-12-21T05:17:56.926Z PASS [ 4.024s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
54242024-12-21T05:17:58.816Z PASS [ 4.420s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
54252024-12-21T05:17:59.555Z PASS [ 4.161s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
54262024-12-21T05:17:59.753Z PASS [ 4.333s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
54272024-12-21T05:17:59.811Z PASS [ 3.942s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
54282024-12-21T05:18:00.436Z PASS [ 4.314s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
54292024-12-21T05:18:00.501Z PASS [ 3.896s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
54302024-12-21T05:18:00.767Z PASS [ 22.502s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
54312024-12-21T05:18:01.221Z PASS [ 4.294s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
54322024-12-21T05:18:03.052Z PASS [ 4.235s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
54332024-12-21T05:18:03.981Z PASS [ 4.425s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
54342024-12-21T05:18:04.743Z PASS [ 4.931s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
54352024-12-21T05:18:04.782Z PASS [ 5.028s] nexus-db-queries db::datastore::sled::test::sled_list_batch
54362024-12-21T05:18:05.064Z PASS [ 4.295s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
54372024-12-21T05:18:05.237Z PASS [ 4.800s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
54382024-12-21T05:18:05.596Z PASS [ 4.374s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
54392024-12-21T05:18:07.559Z PASS [ 4.506s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
54402024-12-21T05:18:08.091Z PASS [ 4.108s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
54412024-12-21T05:18:08.777Z PASS [ 3.993s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
54422024-12-21T05:18:08.920Z PASS [ 8.418s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
54432024-12-21T05:18:09.085Z PASS [ 4.341s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
54442024-12-21T05:18:09.183Z PASS [ 3.946s] nexus-db-queries db::datastore::test::test_project_creation
54452024-12-21T05:18:09.347Z PASS [ 4.284s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
54462024-12-21T05:18:09.409Z PASS [ 3.813s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
54472024-12-21T05:18:12.427Z PASS [ 4.868s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
54482024-12-21T05:18:13.512Z PASS [ 4.735s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
54492024-12-21T05:18:13.932Z PASS [ 5.012s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
54502024-12-21T05:18:14.026Z PASS [ 4.940s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
54512024-12-21T05:18:17.981Z PASS [ 4.468s] nexus-db-queries db::datastore::test::test_session_methods
54522024-12-21T05:18:18.219Z PASS [ 4.286s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
54532024-12-21T05:18:18.367Z PASS [ 4.341s] nexus-db-queries db::datastore::test::test_ssh_keys
54542024-12-21T05:18:18.443Z PASS [ 10.352s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
54552024-12-21T05:18:19.114Z PASS [ 9.764s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
54562024-12-21T05:18:19.334Z PASS [ 10.149s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
54572024-12-21T05:18:20.041Z PASS [ 10.630s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
54582024-12-21T05:18:22.200Z PASS [ 4.218s] nexus-db-queries db::datastore::test::test_table_scan
54592024-12-21T05:18:22.467Z PASS [ 4.023s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
54602024-12-21T05:18:22.476Z PASS [ 10.048s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
54612024-12-21T05:18:22.519Z PASS [ 0.042s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
54622024-12-21T05:18:22.564Z PASS [ 0.045s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
54632024-12-21T05:18:22.865Z PASS [ 4.497s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
54642024-12-21T05:18:22.878Z PASS [ 4.658s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
54652024-12-21T05:18:23.252Z PASS [ 4.138s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
54662024-12-21T05:18:23.692Z PASS [ 4.357s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
54672024-12-21T05:18:23.872Z PASS [ 3.830s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
54682024-12-21T05:18:26.497Z PASS [ 4.296s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
54692024-12-21T05:18:26.961Z PASS [ 4.082s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
54702024-12-21T05:18:27.359Z PASS [ 4.106s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
54712024-12-21T05:18:27.805Z PASS [ 4.112s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_fail_without_volume
54722024-12-21T05:18:28.144Z PASS [ 4.270s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
54732024-12-21T05:18:29.939Z PASS [ 1.794s] nexus-db-queries db::explain::test::test_explain_async
54742024-12-21T05:18:31.010Z PASS [ 4.512s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
54752024-12-21T05:18:31.912Z PASS [ 1.973s] nexus-db-queries db::explain::test::test_explain_full_table_scan
54762024-12-21T05:18:32.278Z PASS [ 4.919s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
54772024-12-21T05:18:32.579Z PASS [ 10.110s] nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
54782024-12-21T05:18:32.811Z PASS [ 10.245s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
54792024-12-21T05:18:33.087Z PASS [ 6.125s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
54802024-12-21T05:18:33.257Z PASS [ 10.391s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
54812024-12-21T05:18:33.300Z PASS [ 0.042s] nexus-db-queries db::pagination::test::test_paginator
54822024-12-21T05:18:33.433Z PASS [ 5.627s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
54832024-12-21T05:18:34.598Z PASS [ 2.685s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
54842024-12-21T05:18:34.877Z PASS [ 3.867s] nexus-db-queries db::lookup::test::test_lookup
54852024-12-21T05:18:35.147Z PASS [ 2.868s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
54862024-12-21T05:18:35.285Z PASS [ 2.705s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
54872024-12-21T05:18:35.371Z PASS [ 2.560s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
54882024-12-21T05:18:35.800Z PASS [ 2.712s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
54892024-12-21T05:18:38.513Z PASS [ 5.213s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
54902024-12-21T05:18:38.570Z PASS [ 5.137s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
54912024-12-21T05:18:39.387Z PASS [ 4.510s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
54922024-12-21T05:18:39.682Z PASS [ 5.082s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
54932024-12-21T05:18:39.720Z PASS [ 0.038s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
54942024-12-21T05:18:39.764Z PASS [ 4.617s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
54952024-12-21T05:18:39.866Z PASS [ 4.495s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
54962024-12-21T05:18:39.962Z PASS [ 4.677s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
54972024-12-21T05:18:40.292Z PASS [ 4.490s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
54982024-12-21T05:18:43.007Z PASS [ 4.436s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
54992024-12-21T05:18:43.226Z PASS [ 4.712s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
55002024-12-21T05:18:44.129Z PASS [ 4.262s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
55012024-12-21T05:18:44.162Z PASS [ 4.441s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
55022024-12-21T05:18:44.226Z PASS [ 4.263s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
55032024-12-21T05:18:44.242Z PASS [ 3.951s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
55042024-12-21T05:18:44.450Z PASS [ 4.684s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
55052024-12-21T05:18:44.690Z PASS [ 5.302s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
55062024-12-21T05:18:47.817Z PASS [ 4.590s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
55072024-12-21T05:18:47.831Z PASS [ 4.823s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
55082024-12-21T05:18:47.873Z PASS [ 0.042s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
55092024-12-21T05:18:48.574Z PASS [ 4.347s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
55102024-12-21T05:18:48.589Z PASS [ 4.459s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
55112024-12-21T05:18:48.642Z PASS [ 4.479s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
55122024-12-21T05:18:48.691Z PASS [ 4.448s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
55132024-12-21T05:18:48.880Z PASS [ 4.430s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
55142024-12-21T05:18:48.919Z PASS [ 0.039s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
55152024-12-21T05:18:49.159Z PASS [ 4.468s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
55162024-12-21T05:18:49.509Z PASS [ 0.350s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
55172024-12-21T05:18:49.768Z PASS [ 0.258s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
55182024-12-21T05:18:50.494Z PASS [ 1.919s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
55192024-12-21T05:18:51.083Z PASS [ 2.391s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
55202024-12-21T05:18:51.083Z PASS [ 2.440s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
55212024-12-21T05:18:51.135Z PASS [ 2.546s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
55222024-12-21T05:18:51.285Z PASS [ 2.365s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
55232024-12-21T05:18:51.445Z PASS [ 0.309s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
55242024-12-21T05:18:51.586Z PASS [ 0.300s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
55252024-12-21T05:18:51.761Z PASS [ 0.316s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
55262024-12-21T05:18:51.844Z PASS [ 2.076s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
55272024-12-21T05:18:51.910Z PASS [ 0.323s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
55282024-12-21T05:18:52.007Z PASS [ 4.189s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
55292024-12-21T05:18:52.332Z PASS [ 4.458s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
55302024-12-21T05:18:52.346Z PASS [ 1.263s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
55312024-12-21T05:18:52.389Z PASS [ 0.043s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
55322024-12-21T05:18:52.432Z PASS [ 0.042s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
55332024-12-21T05:18:52.459Z PASS [ 0.127s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
55342024-12-21T05:18:52.472Z PASS [ 0.040s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
55352024-12-21T05:18:52.522Z PASS [ 0.060s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
55362024-12-21T05:18:52.701Z PASS [ 2.206s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
55372024-12-21T05:18:53.124Z PASS [ 2.041s] nexus-db-queries db::queries::region_allocation::test::explainable
55382024-12-21T05:18:53.496Z PASS [ 1.734s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
55392024-12-21T05:18:53.573Z PASS [ 1.728s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
55402024-12-21T05:18:53.609Z PASS [ 1.698s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
55412024-12-21T05:18:53.690Z PASS [ 1.683s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
55422024-12-21T05:18:53.752Z PASS [ 0.061s] nexus-defaults tests::test_random_vpc_ipv6_prefix
55432024-12-21T05:18:53.967Z PASS [ 1.494s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
55442024-12-21T05:18:54.035Z PASS [ 0.062s] nexus-inventory builder::test::test_empty
55452024-12-21T05:18:54.114Z PASS [ 0.084s] nexus-inventory builder::test::test_problems
55462024-12-21T05:18:54.153Z PASS [ 1.633s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
55472024-12-21T05:18:54.193Z PASS [ 1.492s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
55482024-12-21T05:18:54.240Z PASS [ 0.487s] nexus-inventory builder::test::test_basic
55492024-12-21T05:18:55.096Z PASS [ 0.903s] nexus-inventory collector::test::test_multi_mgs_failure
55502024-12-21T05:18:55.634Z PASS [ 1.394s] nexus-inventory collector::test::test_sled_agent_failure
55512024-12-21T05:18:55.838Z PASS [ 1.723s] nexus-inventory collector::test::test_basic
55522024-12-21T05:18:55.990Z PASS [ 1.834s] nexus-inventory collector::test::test_multi_mgs
55532024-12-21T05:18:56.163Z PASS [ 0.324s] nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
55542024-12-21T05:18:56.163Z PASS [ 0.174s] nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
55552024-12-21T05:18:56.207Z PASS [ 0.043s] nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
55562024-12-21T05:18:56.215Z PASS [ 0.051s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
55572024-12-21T05:18:56.256Z PASS [ 0.040s] nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
55582024-12-21T05:18:56.269Z PASS [ 0.061s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
55592024-12-21T05:18:56.307Z PASS [ 0.050s] nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
55602024-12-21T05:18:56.319Z PASS [ 0.050s] nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
55612024-12-21T05:18:56.351Z PASS [ 0.044s] nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
55622024-12-21T05:18:56.359Z PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_sled_missing_datasets
55632024-12-21T05:18:56.391Z PASS [ 0.040s] nexus-reconfigurator-blippy checks::tests::test_sled_missing_disks
55642024-12-21T05:18:56.405Z PASS [ 0.045s] nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
55652024-12-21T05:18:56.439Z PASS [ 0.048s] nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
55662024-12-21T05:18:56.459Z PASS [ 0.054s] nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
55672024-12-21T05:18:56.481Z PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
55682024-12-21T05:18:56.520Z PASS [ 0.060s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
55692024-12-21T05:18:57.268Z PASS [ 3.658s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
55702024-12-21T05:18:57.455Z PASS [ 3.880s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
55712024-12-21T05:19:00.726Z PASS [ 5.628s] nexus-metrics-producer-gc tests::test_prune_expired_producers
55722024-12-21T05:19:00.850Z PASS [ 5.215s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
55732024-12-21T05:19:00.918Z PASS [ 0.067s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
55742024-12-21T05:19:00.984Z PASS [ 0.066s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
55752024-12-21T05:19:01.038Z PASS [ 0.053s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
55762024-12-21T05:19:01.109Z PASS [ 0.071s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
55772024-12-21T05:19:02.244Z PASS [ 9.119s] nexus-db-queries policy_test::test_conferred_roles
55782024-12-21T05:19:24.330Z PASS [ 22.083s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
55792024-12-21T05:19:25.150Z PASS [ 27.694s] nexus-reconfigurator-execution datasets::tests::test_dataset_records_delete
55802024-12-21T05:19:25.629Z PASS [ 28.359s] nexus-reconfigurator-execution datasets::tests::test_dataset_record_create
55812024-12-21T05:19:26.875Z PASS [ 30.352s] nexus-reconfigurator-execution datasets::tests::test_dataset_record_blueprint_removal_without_expunging
55822024-12-21T05:19:28.412Z PASS [ 27.683s] nexus-reconfigurator-execution datasets::tests::test_dataset_records_update
55832024-12-21T05:19:28.758Z PASS [ 0.345s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
55842024-12-21T05:19:28.798Z PASS [ 0.040s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
55852024-12-21T05:19:28.833Z PASS [ 0.035s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
55862024-12-21T05:19:28.873Z PASS [ 0.040s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_backcompat_reuse_existing_database_dataset_ids
55872024-12-21T05:19:28.956Z PASS [ 0.082s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
55882024-12-21T05:19:29.002Z PASS [ 0.044s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
55892024-12-21T05:19:29.043Z PASS [ 0.041s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
55902024-12-21T05:19:29.106Z PASS [ 0.062s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_prune_decommissioned_sleds
55912024-12-21T05:19:29.150Z PASS [ 0.044s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
55922024-12-21T05:19:29.189Z PASS [ 0.039s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
55932024-12-21T05:19:29.231Z PASS [ 0.041s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
55942024-12-21T05:19:29.267Z PASS [ 0.036s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
55952024-12-21T05:19:29.302Z PASS [ 0.034s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
55962024-12-21T05:19:29.339Z PASS [ 0.037s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
55972024-12-21T05:19:29.373Z PASS [ 0.033s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
55982024-12-21T05:19:29.408Z PASS [ 0.034s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
55992024-12-21T05:19:29.442Z PASS [ 0.034s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::external_dns_ips_are_partitioned_separately
56002024-12-21T05:19:29.522Z PASS [ 0.079s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_available_iterator
56012024-12-21T05:19:36.696Z PASS [ 7.173s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_external_ip_allocator
56022024-12-21T05:19:36.742Z PASS [ 0.045s] nexus-reconfigurator-planning blueprint_builder::internal_dns::test::test_dns_subnet_allocator
56032024-12-21T05:19:37.993Z PASS [ 1.250s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
56042024-12-21T05:19:39.489Z PASS [ 1.496s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
56052024-12-21T05:19:40.181Z PASS [ 0.691s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
56062024-12-21T05:19:40.534Z PASS [ 0.352s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
56072024-12-21T05:19:40.589Z PASS [ 0.055s] nexus-reconfigurator-planning example::tests::builder_zone_counts
56082024-12-21T05:19:40.618Z PASS [ 0.029s] nexus-reconfigurator-planning example::tests::instances_on_examples
56092024-12-21T05:19:40.649Z PASS [ 0.031s] nexus-reconfigurator-planning ip_allocator::test::test_basic
56102024-12-21T05:19:40.728Z PASS [ 0.078s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
56112024-12-21T05:19:40.804Z PASS [ 0.076s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
56122024-12-21T05:19:40.852Z PASS [ 0.046s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
56132024-12-21T05:19:40.971Z PASS [ 0.118s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
56142024-12-21T05:19:41.020Z PASS [ 0.047s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
56152024-12-21T05:19:41.073Z PASS [ 0.053s] nexus-reconfigurator-planning planner::test::test_crucible_pantry
56162024-12-21T05:19:41.189Z PASS [ 0.115s] nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place
56172024-12-21T05:19:41.239Z PASS [ 0.049s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
56182024-12-21T05:19:41.287Z PASS [ 0.047s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
56192024-12-21T05:19:41.326Z PASS [ 0.039s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
56202024-12-21T05:19:41.405Z PASS [ 0.079s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
56212024-12-21T05:19:41.460Z PASS [ 0.054s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed
56222024-12-21T05:19:41.547Z PASS [ 0.087s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
56232024-12-21T05:19:41.689Z PASS [ 0.141s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
56242024-12-21T05:19:41.776Z PASS [ 0.087s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
56252024-12-21T05:19:41.833Z PASS [ 0.056s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
56262024-12-21T05:19:41.901Z PASS [ 0.067s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
56272024-12-21T05:19:41.960Z PASS [ 0.058s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
56282024-12-21T05:19:42.064Z PASS [ 0.103s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
56292024-12-21T05:19:42.298Z PASS [ 0.233s] nexus-saga-recovery recovery::test::test_execution_basic
56302024-12-21T05:19:42.333Z PASS [ 0.035s] nexus-saga-recovery recovery::test::test_plan_basic
56312024-12-21T05:19:42.388Z PASS [ 0.054s] nexus-saga-recovery recovery::test::test_read_all_from_channel
56322024-12-21T05:19:42.436Z PASS [ 0.048s] nexus-saga-recovery test::test_basic
56332024-12-21T05:19:42.492Z PASS [ 0.056s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
56342024-12-21T05:19:42.547Z PASS [ 0.054s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
56352024-12-21T05:19:42.610Z PASS [ 0.063s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
56362024-12-21T05:19:42.643Z PASS [ 0.032s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
56372024-12-21T05:19:42.681Z PASS [ 0.038s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
56382024-12-21T05:19:42.715Z PASS [ 0.033s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
56392024-12-21T05:19:42.753Z PASS [ 0.037s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
56402024-12-21T05:19:42.792Z PASS [ 0.039s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
56412024-12-21T05:19:46.169Z PASS [ 21.017s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
56422024-12-21T05:19:46.617Z PASS [ 19.740s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
56432024-12-21T05:19:47.665Z PASS [ 23.333s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks
56442024-12-21T05:19:47.697Z PASS [ 0.031s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups
56452024-12-21T05:19:47.728Z PASS [ 0.031s] nexus-types deployment::tri_map::tests::test_permutation_eq_examples
56462024-12-21T05:19:47.772Z PASS [ 0.043s] nexus-types external_api::shared::test::test_policy_parsing
56472024-12-21T05:19:47.884Z PASS [ 22.253s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
56482024-12-21T05:19:47.956Z PASS [ 0.183s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
56492024-12-21T05:19:47.967Z PASS [ 0.083s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
56502024-12-21T05:19:48.015Z PASS [ 0.059s] omicron-certificates tests::test_cert_extended_key_usage
56512024-12-21T05:19:48.035Z PASS [ 0.067s] omicron-certificates tests::test_common_name_is_validated
56522024-12-21T05:19:48.071Z PASS [ 0.055s] omicron-certificates tests::test_subject_alternate_names_are_validated
56532024-12-21T05:19:48.624Z PASS [ 0.588s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
56542024-12-21T05:19:48.795Z PASS [ 0.170s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
56552024-12-21T05:19:48.961Z PASS [ 0.166s] omicron-clickhouse-admin::integration_test test_lgif_parsing
56562024-12-21T05:19:49.115Z PASS [ 0.154s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
56572024-12-21T05:19:49.408Z PASS [ 0.292s] omicron-clickhouse-admin::integration_test test_teardown
56582024-12-21T05:19:50.396Z PASS [ 4.226s] nexus-types deployment::tri_map::tests::proptest_permutation_eq
56592024-12-21T05:19:50.662Z PASS [ 2.590s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
56602024-12-21T05:19:50.712Z PASS [ 0.049s] omicron-common address::test::test_dns_subnets
56612024-12-21T05:19:50.741Z PASS [ 0.029s] omicron-common address::test::test_ip_range_checks_non_decreasing
56622024-12-21T05:19:50.810Z PASS [ 0.069s] omicron-common address::test::test_ip_range_enum_deserialization
56632024-12-21T05:19:50.837Z PASS [ 0.026s] omicron-common address::test::test_ip_range_iter
56642024-12-21T05:19:50.863Z PASS [ 0.025s] omicron-common address::test::test_ip_range_length
56652024-12-21T05:19:50.892Z PASS [ 0.029s] omicron-common address::test::test_ip_range_try_from
56662024-12-21T05:19:50.922Z PASS [ 0.029s] omicron-common address::test::test_ipv6_subnet_deserialize
56672024-12-21T05:19:50.954Z PASS [ 0.032s] omicron-common address::test::test_sled_address
56682024-12-21T05:19:50.987Z PASS [ 0.031s] omicron-common api::external::error::test::test_bail_unless
56692024-12-21T05:19:51.014Z PASS [ 0.028s] omicron-common api::external::error::test::test_context
56702024-12-21T05:19:51.062Z PASS [ 0.047s] omicron-common api::external::http_pagination::test::test_pagination_examples
56712024-12-21T05:19:51.106Z PASS [ 1.697s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
56722024-12-21T05:19:51.135Z PASS [ 0.073s] omicron-common api::external::http_pagination::test::test_pagination_schemas
56732024-12-21T05:19:51.157Z PASS [ 0.050s] omicron-common api::external::http_pagination::test::test_scan_by_id
56742024-12-21T05:19:51.165Z PASS [ 0.029s] omicron-common api::external::http_pagination::test::test_scan_by_name
56752024-12-21T05:19:51.195Z PASS [ 0.038s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
56762024-12-21T05:19:51.208Z PASS [ 0.041s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
56772024-12-21T05:19:51.229Z PASS [ 0.033s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
56782024-12-21T05:19:51.241Z PASS [ 0.034s] omicron-common api::external::test::test_bytecount
56792024-12-21T05:19:51.256Z PASS [ 0.027s] omicron-common api::external::test::test_bytecount_display
56802024-12-21T05:19:51.291Z PASS [ 0.034s] omicron-common api::external::test::test_firewall_deserialization
56812024-12-21T05:19:51.308Z PASS [ 0.066s] omicron-common api::external::test::test_digest
56822024-12-21T05:19:51.382Z PASS [ 0.074s] omicron-common api::external::test::test_firewall_rule_target_parse
56832024-12-21T05:19:51.385Z PASS [ 0.090s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
56842024-12-21T05:19:51.414Z PASS [ 0.031s] omicron-common api::external::test::test_ip_port_range_from_str
56852024-12-21T05:19:51.423Z PASS [ 0.041s] omicron-common api::external::test::test_hostname_from_str
56862024-12-21T05:19:51.439Z PASS [ 0.025s] omicron-common api::external::test::test_ip_port_range_into_str
56872024-12-21T05:19:51.446Z PASS [ 0.022s] omicron-common api::external::test::test_ipv6_net_operations
56882024-12-21T05:19:51.469Z PASS [ 0.029s] omicron-common api::external::test::test_mac_system_iterator
56892024-12-21T05:19:51.480Z PASS [ 0.030s] omicron-common api::external::test::test_mac_to_int_conversions
56902024-12-21T05:19:51.504Z PASS [ 0.035s] omicron-common api::external::test::test_macaddr
56912024-12-21T05:19:51.520Z PASS [ 0.043s] omicron-common api::external::test::test_name_parse
56922024-12-21T05:19:51.541Z PASS [ 0.037s] omicron-common api::external::test::test_name_parse_from_param
56932024-12-21T05:19:51.562Z PASS [ 0.040s] omicron-common api::external::test::test_resource_name_parse
56942024-12-21T05:19:51.597Z PASS [ 0.054s] omicron-common api::external::test::test_role_name_parse
56952024-12-21T05:19:51.622Z PASS [ 0.052s] omicron-common api::external::test::test_route_destination_parse
56962024-12-21T05:19:51.669Z PASS [ 0.044s] omicron-common api::external::test::test_semver_serialize
56972024-12-21T05:19:51.684Z PASS [ 0.086s] omicron-common api::external::test::test_route_target_parse
56982024-12-21T05:19:51.709Z PASS [ 0.042s] omicron-common api::external::test::test_semver_validation
56992024-12-21T05:19:51.720Z PASS [ 0.035s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
57002024-12-21T05:19:51.751Z PASS [ 0.030s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
57012024-12-21T05:19:51.804Z PASS [ 0.052s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
57022024-12-21T05:19:51.806Z PASS [ 0.055s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
57032024-12-21T05:19:51.842Z PASS [ 0.039s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
57042024-12-21T05:19:51.880Z PASS [ 1.483s] omicron-cockroach-admin context::tests::test_node_id
57052024-12-21T05:19:51.883Z PASS [ 0.068s] omicron-common ledger::test::test_commit_handles_write_failures
57062024-12-21T05:19:51.894Z PASS [ 0.051s] omicron-common ledger::test::test_create_default_ledger
57072024-12-21T05:19:51.920Z PASS [ 0.039s] omicron-common ledger::test::test_create_ledger_reads_from_storage
57082024-12-21T05:19:51.930Z PASS [ 0.035s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
57092024-12-21T05:19:51.945Z PASS [ 0.050s] omicron-common update::tests::serde_artifact_kind
57102024-12-21T05:19:51.955Z PASS [ 0.035s] omicron-common zpool_name::test::test_parse_bad_zpool_names
57112024-12-21T05:19:51.976Z PASS [ 0.045s] omicron-common zpool_name::test::test_parse_external_zpool_name
57122024-12-21T05:19:51.989Z PASS [ 0.032s] omicron-common zpool_name::test::test_parse_zpool_name_json
57132024-12-21T05:19:51.991Z PASS [ 0.042s] omicron-common zpool_name::test::test_parse_internal_zpool_name
57142024-12-21T05:19:52.009Z PASS [ 0.033s] omicron-common zpool_name::test::test_zpool_name_regex
57152024-12-21T05:19:52.793Z PASS [ 6.176s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip
57162024-12-21T05:19:52.893Z PASS [ 0.099s] omicron-gateway management_switch::location_map::tests::test_config_validation
57172024-12-21T05:19:52.957Z PASS [ 0.063s] omicron-gateway management_switch::location_map::tests::test_resolve_location
57182024-12-21T05:19:53.331Z PASS [ 1.342s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
57192024-12-21T05:19:53.375Z PASS [ 0.043s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
57202024-12-21T05:19:53.402Z PASS [ 1.386s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
57212024-12-21T05:19:53.415Z PASS [ 56.929s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
57222024-12-21T05:19:53.513Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
57232024-12-21T05:19:53.612Z PASS [ 0.209s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
57242024-12-21T05:19:53.625Z PASS [ 0.209s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
57252024-12-21T05:19:53.637Z PASS [ 0.680s] omicron-gateway::test_all integration_tests::component_list::component_list
57262024-12-21T05:19:53.734Z PASS [ 0.359s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
57272024-12-21T05:19:58.080Z PASS [ 15.284s] nexus-types deployment::tri_map::tests::proptest_ops
57282024-12-21T05:20:01.124Z SLOW [> 60.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
57292024-12-21T05:20:05.797Z PASS [ 72.294s] nexus-db-queries policy_test::test_iam_roles_behavior
57302024-12-21T05:20:11.384Z PASS [ 19.365s] omicron-dev::test-omicron-dev test_run_all
57312024-12-21T05:20:14.045Z PASS [ 20.431s] omicron-ls-apis::test_dependencies test_api_dependencies
57322024-12-21T05:20:14.312Z PASS [ 20.672s] omicron-nexus app::background::driver::test::test_driver_basic
57332024-12-21T05:20:15.212Z PASS [ 21.475s] omicron-nexus app::background::init::test::test_dns_propagation_basic
57342024-12-21T05:20:16.028Z PASS [ 22.400s] omicron-nexus app::background::driver::test::test_activation_in_progress
57352024-12-21T05:20:19.717Z PASS [ 4.505s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
57362024-12-21T05:20:20.672Z PASS [ 4.643s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
57372024-12-21T05:20:20.730Z PASS [ 0.057s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
57382024-12-21T05:20:23.014Z PASS [ 24.931s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_already_deleted
57392024-12-21T05:20:24.639Z PASS [ 4.921s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
57402024-12-21T05:20:28.479Z PASS [ 22.679s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
57412024-12-21T05:20:29.723Z PASS [ 88.607s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
57422024-12-21T05:20:30.293Z PASS [ 15.980s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
57432024-12-21T05:20:33.461Z PASS [ 19.414s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones
57442024-12-21T05:20:35.250Z PASS [ 23.864s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
57452024-12-21T05:20:38.737Z PASS [ 18.005s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
57462024-12-21T05:20:40.727Z PASS [ 17.711s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
57472024-12-21T05:20:42.495Z PASS [ 17.854s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
57482024-12-21T05:20:46.652Z PASS [ 18.172s] omicron-nexus app::background::tasks::dns_config::test::test_basic
57492024-12-21T05:20:48.503Z PASS [ 18.208s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
57502024-12-21T05:20:49.753Z PASS [ 20.028s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
57512024-12-21T05:21:01.235Z PASS [ 25.982s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
57522024-12-21T05:21:04.770Z PASS [ 18.115s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
57532024-12-21T05:21:04.956Z PASS [ 24.226s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
57542024-12-21T05:21:05.064Z PASS [ 16.559s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
57552024-12-21T05:21:06.334Z PASS [ 16.579s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
57562024-12-21T05:21:17.722Z PASS [ 44.257s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
57572024-12-21T05:21:17.784Z PASS [ 16.547s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
57582024-12-21T05:21:20.884Z PASS [ 16.113s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
57592024-12-21T05:21:20.927Z PASS [ 15.971s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
57602024-12-21T05:21:21.351Z PASS [ 16.285s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
57612024-12-21T05:21:21.412Z PASS [ 38.913s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
57622024-12-21T05:21:24.839Z PASS [ 18.504s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
57632024-12-21T05:21:27.793Z PASS [ 2.954s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
57642024-12-21T05:21:35.878Z PASS [ 18.092s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
57652024-12-21T05:21:35.997Z PASS [ 18.274s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
57662024-12-21T05:21:36.868Z PASS [ 0.870s] omicron-nexus app::external_endpoints::test::test_authority
57672024-12-21T05:21:37.004Z PASS [ 0.136s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
57682024-12-21T05:21:38.286Z PASS [ 2.407s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
57692024-12-21T05:21:38.420Z PASS [ 0.134s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
57702024-12-21T05:21:38.490Z PASS [ 0.069s] omicron-nexus app::external_endpoints::test::test_no_endpoint
57712024-12-21T05:21:38.554Z PASS [ 0.062s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
57722024-12-21T05:21:38.620Z PASS [ 0.067s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
57732024-12-21T05:21:38.693Z PASS [ 0.070s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
57742024-12-21T05:21:38.752Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
57752024-12-21T05:21:38.756Z PASS [ 0.064s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
57762024-12-21T05:21:38.828Z PASS [ 0.071s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
57772024-12-21T05:21:38.841Z PASS [ 17.488s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
57782024-12-21T05:21:38.891Z PASS [ 0.063s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
57792024-12-21T05:21:39.292Z PASS [ 17.878s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
57802024-12-21T05:21:41.602Z PASS [ 20.716s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
57812024-12-21T05:21:42.092Z PASS [ 5.087s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
57822024-12-21T05:21:43.949Z PASS [ 23.020s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
57832024-12-21T05:21:46.681Z PASS [ 18.886s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
57842024-12-21T05:21:54.298Z PASS [ 75.555s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
57852024-12-21T05:22:05.650Z PASS [ 26.356s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
57862024-12-21T05:22:06.800Z PASS [ 27.956s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
57872024-12-21T05:22:07.009Z PASS [ 28.115s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
57882024-12-21T05:22:07.694Z PASS [ 25.599s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
57892024-12-21T05:22:08.170Z PASS [ 26.565s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
57902024-12-21T05:22:09.151Z PASS [ 25.200s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
57912024-12-21T05:22:34.114Z PASS [ 27.311s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
57922024-12-21T05:22:36.450Z PASS [ 30.797s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
57932024-12-21T05:22:36.538Z PASS [ 28.842s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
57942024-12-21T05:22:36.968Z PASS [ 29.956s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
57952024-12-21T05:22:40.226Z PASS [ 31.072s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
57962024-12-21T05:22:40.243Z PASS [ 32.070s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
57972024-12-21T05:22:46.697Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
57982024-12-21T05:22:54.316Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
57992024-12-21T05:23:03.423Z PASS [ 29.307s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
58002024-12-21T05:23:04.591Z PASS [ 28.138s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
58012024-12-21T05:23:08.816Z PASS [ 32.275s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
58022024-12-21T05:23:09.146Z PASS [ 32.175s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
58032024-12-21T05:23:09.223Z PASS [ 28.977s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
58042024-12-21T05:23:09.493Z PASS [ 29.265s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
58052024-12-21T05:23:30.981Z PASS [ 26.388s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
58062024-12-21T05:23:32.836Z PASS [ 23.611s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
58072024-12-21T05:23:33.874Z PASS [ 24.378s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
58082024-12-21T05:23:34.084Z PASS [ 24.935s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
58092024-12-21T05:23:40.225Z PASS [ 31.406s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
58102024-12-21T05:23:46.702Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58112024-12-21T05:23:54.321Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58122024-12-21T05:23:57.654Z PASS [ 24.815s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
58132024-12-21T05:23:58.354Z PASS [ 24.478s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
58142024-12-21T05:24:02.352Z PASS [ 28.265s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
58152024-12-21T05:24:03.441Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
58162024-12-21T05:24:14.042Z PASS [ 70.613s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
58172024-12-21T05:24:26.632Z PASS [ 28.976s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
58182024-12-21T05:24:28.154Z PASS [ 29.796s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
58192024-12-21T05:24:31.002Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
58202024-12-21T05:24:40.242Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
58212024-12-21T05:24:42.366Z PASS [ 28.323s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
58222024-12-21T05:24:46.708Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58232024-12-21T05:24:54.327Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58242024-12-21T05:24:55.574Z PASS [ 28.940s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
58252024-12-21T05:25:02.370Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
58262024-12-21T05:25:09.692Z PASS [ 27.323s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
58272024-12-21T05:25:14.910Z PASS [ 103.921s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
58282024-12-21T05:25:23.578Z PASS [ 28.001s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
58292024-12-21T05:25:28.170Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
58302024-12-21T05:25:40.247Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
58312024-12-21T05:25:41.503Z PASS [ 26.590s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
58322024-12-21T05:25:46.714Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58332024-12-21T05:25:50.590Z PASS [ 130.354s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
58342024-12-21T05:25:51.055Z PASS [ 27.473s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
58352024-12-21T05:25:52.553Z PASS [ 110.192s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
58362024-12-21T05:25:54.334Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58372024-12-21T05:26:09.709Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
58382024-12-21T05:26:17.056Z PASS [ 26.463s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
58392024-12-21T05:26:19.228Z PASS [ 28.171s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
58402024-12-21T05:26:20.816Z PASS [ 71.118s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
58412024-12-21T05:26:28.175Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
58422024-12-21T05:26:41.526Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
58432024-12-21T05:26:43.346Z PASS [ 26.288s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
58442024-12-21T05:26:46.720Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58452024-12-21T05:26:47.973Z PASS [ 28.742s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
58462024-12-21T05:26:52.569Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
58472024-12-21T05:26:54.339Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58482024-12-21T05:27:04.838Z PASS [ 72.277s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
58492024-12-21T05:27:13.001Z PASS [ 164.834s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
58502024-12-21T05:27:13.334Z PASS [ 29.985s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
58512024-12-21T05:27:20.831Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
58522024-12-21T05:27:32.816Z PASS [ 27.977s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
58532024-12-21T05:27:40.386Z PASS [ 27.383s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
58542024-12-21T05:27:41.531Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
58552024-12-21T05:27:46.726Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58562024-12-21T05:27:47.369Z PASS [ 125.856s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
58572024-12-21T05:27:47.990Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
58582024-12-21T05:27:53.093Z PASS [ 39.756s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
58592024-12-21T05:27:54.345Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58602024-12-21T05:27:57.790Z PASS [ 24.972s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
58612024-12-21T05:28:05.866Z PASS [ 18.495s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
58622024-12-21T05:28:09.712Z PASS [ 29.323s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
58632024-12-21T05:28:10.788Z PASS [ 17.693s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
58642024-12-21T05:28:11.488Z PASS [ 110.663s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
58652024-12-21T05:28:26.525Z PASS [ 28.732s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
58662024-12-21T05:28:26.636Z PASS [ 16.922s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
58672024-12-21T05:28:28.618Z PASS [ 17.129s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
58682024-12-21T05:28:28.838Z PASS [ 22.970s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
58692024-12-21T05:28:35.728Z PASS [ 24.937s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
58702024-12-21T05:28:41.881Z PASS [ 113.899s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
58712024-12-21T05:28:46.732Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58722024-12-21T05:28:54.352Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58732024-12-21T05:28:56.229Z PASS [ 27.389s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
58742024-12-21T05:28:56.510Z PASS [ 27.889s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
58752024-12-21T05:28:58.338Z PASS [ 31.699s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
58762024-12-21T05:29:01.412Z PASS [ 34.883s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
58772024-12-21T05:29:05.441Z PASS [ 29.711s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
58782024-12-21T05:29:05.503Z PASS [ 0.061s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
58792024-12-21T05:29:10.457Z PASS [ 28.573s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
58802024-12-21T05:29:14.694Z PASS [ 18.183s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
58812024-12-21T05:29:24.117Z PASS [ 27.884s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
58822024-12-21T05:29:32.231Z PASS [ 26.726s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
58832024-12-21T05:29:42.157Z PASS [ 18.038s] omicron-nexus app::sagas::test_saga::test_saga_stuck
58842024-12-21T05:29:45.266Z PASS [ 34.805s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
58852024-12-21T05:29:46.716Z PASS [ 32.018s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
58862024-12-21T05:29:46.738Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58872024-12-21T05:29:46.808Z PASS [ 0.092s] omicron-nexus external_api::console_api::test::test_accept_gz
58882024-12-21T05:29:46.867Z PASS [ 0.058s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
58892024-12-21T05:29:46.925Z PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
58902024-12-21T05:29:46.992Z PASS [ 0.067s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
58912024-12-21T05:29:47.054Z PASS [ 0.061s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
58922024-12-21T05:29:47.118Z PASS [ 0.064s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
58932024-12-21T05:29:47.176Z PASS [ 0.058s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
58942024-12-21T05:29:47.233Z PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_relative_uri
58952024-12-21T05:29:50.969Z PASS [ 5.703s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
58962024-12-21T05:29:54.357Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58972024-12-21T05:29:56.686Z PASS [ 24.453s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
58982024-12-21T05:29:58.354Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
58992024-12-21T05:29:59.980Z PASS [ 17.822s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
59002024-12-21T05:30:01.428Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
59012024-12-21T05:30:14.996Z PASS [ 24.024s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
59022024-12-21T05:30:16.128Z PASS [ 19.398s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
59032024-12-21T05:30:19.186Z PASS [ 3.099s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
59042024-12-21T05:30:19.270Z PASS [ 4.273s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
59052024-12-21T05:30:19.788Z PASS [ 0.602s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
59062024-12-21T05:30:19.986Z PASS [ 505.650s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59072024-12-21T05:30:20.231Z PASS [ 20.249s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
59082024-12-21T05:30:21.719Z PASS [ 80.300s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
59092024-12-21T05:30:33.532Z PASS [ 526.810s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59102024-12-21T05:30:35.743Z PASS [ 15.953s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
59112024-12-21T05:30:35.971Z PASS [ 16.699s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
59122024-12-21T05:30:36.370Z PASS [ 16.137s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
59132024-12-21T05:30:36.569Z PASS [ 16.581s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
59142024-12-21T05:30:39.977Z PASS [ 18.257s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
59152024-12-21T05:30:47.250Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
59162024-12-21T05:30:49.414Z PASS [ 15.881s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
59172024-12-21T05:30:51.349Z PASS [ 15.604s] omicron-nexus::test_all integration_tests::basic::test_ping
59182024-12-21T05:30:51.804Z PASS [ 15.233s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
59192024-12-21T05:30:55.299Z PASS [ 15.320s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
59202024-12-21T05:30:57.084Z PASS [ 21.110s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
59212024-12-21T05:30:58.359Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59222024-12-21T05:31:02.009Z PASS [ 25.637s] omicron-nexus::test_all integration_tests::basic::test_projects_list
59232024-12-21T05:31:04.475Z PASS [ 15.059s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
59242024-12-21T05:31:06.187Z PASS [ 14.837s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
59252024-12-21T05:31:06.940Z PASS [ 15.135s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
59262024-12-21T05:31:07.120Z PASS [ 0.179s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
59272024-12-21T05:31:09.089Z PASS [ 2.901s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
59282024-12-21T05:31:09.096Z PASS [ 4.620s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
59292024-12-21T05:31:10.426Z PASS [ 15.124s] omicron-nexus::test_all integration_tests::certificates::test_crud
59302024-12-21T05:31:10.717Z PASS [ 13.632s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
59312024-12-21T05:31:22.200Z PASS [ 20.189s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
59322024-12-21T05:31:22.550Z PASS [ 15.428s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
59332024-12-21T05:31:24.503Z PASS [ 15.404s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
59342024-12-21T05:31:24.684Z PASS [ 15.594s] omicron-nexus::test_all integration_tests::console_api::test_assets
59352024-12-21T05:31:29.772Z PASS [ 19.344s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
59362024-12-21T05:31:30.900Z PASS [ 20.181s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
59372024-12-21T05:31:38.330Z PASS [ 16.128s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
59382024-12-21T05:31:39.060Z PASS [ 16.509s] omicron-nexus::test_all integration_tests::console_api::test_session_me
59392024-12-21T05:31:40.716Z PASS [ 16.212s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
59402024-12-21T05:31:44.357Z PASS [ 19.671s] omicron-nexus::test_all integration_tests::console_api::test_sessions
59412024-12-21T05:31:46.115Z PASS [ 16.342s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
59422024-12-21T05:31:47.255Z SLOW [>120.000s] omicron-nexus populate::test::test_populators
59432024-12-21T05:31:58.365Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59442024-12-21T05:32:02.986Z PASS [ 32.084s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
59452024-12-21T05:32:07.064Z PASS [ 28.731s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
59462024-12-21T05:32:11.104Z PASS [ 32.040s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
59472024-12-21T05:32:13.577Z PASS [ 32.858s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
59482024-12-21T05:32:19.765Z PASS [ 35.405s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
59492024-12-21T05:32:20.939Z PASS [ 34.821s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
59502024-12-21T05:32:33.591Z PASS [ 26.524s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
59512024-12-21T05:32:40.133Z PASS [ 37.144s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
59522024-12-21T05:32:40.927Z PASS [ 19.986s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
59532024-12-21T05:32:44.919Z PASS [ 31.339s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
59542024-12-21T05:32:47.261Z SLOW [>180.000s] omicron-nexus populate::test::test_populators
59552024-12-21T05:32:47.814Z PASS [ 36.707s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
59562024-12-21T05:32:55.504Z PASS [ 35.735s] omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
59572024-12-21T05:32:58.371Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59582024-12-21T05:33:00.532Z PASS [ 15.611s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
59592024-12-21T05:33:02.704Z PASS [ 14.888s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
59602024-12-21T05:33:06.311Z PASS [ 199.062s] omicron-nexus populate::test::test_populators
59612024-12-21T05:33:18.727Z PASS [ 23.221s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
59622024-12-21T05:33:23.827Z PASS [ 42.896s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
59632024-12-21T05:33:24.060Z PASS [ 21.353s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
59642024-12-21T05:33:27.915Z PASS [ 21.602s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
59652024-12-21T05:33:28.926Z PASS [ 28.391s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
59662024-12-21T05:33:33.606Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
59672024-12-21T05:33:40.148Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
59682024-12-21T05:33:40.717Z PASS [ 21.988s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
59692024-12-21T05:33:47.300Z PASS [ 23.469s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
59702024-12-21T05:33:47.459Z PASS [ 23.397s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
59712024-12-21T05:33:50.649Z PASS [ 70.510s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
59722024-12-21T05:33:58.376Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59732024-12-21T05:34:02.656Z PASS [ 34.737s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
59742024-12-21T05:34:03.916Z PASS [ 34.986s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
59752024-12-21T05:34:06.819Z PASS [ 93.220s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
59762024-12-21T05:34:08.792Z PASS [ 18.141s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
59772024-12-21T05:34:11.416Z PASS [ 23.954s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
59782024-12-21T05:34:11.554Z PASS [ 24.253s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
59792024-12-21T05:34:23.025Z PASS [ 20.365s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
59802024-12-21T05:34:26.563Z PASS [ 19.743s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
59812024-12-21T05:34:28.737Z PASS [ 24.819s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
59822024-12-21T05:34:28.816Z PASS [ 48.094s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
59832024-12-21T05:34:39.872Z PASS [ 26.660s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
59842024-12-21T05:34:39.921Z PASS [ 25.986s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
59852024-12-21T05:34:51.435Z PASS [ 28.410s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
59862024-12-21T05:34:53.574Z PASS [ 42.154s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
59872024-12-21T05:34:54.931Z PASS [ 26.114s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
59882024-12-21T05:34:55.273Z PASS [ 28.708s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
59892024-12-21T05:34:58.042Z PASS [ 29.302s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
59902024-12-21T05:34:58.381Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59912024-12-21T05:35:04.791Z PASS [ 27.245s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
59922024-12-21T05:35:05.430Z PASS [ 29.973s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
59932024-12-21T05:35:16.942Z PASS [ 23.366s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
59942024-12-21T05:35:17.901Z PASS [ 22.967s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
59952024-12-21T05:35:18.340Z PASS [ 26.901s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
59962024-12-21T05:35:23.633Z PASS [ 28.356s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
59972024-12-21T05:35:24.879Z PASS [ 26.834s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
59982024-12-21T05:35:34.690Z PASS [ 29.897s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
59992024-12-21T05:35:38.077Z PASS [ 19.733s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
60002024-12-21T05:35:44.200Z PASS [ 38.767s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
60012024-12-21T05:35:47.863Z PASS [ 22.982s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
60022024-12-21T05:35:54.511Z PASS [ 30.876s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
60032024-12-21T05:35:57.921Z PASS [ 19.844s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
60042024-12-21T05:35:58.387Z SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60052024-12-21T05:36:03.136Z PASS [ 46.190s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
60062024-12-21T05:36:04.549Z PASS [ 20.347s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
60072024-12-21T05:36:04.553Z PASS [ 46.644s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
60082024-12-21T05:36:04.949Z PASS [ 0.399s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
60092024-12-21T05:36:05.147Z PASS [ 0.597s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
60102024-12-21T05:36:05.435Z PASS [ 0.485s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
60112024-12-21T05:36:05.737Z PASS [ 0.590s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
60122024-12-21T05:36:06.772Z PASS [ 32.078s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
60132024-12-21T05:36:08.883Z PASS [ 21.018s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
60142024-12-21T05:36:18.474Z PASS [ 23.960s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
60152024-12-21T05:36:19.117Z PASS [ 21.195s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
60162024-12-21T05:36:22.148Z PASS [ 443.776s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60172024-12-21T05:36:24.510Z PASS [ 21.372s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
60182024-12-21T05:36:31.404Z PASS [ 25.966s] omicron-nexus::test_all integration_tests::images::test_image_create
60192024-12-21T05:36:33.319Z PASS [ 27.546s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
60202024-12-21T05:36:35.525Z PASS [ 28.751s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
60212024-12-21T05:36:35.741Z PASS [ 26.855s] omicron-nexus::test_all integration_tests::images::test_image_promotion
60222024-12-21T05:36:39.634Z PASS [ 4.108s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
60232024-12-21T05:36:40.699Z PASS [ 22.222s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
60242024-12-21T05:36:40.771Z PASS [ 21.651s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
60252024-12-21T05:36:41.858Z PASS [ 6.116s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
60262024-12-21T05:36:41.967Z PASS [ 8.679s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
60272024-12-21T05:36:43.347Z PASS [ 18.836s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
60282024-12-21T05:36:43.668Z PASS [ 21.517s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
60292024-12-21T05:36:44.858Z PASS [ 13.453s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
60302024-12-21T05:37:05.051Z PASS [ 23.191s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
60312024-12-21T05:37:08.379Z PASS [ 28.742s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
60322024-12-21T05:37:08.698Z PASS [ 26.728s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
60332024-12-21T05:37:09.350Z PASS [ 28.576s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
60342024-12-21T05:37:10.252Z PASS [ 26.901s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
60352024-12-21T05:37:12.085Z PASS [ 27.224s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
60362024-12-21T05:37:19.244Z PASS [ 38.542s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
60372024-12-21T05:37:24.340Z PASS [ 40.669s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
60382024-12-21T05:37:24.343Z PASS [ 19.287s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
60392024-12-21T05:37:27.722Z PASS [ 19.342s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
60402024-12-21T05:37:30.337Z PASS [ 20.084s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
60412024-12-21T05:37:38.929Z PASS [ 30.228s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
60422024-12-21T05:37:45.398Z PASS [ 17.674s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
60432024-12-21T05:37:47.500Z PASS [ 38.147s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
60442024-12-21T05:37:48.372Z PASS [ 24.030s] omicron-nexus::test_all integration_tests::instances::test_instance_access
60452024-12-21T05:37:52.564Z PASS [ 40.475s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
60462024-12-21T05:38:00.301Z PASS [ 29.961s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
60472024-12-21T05:38:05.968Z PASS [ 41.625s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
60482024-12-21T05:38:12.000Z PASS [ 33.068s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
60492024-12-21T05:38:17.859Z PASS [ 29.484s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
60502024-12-21T05:38:19.261Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
60512024-12-21T05:38:19.916Z PASS [ 34.515s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
60522024-12-21T05:38:21.399Z PASS [ 33.896s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
60532024-12-21T05:38:24.228Z PASS [ 31.662s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
60542024-12-21T05:38:38.004Z PASS [ 37.699s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
60552024-12-21T05:38:39.001Z PASS [ 26.998s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
60562024-12-21T05:38:39.422Z PASS [ 80.172s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
60572024-12-21T05:38:41.820Z PASS [ 23.959s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
60582024-12-21T05:38:50.489Z PASS [ 30.570s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
60592024-12-21T05:38:51.818Z PASS [ 30.417s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
60602024-12-21T05:38:55.606Z PASS [ 31.375s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
60612024-12-21T05:38:57.474Z PASS [ 51.501s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
60622024-12-21T05:39:08.381Z PASS [ 28.956s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
60632024-12-21T05:39:08.499Z PASS [ 29.496s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
60642024-12-21T05:39:08.688Z PASS [ 30.681s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
60652024-12-21T05:39:26.146Z PASS [ 35.653s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
60662024-12-21T05:39:27.517Z PASS [ 35.695s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
60672024-12-21T05:39:27.794Z PASS [ 32.184s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
60682024-12-21T05:39:31.096Z PASS [ 49.272s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
60692024-12-21T05:39:31.328Z PASS [ 33.850s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
60702024-12-21T05:39:44.338Z PASS [ 35.644s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
60712024-12-21T05:39:44.441Z PASS [ 18.293s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
60722024-12-21T05:39:46.068Z PASS [ 37.684s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
60732024-12-21T05:39:46.299Z PASS [ 37.796s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
60742024-12-21T05:39:46.787Z PASS [ 18.991s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
60752024-12-21T05:39:55.745Z PASS [ 24.415s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
60762024-12-21T05:39:56.342Z PASS [ 25.242s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
60772024-12-21T05:39:59.198Z PASS [ 31.678s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
60782024-12-21T05:40:03.727Z PASS [ 19.390s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
60792024-12-21T05:40:11.542Z PASS [ 27.098s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
60802024-12-21T05:40:12.899Z PASS [ 26.829s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
60812024-12-21T05:40:13.370Z PASS [ 26.580s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
60822024-12-21T05:40:13.528Z PASS [ 17.185s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
60832024-12-21T05:40:17.285Z PASS [ 18.085s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
60842024-12-21T05:40:23.080Z PASS [ 19.351s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
60852024-12-21T05:40:24.640Z PASS [ 28.892s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
60862024-12-21T05:40:26.798Z PASS [ 40.486s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
60872024-12-21T05:40:30.524Z PASS [ 17.152s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
60882024-12-21T05:40:31.295Z PASS [ 19.751s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
60892024-12-21T05:40:43.422Z PASS [ 30.518s] omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
60902024-12-21T05:40:46.458Z PASS [ 29.169s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
60912024-12-21T05:40:47.532Z PASS [ 34.000s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
60922024-12-21T05:40:49.496Z PASS [ 18.970s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
60932024-12-21T05:40:51.643Z PASS [ 28.560s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
60942024-12-21T05:40:52.498Z PASS [ 21.200s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
60952024-12-21T05:40:54.828Z PASS [ 28.037s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
60962024-12-21T05:40:57.214Z PASS [ 32.571s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
60972024-12-21T05:41:03.711Z PASS [ 20.288s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
60982024-12-21T05:41:04.742Z PASS [ 18.283s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
60992024-12-21T05:41:06.616Z PASS [ 19.082s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
61002024-12-21T05:41:09.644Z PASS [ 20.146s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
61012024-12-21T05:41:10.722Z PASS [ 19.077s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
61022024-12-21T05:41:11.360Z PASS [ 18.860s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
61032024-12-21T05:41:15.868Z PASS [ 21.038s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
61042024-12-21T05:41:19.681Z PASS [ 22.465s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
61052024-12-21T05:41:24.034Z PASS [ 20.321s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
61062024-12-21T05:41:28.264Z PASS [ 18.618s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
61072024-12-21T05:41:28.947Z PASS [ 22.329s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
61082024-12-21T05:41:29.456Z PASS [ 24.711s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
61092024-12-21T05:41:41.339Z PASS [ 30.614s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
61102024-12-21T05:41:45.609Z PASS [ 25.925s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
61112024-12-21T05:41:47.395Z PASS [ 18.446s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
61122024-12-21T05:41:47.698Z PASS [ 19.432s] omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
61132024-12-21T05:41:51.864Z PASS [ 40.500s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
61142024-12-21T05:41:52.472Z PASS [ 23.014s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
61152024-12-21T05:42:04.844Z PASS [ 40.806s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
61162024-12-21T05:42:08.660Z PASS [ 52.788s] omicron-nexus::test_all integration_tests::metrics::test_metrics
61172024-12-21T05:42:12.449Z PASS [ 25.051s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
61182024-12-21T05:42:12.675Z PASS [ 24.975s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
61192024-12-21T05:42:14.216Z PASS [ 32.873s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
61202024-12-21T05:42:17.146Z PASS [ 25.280s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
61212024-12-21T05:42:28.235Z PASS [ 42.622s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
61222024-12-21T05:42:33.314Z PASS [ 24.651s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
61232024-12-21T05:42:34.004Z PASS [ 41.528s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
61242024-12-21T05:42:44.759Z PASS [ 32.081s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
61252024-12-21T05:42:45.413Z PASS [ 40.566s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
61262024-12-21T05:42:47.669Z PASS [ 33.451s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
61272024-12-21T05:42:51.088Z PASS [ 33.939s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
61282024-12-21T05:42:52.292Z PASS [ 24.055s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
61292024-12-21T05:42:55.860Z PASS [ 43.407s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
61302024-12-21T05:43:06.475Z PASS [ 21.060s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
61312024-12-21T05:43:07.883Z PASS [ 20.212s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
61322024-12-21T05:43:14.823Z PASS [ 18.962s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
61332024-12-21T05:43:15.429Z PASS [ 24.338s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
61342024-12-21T05:43:16.444Z PASS [ 43.126s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
61352024-12-21T05:43:16.972Z PASS [ 24.678s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
61362024-12-21T05:43:19.055Z PASS [ 45.047s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
61372024-12-21T05:43:31.746Z PASS [ 25.267s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
61382024-12-21T05:43:34.689Z PASS [ 19.258s] omicron-nexus::test_all integration_tests::projects::test_projects
61392024-12-21T05:43:35.297Z PASS [ 20.472s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
61402024-12-21T05:43:36.096Z PASS [ 17.038s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
61412024-12-21T05:43:36.211Z PASS [ 19.764s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
61422024-12-21T05:43:36.566Z PASS [ 28.680s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
61432024-12-21T05:43:44.106Z PASS [ 59.342s] omicron-nexus::test_all integration_tests::password_login::test_local_users
61442024-12-21T05:43:49.454Z PASS [ 17.707s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
61452024-12-21T05:43:53.559Z PASS [ 18.260s] omicron-nexus::test_all integration_tests::rack::test_sled_add
61462024-12-21T05:43:53.620Z PASS [ 17.522s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
61472024-12-21T05:43:54.338Z PASS [ 19.647s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
61482024-12-21T05:43:54.612Z PASS [ 18.399s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
61492024-12-21T05:43:54.986Z PASS [ 0.374s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
61502024-12-21T05:43:56.851Z PASS [ 20.283s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
61512024-12-21T05:43:57.049Z PASS [ 3.429s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
61522024-12-21T05:43:57.829Z PASS [ 3.491s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
61532024-12-21T05:43:58.401Z PASS [ 3.413s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
61542024-12-21T05:43:59.412Z PASS [ 15.305s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
61552024-12-21T05:44:00.213Z PASS [ 3.361s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
61562024-12-21T05:44:05.970Z PASS [ 16.515s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
61572024-12-21T05:44:06.265Z PASS [ 0.294s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
61582024-12-21T05:44:06.379Z PASS [ 0.113s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
61592024-12-21T05:44:06.498Z PASS [ 0.119s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
61602024-12-21T05:44:06.616Z PASS [ 0.117s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
61612024-12-21T05:44:06.899Z PASS [ 0.283s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
61622024-12-21T05:44:07.496Z PASS [ 50.519s] omicron-nexus::test_all integration_tests::quotas::test_quotas
61632024-12-21T05:44:12.320Z PASS [ 18.759s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
61642024-12-21T05:44:18.213Z PASS [ 20.381s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
61652024-12-21T05:44:18.666Z PASS [ 19.252s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
61662024-12-21T05:44:18.740Z PASS [ 21.688s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
61672024-12-21T05:44:22.953Z PASS [ 22.737s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
61682024-12-21T05:44:23.089Z PASS [ 0.135s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
61692024-12-21T05:44:26.268Z PASS [ 19.367s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
61702024-12-21T05:44:26.830Z PASS [ 19.332s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
61712024-12-21T05:44:26.940Z PASS [ 0.109s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
61722024-12-21T05:44:27.039Z PASS [ 0.097s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
61732024-12-21T05:44:30.850Z PASS [ 18.529s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
61742024-12-21T05:44:31.221Z PASS [ 32.816s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
61752024-12-21T05:44:37.117Z PASS [ 18.449s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
61762024-12-21T05:44:37.682Z PASS [ 19.467s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
61772024-12-21T05:44:38.274Z PASS [ 19.533s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
61782024-12-21T05:44:41.628Z PASS [ 18.538s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
61792024-12-21T05:44:43.300Z PASS [ 17.030s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
61802024-12-21T05:44:43.642Z PASS [ 16.603s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
61812024-12-21T05:44:44.661Z PASS [ 13.809s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
61822024-12-21T05:44:44.735Z PASS [ 13.514s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
61832024-12-21T05:44:45.678Z PASS [ 2.378s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
61842024-12-21T05:44:47.030Z PASS [ 9.912s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
61852024-12-21T05:44:47.813Z PASS [ 2.134s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
61862024-12-21T05:44:48.827Z PASS [ 1.796s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
61872024-12-21T05:44:49.657Z PASS [ 1.844s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
61882024-12-21T05:44:50.693Z PASS [ 1.865s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
61892024-12-21T05:44:51.495Z PASS [ 1.837s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
61902024-12-21T05:44:52.793Z PASS [ 1.297s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
61912024-12-21T05:45:18.442Z PASS [ 25.647s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
61922024-12-21T05:45:28.564Z PASS [ 37.869s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
61932024-12-21T05:45:37.618Z PASS [ 19.174s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
61942024-12-21T05:45:50.975Z PASS [ 22.408s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
61952024-12-21T05:46:02.272Z PASS [ 11.295s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
61962024-12-21T05:46:02.943Z PASS [ 11.967s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
61972024-12-21T05:46:02.972Z PASS [ 11.996s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
61982024-12-21T05:46:03.231Z PASS [ 12.255s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
61992024-12-21T05:46:09.976Z PASS [ 32.355s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
62002024-12-21T05:46:18.397Z PASS [ 16.124s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
62012024-12-21T05:46:19.522Z PASS [ 16.289s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
62022024-12-21T05:46:19.894Z PASS [ 16.949s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
62032024-12-21T05:46:20.267Z PASS [ 17.293s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
62042024-12-21T05:46:28.598Z PASS [ 18.620s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
62052024-12-21T05:46:28.975Z PASS [ 18.996s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
62062024-12-21T05:46:28.989Z PASS [ 19.011s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
62072024-12-21T05:46:31.241Z PASS [ 21.263s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
62082024-12-21T05:46:37.025Z PASS [ 18.625s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
62092024-12-21T05:46:40.348Z PASS [ 20.825s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
62102024-12-21T05:46:40.868Z PASS [ 20.599s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
62112024-12-21T05:46:46.483Z PASS [ 17.507s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
62122024-12-21T05:46:47.540Z PASS [ 18.549s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
62132024-12-21T05:46:48.142Z PASS [ 28.245s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
62142024-12-21T05:46:50.626Z PASS [ 22.026s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
62152024-12-21T05:46:51.645Z PASS [ 20.401s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
62162024-12-21T05:46:56.310Z PASS [ 19.283s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
62172024-12-21T05:46:58.132Z PASS [ 17.782s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
62182024-12-21T05:47:04.385Z PASS [ 23.515s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
62192024-12-21T05:47:08.170Z PASS [ 20.628s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
62202024-12-21T05:47:08.847Z PASS [ 18.219s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
62212024-12-21T05:47:11.780Z PASS [ 25.294s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
62222024-12-21T05:47:12.232Z PASS [ 24.088s] omicron-nexus::test_all integration_tests::silos::test_silos
62232024-12-21T05:47:13.785Z PASS [ 17.473s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
62242024-12-21T05:47:18.146Z PASS [ 26.499s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
62252024-12-21T05:47:23.274Z PASS [ 25.140s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
62262024-12-21T05:47:24.427Z PASS [ 20.040s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
62272024-12-21T05:47:29.657Z PASS [ 17.423s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
62282024-12-21T05:47:34.792Z PASS [ 21.005s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
62292024-12-21T05:47:38.814Z PASS [ 30.641s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
62302024-12-21T05:47:40.106Z PASS [ 21.958s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
62312024-12-21T05:47:41.415Z PASS [ 32.565s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
62322024-12-21T05:47:41.768Z PASS [ 29.985s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
62332024-12-21T05:47:42.590Z PASS [ 19.314s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
62342024-12-21T05:47:43.957Z PASS [ 1.366s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
62352024-12-21T05:47:45.983Z PASS [ 4.568s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
62362024-12-21T05:47:46.354Z PASS [ 4.586s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
62372024-12-21T05:47:48.456Z PASS [ 4.498s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
62382024-12-21T05:47:50.422Z PASS [ 4.438s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
62392024-12-21T05:47:52.312Z PASS [ 22.652s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
62402024-12-21T05:47:54.606Z PASS [ 2.295s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
62412024-12-21T05:47:55.687Z PASS [ 31.257s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
62422024-12-21T05:48:02.781Z PASS [ 27.986s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
62432024-12-21T05:48:04.377Z PASS [ 18.020s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
62442024-12-21T05:48:04.955Z PASS [ 26.138s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
62452024-12-21T05:48:05.395Z PASS [ 25.286s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
62462024-12-21T05:48:12.825Z PASS [ 18.216s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
62472024-12-21T05:48:15.035Z PASS [ 19.346s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
62482024-12-21T05:48:17.549Z PASS [ 14.767s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized
62492024-12-21T05:48:22.276Z PASS [ 33.818s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
62502024-12-21T05:48:23.204Z PASS [ 18.825s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
62512024-12-21T05:48:34.202Z PASS [ 28.804s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
62522024-12-21T05:48:36.256Z PASS [ 31.298s] omicron-nexus::test_all integration_tests::utilization::test_utilization
62532024-12-21T05:48:39.658Z PASS [ 24.621s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
62542024-12-21T05:48:41.762Z PASS [ 28.934s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
62552024-12-21T05:48:46.419Z PASS [ 28.867s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
62562024-12-21T05:48:50.439Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
62572024-12-21T05:48:51.907Z PASS [ 28.700s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
62582024-12-21T05:48:52.059Z PASS [ 29.780s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
62592024-12-21T05:49:03.561Z PASS [ 29.356s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
62602024-12-21T05:49:05.523Z PASS [ 29.265s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
62612024-12-21T05:49:08.060Z PASS [ 28.399s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
62622024-12-21T05:49:11.385Z PASS [ 29.621s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
62632024-12-21T05:49:12.037Z PASS [ 25.616s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
62642024-12-21T05:49:26.188Z PASS [ 22.624s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
62652024-12-21T05:49:28.549Z PASS [ 20.486s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
62662024-12-21T05:49:34.119Z PASS [ 28.593s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
62672024-12-21T05:49:34.526Z PASS [ 104.095s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
62682024-12-21T05:49:36.393Z PASS [ 25.005s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
62692024-12-21T05:49:41.765Z PASS [ 29.725s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
62702024-12-21T05:49:42.712Z PASS [ 50.648s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
62712024-12-21T05:49:51.923Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
62722024-12-21T05:49:55.148Z PASS [ 28.958s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
62732024-12-21T05:49:58.557Z PASS [ 66.644s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
62742024-12-21T05:50:03.923Z PASS [ 35.371s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
62752024-12-21T05:50:04.245Z PASS [ 22.477s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
62762024-12-21T05:50:06.041Z PASS [ 23.327s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
62772024-12-21T05:50:09.291Z PASS [ 34.761s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
62782024-12-21T05:50:09.680Z PASS [ 35.557s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
62792024-12-21T05:50:15.284Z PASS [ 38.888s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
62802024-12-21T05:50:24.457Z PASS [ 29.306s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
62812024-12-21T05:50:30.176Z PASS [ 25.929s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
62822024-12-21T05:50:31.802Z PASS [ 25.759s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
62832024-12-21T05:50:33.747Z PASS [ 24.455s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
62842024-12-21T05:50:34.023Z PASS [ 24.340s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
62852024-12-21T05:50:40.197Z PASS [ 24.911s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
62862024-12-21T05:50:45.183Z PASS [ 46.622s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
62872024-12-21T05:50:48.610Z PASS [ 16.806s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
62882024-12-21T05:50:49.357Z PASS [ 15.607s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
62892024-12-21T05:50:49.375Z PASS [ 15.351s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
62902024-12-21T05:50:54.057Z PASS [ 29.597s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
62912024-12-21T05:50:56.451Z PASS [ 52.522s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
62922024-12-21T05:50:56.875Z PASS [ 16.676s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
62932024-12-21T05:50:57.673Z PASS [ 27.494s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
62942024-12-21T05:51:02.089Z PASS [ 16.904s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
62952024-12-21T05:51:07.070Z PASS [ 18.458s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
62962024-12-21T05:51:07.381Z PASS [ 18.023s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
62972024-12-21T05:51:08.047Z PASS [ 18.670s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
62982024-12-21T05:51:12.233Z PASS [ 18.174s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
62992024-12-21T05:51:14.843Z PASS [ 17.168s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
63002024-12-21T05:51:15.426Z PASS [ 18.549s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
63012024-12-21T05:51:17.493Z PASS [ 21.041s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
63022024-12-21T05:51:20.370Z PASS [ 18.279s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
63032024-12-21T05:51:24.854Z PASS [ 17.782s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
63042024-12-21T05:51:25.552Z PASS [ 17.503s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
63052024-12-21T05:51:25.804Z PASS [ 18.421s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
63062024-12-21T05:51:30.956Z PASS [ 18.721s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
63072024-12-21T05:51:33.587Z PASS [ 18.742s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
63082024-12-21T05:51:35.104Z PASS [ 19.676s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
63092024-12-21T05:51:35.582Z PASS [ 18.087s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
63102024-12-21T05:51:37.175Z PASS [ 16.803s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
63112024-12-21T05:51:43.073Z PASS [ 18.217s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
63122024-12-21T05:51:49.274Z PASS [ 18.317s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
63132024-12-21T05:51:52.226Z PASS [ 18.636s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
63142024-12-21T05:51:52.600Z PASS [ 17.494s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
63152024-12-21T05:51:53.835Z PASS [ 18.250s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
63162024-12-21T05:51:55.866Z PASS [ 18.688s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
63172024-12-21T05:51:56.417Z PASS [ 30.862s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
63182024-12-21T05:51:58.031Z PASS [ 32.223s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
63192024-12-21T05:52:11.429Z PASS [ 22.152s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
63202024-12-21T05:52:11.820Z PASS [ 19.593s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
63212024-12-21T05:52:12.378Z PASS [ 29.302s] omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
63222024-12-21T05:52:15.111Z PASS [ 22.509s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
63232024-12-21T05:52:20.223Z PASS [ 24.355s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
63242024-12-21T05:52:21.227Z PASS [ 27.391s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
63252024-12-21T05:52:21.295Z PASS [ 0.067s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
63262024-12-21T05:52:21.337Z PASS [ 0.041s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
63272024-12-21T05:52:21.488Z PASS [ 0.150s] omicron-package dot::test::test_bad_dependency
63282024-12-21T05:52:21.536Z PASS [ 0.048s] omicron-package dot::test::test_dot_output
63292024-12-21T05:52:27.453Z PASS [ 7.230s] omicron-omdb::test_all_output test_omdb_usage_errors
63302024-12-21T05:52:27.480Z PASS [ 0.026s] omicron-passwords test::test_password_constraints
63312024-12-21T05:52:28.130Z PASS [ 30.097s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
63322024-12-21T05:52:28.908Z PASS [ 7.372s] omicron-passwords test::test_compatible
63332024-12-21T05:52:28.955Z PASS [ 0.047s] omicron-passwords test::test_stable
63342024-12-21T05:52:28.981Z PASS [ 0.025s] omicron-passwords test::test_weak_hashes
63352024-12-21T05:52:29.008Z PASS [ 0.027s] omicron-rpaths internal::tests::test_configure_from_path
63362024-12-21T05:52:29.064Z PASS [ 0.055s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
63372024-12-21T05:52:29.089Z PASS [ 0.025s] omicron-rpaths internal::tests::test_emit_rpath
63382024-12-21T05:52:29.767Z PASS [ 0.677s] omicron-sled-agent artifact_store::test::list_get_put_delete
63392024-12-21T05:52:29.900Z PASS [ 0.133s] omicron-sled-agent artifact_store::test::no_dataset
63402024-12-21T05:52:30.038Z PASS [ 0.137s] omicron-sled-agent artifact_store::test::wrong_hash
63412024-12-21T05:52:30.149Z PASS [ 2.668s] omicron-passwords test::test_reproducible
63422024-12-21T05:52:30.173Z PASS [ 0.136s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
63432024-12-21T05:52:30.278Z PASS [ 0.104s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
63442024-12-21T05:52:30.433Z PASS [ 0.155s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
63452024-12-21T05:52:30.534Z PASS [ 0.100s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
63462024-12-21T05:52:30.759Z PASS [ 0.610s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
63472024-12-21T05:52:30.847Z PASS [ 0.087s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
63482024-12-21T05:52:30.903Z PASS [ 0.055s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
63492024-12-21T05:52:30.970Z PASS [ 0.067s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
63502024-12-21T05:52:31.010Z PASS [ 0.039s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
63512024-12-21T05:52:31.053Z PASS [ 0.043s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
63522024-12-21T05:52:31.091Z PASS [ 0.557s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
63532024-12-21T05:52:31.094Z PASS [ 0.038s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
63542024-12-21T05:52:31.128Z PASS [ 0.036s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
63552024-12-21T05:52:31.136Z PASS [ 0.044s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
63562024-12-21T05:52:31.166Z PASS [ 0.037s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
63572024-12-21T05:52:31.221Z PASS [ 0.085s] omicron-sled-agent config::test::test_smf_configs
63582024-12-21T05:52:31.244Z PASS [ 0.078s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
63592024-12-21T05:52:31.263Z PASS [ 0.042s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
63602024-12-21T05:52:31.285Z PASS [ 0.040s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
63612024-12-21T05:52:31.311Z PASS [ 0.046s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
63622024-12-21T05:52:31.328Z PASS [ 0.043s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
63632024-12-21T05:52:31.363Z PASS [ 0.052s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
63642024-12-21T05:52:32.530Z PASS [ 20.707s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
63652024-12-21T05:52:32.869Z PASS [ 21.437s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
63662024-12-21T05:52:34.741Z PASS [ 3.412s] omicron-sled-agent instance::tests::test_instance_create_events_normal
63672024-12-21T05:52:34.917Z PASS [ 22.536s] omicron-omdb::test_all_output test_omdb_env_settings
63682024-12-21T05:52:34.960Z PASS [ 0.043s] omicron-sled-agent probe_manager::test::probe_state_set_ops
63692024-12-21T05:52:35.001Z PASS [ 0.040s] omicron-sled-agent profile::tests::empty_profile
63702024-12-21T05:52:35.039Z PASS [ 0.038s] omicron-sled-agent profile::tests::test_disabled_instance
63712024-12-21T05:52:35.075Z PASS [ 0.036s] omicron-sled-agent profile::tests::test_instance
63722024-12-21T05:52:35.105Z PASS [ 0.029s] omicron-sled-agent profile::tests::test_multiple
63732024-12-21T05:52:35.143Z PASS [ 0.037s] omicron-sled-agent profile::tests::test_property
63742024-12-21T05:52:35.178Z PASS [ 0.035s] omicron-sled-agent profile::tests::test_property_group
63752024-12-21T05:52:35.213Z PASS [ 0.034s] omicron-sled-agent profile::tests::test_service
63762024-12-21T05:52:35.246Z PASS [ 0.032s] omicron-sled-agent profile::tests::test_service_property_group
63772024-12-21T05:52:35.275Z PASS [ 0.029s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
63782024-12-21T05:52:35.306Z PASS [ 0.030s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
63792024-12-21T05:52:35.353Z PASS [ 0.047s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
63802024-12-21T05:52:35.400Z PASS [ 0.046s] omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
63812024-12-21T05:52:35.444Z PASS [ 0.043s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
63822024-12-21T05:52:35.568Z PASS [ 2.699s] omicron-sled-agent instance::tests::test_instance_manager_creation
63832024-12-21T05:52:37.231Z PASS [ 4.700s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
63842024-12-21T05:52:37.244Z PASS [ 5.879s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
63852024-12-21T05:52:37.632Z PASS [ 41.212s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
63862024-12-21T05:52:38.307Z PASS [ 2.861s] omicron-sled-agent services::illumos_tests::test_bad_generations
63872024-12-21T05:52:38.365Z PASS [ 2.796s] omicron-sled-agent services::illumos_tests::test_ensure_service
63882024-12-21T05:52:38.410Z PASS [ 0.043s] omicron-sled-agent services::test::test_all_zones_requests_schema
63892024-12-21T05:52:38.445Z PASS [ 0.035s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
63902024-12-21T05:52:38.486Z PASS [ 0.040s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
63912024-12-21T05:52:38.530Z PASS [ 0.043s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
63922024-12-21T05:52:38.575Z PASS [ 0.043s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
63932024-12-21T05:52:38.615Z PASS [ 0.042s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
63942024-12-21T05:52:38.658Z PASS [ 0.042s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
63952024-12-21T05:52:38.704Z PASS [ 0.042s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
63962024-12-21T05:52:38.745Z PASS [ 0.044s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
63972024-12-21T05:52:40.200Z PASS [ 12.068s] omicron-passwords test::test_smoke
63982024-12-21T05:52:40.232Z PASS [ 0.031s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
63992024-12-21T05:52:40.272Z PASS [ 0.040s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
64002024-12-21T05:52:40.306Z PASS [ 0.033s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
64012024-12-21T05:52:40.337Z PASS [ 0.030s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
64022024-12-21T05:52:40.368Z PASS [ 0.031s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
64032024-12-21T05:52:40.400Z PASS [ 0.031s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
64042024-12-21T05:52:40.434Z PASS [ 0.034s] omicron-sled-agent sim::storage::test::snapshot_needs_region
64052024-12-21T05:52:40.466Z PASS [ 2.833s] omicron-sled-agent services::illumos_tests::test_services_are_recreated_on_reboot
64062024-12-21T05:52:40.591Z PASS [ 3.359s] omicron-sled-agent services::illumos_tests::test_ensure_service_before_timesync
64072024-12-21T05:52:40.722Z PASS [ 3.477s] omicron-sled-agent services::illumos_tests::test_ensure_service_which_already_exists
64082024-12-21T05:52:41.109Z PASS [ 2.801s] omicron-sled-agent services::illumos_tests::test_services_do_not_persist_without_config
64092024-12-21T05:52:41.554Z PASS [ 26.439s] omicron-omdb::test_all_output test_omdb_success_cases
64102024-12-21T05:52:42.341Z PASS [ 3.595s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
64112024-12-21T05:52:42.383Z PASS [ 0.041s] omicron-sled-agent updates::test::test_query_no_components
64122024-12-21T05:52:42.426Z PASS [ 0.043s] omicron-sled-agent updates::test::test_query_sled_agent_version
64132024-12-21T05:52:42.480Z PASS [ 0.053s] omicron-sled-agent updates::test::test_query_zone_version
64142024-12-21T05:52:42.620Z PASS [ 0.140s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
64152024-12-21T05:52:42.660Z PASS [ 0.039s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
64162024-12-21T05:52:45.385Z PASS [ 4.950s] omicron-sled-agent support_bundle::storage::tests::basic_crud
64172024-12-21T05:52:45.487Z PASS [ 4.894s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
64182024-12-21T05:52:45.515Z PASS [ 0.028s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
64192024-12-21T05:52:45.609Z PASS [ 4.498s] omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
64202024-12-21T05:52:45.643Z PASS [ 4.919s] omicron-sled-agent support_bundle::storage::tests::creation_idempotency
64212024-12-21T05:52:46.056Z PASS [ 5.588s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
64222024-12-21T05:52:46.110Z PASS [ 0.053s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
64232024-12-21T05:52:46.143Z PASS [ 0.032s] omicron-sled-agent zone_bundle::tests::test_dir_size
64242024-12-21T05:52:46.185Z PASS [ 0.042s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
64252024-12-21T05:52:46.933Z PASS [ 0.748s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
64262024-12-21T05:52:46.956Z PASS [ 5.402s] omicron-sled-agent support_bundle::storage::tests::ranges
64272024-12-21T05:52:47.077Z PASS [ 4.416s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
64282024-12-21T05:52:47.149Z PASS [ 0.192s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
64292024-12-21T05:52:47.184Z PASS [ 0.035s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
64302024-12-21T05:52:47.209Z PASS [ 0.024s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
64312024-12-21T05:52:47.502Z PASS [ 0.568s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
64322024-12-21T05:52:47.880Z PASS [ 0.377s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
64332024-12-21T05:52:47.883Z PASS [ 0.671s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
64342024-12-21T05:52:47.919Z PASS [ 0.037s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
64352024-12-21T05:52:47.934Z PASS [ 0.857s] omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
64362024-12-21T05:52:47.951Z PASS [ 0.032s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
64372024-12-21T05:52:48.077Z PASS [ 0.142s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
64382024-12-21T05:52:48.283Z PASS [ 0.205s] omicron-test-utils dev::db::test::test_bad_cmd
64392024-12-21T05:52:48.394Z PASS [ 0.442s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
64402024-12-21T05:52:48.652Z PASS [ 0.369s] omicron-test-utils dev::db::test::test_cmd_fails
64412024-12-21T05:52:48.707Z PASS [ 3.097s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
64422024-12-21T05:52:48.770Z PASS [ 0.062s] omicron-test-utils dev::db::test::test_make_pg_config_fail
64432024-12-21T05:52:48.795Z PASS [ 0.025s] omicron-test-utils dev::db::test::test_make_pg_config_ok
64442024-12-21T05:52:48.830Z PASS [ 0.035s] omicron-test-utils dev::db::test::test_process_exit_abnormal
64452024-12-21T05:52:48.871Z PASS [ 0.040s] omicron-test-utils dev::db::test::test_process_exit_normal
64462024-12-21T05:52:48.894Z PASS [ 0.241s] omicron-test-utils dev::db::test::test_database_start_hang
64472024-12-21T05:52:48.913Z PASS [ 1.032s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
64482024-12-21T05:52:49.053Z PASS [ 3.667s] omicron-sled-agent zone_bundle::illumos_tests::test_context
64492024-12-21T05:52:49.099Z PASS [ 0.045s] omicron-test-utils dev::db::test::test_starter_tmpdir
64502024-12-21T05:52:49.109Z PASS [ 3.466s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
64512024-12-21T05:52:49.162Z PASS [ 0.052s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
64522024-12-21T05:52:49.191Z PASS [ 0.092s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
64532024-12-21T05:52:49.212Z PASS [ 0.050s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
64542024-12-21T05:52:49.229Z PASS [ 0.038s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
64552024-12-21T05:52:49.271Z PASS [ 0.060s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
64562024-12-21T05:52:49.326Z LEAK [ 0.455s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
64572024-12-21T05:52:49.480Z PASS [ 3.964s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
64582024-12-21T05:52:49.726Z PASS [ 0.496s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
64592024-12-21T05:52:49.748Z PASS [ 0.268s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
64602024-12-21T05:52:49.833Z PASS [ 0.506s] oximeter test::timeseries_schema_consistency
64612024-12-21T05:52:49.942Z PASS [ 1.548s] omicron-test-utils dev::db::test::test_database_concurrent
64622024-12-21T05:52:50.077Z PASS [ 0.244s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
64632024-12-21T05:52:50.098Z PASS [ 0.154s] oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
64642024-12-21T05:52:50.101Z PASS [ 0.371s] oximeter-collector agent::tests::test_self_stat_collection_count
64652024-12-21T05:52:50.110Z PASS [ 0.356s] oximeter-collector agent::tests::test_self_stat_error_counter
64662024-12-21T05:52:50.125Z PASS [ 0.028s] oximeter-collector self_stats::tests::test_failure_reason_serialization
64672024-12-21T05:52:50.133Z PASS [ 0.035s] oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
64682024-12-21T05:52:50.139Z PASS [ 1.225s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
64692024-12-21T05:52:50.206Z PASS [ 0.067s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
64702024-12-21T05:52:50.244Z PASS [ 0.037s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
64712024-12-21T05:52:50.267Z PASS [ 0.023s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
64722024-12-21T05:52:50.282Z PASS [ 0.156s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
64732024-12-21T05:52:50.290Z PASS [ 0.156s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
64742024-12-21T05:52:50.385Z PASS [ 1.112s] openapi-manager check::tests::check_apis_up_to_date
64752024-12-21T05:52:50.707Z PASS [ 0.596s] oximeter-collector::test_commands test_oximeter_no_args
64762024-12-21T05:52:51.125Z PASS [ 1.047s] oximeter-collector agent::tests::verify_producer_details
64772024-12-21T05:52:51.298Z PASS [ 0.590s] oximeter-db client::tests::can_ping_clickhouse
64782024-12-21T05:52:51.419Z PASS [ 0.120s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
64792024-12-21T05:52:51.502Z PASS [ 0.083s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
64802024-12-21T05:52:51.542Z PASS [ 1.273s] oximeter-db client::oxql::tests::test_get_entire_table
64812024-12-21T05:52:51.552Z PASS [ 1.261s] oximeter-db client::oxql::tests::test_get_one_timeseries
64822024-12-21T05:52:51.552Z PASS [ 1.167s] oximeter-db client::oxql::tests::test_limit_operations
64832024-12-21T05:52:51.587Z PASS [ 1.304s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
64842024-12-21T05:52:52.199Z PASS [ 0.612s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
64852024-12-21T05:52:52.303Z PASS [ 0.750s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
64862024-12-21T05:52:52.305Z PASS [ 0.750s] oximeter-db client::tests::read_latest_version_reports_max
64872024-12-21T05:52:52.953Z PASS [ 0.650s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
64882024-12-21T05:52:53.143Z PASS [ 0.943s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
64892024-12-21T05:52:53.328Z PASS [ 1.025s] oximeter-db client::tests::select_timeseries_with_select_one
64902024-12-21T05:52:53.850Z PASS [ 0.896s] oximeter-db client::tests::test_client_select_timeseries_one
64912024-12-21T05:52:54.026Z PASS [ 2.483s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
64922024-12-21T05:52:54.084Z PASS [ 0.940s] oximeter-db client::tests::test_database_version_update_is_idempotent
64932024-12-21T05:52:54.216Z PASS [ 0.887s] oximeter-db client::tests::test_database_version_will_not_downgrade
64942024-12-21T05:52:54.798Z PASS [ 0.771s] oximeter-db client::tests::test_differentiate_by_timeseries_name
64952024-12-21T05:52:54.815Z PASS [ 0.965s] oximeter-db client::tests::test_database_version_wipes_old_version
64962024-12-21T05:52:54.901Z PASS [ 0.816s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
64972024-12-21T05:52:55.212Z PASS [ 0.995s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
64982024-12-21T05:52:55.653Z PASS [ 0.855s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
64992024-12-21T05:52:55.896Z PASS [ 0.994s] oximeter-db client::tests::test_field_record_count
65002024-12-21T05:52:56.078Z PASS [ 7.183s] omicron-test-utils dev::db::test::test_setup_database_default_dir
65012024-12-21T05:52:56.133Z PASS [ 0.921s] oximeter-db client::tests::test_get_schema_no_new_values
65022024-12-21T05:52:56.218Z PASS [ 1.402s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
65032024-12-21T05:52:56.250Z PASS [ 0.031s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
65042024-12-21T05:52:56.280Z PASS [ 0.030s] oximeter-db client::tests::test_read_timeseries_to_delete
65052024-12-21T05:52:56.308Z PASS [ 0.027s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
65062024-12-21T05:52:56.335Z PASS [ 0.026s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
65072024-12-21T05:52:56.406Z PASS [ 0.753s] oximeter-db client::tests::test_insert_samples
65082024-12-21T05:52:56.606Z PASS [ 0.709s] oximeter-db client::tests::test_is_oximeter_cluster
65092024-12-21T05:52:56.856Z PASS [ 0.777s] oximeter-db client::tests::test_list_timeseries
65102024-12-21T05:52:56.864Z PASS [ 0.731s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
65112024-12-21T05:52:57.143Z PASS [ 0.736s] oximeter-db client::tests::test_schema_mismatch
65122024-12-21T05:52:57.336Z PASS [ 0.729s] oximeter-db client::tests::test_schema_update
65132024-12-21T05:52:57.465Z PASS [ 1.130s] oximeter-db client::tests::test_recall_of_all_fields
65142024-12-21T05:52:57.637Z PASS [ 0.772s] oximeter-db client::tests::test_select_all_field_types
65152024-12-21T05:52:57.659Z PASS [ 0.802s] oximeter-db client::tests::test_select_all_datum_types
65162024-12-21T05:52:57.934Z PASS [ 0.790s] oximeter-db client::tests::test_select_timeseries_with_all
65172024-12-21T05:52:58.332Z PASS [ 0.996s] oximeter-db client::tests::test_select_timeseries_with_limit
65182024-12-21T05:52:58.450Z PASS [ 0.811s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
65192024-12-21T05:52:58.453Z PASS [ 0.982s] oximeter-db client::tests::test_select_timeseries_with_order
65202024-12-21T05:52:58.477Z PASS [ 0.027s] oximeter-db client::tests::test_unravel_index
65212024-12-21T05:52:58.487Z PASS [ 0.827s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
65222024-12-21T05:52:58.518Z PASS [ 0.031s] oximeter-db client::tests::test_verify_schema_upgrades
65232024-12-21T05:52:58.556Z PASS [ 0.038s] oximeter-db model::fields::tests::test_extract_fields_as_block
65242024-12-21T05:52:58.589Z PASS [ 0.032s] oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
65252024-12-21T05:52:58.620Z PASS [ 0.030s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
65262024-12-21T05:52:58.650Z PASS [ 0.030s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
65272024-12-21T05:52:58.682Z PASS [ 0.031s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
65282024-12-21T05:52:58.711Z PASS [ 0.028s] oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
65292024-12-21T05:52:58.737Z PASS [ 0.026s] oximeter-db native::block::tests::concat_blocks
65302024-12-21T05:52:58.761Z PASS [ 0.024s] oximeter-db native::block::tests::datetime64_scale_checks_range
65312024-12-21T05:52:58.769Z PASS [ 0.834s] oximeter-db client::tests::test_select_timeseries_with_start_time
65322024-12-21T05:52:58.787Z PASS [ 0.018s] oximeter-db native::block::tests::parse_date_time64
65332024-12-21T05:52:58.787Z PASS [ 0.026s] oximeter-db native::block::tests::parse_date_time
65342024-12-21T05:52:58.807Z PASS [ 0.019s] oximeter-db native::block::tests::parse_escaped_date_time64
65352024-12-21T05:52:58.815Z PASS [ 0.024s] oximeter-db native::block::tests::test_data_type_to_string
65362024-12-21T05:52:58.825Z PASS [ 0.018s] oximeter-db native::block::tests::test_datetime64_conversions
65372024-12-21T05:52:58.831Z PASS [ 0.018s] oximeter-db native::block::tests::test_parse_all_known_timezones
65382024-12-21T05:52:58.842Z PASS [ 0.016s] oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
65392024-12-21T05:52:58.848Z PASS [ 0.017s] oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
65402024-12-21T05:52:58.860Z PASS [ 0.018s] oximeter-db native::block::tests::test_parse_enum8
65412024-12-21T05:52:58.865Z PASS [ 0.016s] oximeter-db native::block::tests::test_parse_enum_variant
65422024-12-21T05:52:58.886Z PASS [ 0.026s] oximeter-db native::block::tests::test_parse_invalid_data_type
65432024-12-21T05:52:59.231Z PASS [ 0.781s] oximeter-db client::tests::test_timeseries_schema_list
65442024-12-21T05:52:59.246Z PASS [ 0.768s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
65452024-12-21T05:52:59.461Z PASS [ 0.595s] oximeter-db native::connection::tests::test_basic_select_query
65462024-12-21T05:52:59.584Z PASS [ 0.697s] oximeter-db native::connection::tests::test_can_cancel_query
65472024-12-21T05:52:59.635Z PASS [ 1.302s] oximeter-db client::tests::test_sql_query_output
65482024-12-21T05:52:59.806Z PASS [ 0.574s] oximeter-db native::connection::tests::test_exchange_hello
65492024-12-21T05:52:59.829Z PASS [ 0.582s] oximeter-db native::connection::tests::test_insert_and_select_data
65502024-12-21T05:53:00.050Z PASS [ 0.588s] oximeter-db native::connection::tests::test_insert_and_select_uuid
65512024-12-21T05:53:00.078Z PASS [ 0.027s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
65522024-12-21T05:53:00.103Z PASS [ 0.025s] oximeter-db native::io::block::tests::test_decode_full_block
65532024-12-21T05:53:00.125Z PASS [ 0.021s] oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
65542024-12-21T05:53:00.145Z PASS [ 0.020s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
65552024-12-21T05:53:00.162Z PASS [ 0.577s] oximeter-db native::connection::tests::test_select_array_column
65562024-12-21T05:53:00.173Z PASS [ 0.028s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
65572024-12-21T05:53:00.192Z PASS [ 0.029s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
65582024-12-21T05:53:00.202Z PASS [ 0.029s] oximeter-db native::io::column::tests::test_decode_string_column
65592024-12-21T05:53:00.216Z PASS [ 0.024s] oximeter-db native::io::column::tests::test_decode_uint64_column
65602024-12-21T05:53:00.222Z PASS [ 0.019s] oximeter-db native::io::column::tests::test_decode_uint8_column
65612024-12-21T05:53:00.227Z PASS [ 0.592s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
65622024-12-21T05:53:00.238Z PASS [ 0.021s] oximeter-db native::io::column::tests::test_decode_uuid_column
65632024-12-21T05:53:00.244Z PASS [ 0.021s] oximeter-db native::io::column::tests::test_encode_decode_column
65642024-12-21T05:53:00.249Z PASS [ 0.021s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
65652024-12-21T05:53:00.260Z PASS [ 0.021s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
65662024-12-21T05:53:00.265Z PASS [ 0.020s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
65672024-12-21T05:53:00.271Z PASS [ 0.021s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
65682024-12-21T05:53:00.285Z PASS [ 0.025s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
65692024-12-21T05:53:00.292Z PASS [ 0.025s] oximeter-db native::io::packet::server::tests::test_decode_pong
65702024-12-21T05:53:00.298Z PASS [ 0.026s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
65712024-12-21T05:53:00.308Z PASS [ 0.023s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
65722024-12-21T05:53:00.314Z PASS [ 0.021s] oximeter-db native::io::string::test::test_encode_decode
65732024-12-21T05:53:00.318Z PASS [ 0.019s] oximeter-db native::io::string::test::test_encode_hello_world
65742024-12-21T05:53:00.327Z PASS [ 0.018s] oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
65752024-12-21T05:53:00.333Z PASS [ 0.019s] oximeter-db native::io::table_columns::tests::test_column_count
65762024-12-21T05:53:00.341Z PASS [ 0.022s] oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
65772024-12-21T05:53:00.348Z PASS [ 0.021s] oximeter-db native::io::table_columns::tests::test_column_description_with_default
65782024-12-21T05:53:00.356Z PASS [ 0.022s] oximeter-db native::io::table_columns::tests::test_column_descriptions
65792024-12-21T05:53:00.365Z PASS [ 0.023s] oximeter-db native::io::varuint::test_encode_decode_varuint
65802024-12-21T05:53:00.372Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
65812024-12-21T05:53:00.379Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
65822024-12-21T05:53:00.390Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_comparison
65832024-12-21T05:53:00.397Z PASS [ 0.591s] oximeter-db native::connection::tests::test_select_nullable_column
65842024-12-21T05:53:00.404Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
65852024-12-21T05:53:00.415Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_double_literal
65862024-12-21T05:53:00.422Z PASS [ 0.592s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
65872024-12-21T05:53:00.425Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
65882024-12-21T05:53:00.425Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
65892024-12-21T05:53:00.434Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
65902024-12-21T05:53:00.444Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
65912024-12-21T05:53:00.447Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
65922024-12-21T05:53:00.456Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
65932024-12-21T05:53:00.461Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
65942024-12-21T05:53:00.465Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
65952024-12-21T05:53:00.472Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
65962024-12-21T05:53:00.474Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_group_by
65972024-12-21T05:53:00.482Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
65982024-12-21T05:53:00.488Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
65992024-12-21T05:53:00.491Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_ident
66002024-12-21T05:53:00.501Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
66012024-12-21T05:53:00.510Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
66022024-12-21T05:53:00.510Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
66032024-12-21T05:53:00.519Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
66042024-12-21T05:53:00.521Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
66052024-12-21T05:53:00.529Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
66062024-12-21T05:53:00.535Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
66072024-12-21T05:53:00.540Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_query
66082024-12-21T05:53:00.549Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
66092024-12-21T05:53:00.554Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
66102024-12-21T05:53:00.556Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
66112024-12-21T05:53:00.563Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
66122024-12-21T05:53:00.569Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_reducer
66132024-12-21T05:53:00.576Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
66142024-12-21T05:53:00.581Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
66152024-12-21T05:53:00.586Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
66162024-12-21T05:53:00.593Z PASS [ 0.023s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
66172024-12-21T05:53:00.605Z PASS [ 0.029s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
66182024-12-21T05:53:00.616Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
66192024-12-21T05:53:00.624Z PASS [ 0.042s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
66202024-12-21T05:53:00.632Z PASS [ 0.039s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
66212024-12-21T05:53:00.636Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
66222024-12-21T05:53:00.646Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
66232024-12-21T05:53:00.660Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
66242024-12-21T05:53:00.663Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
66252024-12-21T05:53:00.670Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
66262024-12-21T05:53:00.674Z PASS [ 0.027s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
66272024-12-21T05:53:00.681Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
66282024-12-21T05:53:00.690Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
66292024-12-21T05:53:00.695Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
66302024-12-21T05:53:00.699Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
66312024-12-21T05:53:00.705Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
66322024-12-21T05:53:00.713Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
66332024-12-21T05:53:00.720Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
66342024-12-21T05:53:00.729Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
66352024-12-21T05:53:00.731Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
66362024-12-21T05:53:00.738Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
66372024-12-21T05:53:00.742Z PASS [ 0.021s] oximeter-db oxql::query::tests::test_coalesce_limits
66382024-12-21T05:53:00.751Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
66392024-12-21T05:53:00.756Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
66402024-12-21T05:53:00.761Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
66412024-12-21T05:53:00.767Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
66422024-12-21T05:53:00.772Z PASS [ 0.021s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
66432024-12-21T05:53:00.779Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
66442024-12-21T05:53:00.785Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
66452024-12-21T05:53:00.791Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_predicates
66462024-12-21T05:53:00.797Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
66472024-12-21T05:53:00.802Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
66482024-12-21T05:53:00.808Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
66492024-12-21T05:53:00.820Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_query_end_time
66502024-12-21T05:53:00.824Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
66512024-12-21T05:53:00.826Z PASS [ 0.021s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
66522024-12-21T05:53:00.835Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
66532024-12-21T05:53:00.842Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
66542024-12-21T05:53:00.858Z PASS [ 0.023s] oximeter-db query::tests::test_field_selector_as_query
66552024-12-21T05:53:00.861Z PASS [ 0.034s] oximeter-db query::tests::test_field_cmp
66562024-12-21T05:53:00.869Z PASS [ 0.040s] oximeter-db oxql::query::tests::test_split_query
66572024-12-21T05:53:00.873Z PASS [ 0.026s] oximeter-db query::tests::test_field_value_as_db_str
66582024-12-21T05:53:00.892Z PASS [ 0.033s] oximeter-db query::tests::test_select_query_builder_filter_raw
66592024-12-21T05:53:00.895Z PASS [ 0.022s] oximeter-db query::tests::test_select_query_builder_from_parts
66602024-12-21T05:53:00.895Z PASS [ 0.033s] oximeter-db query::tests::test_select_query_builder_field_selectors
66612024-12-21T05:53:00.905Z PASS [ 0.031s] oximeter-db query::tests::test_select_query_builder_full
66622024-12-21T05:53:00.915Z PASS [ 0.023s] oximeter-db query::tests::test_select_query_builder_no_selectors
66632024-12-21T05:53:00.921Z PASS [ 0.028s] oximeter-db query::tests::test_select_query_builder_limit_offset
66642024-12-21T05:53:00.925Z PASS [ 0.028s] oximeter-db query::tests::test_select_query_builder_no_fields
66652024-12-21T05:53:00.935Z PASS [ 0.029s] oximeter-db query::tests::test_string_field_selector
66662024-12-21T05:53:00.942Z PASS [ 0.026s] oximeter-db query::tests::test_time_range
66672024-12-21T05:53:00.951Z PASS [ 0.030s] oximeter-db sql::tests::test_allow_subqueries
66682024-12-21T05:53:00.957Z PASS [ 0.035s] oximeter-db sql::tests::test_allow_limit_offset
66692024-12-21T05:53:00.961Z PASS [ 0.025s] oximeter-db sql::tests::test_cannot_name_database
66702024-12-21T05:53:00.967Z PASS [ 0.024s] oximeter-db sql::tests::test_ctes_are_not_supported
66712024-12-21T05:53:00.979Z PASS [ 0.027s] oximeter-db sql::tests::test_function_allow_list
66722024-12-21T05:53:00.987Z PASS [ 0.025s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
66732024-12-21T05:53:00.999Z PASS [ 0.032s] oximeter-db sql::tests::test_query_must_be_select_statement
66742024-12-21T05:53:01.009Z PASS [ 0.052s] oximeter-db sql::tests::test_join_must_be_inner
66752024-12-21T05:53:01.015Z PASS [ 0.036s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
66762024-12-21T05:53:01.021Z PASS [ 0.033s] oximeter-db sql::tests::test_require_table_is_timeseries_name
66772024-12-21T05:53:01.027Z PASS [ 0.027s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
66782024-12-21T05:53:01.039Z PASS [ 0.030s] oximeter-db sql::tests::test_with_comma_join_fails
66792024-12-21T05:53:01.048Z PASS [ 0.032s] oximeter-db tests::test_timeseries_key_field_stability
66802024-12-21T05:53:01.057Z PASS [ 0.035s] oximeter-db tests::test_timeseries_key_sample_stability
66812024-12-21T05:53:01.139Z PASS [ 0.091s] oximeter-instruments http::tests::test_latency_tracker
66822024-12-21T05:53:01.188Z PASS [ 0.130s] oximeter-instruments kstat::link::tests::test_kstat_interested
66832024-12-21T05:53:01.388Z PASS [ 0.248s] oximeter-instruments kstat::link::tests::test_kstat_sampler
66842024-12-21T05:53:01.409Z PASS [ 0.221s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
66852024-12-21T05:53:01.521Z PASS [ 0.133s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
66862024-12-21T05:53:01.530Z PASS [ 0.119s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
66872024-12-21T05:53:01.580Z PASS [ 0.058s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
66882024-12-21T05:53:01.589Z PASS [ 0.059s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
66892024-12-21T05:53:01.627Z PASS [ 0.037s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
66902024-12-21T05:53:01.633Z PASS [ 0.053s] oximeter-instruments kstat::link::tests::test_sled_datalink
66912024-12-21T05:53:01.648Z PASS [ 0.021s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
66922024-12-21T05:53:01.654Z PASS [ 0.020s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
66932024-12-21T05:53:01.669Z PASS [ 0.020s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
66942024-12-21T05:53:01.676Z PASS [ 0.020s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
66952024-12-21T05:53:01.689Z PASS [ 0.020s] oximeter-macro-impl tests::test_metric_annotated_field
66962024-12-21T05:53:01.696Z PASS [ 0.020s] oximeter-macro-impl tests::test_metric_datum_field
66972024-12-21T05:53:01.711Z PASS [ 0.022s] oximeter-macro-impl tests::test_metric_enum
66982024-12-21T05:53:01.718Z PASS [ 0.021s] oximeter-macro-impl tests::test_metric_without_datum_field
66992024-12-21T05:53:01.732Z PASS [ 0.020s] oximeter-macro-impl tests::test_target
67002024-12-21T05:53:01.737Z PASS [ 0.019s] oximeter-macro-impl tests::test_target_empty_struct
67012024-12-21T05:53:01.752Z PASS [ 0.019s] oximeter-macro-impl tests::test_target_enum
67022024-12-21T05:53:01.758Z PASS [ 0.020s] oximeter-macro-impl tests::test_target_unit_struct
67032024-12-21T05:53:01.770Z PASS [ 0.017s] oximeter-macro-impl tests::test_target_with_datum_field
67042024-12-21T05:53:01.862Z PASS [ 0.091s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
67052024-12-21T05:53:01.892Z PASS [ 0.030s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
67062024-12-21T05:53:01.917Z PASS [ 0.025s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
67072024-12-21T05:53:01.947Z PASS [ 0.029s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
67082024-12-21T05:53:01.973Z PASS [ 0.026s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
67092024-12-21T05:53:02.007Z PASS [ 0.033s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
67102024-12-21T05:53:02.032Z PASS [ 1.512s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
67112024-12-21T05:53:02.039Z PASS [ 0.031s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
67122024-12-21T05:53:02.073Z PASS [ 0.034s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
67132024-12-21T05:53:02.073Z PASS [ 0.041s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
67142024-12-21T05:53:02.122Z PASS [ 0.048s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
67152024-12-21T05:53:02.129Z PASS [ 0.049s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
67162024-12-21T05:53:02.152Z PASS [ 0.030s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
67172024-12-21T05:53:02.161Z PASS [ 0.031s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
67182024-12-21T05:53:02.181Z PASS [ 0.028s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
67192024-12-21T05:53:02.187Z PASS [ 0.024s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
67202024-12-21T05:53:02.203Z PASS [ 0.021s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
67212024-12-21T05:53:02.208Z PASS [ 0.021s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
67222024-12-21T05:53:02.228Z PASS [ 0.025s] oximeter-schema ir::tests::fail_on_empty_descriptions
67232024-12-21T05:53:02.234Z PASS [ 0.025s] oximeter-schema ir::tests::fail_on_empty_metric_name
67242024-12-21T05:53:02.253Z PASS [ 0.024s] oximeter-schema ir::tests::fail_on_empty_target_name
67252024-12-21T05:53:02.258Z PASS [ 0.023s] oximeter-schema ir::tests::fail_on_very_long_field_names
67262024-12-21T05:53:02.278Z PASS [ 0.024s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
67272024-12-21T05:53:02.283Z PASS [ 0.024s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
67282024-12-21T05:53:02.300Z PASS [ 0.022s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
67292024-12-21T05:53:02.308Z PASS [ 0.024s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
67302024-12-21T05:53:02.323Z PASS [ 0.023s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
67312024-12-21T05:53:02.333Z PASS [ 0.024s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
67322024-12-21T05:53:02.348Z PASS [ 0.025s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
67332024-12-21T05:53:02.359Z PASS [ 0.026s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
67342024-12-21T05:53:02.379Z PASS [ 0.030s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
67352024-12-21T05:53:02.387Z PASS [ 0.028s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
67362024-12-21T05:53:02.404Z PASS [ 0.024s] oximeter-schema ir::tests::only_support_format_version_1
67372024-12-21T05:53:02.408Z PASS [ 0.020s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
67382024-12-21T05:53:02.420Z PASS [ 0.016s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
67392024-12-21T05:53:02.520Z PASS [ 0.099s] oximeter-test-utils tests::test_sample_struct
67402024-12-21T05:53:02.526Z PASS [ 0.117s] oximeter-test-utils tests::test_gen_test_samples
67412024-12-21T05:53:02.550Z PASS [ 0.029s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
67422024-12-21T05:53:02.553Z PASS [ 0.024s] oximeter-test-utils tests::test_timeseries_schema_from_parts
67432024-12-21T05:53:02.576Z PASS [ 0.025s] oximeter-test-utils tests::test_timeseries_schema_from_sample
67442024-12-21T05:53:02.579Z PASS [ 0.021s] oximeter-types histogram::tests::test_bin_range
67452024-12-21T05:53:02.600Z PASS [ 0.024s] oximeter-types histogram::tests::test_bin_range_from
67462024-12-21T05:53:02.605Z PASS [ 0.029s] oximeter-types histogram::tests::test_bin_range_to
67472024-12-21T05:53:02.620Z PASS [ 0.020s] oximeter-types histogram::tests::test_empty_bins_not_supported
67482024-12-21T05:53:02.625Z PASS [ 0.019s] oximeter-types histogram::tests::test_ensure_finite
67492024-12-21T05:53:02.650Z PASS [ 0.024s] oximeter-types histogram::tests::test_histogram_construct_with
67502024-12-21T05:53:02.655Z PASS [ 0.034s] oximeter-types histogram::tests::test_histogram
67512024-12-21T05:53:02.677Z PASS [ 0.027s] oximeter-types histogram::tests::test_histogram_extreme_bins
67522024-12-21T05:53:02.684Z PASS [ 0.022s] oximeter-types histogram::tests::test_histogram_extreme_samples
67532024-12-21T05:53:02.699Z PASS [ 0.022s] oximeter-types histogram::tests::test_histogram_float_bins
67542024-12-21T05:53:02.705Z PASS [ 0.020s] oximeter-types histogram::tests::test_histogram_unbounded_samples
67552024-12-21T05:53:02.834Z PASS [ 0.017s] oximeter-types histogram::tests::test_histogram_with_bins
67562024-12-21T05:53:02.838Z PASS [ 0.029s] oximeter-types histogram::tests::test_histogram_unsorted_bins
67572024-12-21T05:53:02.838Z PASS [ 0.021s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
67582024-12-21T05:53:02.838Z PASS [ 0.020s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
67592024-12-21T05:53:02.838Z PASS [ 0.020s] oximeter-types histogram::tests::test_log_bins_u64
67602024-12-21T05:53:02.838Z PASS [ 0.023s] oximeter-types histogram::tests::test_log_bins_u8
67612024-12-21T05:53:02.838Z PASS [ 0.033s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
67622024-12-21T05:53:02.838Z PASS [ 0.059s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
67632024-12-21T05:53:02.838Z PASS [ 0.027s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
67642024-12-21T05:53:02.850Z PASS [ 0.025s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
67652024-12-21T05:53:02.857Z PASS [ 0.021s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
67662024-12-21T05:53:02.873Z PASS [ 0.023s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
67672024-12-21T05:53:02.879Z PASS [ 0.021s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
67682024-12-21T05:53:02.897Z PASS [ 0.023s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
67692024-12-21T05:53:02.903Z PASS [ 0.023s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
67702024-12-21T05:53:02.919Z PASS [ 0.022s] oximeter-types histogram::tests::test_span_decades
67712024-12-21T05:53:02.924Z PASS [ 0.021s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
67722024-12-21T05:53:02.939Z PASS [ 0.019s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
67732024-12-21T05:53:02.945Z PASS [ 0.020s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
67742024-12-21T05:53:02.962Z PASS [ 0.022s] oximeter-types quantile::tests::test_default_percentiles
67752024-12-21T05:53:03.036Z PASS [ 0.022s] oximeter-types quantile::tests::test_empty_observations
67762024-12-21T05:53:03.039Z PASS [ 0.022s] oximeter-types quantile::tests::test_find_cells
67772024-12-21T05:53:03.039Z PASS [ 0.022s] oximeter-types quantile::tests::test_float_observations
67782024-12-21T05:53:03.039Z PASS [ 0.024s] oximeter-types quantile::tests::test_integer_observations
67792024-12-21T05:53:03.039Z PASS [ 0.024s] oximeter-types quantile::tests::test_invalid_p_value
67802024-12-21T05:53:03.039Z PASS [ 0.023s] oximeter-types quantile::tests::test_max_p
67812024-12-21T05:53:03.042Z PASS [ 0.025s] oximeter-types quantile::tests::test_min_p
67822024-12-21T05:53:03.054Z PASS [ 0.021s] oximeter-types quantile::tests::test_non_filled_observations
67832024-12-21T05:53:03.065Z PASS [ 0.023s] oximeter-types quantile::tests::test_rounding
67842024-12-21T05:53:03.072Z PASS [ 0.018s] oximeter-types schema::tests::test_field_schema_ordering
67852024-12-21T05:53:03.113Z PASS [ 0.046s] oximeter-types schema::tests::test_timeseries_name
67862024-12-21T05:53:03.117Z PASS [ 0.044s] oximeter-types schema::tests::test_timeseries_name_from_str
67872024-12-21T05:53:03.132Z PASS [ 0.021s] oximeter-types traits::tests::test_metric_trait
67882024-12-21T05:53:03.144Z PASS [ 0.027s] oximeter-types traits::tests::test_producer_trait
67892024-12-21T05:53:03.150Z PASS [ 0.016s] oximeter-types traits::tests::test_target_trait
67902024-12-21T05:53:03.163Z PASS [ 0.018s] oximeter-types types::tests::test_cumulative_f64
67912024-12-21T05:53:03.167Z PASS [ 0.017s] oximeter-types types::tests::test_cumulative_i64
67922024-12-21T05:53:03.181Z PASS [ 0.018s] oximeter-types types::tests::test_datum
67932024-12-21T05:53:03.186Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
67942024-12-21T05:53:03.202Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
67952024-12-21T05:53:03.207Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
67962024-12-21T05:53:03.226Z PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
67972024-12-21T05:53:03.233Z PASS [ 0.025s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
67982024-12-21T05:53:03.250Z PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
67992024-12-21T05:53:03.255Z PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
68002024-12-21T05:53:03.268Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
68012024-12-21T05:53:03.273Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
68022024-12-21T05:53:03.285Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
68032024-12-21T05:53:03.292Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
68042024-12-21T05:53:03.305Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
68052024-12-21T05:53:03.311Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
68062024-12-21T05:53:03.326Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
68072024-12-21T05:53:03.333Z PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
68082024-12-21T05:53:03.346Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
68092024-12-21T05:53:03.352Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
68102024-12-21T05:53:03.367Z PASS [ 0.020s] oximeter-types types::tests::test_measurement
68112024-12-21T05:53:03.371Z PASS [ 0.018s] oximeter-types types::tests::test_verify_field_names
68122024-12-21T05:53:03.383Z PASS [ 0.016s] oxlog tests::test_is_oxide_smf_log_file
68132024-12-21T05:53:03.388Z PASS [ 0.015s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
68142024-12-21T05:53:03.398Z PASS [ 0.015s] oxlog tests::test_sort_logs
68152024-12-21T05:53:03.464Z PASS [ 0.065s] oxql-types point::tests::test_cast_points_from_double
68162024-12-21T05:53:03.466Z PASS [ 0.075s] oxql-types point::tests::test_cast_points_from_bool
68172024-12-21T05:53:03.493Z PASS [ 0.029s] oxql-types point::tests::test_cast_points_from_int_distribution
68182024-12-21T05:53:03.496Z PASS [ 0.029s] oxql-types point::tests::test_cast_points_from_double_distribution
68192024-12-21T05:53:03.516Z PASS [ 0.022s] oxql-types point::tests::test_cast_points_from_integer
68202024-12-21T05:53:03.527Z PASS [ 0.033s] oxql-types point::tests::test_cast_points_from_string
68212024-12-21T05:53:03.534Z PASS [ 0.018s] oxql-types point::tests::test_join_point_arrays
68222024-12-21T05:53:03.550Z PASS [ 0.023s] oxql-types point::tests::test_point_delta_between
68232024-12-21T05:53:03.555Z PASS [ 0.021s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
68242024-12-21T05:53:03.570Z PASS [ 0.019s] oxql-types point::tests::test_point_delta_between_with_new_epoch
68252024-12-21T05:53:03.576Z PASS [ 0.019s] oxql-types point::tests::test_push_concrete_values
68262024-12-21T05:53:03.592Z PASS [ 0.021s] oxql-types point::tests::test_sub_between_histogram_distributions
68272024-12-21T05:53:03.634Z PASS [ 0.058s] range-requests test::get_response_no_range
68282024-12-21T05:53:03.637Z PASS [ 0.042s] range-requests test::get_response_with_range
68292024-12-21T05:53:03.651Z PASS [ 0.017s] range-requests test::invalid_ranges
68302024-12-21T05:53:03.657Z PASS [ 0.022s] range-requests test::parse_range_invalid
68312024-12-21T05:53:03.671Z PASS [ 0.019s] range-requests test::parse_range_valid
68322024-12-21T05:53:03.686Z PASS [ 0.027s] range-requests test::potential_range_parsing_does_not_crash
68332024-12-21T05:53:03.690Z PASS [ 0.019s] range-requests test::single_range_parsing_does_not_crash
68342024-12-21T05:53:04.384Z PASS [ 0.699s] reconfigurator-cli::test_basic test_basic
68352024-12-21T05:53:04.518Z PASS [ 0.134s] reconfigurator-cli::test_basic test_example
68362024-12-21T05:53:04.681Z PASS [ 0.162s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
68372024-12-21T05:53:04.723Z PASS [ 0.041s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
68382024-12-21T05:53:04.780Z PASS [ 0.057s] sled-agent-types rack_init::tests::parse_rack_initialization
68392024-12-21T05:53:04.804Z PASS [ 0.023s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
68402024-12-21T05:53:04.850Z PASS [ 0.046s] sled-agent-types rack_init::tests::test_extra_certs
68412024-12-21T05:53:04.873Z PASS [ 0.022s] sled-agent-types rack_init::tests::test_subnets
68422024-12-21T05:53:04.888Z PASS [ 3.129s] oximeter-producer tests::test_producer_registration_task
68432024-12-21T05:53:04.913Z PASS [ 0.024s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
68442024-12-21T05:53:04.921Z PASS [ 0.047s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
68452024-12-21T05:53:04.937Z PASS [ 0.023s] sled-agent-types zone_bundle::tests::test_compare_bundles
68462024-12-21T05:53:04.943Z PASS [ 0.022s] sled-agent-types zone_bundle::tests::test_priority_dimension
68472024-12-21T05:53:04.963Z PASS [ 0.025s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
68482024-12-21T05:53:04.969Z PASS [ 0.025s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
68492024-12-21T05:53:05.008Z PASS [ 0.038s] sled-diagnostics queries::test::test_command_stdout_is_correct
68502024-12-21T05:53:05.013Z PASS [ 0.050s] sled-diagnostics queries::test::test_command_stderr_is_correct
68512024-12-21T05:53:05.031Z PASS [ 0.022s] sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
68522024-12-21T05:53:05.088Z PASS [ 0.056s] sled-hardware disk::test::test_disk_paths
68532024-12-21T05:53:05.112Z PASS [ 0.024s] sled-hardware disk::test::test_partition_device_paths
68542024-12-21T05:53:05.185Z PASS [ 0.072s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
68552024-12-21T05:53:05.209Z PASS [ 0.024s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
68562024-12-21T05:53:05.229Z PASS [ 0.019s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
68572024-12-21T05:53:05.247Z PASS [ 0.018s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
68582024-12-21T05:53:05.304Z PASS [ 0.057s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
68592024-12-21T05:53:05.326Z PASS [ 0.021s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
68602024-12-21T05:53:05.345Z PASS [ 0.019s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
68612024-12-21T05:53:05.400Z PASS [ 0.054s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
68622024-12-21T05:53:05.477Z PASS [ 0.077s] sled-storage dataset::test::serialize_dataset_name
68632024-12-21T05:53:05.531Z PASS [ 0.517s] sled-diagnostics queries::test::test_long_running_command_is_aborted
68642024-12-21T05:53:05.575Z PASS [ 0.043s] sled-storage manager::test::test_omicron_physical_disks_schema
68652024-12-21T05:53:05.578Z PASS [ 0.098s] sled-storage manager::test::test_datasets_schema
68662024-12-21T05:53:06.671Z PASS [ 1.095s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
68672024-12-21T05:53:06.721Z PASS [ 0.050s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
68682024-12-21T05:53:06.881Z PASS [ 32.137s] omicron-sled-agent nexus::test::nexus_self_notification_test
68692024-12-21T05:53:07.567Z PASS [ 1.990s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
68702024-12-21T05:53:09.582Z PASS [ 2.700s] sled-storage manager::tests::ensure_datasets
68712024-12-21T05:53:09.640Z PASS [ 0.057s] sled-storage manager::tests::ensure_using_exactly_these_disks
68722024-12-21T05:53:10.318Z PASS [ 3.596s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
68732024-12-21T05:53:11.818Z PASS [ 2.175s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
68742024-12-21T05:53:12.764Z PASS [ 2.446s] sled-storage manager::tests::nested_dataset
68752024-12-21T05:53:13.824Z PASS [ 1.059s] sled-storage manager::tests::update_rawdisk_firmware
68762024-12-21T05:53:14.548Z PASS [ 2.732s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
68772024-12-21T05:53:15.725Z PASS [ 14.684s] oximeter-db::integration_test test_schemas_disjoint
68782024-12-21T05:53:16.022Z PASS [ 2.197s] sled-storage manager::tests::upsert_filesystem
68792024-12-21T05:53:16.676Z PASS [ 2.127s] sled-storage manager::tests::upsert_filesystem_no_uuid
68802024-12-21T05:53:17.040Z PASS [ 1.314s] sled-storage manager::tests::wait_for_boot_disk
68812024-12-21T05:53:17.424Z PASS [ 0.747s] tufaceous::integration-tests command_tests::test_init_and_add
68822024-12-21T05:53:17.430Z PASS [ 1.407s] tufaceous::integration-tests command_tests::test_assemble_fake
68832024-12-21T05:53:17.478Z PASS [ 0.054s] tufaceous-lib archive::tests::test_validate_path
68842024-12-21T05:53:17.523Z PASS [ 0.092s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
68852024-12-21T05:53:17.801Z PASS [ 0.322s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
68862024-12-21T05:53:17.829Z PASS [ 0.788s] tufaceous::manifest-tests check_manifest::fake.toml
68872024-12-21T05:53:17.969Z PASS [ 0.139s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
68882024-12-21T05:53:18.072Z PASS [ 0.103s] update-common artifacts::update_plan::tests::test_bad_rot_versions
68892024-12-21T05:53:18.164Z PASS [ 0.092s] update-common artifacts::update_plan::tests::test_multi_rot_bord
68902024-12-21T05:53:18.253Z PASS [ 0.088s] update-common artifacts::update_plan::tests::test_multi_rot_version
68912024-12-21T05:53:18.288Z PASS [ 0.034s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
68922024-12-21T05:53:18.348Z PASS [ 0.060s] update-common artifacts::update_plan::tests::test_too_many_rot_bord
68932024-12-21T05:53:18.438Z PASS [ 0.089s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
68942024-12-21T05:53:18.645Z PASS [ 1.121s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
68952024-12-21T05:53:18.733Z PASS [ 0.087s] update-engine display::group_display::tests::test_stats
68962024-12-21T05:53:18.761Z PASS [ 0.028s] update-engine display::line_display_shared::tests::test_format_progress_counter
68972024-12-21T05:53:18.795Z PASS [ 0.034s] update-engine display::line_display_shared::tests::test_start_line
68982024-12-21T05:53:18.826Z PASS [ 0.030s] update-engine engine::tests::error_exits_early
68992024-12-21T05:53:18.866Z PASS [ 0.428s] update-engine buffer::tests::test_buffer
69002024-12-21T05:53:18.878Z PASS [ 0.052s] update-engine events::tests::progress_event_parse_unknown
69012024-12-21T05:53:18.896Z PASS [ 0.029s] update-engine events::tests::step_event_parse_unknown
69022024-12-21T05:53:18.905Z PASS [ 0.026s] update-engine spec::tests::test_merge_anyhow_list
69032024-12-21T05:53:18.935Z PASS [ 0.030s] wicket state::inventory::tests::component_id_display
69042024-12-21T05:53:18.989Z PASS [ 0.053s] wicket state::rack::tests::prev_next_are_opposites
69052024-12-21T05:53:19.025Z PASS [ 0.035s] wicket state::rack::tests::up_down_are_opposites
69062024-12-21T05:53:19.165Z PASS [ 0.269s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
69072024-12-21T05:53:19.304Z PASS [ 0.138s] wicket-common rack_setup::tests::roundtrip_import_export_policy
69082024-12-21T05:53:19.497Z PASS [ 0.193s] wicketd installinator_progress::tests::test_states
69092024-12-21T05:53:19.540Z PASS [ 11.972s] sled-storage manager::tests::ensure_many_datasets
69102024-12-21T05:53:19.592Z PASS [ 0.567s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
69112024-12-21T05:53:19.595Z PASS [ 0.095s] wicketd rss_config::tests::test_bgp_auth_key_states
69122024-12-21T05:53:20.905Z PASS [ 1.365s] wicketd::mod integration_tests::inventory::test_inventory
69132024-12-21T05:53:21.169Z PASS [ 30.042s] oximeter-db client::tests::cannot_ping_nonexistent_server
69142024-12-21T05:53:21.362Z PASS [ 3.560s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
69152024-12-21T05:53:21.592Z PASS [ 1.999s] wicketd::mod integration_tests::updates::test_update_races
69162024-12-21T05:53:23.245Z PASS [ 2.339s] wicketd::mod integration_tests::updates::test_updates
69172024-12-21T05:53:23.459Z PASS [ 3.866s] wicketd::mod integration_tests::updates::test_installinator_fetch
69182024-12-21T05:53:26.067Z PASS [ 22.375s] reconfigurator-cli::test_basic test_blueprint_edit
69192024-12-21T05:53:28.343Z PASS [ 27.313s] oximeter-db::integration_test test_cluster
69202024-12-21T05:53:51.518Z SLOW [> 60.000s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
69212024-12-21T05:53:53.937Z PASS [ 62.430s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
69222024-12-21T05:53:56.645Z PASS [ 2.707s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
69232024-12-21T05:54:13.005Z PASS [ 16.358s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
69242024-12-21T05:54:33.235Z PASS [ 20.229s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
69252024-12-21T05:55:33.248Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
69262024-12-21T05:56:33.253Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
69272024-12-21T05:57:33.258Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
69282024-12-21T05:58:33.264Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
69292024-12-21T05:59:33.269Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
69302024-12-21T05:59:47.211Z PASS [ 313.952s] oximeter-db client::tests::test_replicated
69312024-12-21T05:59:47.216Z────────────
69322024-12-21T05:59:47.216Z Summary [2621.004s] 1756 tests run: 1756 passed (25 slow, 1 leaky), 4 skipped
69332024-12-21T05:59:47.302Z
69342024-12-21T05:59:47.306Zreal 44:10.129397679
69352024-12-21T05:59:47.306Zuser 3:59:06.952532960
69362024-12-21T05:59:47.306Zsys 42:22.410091077
69372024-12-21T05:59:47.306Ztrap 3:16.315047416
69382024-12-21T05:59:47.306Ztflt 47.395833338
69392024-12-21T05:59:47.306Zdflt 2:29.437951659
69402024-12-21T05:59:47.306Zkflt 0.595754924
69412024-12-21T05:59:47.306Zlock 1340:57:36.964622719
69422024-12-21T05:59:47.306Zslp 112:14:45.944704430
69432024-12-21T05:59:47.306Zlat 4:56:55.341776923
69442024-12-21T05:59:47.306Zstop 1:04:47.169718762
69452024-12-21T05:59:47.306Z+ banner doctest
69462024-12-21T05:59:47.306Z
69472024-12-21T05:59:47.306Z ##### #### #### ##### ###### #### #####
69482024-12-21T05:59:47.306Z # # # # # # # # # #
69492024-12-21T05:59:47.306Z # # # # # # ##### #### #
69502024-12-21T05:59:47.306Z # # # # # # # # #
69512024-12-21T05:59:47.306Z # # # # # # # # # # #
69522024-12-21T05:59:47.306Z ##### #### #### # ###### #### #
69532024-12-21T05:59:47.306Z
69542024-12-21T05:59:47.309Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
69552024-12-21T05:59:49.746Z Fresh unicode-ident v1.0.13
69562024-12-21T05:59:49.746Z Fresh cfg-if v1.0.0
69572024-12-21T05:59:49.748Z Fresh autocfg v1.4.0
69582024-12-21T05:59:49.748Z Fresh memchr v2.7.4
69592024-12-21T05:59:49.748Z Fresh version_check v0.9.5
69602024-12-21T05:59:49.748Z Fresh proc-macro2 v1.0.89
69612024-12-21T05:59:49.748Z Fresh value-bag v1.9.0
69622024-12-21T05:59:49.752Z Fresh scopeguard v1.2.0
69632024-12-21T05:59:49.752Z Fresh smallvec v1.13.2
69642024-12-21T05:59:49.752Z Fresh once_cell v1.20.2
69652024-12-21T05:59:49.753Z Fresh quote v1.0.37
69662024-12-21T05:59:49.753Z Fresh libc v0.2.162
69672024-12-21T05:59:49.753Z Fresh log v0.4.22
69682024-12-21T05:59:49.753Z Fresh itoa v1.0.11
69692024-12-21T05:59:49.753Z Fresh byteorder v1.5.0
69702024-12-21T05:59:49.753Z Fresh shlex v1.3.0
69712024-12-21T05:59:49.753Z Fresh pin-project-lite v0.2.14
69722024-12-21T05:59:49.753Z Fresh syn v2.0.87
69732024-12-21T05:59:49.753Z Fresh getrandom v0.2.15
69742024-12-21T05:59:49.753Z Fresh lock_api v0.4.12
69752024-12-21T05:59:49.753Z Fresh subtle v2.6.1
69762024-12-21T05:59:49.753Z Fresh jobserver v0.1.32
69772024-12-21T05:59:49.753Z Fresh regex-syntax v0.8.5
69782024-12-21T05:59:49.753Z Fresh aho-corasick v1.1.3
69792024-12-21T05:59:49.753Z Fresh serde_derive v1.0.215
69802024-12-21T05:59:49.753Z Fresh rand_core v0.6.4
69812024-12-21T05:59:49.753Z Fresh zeroize_derive v1.4.2
69822024-12-21T05:59:49.753Z Fresh cc v1.1.30
69832024-12-21T05:59:49.753Z Fresh thiserror-impl v1.0.69
69842024-12-21T05:59:49.755Z Fresh zerocopy-derive v0.7.35
69852024-12-21T05:59:49.755Z Fresh serde v1.0.215
69862024-12-21T05:59:49.755Z Fresh zeroize v1.8.1
69872024-12-21T05:59:49.755Z Fresh thiserror v1.0.69
69882024-12-21T05:59:49.755Z Fresh regex-automata v0.4.8
69892024-12-21T05:59:49.755Z Fresh zerocopy v0.7.35
69902024-12-21T05:59:49.755Z Fresh bitflags v2.6.0
69912024-12-21T05:59:49.755Z Fresh bytes v1.8.0
69922024-12-21T05:59:49.755Z Fresh typenum v1.17.0
69932024-12-21T05:59:49.756Z Fresh allocator-api2 v0.2.18
69942024-12-21T05:59:49.756Z Fresh generic-array v0.14.7
69952024-12-21T05:59:49.756Z Fresh parking_lot_core v0.9.10
69962024-12-21T05:59:49.756Z Fresh ryu v1.0.18
69972024-12-21T05:59:49.756Z Fresh futures-core v0.3.31
69982024-12-21T05:59:49.756Z Fresh spin v0.9.8
69992024-12-21T05:59:49.756Z Fresh parking_lot v0.12.3
70002024-12-21T05:59:49.756Z Fresh libm v0.2.8
70012024-12-21T05:59:49.756Z Fresh crypto-common v0.1.6
70022024-12-21T05:59:49.756Z Fresh regex v1.11.1
70032024-12-21T05:59:49.756Z Fresh signal-hook-registry v1.4.2
70042024-12-21T05:59:49.756Z Fresh errno v0.3.9
70052024-12-21T05:59:49.756Z Fresh either v1.13.0
70062024-12-21T05:59:49.756Z Fresh num-traits v0.2.19
70072024-12-21T05:59:49.756Z Fresh rustix v0.38.37
70082024-12-21T05:59:49.760Z Fresh fnv v1.0.7
70092024-12-21T05:59:49.760Z Fresh foldhash v0.1.3
70102024-12-21T05:59:49.760Z Fresh equivalent v1.0.1
70112024-12-21T05:59:49.760Z Fresh mio v1.0.2
70122024-12-21T05:59:49.760Z Fresh lazy_static v1.5.0
70132024-12-21T05:59:49.760Z Fresh hashbrown v0.15.1
70142024-12-21T05:59:49.760Z Fresh tokio-macros v2.4.0
70152024-12-21T05:59:49.760Z Fresh socket2 v0.5.7
70162024-12-21T05:59:49.760Z Fresh const-oid v0.9.6
70172024-12-21T05:59:49.761Z Fresh futures-io v0.3.31
70182024-12-21T05:59:49.761Z Fresh block-buffer v0.10.4
70192024-12-21T05:59:49.761Z Fresh serde_json v1.0.133
70202024-12-21T05:59:49.761Z Fresh indexmap v2.6.0
70212024-12-21T05:59:49.761Z Fresh tokio v1.40.0
70222024-12-21T05:59:49.761Z Fresh digest v0.10.7
70232024-12-21T05:59:49.761Z Fresh futures-sink v0.3.31
70242024-12-21T05:59:49.761Z Fresh pkg-config v0.3.31
70252024-12-21T05:59:49.761Z Fresh cpufeatures v0.2.14
70262024-12-21T05:59:49.761Z Fresh slab v0.4.9
70272024-12-21T05:59:49.761Z Fresh stable_deref_trait v1.2.0
70282024-12-21T05:59:49.761Z Fresh pin-utils v0.1.0
70292024-12-21T05:59:49.761Z Fresh heck v0.5.0
70302024-12-21T05:59:49.761Z Fresh futures-channel v0.3.31
70312024-12-21T05:59:49.761Z Fresh futures-macro v0.3.31
70322024-12-21T05:59:49.761Z Fresh futures-task v0.3.31
70332024-12-21T05:59:49.761Z Fresh iana-time-zone v0.1.61
70342024-12-21T05:59:49.761Z Fresh futures-util v0.3.31
70352024-12-21T05:59:49.761Z Fresh chrono v0.4.38
70362024-12-21T05:59:49.761Z Fresh ppv-lite86 v0.2.20
70372024-12-21T05:59:49.761Z Fresh synstructure v0.13.1
70382024-12-21T05:59:49.761Z Fresh uuid v1.11.0
70392024-12-21T05:59:49.761Z Fresh tracing-attributes v0.1.27
70402024-12-21T05:59:49.770Z Fresh rand_chacha v0.3.1
70412024-12-21T05:59:49.770Z Fresh zerofrom-derive v0.1.4
70422024-12-21T05:59:49.770Z Fresh tracing-core v0.1.32
70432024-12-21T05:59:49.770Z Fresh yoke-derive v0.7.4
70442024-12-21T05:59:49.770Z Fresh zerovec-derive v0.10.3
70452024-12-21T05:59:49.770Z Fresh displaydoc v0.2.5
70462024-12-21T05:59:49.770Z Fresh syn v1.0.109
70472024-12-21T05:59:49.770Z Fresh rand v0.8.5
70482024-12-21T05:59:49.770Z Fresh semver v1.0.23
70492024-12-21T05:59:49.770Z Fresh tracing v0.1.40
70502024-12-21T05:59:49.770Z Fresh zerofrom v0.1.4
70512024-12-21T05:59:49.770Z Fresh glob v0.3.1
70522024-12-21T05:59:49.770Z Fresh home v0.5.9
70532024-12-21T05:59:49.770Z Fresh serde_derive_internals v0.29.1
70542024-12-21T05:59:49.770Z Fresh yoke v0.7.4
70552024-12-21T05:59:49.770Z Fresh dyn-clone v1.0.17
70562024-12-21T05:59:49.770Z Fresh minimal-lexical v0.2.1
70572024-12-21T05:59:49.771Z Fresh schemars_derive v0.8.21
70582024-12-21T05:59:49.771Z Fresh http v1.1.0
70592024-12-21T05:59:49.771Z Fresh writeable v0.5.5
70602024-12-21T05:59:49.771Z Fresh percent-encoding v2.3.1
70612024-12-21T05:59:49.771Z Fresh zerovec v0.10.4
70622024-12-21T05:59:49.771Z Fresh nom v7.1.3
70632024-12-21T05:59:49.771Z Fresh litemap v0.7.3
70642024-12-21T05:59:49.771Z Fresh icu_provider_macros v1.5.0
70652024-12-21T05:59:49.771Z Fresh vcpkg v0.2.15
70662024-12-21T05:59:49.771Z Fresh tinystr v0.7.6
70672024-12-21T05:59:49.771Z Fresh schemars v0.8.21
70682024-12-21T05:59:49.771Z Fresh icu_locid_transform_data v1.5.0
70692024-12-21T05:59:49.771Z Fresh icu_collections v1.5.0
70702024-12-21T05:59:49.771Z Fresh form_urlencoded v1.2.1
70712024-12-21T05:59:49.771Z Fresh icu_locid v1.5.0
70722024-12-21T05:59:49.771Z Fresh itertools v0.12.1
70732024-12-21T05:59:49.771Z Fresh libloading v0.8.5
70742024-12-21T05:59:49.771Z Fresh icu_properties_data v1.5.0
70752024-12-21T05:59:49.771Z Fresh strsim v0.11.1
70762024-12-21T05:59:49.771Z Fresh prettyplease v0.2.25
70772024-12-21T05:59:49.771Z Fresh icu_provider v1.5.0
70782024-12-21T05:59:49.771Z Fresh crossbeam-utils v0.8.20
70792024-12-21T05:59:49.771Z Fresh clang-sys v1.8.1
70802024-12-21T05:59:49.771Z Fresh cexpr v0.6.0
70812024-12-21T05:59:49.771Z Fresh which v4.4.2
70822024-12-21T05:59:49.771Z Fresh rustc-hash v1.1.0
70832024-12-21T05:59:49.771Z Fresh icu_locid_transform v1.5.0
70842024-12-21T05:59:49.771Z Fresh adler2 v2.0.0
70852024-12-21T05:59:49.771Z Fresh lazycell v1.3.0
70862024-12-21T05:59:49.771Z Fresh utf16_iter v1.0.5
70872024-12-21T05:59:49.773Z Fresh icu_normalizer_data v1.5.0
70882024-12-21T05:59:49.773Z Fresh write16 v1.0.0
70892024-12-21T05:59:49.773Z Fresh utf8_iter v1.0.4
70902024-12-21T05:59:49.773Z Fresh icu_properties v1.5.1
70912024-12-21T05:59:49.773Z Fresh bindgen v0.69.5
70922024-12-21T05:59:49.773Z Fresh miniz_oxide v0.8.0
70932024-12-21T05:59:49.773Z Fresh block-padding v0.3.3
70942024-12-21T05:59:49.773Z Fresh tinyvec_macros v0.1.1
70952024-12-21T05:59:49.773Z Fresh atomic-waker v1.1.2
70962024-12-21T05:59:49.773Z Fresh icu_normalizer v1.5.0
70972024-12-21T05:59:49.773Z Fresh inout v0.1.3
70982024-12-21T05:59:49.773Z Fresh tinyvec v1.8.0
70992024-12-21T05:59:49.773Z Fresh time-core v0.1.2
71002024-12-21T05:59:49.773Z Fresh num-conv v0.1.0
71012024-12-21T05:59:49.773Z Fresh powerfmt v0.2.0
71022024-12-21T05:59:49.773Z Fresh idna_adapter v1.2.0
71032024-12-21T05:59:49.773Z Fresh cipher v0.4.4
71042024-12-21T05:59:49.773Z Fresh httparse v1.9.5
71052024-12-21T05:59:49.773Z Fresh paste v1.0.15
71062024-12-21T05:59:49.773Z Fresh deranged v0.3.11
71072024-12-21T05:59:49.773Z Fresh time-macros v0.2.18
71082024-12-21T05:59:49.773Z Fresh unicode-normalization v0.1.24
71092024-12-21T05:59:49.773Z Fresh tokio-util v0.7.12
71102024-12-21T05:59:49.773Z Fresh idna v1.0.3
71112024-12-21T05:59:49.774Z Fresh cmake v0.1.51
71122024-12-21T05:59:49.774Z Fresh dunce v1.0.5
71132024-12-21T05:59:49.774Z Fresh fs_extra v1.3.0
71142024-12-21T05:59:49.774Z Fresh num_threads v0.1.7
71152024-12-21T05:59:49.774Z Fresh untrusted v0.9.0
71162024-12-21T05:59:49.774Z Fresh serde_spanned v0.6.8
71172024-12-21T05:59:49.774Z Fresh toml_datetime v0.6.8
71182024-12-21T05:59:49.774Z Fresh url v2.5.3
71192024-12-21T05:59:49.774Z Fresh ring v0.17.8
71202024-12-21T05:59:49.774Z Fresh time v0.3.36
71212024-12-21T05:59:49.774Z Fresh base64ct v1.6.0
71222024-12-21T05:59:49.774Z Fresh unicode-bidi v0.3.17
71232024-12-21T05:59:49.774Z Fresh hmac v0.12.1
71242024-12-21T05:59:49.774Z Fresh sha2 v0.10.8
71252024-12-21T05:59:49.774Z Fresh rustls-pki-types v1.10.0
71262024-12-21T05:59:49.778Z Fresh gimli v0.31.1
71272024-12-21T05:59:49.779Z Fresh object v0.36.5
71282024-12-21T05:59:49.779Z Fresh rustc-demangle v0.1.24
71292024-12-21T05:59:49.779Z Fresh untrusted v0.7.1
71302024-12-21T05:59:49.779Z Fresh addr2line v0.24.2
71312024-12-21T05:59:49.779Z Fresh aws-lc-sys v0.22.0
71322024-12-21T05:59:49.779Z Fresh http-body v1.0.1
71332024-12-21T05:59:49.779Z Fresh base64 v0.22.1
71342024-12-21T05:59:49.779Z Fresh try-lock v0.2.5
71352024-12-21T05:59:49.779Z Fresh backtrace v0.3.74
71362024-12-21T05:59:49.779Z Fresh mirai-annotations v1.12.0
71372024-12-21T05:59:49.779Z Fresh httpdate v1.0.3
71382024-12-21T05:59:49.779Z Fresh ahash v0.8.11
71392024-12-21T05:59:49.779Z Fresh want v0.3.1
71402024-12-21T05:59:49.779Z Fresh pem-rfc7468 v0.7.0
71412024-12-21T05:59:49.779Z Fresh h2 v0.4.6
71422024-12-21T05:59:49.779Z Fresh aws-lc-rs v1.10.0
71432024-12-21T05:59:49.779Z Fresh anyhow v1.0.93
71442024-12-21T05:59:49.780Z Fresh serde_tokenstream v0.2.2
71452024-12-21T05:59:49.780Z Fresh hyper v1.5.2
71462024-12-21T05:59:49.780Z Fresh async-trait v0.1.83
71472024-12-21T05:59:49.780Z Fresh der_derive v0.7.3
71482024-12-21T05:59:49.780Z Fresh rustls-webpki v0.102.8
71492024-12-21T05:59:49.780Z Fresh flagset v0.4.6
71502024-12-21T05:59:49.780Z Fresh tower-service v0.3.3
71512024-12-21T05:59:49.780Z Fresh pbkdf2 v0.12.2
71522024-12-21T05:59:49.780Z Fresh aes v0.8.4
71532024-12-21T05:59:49.780Z Fresh rustc_version v0.4.1
71542024-12-21T05:59:49.780Z Fresh slog v2.7.0
71552024-12-21T05:59:49.780Z Fresh der v0.7.9
71562024-12-21T05:59:49.780Z Fresh hyper-util v0.1.10
71572024-12-21T05:59:49.780Z Fresh mime v0.3.17
71582024-12-21T05:59:49.780Z Fresh cbc v0.1.2
71592024-12-21T05:59:49.780Z Fresh salsa20 v0.10.2
71602024-12-21T05:59:49.780Z Fresh http-body-util v0.1.2
71612024-12-21T05:59:49.780Z Fresh spki v0.7.3
71622024-12-21T05:59:49.780Z Fresh scrypt v0.11.0
71632024-12-21T05:59:49.780Z Fresh futures-executor v0.3.31
71642024-12-21T05:59:49.780Z Fresh ipnet v2.10.1
71652024-12-21T05:59:49.780Z Fresh rustls-pemfile v2.2.0
71662024-12-21T05:59:49.780Z Fresh openssl-probe v0.1.5
71672024-12-21T05:59:49.780Z Fresh foreign-types-shared v0.1.1
71682024-12-21T05:59:49.780Z Fresh rustversion v1.0.17
71692024-12-21T05:59:49.780Z Fresh pkcs5 v0.7.1
71702024-12-21T05:59:49.781Z Fresh futures v0.3.31
71712024-12-21T05:59:49.781Z Fresh foreign-types v0.3.2
71722024-12-21T05:59:49.781Z Fresh openssl-sys v0.9.103
71732024-12-21T05:59:49.781Z Fresh serde_urlencoded v0.7.1
71742024-12-21T05:59:49.781Z Fresh pkcs8 v0.10.2
71752024-12-21T05:59:49.781Z Fresh openssl-macros v0.1.1
71762024-12-21T05:59:49.781Z Fresh encoding_rs v0.8.34
71772024-12-21T05:59:49.781Z Fresh data-encoding v2.6.0
71782024-12-21T05:59:49.781Z Fresh is-terminal v0.4.13
71792024-12-21T05:59:49.781Z Fresh openssl v0.10.66
71802024-12-21T05:59:49.781Z Fresh camino v1.1.9
71812024-12-21T05:59:49.781Z Fresh winnow v0.5.40
71822024-12-21T05:59:49.781Z Fresh winnow v0.6.20
71832024-12-21T05:59:49.781Z Fresh utf8parse v0.2.2
71842024-12-21T05:59:49.781Z Fresh sha1 v0.10.6
71852024-12-21T05:59:49.782Z Fresh rustls v0.23.19
71862024-12-21T05:59:49.782Z Fresh toml_edit v0.19.15
71872024-12-21T05:59:49.782Z Fresh openapiv3 v2.0.0
71882024-12-21T05:59:49.782Z Fresh unicode-width v0.1.14
71892024-12-21T05:59:49.782Z Fresh idna v0.3.0
71902024-12-21T05:59:49.782Z Fresh dirs-sys-next v0.1.2
71912024-12-21T05:59:49.782Z Fresh tokio-rustls v0.26.0
71922024-12-21T05:59:49.782Z Fresh native-tls v0.2.12
71932024-12-21T05:59:49.782Z Fresh ucd-trie v0.1.7
71942024-12-21T05:59:49.782Z Fresh psl-types v2.0.11
71952024-12-21T05:59:49.782Z Fresh siphasher v0.3.11
71962024-12-21T05:59:49.782Z Fresh anstyle v1.0.10
71972024-12-21T05:59:49.782Z Fresh dirs-next v2.0.0
71982024-12-21T05:59:49.782Z Fresh cookie v0.18.1
71992024-12-21T05:59:49.782Z Fresh tokio-native-tls v0.3.1
72002024-12-21T05:59:49.782Z Fresh pest v2.7.14
72012024-12-21T05:59:49.782Z Fresh publicsuffix v2.2.3
72022024-12-21T05:59:49.782Z Fresh webpki-roots v0.26.6
72032024-12-21T05:59:49.782Z Fresh idna v0.5.0
72042024-12-21T05:59:49.782Z Fresh term v0.7.0
72052024-12-21T05:59:49.782Z Fresh signature v2.2.0
72062024-12-21T05:59:49.782Z Fresh cookie_store v0.21.0
72072024-12-21T05:59:49.782Z Fresh hyper-rustls v0.27.3
72082024-12-21T05:59:49.782Z Fresh hyper-tls v0.6.0
72092024-12-21T05:59:49.782Z Fresh pest_meta v2.7.14
72102024-12-21T05:59:49.782Z Fresh sync_wrapper v1.0.1
72112024-12-21T05:59:49.782Z Fresh scroll_derive v0.12.0
72122024-12-21T05:59:49.782Z Fresh anstyle-parse v0.2.5
72132024-12-21T05:59:49.782Z Fresh toml_edit v0.22.22
72142024-12-21T05:59:49.782Z Fresh reqwest v0.12.9
72152024-12-21T05:59:49.782Z Fresh scroll v0.12.0
72162024-12-21T05:59:49.782Z Fresh pest_generator v2.7.14
72172024-12-21T05:59:49.782Z Fresh plain v0.2.3
72182024-12-21T05:59:49.782Z Fresh unicode-segmentation v1.12.0
72192024-12-21T05:59:49.782Z Fresh is_terminal_polyfill v1.70.1
72202024-12-21T05:59:49.782Z Fresh colorchoice v1.0.2
72212024-12-21T05:59:49.782Z Fresh heck v0.4.1
72222024-12-21T05:59:49.783Z Fresh anstyle-query v1.1.1
72232024-12-21T05:59:49.783Z Fresh pest_derive v2.7.14
72242024-12-21T05:59:49.783Z Fresh goblin v0.8.2
72252024-12-21T05:59:49.783Z Fresh terminal_size v0.4.0
72262024-12-21T05:59:49.787Z Fresh itertools v0.10.5
72272024-12-21T05:59:49.787Z Fresh crc32fast v1.4.2
72282024-12-21T05:59:49.787Z Fresh base16ct v0.2.0
72292024-12-21T05:59:49.787Z Fresh anstream v0.6.15
72302024-12-21T05:59:49.787Z Fresh clap_lex v0.7.2
72312024-12-21T05:59:49.787Z Fresh pretty-hex v0.4.1
72322024-12-21T05:59:49.787Z Fresh dtrace-parser v0.2.0
72332024-12-21T05:59:49.787Z Fresh sec1 v0.7.3
72342024-12-21T05:59:49.787Z Fresh clap_derive v4.5.18
72352024-12-21T05:59:49.787Z Fresh num-integer v0.1.46
72362024-12-21T05:59:49.787Z Fresh clap_builder v4.5.21
72372024-12-21T05:59:49.787Z Fresh dof v0.3.0
72382024-12-21T05:59:49.787Z Fresh ff v0.13.0
72392024-12-21T05:59:49.787Z Fresh thread-id v4.2.2
72402024-12-21T05:59:49.787Z Fresh hkdf v0.12.4
72412024-12-21T05:59:49.787Z Fresh crossbeam-epoch v0.9.18
72422024-12-21T05:59:49.787Z Fresh crypto-bigint v0.5.5
72432024-12-21T05:59:49.787Z Fresh clap v4.5.21
72442024-12-21T05:59:49.787Z Fresh group v0.13.0
72452024-12-21T05:59:49.787Z Fresh usdt-impl v0.5.0
72462024-12-21T05:59:49.787Z Fresh bitflags v1.3.2
72472024-12-21T05:59:49.787Z Fresh utf-8 v0.7.6
72482024-12-21T05:59:49.787Z Fresh static_assertions v1.1.0
72492024-12-21T05:59:49.788Z Fresh toml v0.8.19
72502024-12-21T05:59:49.788Z Fresh elliptic-curve v0.13.8
72512024-12-21T05:59:49.788Z Fresh crossbeam-channel v0.5.13
72522024-12-21T05:59:49.788Z Fresh hex v0.4.3
72532024-12-21T05:59:49.788Z Fresh thread_local v1.1.8
72542024-12-21T05:59:49.788Z Fresh bit-vec v0.6.3
72552024-12-21T05:59:49.788Z Fresh usdt-attr-macro v0.5.0
72562024-12-21T05:59:49.788Z Fresh usdt-macro v0.5.0
72572024-12-21T05:59:49.788Z Fresh bit-set v0.5.3
72582024-12-21T05:59:49.788Z Fresh crossbeam-deque v0.8.5
72592024-12-21T05:59:49.788Z Fresh num-iter v0.1.45
72602024-12-21T05:59:49.788Z Fresh flate2 v1.0.34
72612024-12-21T05:59:49.788Z Fresh memmap v0.7.0
72622024-12-21T05:59:49.788Z Fresh match_cfg v0.1.0
72632024-12-21T05:59:49.788Z Fresh take_mut v0.2.2
72642024-12-21T05:59:49.788Z Fresh usdt v0.5.0
72652024-12-21T05:59:49.788Z Fresh hostname v0.3.1
72662024-12-21T05:59:49.788Z Fresh rayon-core v1.12.1
72672024-12-21T05:59:49.788Z Fresh slog-term v2.9.1
72682024-12-21T05:59:49.788Z Fresh slog-async v2.8.0
72692024-12-21T05:59:49.788Z Fresh phf_shared v0.11.2
72702024-12-21T05:59:49.788Z Fresh toml v0.7.8
72712024-12-21T05:59:49.788Z Fresh rfc6979 v0.4.0
72722024-12-21T05:59:49.788Z Fresh bstr v1.10.0
72732024-12-21T05:59:49.788Z Fresh zerocopy-derive v0.6.6
72742024-12-21T05:59:49.788Z Fresh curve25519-dalek-derive v0.1.1
72752024-12-21T05:59:49.788Z Fresh fixedbitset v0.4.2
72762024-12-21T05:59:49.788Z Fresh managed v0.8.0
72772024-12-21T05:59:49.788Z Fresh zerocopy v0.6.6
72782024-12-21T05:59:49.788Z Fresh ecdsa v0.16.9
72792024-12-21T05:59:49.788Z Fresh rustls v0.22.4
72802024-12-21T05:59:49.788Z Fresh num-bigint-dig v0.8.4
72812024-12-21T05:59:49.788Z Fresh curve25519-dalek v4.1.3
72822024-12-21T05:59:49.788Z Fresh petgraph v0.6.5
72832024-12-21T05:59:49.788Z Fresh phf_shared v0.10.0
72842024-12-21T05:59:49.788Z Fresh pkcs1 v0.7.5
72852024-12-21T05:59:49.788Z Fresh precomputed-hash v0.1.1
72862024-12-21T05:59:49.788Z Fresh new_debug_unreachable v1.0.6
72872024-12-21T05:59:49.788Z Fresh unicode-xid v0.2.6
72882024-12-21T05:59:49.789Z Fresh signal-hook v0.3.17
72892024-12-21T05:59:49.789Z Fresh rsa v0.9.6
72902024-12-21T05:59:49.789Z Fresh tokio-rustls v0.25.0
72912024-12-21T05:59:49.789Z Fresh ed25519 v2.2.3
72922024-12-21T05:59:49.789Z Fresh string_cache v0.8.7
72932024-12-21T05:59:49.789Z Fresh slog-json v2.6.1
72942024-12-21T05:59:49.789Z Fresh hubpack_derive v0.1.1
72952024-12-21T05:59:49.789Z Fresh async-stream-impl v0.3.6
72962024-12-21T05:59:49.789Z Fresh quick-error v1.2.3
72972024-12-21T05:59:49.789Z Fresh debug-ignore v1.0.5
72982024-12-21T05:59:49.789Z Fresh bzip2-sys v0.1.11+1.0.8
72992024-12-21T05:59:49.789Z Fresh ed25519-dalek v2.1.1
73002024-12-21T05:59:49.789Z Fresh slog-bunyan v2.5.0
73012024-12-21T05:59:49.789Z Fresh async-stream v0.3.6
73022024-12-21T05:59:49.789Z Fresh hubpack v0.1.2
73032024-12-21T05:59:49.789Z Fresh multer v3.1.0
73042024-12-21T05:59:49.789Z Fresh x509-cert v0.2.5
73052024-12-21T05:59:49.789Z Fresh idna v0.4.0
73062024-12-21T05:59:49.789Z Fresh waitgroup v0.1.2
73072024-12-21T05:59:49.789Z Fresh enum-as-inner v0.6.1
73082024-12-21T05:59:49.789Z Fresh serde_path_to_error v0.1.16
73092024-12-21T05:59:49.789Z Fresh hostname v0.4.0
73102024-12-21T05:59:49.789Z Fresh lalrpop-util v0.19.12
73112024-12-21T05:59:49.789Z Fresh bzip2 v0.4.4
73122024-12-21T05:59:49.789Z Fresh hickory-proto v0.24.1
73132024-12-21T05:59:49.789Z Fresh signal-hook-mio v0.2.4
73142024-12-21T05:59:49.789Z Fresh console v0.15.8
73152024-12-21T05:59:49.789Z Fresh dropshot_endpoint v0.12.0
73162024-12-21T05:59:49.789Z Fresh hash32 v0.2.1
73172024-12-21T05:59:49.789Z Fresh predicates-core v1.0.8
73182024-12-21T05:59:49.789Z Fresh unicode-properties v0.1.3
73192024-12-21T05:59:49.789Z Fresh linked-hash-map v0.5.6
73202024-12-21T05:59:49.789Z Fresh crossterm v0.28.1
73212024-12-21T05:59:49.789Z Fresh newtype-uuid v1.1.3
73222024-12-21T05:59:49.789Z Fresh dropshot v0.12.0
73232024-12-21T05:59:49.789Z Fresh heapless v0.7.17
73242024-12-21T05:59:49.789Z Fresh stringprep v0.1.5
73252024-12-21T05:59:49.789Z Fresh lru-cache v0.1.2
73262024-12-21T05:59:49.793Z Fresh similar v2.6.0
73272024-12-21T05:59:49.793Z Fresh rayon v1.10.0
73282024-12-21T05:59:49.793Z Fresh tokio-stream v0.1.16
73292024-12-21T05:59:49.793Z Fresh md-5 v0.10.6
73302024-12-21T05:59:49.793Z Fresh float-cmp v0.9.0
73312024-12-21T05:59:49.793Z Fresh difflib v0.4.0
73322024-12-21T05:59:49.793Z Fresh fallible-iterator v0.2.0
73332024-12-21T05:59:49.793Z Fresh normalize-line-endings v0.3.0
73342024-12-21T05:59:49.793Z Fresh portable-atomic v1.9.0
73352024-12-21T05:59:49.793Z Fresh smoltcp v0.9.1
73362024-12-21T05:59:49.793Z Fresh zip v0.6.6
73372024-12-21T05:59:49.793Z Fresh resolv-conf v0.7.0
73382024-12-21T05:59:49.793Z Fresh predicates v3.1.2
73392024-12-21T05:59:49.793Z Fresh postgres-protocol v0.6.7
73402024-12-21T05:59:49.793Z Fresh phf v0.11.2
73412024-12-21T05:59:49.793Z Fresh tungstenite v0.24.0
73422024-12-21T05:59:49.793Z Fresh strum_macros v0.25.3
73432024-12-21T05:59:49.793Z Fresh serde-big-array v0.5.1
73442024-12-21T05:59:49.793Z Fresh serde_repr v0.1.19
73452024-12-21T05:59:49.793Z Fresh peg-runtime v0.8.3
73462024-12-21T05:59:49.793Z Fresh number_prefix v0.4.0
73472024-12-21T05:59:49.793Z Fresh unicode-width v0.2.0
73482024-12-21T05:59:49.793Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
73492024-12-21T05:59:49.793Z Fresh tokio-tungstenite v0.24.0
73502024-12-21T05:59:49.793Z Fresh postgres-types v0.2.8
73512024-12-21T05:59:49.794Z Fresh hickory-resolver v0.24.1
73522024-12-21T05:59:49.794Z Fresh indicatif v0.17.9
73532024-12-21T05:59:49.794Z Fresh derive-where v1.2.7
73542024-12-21T05:59:49.794Z Fresh whoami v1.5.2
73552024-12-21T05:59:49.794Z Fresh fs-err v2.11.0
73562024-12-21T05:59:49.794Z Fresh hashbrown v0.14.5
73572024-12-21T05:59:49.794Z Fresh ident_case v1.0.1
73582024-12-21T05:59:49.794Z Fresh unsafe-libyaml v0.2.11
73592024-12-21T05:59:49.794Z Fresh progenitor-client v0.8.0
73602024-12-21T05:59:49.794Z Fresh tokio-postgres v0.7.12
73612024-12-21T05:59:49.794Z Fresh qorb v0.2.1
73622024-12-21T05:59:49.794Z Fresh darling_core v0.20.10
73632024-12-21T05:59:49.794Z Fresh regress v0.10.1
73642024-12-21T05:59:49.794Z Fresh serde_yaml v0.9.34+deprecated
73652024-12-21T05:59:49.794Z Fresh fastrand v2.1.1
73662024-12-21T05:59:49.794Z Fresh ipnetwork v0.20.0
73672024-12-21T05:59:49.794Z Fresh strum_macros v0.26.4
73682024-12-21T05:59:49.794Z Fresh darling_macro v0.20.10
73692024-12-21T05:59:49.794Z Fresh typify-impl v0.2.0
73702024-12-21T05:59:49.794Z Fresh oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
73712024-12-21T05:59:49.794Z Fresh tempfile v3.13.0
73722024-12-21T05:59:49.794Z Fresh strum v0.26.3
73732024-12-21T05:59:49.795Z Fresh macaddr v1.0.1
73742024-12-21T05:59:49.795Z Fresh diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
73752024-12-21T05:59:49.795Z Fresh darling v0.20.10
73762024-12-21T05:59:49.796Z Fresh typify-macro v0.2.0
73772024-12-21T05:59:49.796Z Fresh instant v0.1.13
73782024-12-21T05:59:49.796Z Fresh diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
73792024-12-21T05:59:49.796Z Fresh regress v0.9.1
73802024-12-21T05:59:49.796Z Fresh structmeta-derive v0.3.0
73812024-12-21T05:59:49.796Z Fresh typify v0.2.0
73822024-12-21T05:59:49.796Z Fresh serde_with_macros v3.11.0
73832024-12-21T05:59:49.796Z Fresh structmeta v0.3.0
73842024-12-21T05:59:49.796Z Fresh dropshot_endpoint v0.13.0
73852024-12-21T05:59:49.796Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
73862024-12-21T05:59:49.796Z Fresh progenitor-impl v0.8.0
73872024-12-21T05:59:49.796Z Fresh serde_with v3.11.0
73882024-12-21T05:59:49.796Z Fresh parse-display-derive v0.10.0
73892024-12-21T05:59:49.796Z Fresh dropshot v0.13.0
73902024-12-21T05:59:49.796Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
73912024-12-21T05:59:49.796Z Fresh backoff v0.4.0
73922024-12-21T05:59:49.796Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
73932024-12-21T05:59:49.796Z Fresh progenitor-macro v0.8.0
73942024-12-21T05:59:49.796Z Fresh parse-display v0.10.0
73952024-12-21T05:59:49.796Z Fresh wait-timeout v0.2.0
73962024-12-21T05:59:49.796Z Fresh rand_xorshift v0.3.0
73972024-12-21T05:59:49.796Z Fresh unarray v0.1.4
73982024-12-21T05:59:49.796Z Fresh structmeta-derive v0.2.0
73992024-12-21T05:59:49.796Z Fresh camino-tempfile v1.1.1
74002024-12-21T05:59:49.797Z Fresh itertools v0.13.0
74012024-12-21T05:59:49.797Z Fresh progenitor v0.8.0
74022024-12-21T05:59:49.797Z Fresh rusty-fork v0.3.0
74032024-12-21T05:59:49.797Z Fresh structmeta v0.2.0
74042024-12-21T05:59:49.797Z Fresh proc-macro-crate v1.3.1
74052024-12-21T05:59:49.797Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
74062024-12-21T05:59:49.797Z Fresh proptest v1.5.0
74072024-12-21T05:59:49.797Z Fresh test-strategy v0.3.1
74082024-12-21T05:59:49.797Z Fresh num_enum_derive v0.5.11
74092024-12-21T05:59:49.797Z Fresh proc-macro-error-attr v1.0.4
74102024-12-21T05:59:49.797Z Fresh num_enum v0.5.11
74112024-12-21T05:59:49.797Z Fresh foreign-types-macros v0.2.3
74122024-12-21T05:59:49.797Z Fresh foreign-types-shared v0.3.1
74132024-12-21T05:59:49.797Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
74142024-12-21T05:59:49.797Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
74152024-12-21T05:59:49.797Z Fresh tabwriter v1.4.0
74162024-12-21T05:59:49.797Z Fresh proc-macro-error v1.0.4
74172024-12-21T05:59:49.797Z Fresh foreign-types v0.5.0
74182024-12-21T05:59:49.797Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
74192024-12-21T05:59:49.797Z Fresh cstr-argument v0.1.2
74202024-12-21T05:59:49.797Z Fresh pretty-hex v0.2.1
74212024-12-21T05:59:49.797Z Fresh colored v2.1.0
74222024-12-21T05:59:49.797Z Fresh smf v0.2.3
74232024-12-21T05:59:49.797Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
74242024-12-21T05:59:49.797Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
74252024-12-21T05:59:49.797Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
74262024-12-21T05:59:49.803Z Fresh zerocopy-derive v0.8.10
74272024-12-21T05:59:49.803Z Fresh ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
74282024-12-21T05:59:49.803Z Fresh crucible-workspace-hack v0.1.0
74292024-12-21T05:59:49.803Z Fresh hash32 v0.3.1
74302024-12-21T05:59:49.803Z Fresh cobs v0.2.3
74312024-12-21T05:59:49.803Z Fresh termtree v0.4.1
74322024-12-21T05:59:49.803Z Fresh zerocopy v0.8.10
74332024-12-21T05:59:49.803Z Fresh heapless v0.8.0
74342024-12-21T05:59:49.803Z Fresh postcard v1.0.10
74352024-12-21T05:59:49.803Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
74362024-12-21T05:59:49.803Z Fresh predicates-tree v1.0.11
74372024-12-21T05:59:49.803Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
74382024-12-21T05:59:49.803Z Fresh ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
74392024-12-21T05:59:49.804Z Fresh smoltcp v0.11.0
74402024-12-21T05:59:49.804Z Fresh thiserror-impl v2.0.3
74412024-12-21T05:59:49.804Z Fresh sigpipe v0.1.3
74422024-12-21T05:59:49.804Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
74432024-12-21T05:59:49.804Z Fresh ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
74442024-12-21T05:59:49.804Z Fresh zone_cfg_derive v0.3.0
74452024-12-21T05:59:49.804Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
74462024-12-21T05:59:49.804Z Fresh num-derive v0.4.2
74472024-12-21T05:59:49.804Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
74482024-12-21T05:59:49.804Z Fresh thiserror v2.0.3
74492024-12-21T05:59:49.804Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
74502024-12-21T05:59:49.804Z Fresh mockall_derive v0.13.0
74512024-12-21T05:59:49.804Z Fresh fragile v2.0.0
74522024-12-21T05:59:49.804Z Fresh downcast v0.11.0
74532024-12-21T05:59:49.805Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
74542024-12-21T05:59:49.805Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
74552024-12-21T05:59:49.805Z Fresh mockall v0.13.0
74562024-12-21T05:59:49.805Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
74572024-12-21T05:59:49.805Z Fresh zone v0.3.0
74582024-12-21T05:59:49.805Z Fresh convert_case v0.4.0
74592024-12-21T05:59:49.805Z Fresh base64 v0.21.7
74602024-12-21T05:59:49.805Z Fresh atomicwrites v0.4.4
74612024-12-21T05:59:49.805Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
74622024-12-21T05:59:49.805Z Fresh derive_more v0.99.18
74632024-12-21T05:59:49.805Z Fresh newline-converter v0.3.0
74642024-12-21T05:59:49.805Z Fresh same-file v1.0.6
74652024-12-21T05:59:49.805Z Fresh tungstenite v0.21.0
74662024-12-21T05:59:49.805Z Fresh xattr v1.3.1
74672024-12-21T05:59:49.805Z Fresh filetime v0.2.25
74682024-12-21T05:59:49.805Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
74692024-12-21T05:59:49.805Z Fresh expectorate v1.1.0
74702024-12-21T05:59:49.805Z Fresh walkdir v2.5.0
74712024-12-21T05:59:49.805Z Fresh tokio-tungstenite v0.21.0
74722024-12-21T05:59:49.805Z Fresh tar v0.4.42
74732024-12-21T05:59:49.805Z Fresh password-hash v0.5.0
74742024-12-21T05:59:49.805Z Fresh blake2 v0.10.6
74752024-12-21T05:59:49.805Z Fresh owo-colors v4.1.0
74762024-12-21T05:59:49.805Z Fresh num-rational v0.4.2
74772024-12-21T05:59:49.805Z Fresh libsw v3.3.1
74782024-12-21T05:59:49.805Z Fresh num-complex v0.4.6
74792024-12-21T05:59:49.805Z Fresh indent_write v2.2.0
74802024-12-21T05:59:49.805Z Fresh argon2 v0.5.3
74812024-12-21T05:59:49.805Z Fresh cancel-safe-futures v0.1.5
74822024-12-21T05:59:49.805Z Fresh swrite v0.1.0
74832024-12-21T05:59:49.805Z Fresh linear-map v1.2.0
74842024-12-21T05:59:49.805Z Fresh num v0.4.3
74852024-12-21T05:59:49.805Z Fresh float-ord v0.3.2
74862024-12-21T05:59:49.805Z Fresh highway v1.2.0
74872024-12-21T05:59:49.805Z Fresh arc-swap v1.7.1
74882024-12-21T05:59:49.805Z Fresh humantime v2.1.0
74892024-12-21T05:59:49.805Z Fresh semver v0.1.20
74902024-12-21T05:59:49.805Z Fresh pem v3.0.4
74912024-12-21T05:59:49.805Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
74922024-12-21T05:59:49.806Z Fresh rustc_version v0.1.7
74932024-12-21T05:59:49.806Z Fresh slog-scope v4.4.0
74942024-12-21T05:59:49.806Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
74952024-12-21T05:59:49.806Z Fresh heck v0.3.3
74962024-12-21T05:59:49.806Z Fresh headers-core v0.3.0
74972024-12-21T05:59:49.806Z Fresh slog-stdlog v4.1.1
74982024-12-21T05:59:49.806Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
74992024-12-21T05:59:49.806Z Fresh headers v0.4.0
75002024-12-21T05:59:49.806Z Fresh zone_cfg_derive v0.1.2
75012024-12-21T05:59:49.806Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
75022024-12-21T05:59:49.806Z Fresh slog-envlogger v2.2.0
75032024-12-21T05:59:49.806Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
75042024-12-21T05:59:49.806Z Fresh lzma-sys v0.1.20
75052024-12-21T05:59:49.806Z Fresh half v2.4.1
75062024-12-21T05:59:49.806Z Fresh base64 v0.13.1
75072024-12-21T05:59:49.806Z Fresh ciborium-io v0.2.2
75082024-12-21T05:59:49.806Z Fresh zone v0.1.8
75092024-12-21T05:59:49.806Z Fresh newtype_derive v0.1.6
75102024-12-21T05:59:49.806Z Fresh ciborium-ll v0.2.2
75112024-12-21T05:59:49.806Z Fresh xz2 v0.1.7
75122024-12-21T05:59:49.806Z Fresh ron v0.7.1
75132024-12-21T05:59:49.806Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
75142024-12-21T05:59:49.807Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
75152024-12-21T05:59:49.807Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
75162024-12-21T05:59:49.807Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
75172024-12-21T05:59:49.807Z Fresh steno v0.4.1
75182024-12-21T05:59:49.807Z Fresh yasna v0.5.2
75192024-12-21T05:59:49.807Z Fresh ciborium v0.2.2
75202024-12-21T05:59:49.807Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
75212024-12-21T05:59:49.807Z Fresh subprocess v0.2.9
75222024-12-21T05:59:49.807Z Fresh display-error-chain v0.2.2
75232024-12-21T05:59:49.807Z Fresh rcgen v0.12.1
75242024-12-21T05:59:49.807Z Fresh keccak v0.1.5
75252024-12-21T05:59:49.807Z Fresh universal-hash v0.5.1
75262024-12-21T05:59:49.810Z Fresh opaque-debug v0.3.1
75272024-12-21T05:59:49.810Z Fresh sha3 v0.10.8
75282024-12-21T05:59:49.810Z Fresh constant_time_eq v0.3.1
75292024-12-21T05:59:49.810Z Fresh arrayref v0.3.9
75302024-12-21T05:59:49.810Z Fresh arrayvec v0.7.6
75312024-12-21T05:59:49.810Z Fresh secrecy v0.8.0
75322024-12-21T05:59:49.810Z Fresh slog-dtrace v0.3.0
75332024-12-21T05:59:49.810Z Fresh aead v0.5.2
75342024-12-21T05:59:49.810Z Fresh poly1305 v0.8.0
75352024-12-21T05:59:49.810Z Fresh chacha20 v0.9.1
75362024-12-21T05:59:49.810Z Fresh memmap2 v0.9.5
75372024-12-21T05:59:49.810Z Fresh spin v0.5.2
75382024-12-21T05:59:49.811Z Fresh topological-sort v0.2.2
75392024-12-21T05:59:49.811Z Fresh toolchain_find v0.4.0
75402024-12-21T05:59:49.811Z Fresh ring v0.16.20
75412024-12-21T05:59:49.811Z Fresh blake3 v1.5.4
75422024-12-21T05:59:49.811Z Fresh thiserror-impl-no-std v2.0.2
75432024-12-21T05:59:49.811Z Fresh maplit v1.0.2
75442024-12-21T05:59:49.811Z Fresh rustfmt-wrapper v0.2.1
75452024-12-21T05:59:49.811Z Fresh gethostname v0.5.0
75462024-12-21T05:59:49.811Z Fresh omicron-zone-package v0.11.1
75472024-12-21T05:59:49.811Z Fresh thiserror-no-std v2.0.2
75482024-12-21T05:59:49.811Z Fresh chacha20poly1305 v0.10.1
75492024-12-21T05:59:49.811Z Fresh termcolor v1.4.1
75502024-12-21T05:59:49.811Z Fresh vsss-rs v3.3.4
75512024-12-21T05:59:49.811Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
75522024-12-21T05:59:49.811Z Fresh tap v1.0.1
75532024-12-21T05:59:49.811Z Fresh nibble_vec v0.1.0
75542024-12-21T05:59:49.811Z Fresh crc-catalog v2.4.0
75552024-12-21T05:59:49.811Z Fresh radium v0.7.0
75562024-12-21T05:59:49.811Z Fresh wyz v0.5.1
75572024-12-21T05:59:49.811Z Fresh funty v2.0.0
75582024-12-21T05:59:49.811Z Fresh endian-type v0.1.2
75592024-12-21T05:59:49.811Z Fresh radix_trie v0.2.1
75602024-12-21T05:59:49.811Z Fresh maybe-uninit v2.0.0
75612024-12-21T05:59:49.811Z Fresh bitvec v1.0.1
75622024-12-21T05:59:49.811Z Fresh crc v3.2.1
75632024-12-21T05:59:49.811Z Fresh packed_struct_codegen v0.10.1
75642024-12-21T05:59:49.811Z Fresh nodrop v0.1.14
75652024-12-21T05:59:49.811Z Fresh packed_struct v0.10.1
75662024-12-21T05:59:49.811Z Fresh smallvec v0.6.14
75672024-12-21T05:59:49.811Z Fresh async-recursion v1.1.1
75682024-12-21T05:59:49.811Z Fresh simd-adler32 v0.3.7
75692024-12-21T05:59:49.811Z Fresh bitfield v0.14.0
75702024-12-21T05:59:49.811Z Fresh array-init v0.0.4
75712024-12-21T05:59:49.811Z Fresh bumpalo v3.16.0
75722024-12-21T05:59:49.811Z Fresh lockfree-object-pool v0.1.6
75732024-12-21T05:59:49.811Z Fresh hashbrown v0.12.3
75742024-12-21T05:59:49.811Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
75752024-12-21T05:59:49.811Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
75762024-12-21T05:59:49.812Z Fresh zopfli v0.8.1
75772024-12-21T05:59:49.812Z Fresh indexmap v1.9.3
75782024-12-21T05:59:49.812Z Fresh serde-hex v0.1.0
75792024-12-21T05:59:49.812Z Fresh env_logger v0.10.2
75802024-12-21T05:59:49.812Z Fresh ron v0.8.1
75812024-12-21T05:59:49.812Z Fresh dsl_auto_type v0.1.2
75822024-12-21T05:59:49.812Z Fresh hashbrown v0.13.2
75832024-12-21T05:59:49.812Z Fresh scheduled-thread-pool v0.2.7
75842024-12-21T05:59:49.812Z Fresh diesel_table_macro_syntax v0.2.0
75852024-12-21T05:59:49.812Z Fresh crc-any v2.5.0
75862024-12-21T05:59:49.812Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
75872024-12-21T05:59:49.812Z Fresh object v0.30.4
75882024-12-21T05:59:49.812Z Fresh zip v2.1.3
75892024-12-21T05:59:49.812Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
75902024-12-21T05:59:49.812Z Fresh r2d2 v0.8.10
75912024-12-21T05:59:49.812Z Fresh diesel_derives v2.2.3
75922024-12-21T05:59:49.812Z Fresh const_format_proc_macros v0.2.33
75932024-12-21T05:59:49.812Z Fresh bitfield-struct v0.6.2
75942024-12-21T05:59:49.812Z Fresh path-slash v0.1.5
75952024-12-21T05:59:49.812Z Fresh diff v0.1.13
75962024-12-21T05:59:49.812Z Fresh const_format v0.2.33
75972024-12-21T05:59:49.812Z Fresh crunchy v0.2.2
75982024-12-21T05:59:49.812Z Fresh diesel v2.2.6
75992024-12-21T05:59:49.812Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
76002024-12-21T05:59:49.812Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
76012024-12-21T05:59:49.812Z Fresh libefi-sys v0.1.0
76022024-12-21T05:59:49.812Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
76032024-12-21T05:59:49.812Z Fresh fxhash v0.2.1
76042024-12-21T05:59:49.812Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
76052024-12-21T05:59:49.812Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
76062024-12-21T05:59:49.812Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
76072024-12-21T05:59:49.812Z Fresh tiny-keccak v2.0.2
76082024-12-21T05:59:49.812Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
76092024-12-21T05:59:49.812Z Fresh ascii-canvas v3.0.0
76102024-12-21T05:59:49.812Z Fresh ref-cast-impl v1.0.23
76112024-12-21T05:59:49.812Z Fresh ena v0.14.3
76122024-12-21T05:59:49.812Z Fresh regex-syntax v0.6.29
76132024-12-21T05:59:49.812Z Fresh kstat-rs v0.2.4
76142024-12-21T05:59:49.813Z Fresh ref-cast v1.0.23
76152024-12-21T05:59:49.813Z Fresh lalrpop v0.19.12
76162024-12-21T05:59:49.813Z Fresh derive_builder_core v0.20.2
76172024-12-21T05:59:49.813Z Fresh phf_generator v0.11.2
76182024-12-21T05:59:49.813Z Fresh primeorder v0.13.6
76192024-12-21T05:59:49.813Z Fresh vte_generate_state_changes v0.1.2
76202024-12-21T05:59:49.813Z Fresh vte v0.11.1
76212024-12-21T05:59:49.813Z Fresh phf_codegen v0.11.2
76222024-12-21T05:59:49.813Z Fresh derive_builder_macro v0.20.2
76232024-12-21T05:59:49.813Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
76242024-12-21T05:59:49.813Z Fresh strum_macros v0.24.3
76252024-12-21T05:59:49.813Z Fresh fd-lock v4.0.2
76262024-12-21T05:59:49.816Z Fresh parse-zoneinfo v0.3.1
76272024-12-21T05:59:49.816Z Fresh indoc v1.0.9
76282024-12-21T05:59:49.816Z Fresh cfg_aliases v0.1.1
76292024-12-21T05:59:49.816Z Fresh chrono-tz-build v0.4.0
76302024-12-21T05:59:49.816Z Fresh polar-core v0.27.3
76312024-12-21T05:59:49.817Z Fresh derive_builder v0.20.2
76322024-12-21T05:59:49.817Z Fresh libxml v0.3.3
76332024-12-21T05:59:49.817Z Fresh parking_lot_core v0.8.6
76342024-12-21T05:59:49.817Z Fresh strip-ansi-escapes v0.2.0
76352024-12-21T05:59:49.817Z Fresh oso-derive v0.27.3
76362024-12-21T05:59:49.817Z Fresh impl-trait-for-tuples v0.2.2
76372024-12-21T05:59:49.817Z Fresh quick-xml v0.33.0
76382024-12-21T05:59:49.817Z Fresh nu-ansi-term v0.50.1
76392024-12-21T05:59:49.817Z Fresh parking_lot v0.11.2
76402024-12-21T05:59:49.817Z Fresh oso v0.27.3
76412024-12-21T05:59:49.817Z Fresh reedline v0.35.0
76422024-12-21T05:59:49.817Z Fresh samael v0.0.17
76432024-12-21T05:59:49.817Z Fresh unicase v2.7.0
76442024-12-21T05:59:49.817Z Fresh p384 v0.13.0
76452024-12-21T05:59:49.817Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
76462024-12-21T05:59:49.817Z Fresh bytecount v0.6.8
76472024-12-21T05:59:49.817Z Fresh buf-list v1.0.3
76482024-12-21T05:59:49.817Z Fresh salty v0.3.0
76492024-12-21T05:59:49.817Z Fresh papergrid v0.11.0
76502024-12-21T05:59:49.817Z Fresh sled v0.34.7
76512024-12-21T05:59:49.817Z Fresh nix v0.28.0
76522024-12-21T05:59:49.817Z Fresh hickory-client v0.24.1
76532024-12-21T05:59:49.817Z Fresh tabled_derive v0.7.0
76542024-12-21T05:59:49.817Z Fresh peg-macros v0.8.4
76552024-12-21T05:59:49.817Z Fresh hickory-server v0.24.1
76562024-12-21T05:59:49.817Z Fresh bb8 v0.8.5
76572024-12-21T05:59:49.817Z Fresh nanorand v0.7.0
76582024-12-21T05:59:49.817Z Fresh sqlparser_derive v0.2.2
76592024-12-21T05:59:49.817Z Fresh env_filter v0.1.2
76602024-12-21T05:59:49.817Z Fresh atty v0.2.14
76612024-12-21T05:59:49.817Z Fresh http-range v0.1.5
76622024-12-21T05:59:49.817Z Fresh unicode_categories v0.1.1
76632024-12-21T05:59:49.817Z Fresh env_logger v0.11.5
76642024-12-21T05:59:49.817Z Fresh sqlparser v0.45.0
76652024-12-21T05:59:49.817Z Fresh sqlformat v0.2.6
76662024-12-21T05:59:49.817Z Fresh peg v0.8.4
76672024-12-21T05:59:49.817Z Fresh flume v0.11.1
76682024-12-21T05:59:49.818Z Fresh tabled v0.15.0
76692024-12-21T05:59:49.818Z Fresh async-bb8-diesel v0.2.1
76702024-12-21T05:59:49.818Z Fresh rustyline v14.0.0
76712024-12-21T05:59:49.818Z Fresh diesel-dtrace v0.4.2
76722024-12-21T05:59:49.818Z Fresh chrono-tz v0.10.0
76732024-12-21T05:59:49.818Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
76742024-12-21T05:59:49.818Z Fresh bcs v0.1.6
76752024-12-21T05:59:49.818Z Fresh pin-project-internal v1.1.6
76762024-12-21T05:59:49.818Z Fresh mime_guess v2.0.5
76772024-12-21T05:59:49.818Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
76782024-12-21T05:59:49.818Z Fresh memoffset v0.9.1
76792024-12-21T05:59:49.818Z Fresh pin-project v1.1.6
76802024-12-21T05:59:49.818Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
76812024-12-21T05:59:49.818Z Fresh nix v0.27.1
76822024-12-21T05:59:49.818Z Fresh hyper-staticfile v0.10.1
76832024-12-21T05:59:49.819Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
76842024-12-21T05:59:49.819Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
76852024-12-21T05:59:49.819Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
76862024-12-21T05:59:49.819Z Fresh tungstenite v0.23.0
76872024-12-21T05:59:49.819Z Fresh concurrent-queue v2.5.0
76882024-12-21T05:59:49.819Z Fresh snafu-derive v0.8.5
76892024-12-21T05:59:49.819Z Fresh parking v2.2.1
76902024-12-21T05:59:49.819Z Fresh snafu v0.8.5
76912024-12-21T05:59:49.819Z Fresh tokio-tungstenite v0.23.1
76922024-12-21T05:59:49.819Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
76932024-12-21T05:59:49.819Z Fresh signal-hook-tokio v0.3.1
76942024-12-21T05:59:49.819Z Fresh globset v0.4.15
76952024-12-21T05:59:49.819Z Fresh olpc-cjson v0.1.4
76962024-12-21T05:59:49.819Z Fresh serde_plain v1.0.2
76972024-12-21T05:59:49.819Z Fresh cargo-platform v0.1.8
76982024-12-21T05:59:49.819Z Fresh typed-path v0.9.3
76992024-12-21T05:59:49.819Z Fresh cargo_metadata v0.18.1
77002024-12-21T05:59:49.819Z Fresh tough v0.19.0
77012024-12-21T05:59:49.819Z Fresh rand_seeder v0.3.0
77022024-12-21T05:59:49.819Z Fresh parse-size v1.1.0
77032024-12-21T05:59:49.819Z Fresh event-listener v5.3.1
77042024-12-21T05:59:49.819Z Fresh event-listener-strategy v0.5.2
77052024-12-21T05:59:49.820Z Fresh futures-lite v2.3.0
77062024-12-21T05:59:49.820Z Fresh castaway v0.2.3
77072024-12-21T05:59:49.820Z Fresh libz-sys v1.1.20
77082024-12-21T05:59:49.820Z Fresh compact_str v0.8.0
77092024-12-21T05:59:49.820Z Fresh unicode-truncate v1.1.0
77102024-12-21T05:59:49.820Z Fresh lru v0.12.5
77112024-12-21T05:59:49.820Z Fresh instability v0.3.2
77122024-12-21T05:59:49.820Z Fresh csv-core v0.1.11
77132024-12-21T05:59:49.820Z Fresh is_ci v1.2.0
77142024-12-21T05:59:49.820Z Fresh cassowary v0.3.0
77152024-12-21T05:59:49.820Z Fresh libgit2-sys v0.17.0+1.8.1
77162024-12-21T05:59:49.820Z Fresh async-lock v3.4.0
77172024-12-21T05:59:49.820Z Fresh polyval v0.6.2
77182024-12-21T05:59:49.820Z Fresh csv v1.3.0
77192024-12-21T05:59:49.820Z Fresh supports-color v3.0.1
77202024-12-21T05:59:49.820Z Fresh ratatui v0.28.1
77212024-12-21T05:59:49.820Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
77222024-12-21T05:59:49.820Z Fresh polling v3.7.3
77232024-12-21T05:59:49.820Z Fresh ghash v0.5.1
77242024-12-21T05:59:49.820Z Fresh async-io v2.3.4
77252024-12-21T05:59:49.820Z Fresh git2 v0.19.0
77262024-12-21T05:59:49.823Z Fresh ctr v0.9.2
77272024-12-21T05:59:49.823Z Fresh assert_matches v1.5.0
77282024-12-21T05:59:49.823Z Fresh shell-words v1.1.0
77292024-12-21T05:59:49.823Z Fresh cfg_aliases v0.2.1
77302024-12-21T05:59:49.824Z Fresh async-task v4.7.1
77312024-12-21T05:59:49.824Z Fresh plotters-backend v0.3.7
77322024-12-21T05:59:49.824Z Fresh vergen v8.3.2
77332024-12-21T05:59:49.824Z Fresh aes-gcm v0.10.3
77342024-12-21T05:59:49.824Z Fresh plotters-svg v0.3.7
77352024-12-21T05:59:49.824Z Fresh async-channel v2.3.1
77362024-12-21T05:59:49.824Z Fresh piper v0.2.4
77372024-12-21T05:59:49.824Z Fresh ssh-encoding v0.2.0
77382024-12-21T05:59:49.825Z Fresh sct v0.7.1
77392024-12-21T05:59:49.825Z Fresh rustls-webpki v0.101.7
77402024-12-21T05:59:49.825Z Fresh blowfish v0.9.1
77412024-12-21T05:59:49.825Z Fresh rtoolbox v0.0.2
77422024-12-21T05:59:49.825Z Fresh smawk v0.3.2
77432024-12-21T05:59:49.825Z Fresh unicode-linebreak v0.1.5
77442024-12-21T05:59:49.825Z Fresh cast v0.3.0
77452024-12-21T05:59:49.825Z Fresh bcrypt-pbkdf v0.10.0
77462024-12-21T05:59:49.825Z Fresh blocking v1.6.1
77472024-12-21T05:59:49.825Z Fresh textwrap v0.16.1
77482024-12-21T05:59:49.825Z Fresh criterion-plot v0.5.0
77492024-12-21T05:59:49.825Z Fresh rustls v0.21.12
77502024-12-21T05:59:49.825Z Fresh rpassword v7.3.1
77512024-12-21T05:59:49.825Z Fresh ssh-cipher v0.2.0
77522024-12-21T05:59:49.825Z Fresh plotters v0.3.7
77532024-12-21T05:59:49.825Z Fresh libsqlite3-sys v0.30.1
77542024-12-21T05:59:49.825Z Fresh async-executor v1.13.1
77552024-12-21T05:59:49.825Z Fresh async-signal v0.2.10
77562024-12-21T05:59:49.825Z Fresh tui-tree-widget v0.22.0
77572024-12-21T05:59:49.825Z Fresh hashlink v0.9.1
77582024-12-21T05:59:49.825Z Fresh password-hash v0.4.2
77592024-12-21T05:59:49.825Z Fresh tinytemplate v1.2.1
77602024-12-21T05:59:49.825Z Fresh event-listener v2.5.3
77612024-12-21T05:59:49.825Z Fresh fallible-iterator v0.3.0
77622024-12-21T05:59:49.825Z Fresh fallible-streaming-iterator v0.1.9
77632024-12-21T05:59:49.825Z Fresh hex-literal v0.4.1
77642024-12-21T05:59:49.825Z Fresh yansi v1.0.1
77652024-12-21T05:59:49.825Z Fresh matches v0.1.10
77662024-12-21T05:59:49.825Z Fresh oorandom v11.1.4
77672024-12-21T05:59:49.825Z Fresh anes v0.1.6
77682024-12-21T05:59:49.825Z Fresh async-channel v1.9.0
77692024-12-21T05:59:49.825Z Fresh idna v0.2.3
77702024-12-21T05:59:49.825Z Fresh pretty_assertions v1.4.1
77712024-12-21T05:59:49.825Z Fresh rusqlite v0.32.1
77722024-12-21T05:59:49.825Z Fresh criterion v0.5.1
77732024-12-21T05:59:49.825Z Fresh pbkdf2 v0.11.0
77742024-12-21T05:59:49.826Z Fresh async-global-executor v2.4.1
77752024-12-21T05:59:49.826Z Fresh async-process v2.3.0
77762024-12-21T05:59:49.826Z Fresh target-lexicon v0.12.16
77772024-12-21T05:59:49.826Z Fresh tokio-rustls v0.24.1
77782024-12-21T05:59:49.826Z Fresh ssh-key v0.6.6
77792024-12-21T05:59:49.826Z Fresh nix v0.29.0
77802024-12-21T05:59:49.826Z Fresh p256 v0.13.2
77812024-12-21T05:59:49.826Z Fresh p521 v0.13.3
77822024-12-21T05:59:49.826Z Fresh rustls-pemfile v1.0.4
77832024-12-21T05:59:49.826Z Fresh twox-hash v1.6.3
77842024-12-21T05:59:49.826Z Fresh enum-as-inner v0.5.1
77852024-12-21T05:59:49.826Z Fresh async-attributes v1.1.2
77862024-12-21T05:59:49.826Z Fresh kv-log-macro v1.0.7
77872024-12-21T05:59:49.826Z Fresh num_cpus v1.16.0
77882024-12-21T05:59:49.826Z Fresh russh-cryptovec v0.7.3
77892024-12-21T05:59:49.826Z Fresh futures-timer v3.0.3
77902024-12-21T05:59:49.826Z Fresh md5 v0.7.0
77912024-12-21T05:59:49.826Z Fresh threadpool v1.8.1
77922024-12-21T05:59:49.826Z Fresh async-std v1.13.0
77932024-12-21T05:59:49.826Z Fresh russh-keys v0.45.0
77942024-12-21T05:59:49.826Z Fresh trust-dns-proto v0.22.0
77952024-12-21T05:59:49.826Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
77962024-12-21T05:59:49.826Z Fresh cfg-expr v0.17.0
77972024-12-21T05:59:49.826Z Fresh guppy-workspace-hack v0.1.0
77982024-12-21T05:59:49.826Z Fresh doc-comment v0.3.3
77992024-12-21T05:59:49.826Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
78002024-12-21T05:59:49.826Z Fresh httptest v0.16.1
78012024-12-21T05:59:49.826Z Fresh fatfs v0.3.6
78022024-12-21T05:59:49.826Z Fresh num-bigint v0.4.6
78032024-12-21T05:59:49.826Z Fresh proc-macro-crate v3.2.0
78042024-12-21T05:59:49.826Z Fresh rustls-native-certs v0.7.3
78052024-12-21T05:59:49.826Z Fresh des v0.8.1
78062024-12-21T05:59:49.827Z Fresh relative-path v1.9.3
78072024-12-21T05:59:49.827Z Fresh dhcproto-macros v0.1.0
78082024-12-21T05:59:49.827Z Fresh escape8259 v0.5.3
78092024-12-21T05:59:49.827Z Fresh assert_cmd v2.0.16
78102024-12-21T05:59:49.827Z Fresh hyper-rustls v0.26.0
78112024-12-21T05:59:49.827Z Fresh libtest-mimic v0.7.3
78122024-12-21T05:59:49.827Z Fresh dhcproto v0.12.0
78132024-12-21T05:59:49.827Z Fresh russh v0.45.0
78142024-12-21T05:59:49.827Z Fresh rstest_macros v0.23.0
78152024-12-21T05:59:49.827Z Fresh target-spec v3.2.2
78162024-12-21T05:59:49.827Z Fresh petname v2.0.2
78172024-12-21T05:59:49.827Z Fresh async-object-pool v0.1.5
78182024-12-21T05:59:49.827Z Fresh target-triple v0.1.3
78192024-12-21T05:59:49.827Z Fresh blake2b_simd v1.0.2
78202024-12-21T05:59:49.827Z Fresh fancy-regex v0.13.0
78212024-12-21T05:59:49.827Z Fresh pathdiff v0.2.2
78222024-12-21T05:59:49.827Z Fresh assert-json-diff v2.0.2
78232024-12-21T05:59:49.827Z Fresh serde_regex v1.1.0
78242024-12-21T05:59:49.827Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
78252024-12-21T05:59:49.827Z Fresh uzers v0.12.1
78262024-12-21T05:59:49.831Z Fresh path-tree v0.8.1
78272024-12-21T05:59:49.831Z Fresh internet-checksum v0.2.1
78282024-12-21T05:59:49.831Z Fresh nested v0.1.1
78292024-12-21T05:59:49.831Z Fresh sync-ptr v0.1.1
78302024-12-21T05:59:49.831Z Fresh stringmetrics v2.2.2
78312024-12-21T05:59:49.831Z Fresh httpmock v0.8.0-alpha.1
78322024-12-21T05:59:49.831Z Fresh guppy v0.17.8
78332024-12-21T05:59:49.831Z Fresh datatest-stable v0.2.9
78342024-12-21T05:59:49.831Z Fresh trybuild v1.0.101
78352024-12-21T05:59:49.831Z Fresh rust-argon2 v2.1.0
78362024-12-21T05:59:49.831Z Fresh rstest v0.23.0
78372024-12-21T05:59:49.831Z Fresh partial-io v0.5.4
78382024-12-21T05:59:49.831Z Fresh similar-asserts v1.6.0
78392024-12-21T05:59:49.831Z Fresh rand_distr v0.4.3
78402024-12-21T05:59:49.831Z Fresh approx v0.5.1
78412024-12-21T05:59:49.831Z Fresh indoc v2.0.5
78422024-12-21T05:59:49.831Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
78432024-12-21T05:59:49.831Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
78442024-12-21T05:59:49.831Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
78452024-12-21T05:59:49.831Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
78462024-12-21T05:59:49.831Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
78472024-12-21T05:59:49.831Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
78482024-12-21T05:59:49.831Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
78492024-12-21T05:59:49.831Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
78502024-12-21T05:59:49.831Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
78512024-12-21T05:59:49.831Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
78522024-12-21T05:59:49.831Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
78532024-12-21T05:59:49.831Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
78542024-12-21T05:59:49.831Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
78552024-12-21T05:59:49.831Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
78562024-12-21T05:59:49.831Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
78572024-12-21T05:59:49.831Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
78582024-12-21T05:59:49.831Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
78592024-12-21T05:59:49.832Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
78602024-12-21T05:59:49.832Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
78612024-12-21T05:59:49.832Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
78622024-12-21T05:59:49.832Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
78632024-12-21T05:59:49.832Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
78642024-12-21T05:59:49.832Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
78652024-12-21T05:59:49.832Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
78662024-12-21T05:59:49.832Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
78672024-12-21T05:59:49.832Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
78682024-12-21T05:59:49.832Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
78692024-12-21T05:59:49.832Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
78702024-12-21T05:59:49.832Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
78712024-12-21T05:59:49.832Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
78722024-12-21T05:59:49.832Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
78732024-12-21T05:59:49.832Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
78742024-12-21T05:59:49.832Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
78752024-12-21T05:59:49.832Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
78762024-12-21T05:59:49.832Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
78772024-12-21T05:59:49.832Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
78782024-12-21T05:59:49.832Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
78792024-12-21T05:59:49.832Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
78802024-12-21T05:59:49.832Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
78812024-12-21T05:59:49.832Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
78822024-12-21T05:59:49.832Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
78832024-12-21T05:59:49.832Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
78842024-12-21T05:59:49.833Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
78852024-12-21T05:59:49.833Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
78862024-12-21T05:59:49.833Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
78872024-12-21T05:59:49.833Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
78882024-12-21T05:59:49.833Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
78892024-12-21T05:59:49.833Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
78902024-12-21T05:59:49.833Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
78912024-12-21T05:59:49.833Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
78922024-12-21T05:59:49.833Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
78932024-12-21T05:59:49.833Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
78942024-12-21T05:59:49.833Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
78952024-12-21T05:59:49.833Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
78962024-12-21T05:59:49.833Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
78972024-12-21T05:59:49.833Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
78982024-12-21T05:59:49.833Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
78992024-12-21T05:59:49.833Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
79002024-12-21T05:59:49.833Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
79012024-12-21T05:59:49.833Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
79022024-12-21T05:59:49.833Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
79032024-12-21T05:59:49.833Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
79042024-12-21T05:59:49.833Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
79052024-12-21T05:59:49.833Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
79062024-12-21T05:59:49.833Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
79072024-12-21T05:59:49.833Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
79082024-12-21T05:59:49.833Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
79092024-12-21T05:59:49.833Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
79102024-12-21T05:59:49.833Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
79112024-12-21T05:59:49.833Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
79122024-12-21T05:59:49.833Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
79132024-12-21T05:59:49.833Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
79142024-12-21T05:59:49.833Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
79152024-12-21T05:59:49.833Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
79162024-12-21T05:59:49.833Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
79172024-12-21T05:59:49.833Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
79182024-12-21T05:59:49.833Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
79192024-12-21T05:59:49.833Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
79202024-12-21T05:59:49.833Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
79212024-12-21T05:59:49.833Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
79222024-12-21T05:59:49.834Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
79232024-12-21T05:59:49.834Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
79242024-12-21T05:59:49.834Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
79252024-12-21T05:59:49.834Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
79262024-12-21T05:59:49.837Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
79272024-12-21T05:59:49.837Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
79282024-12-21T05:59:49.837Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
79292024-12-21T05:59:49.837Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
79302024-12-21T05:59:49.837Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
79312024-12-21T05:59:49.837Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
79322024-12-21T05:59:49.837Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
79332024-12-21T05:59:49.837Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
79342024-12-21T05:59:49.837Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
79352024-12-21T05:59:49.837Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
79362024-12-21T05:59:49.837Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
79372024-12-21T05:59:49.837Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
79382024-12-21T05:59:49.837Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
79392024-12-21T05:59:49.837Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
79402024-12-21T05:59:49.837Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
79412024-12-21T05:59:49.837Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
79422024-12-21T05:59:49.837Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
79432024-12-21T05:59:49.837Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
79442024-12-21T05:59:49.837Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
79452024-12-21T05:59:49.837Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
79462024-12-21T05:59:49.837Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
79472024-12-21T05:59:49.837Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
79482024-12-21T05:59:49.837Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
79492024-12-21T05:59:49.837Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
79502024-12-21T05:59:49.837Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
79512024-12-21T05:59:49.837Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
79522024-12-21T05:59:49.837Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
79532024-12-21T05:59:49.837Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
79542024-12-21T05:59:49.838Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
79552024-12-21T05:59:49.838Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
79562024-12-21T05:59:49.838Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
79572024-12-21T05:59:49.838Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
79582024-12-21T05:59:49.838Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2.43s
79592024-12-21T05:59:49.912Z Doc-tests api_identity
79602024-12-21T05:59:49.915Z 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-64ecfc8491fd61b7.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
79612024-12-21T05:59:50.200Z
79622024-12-21T05:59:50.200Zrunning 0 tests
79632024-12-21T05:59:50.200Z
79642024-12-21T05:59:50.200Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79652024-12-21T05:59:50.200Z
79662024-12-21T05:59:50.210Z Doc-tests authz_macros
79672024-12-21T05:59:50.213Z 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-46a3d32c51dec031.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-848438f8d488e4d5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
79682024-12-21T05:59:50.345Z
79692024-12-21T05:59:50.346Zrunning 7 tests
79702024-12-21T05:59:50.348Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 109) ... ignored
79712024-12-21T05:59:50.348Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 122) ... ignored
79722024-12-21T05:59:50.348Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 27) ... ignored
79732024-12-21T05:59:50.348Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 46) ... ignored
79742024-12-21T05:59:50.348Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 59) ... ignored
79752024-12-21T05:59:50.348Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 76) ... ignored
79762024-12-21T05:59:50.349Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 94) ... ignored
79772024-12-21T05:59:50.349Z
79782024-12-21T05:59:50.349Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
79792024-12-21T05:59:50.349Z
79802024-12-21T05:59:50.358Z Doc-tests bootstore
79812024-12-21T05:59:50.362Z 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-547b35d060fe7940.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-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-bfccc901727dd97b.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`
79822024-12-21T05:59:51.307Z
79832024-12-21T05:59:51.308Zrunning 0 tests
79842024-12-21T05:59:51.308Z
79852024-12-21T05:59:51.308Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79862024-12-21T05:59:51.308Z
79872024-12-21T05:59:51.338Z Doc-tests bootstrap_agent_api
79882024-12-21T05:59:51.340Z 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-5ef3494c46fb64f6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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-5339df4d4ed0c71d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bfccc901727dd97b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79892024-12-21T05:59:51.768Z
79902024-12-21T05:59:51.768Zrunning 2 tests
79912024-12-21T05:59:51.771Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
79922024-12-21T05:59:51.771Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
79932024-12-21T05:59:51.771Z
79942024-12-21T05:59:51.771Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
79952024-12-21T05:59:51.773Z
79962024-12-21T05:59:51.794Z Doc-tests bootstrap_agent_client
79972024-12-21T05:59:51.797Z 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-bb01a1122b033950.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-bfccc901727dd97b.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`
79982024-12-21T05:59:52.731Z
79992024-12-21T05:59:52.731Zrunning 0 tests
80002024-12-21T05:59:52.731Z
80012024-12-21T05:59:52.731Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80022024-12-21T05:59:52.731Z
80032024-12-21T05:59:52.762Z Doc-tests clickana
80042024-12-21T05:59:52.764Z 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-badb420828ba9707.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975af684cdecc414.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7896ae3d89904734.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
80052024-12-21T05:59:53.191Z
80062024-12-21T05:59:53.191Zrunning 0 tests
80072024-12-21T05:59:53.191Z
80082024-12-21T05:59:53.191Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80092024-12-21T05:59:53.191Z
80102024-12-21T05:59:53.213Z Doc-tests clickhouse_admin_api
80112024-12-21T05:59:53.215Z 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-b27c4b4b61d9897d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7896ae3d89904734.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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`
80122024-12-21T05:59:53.489Z
80132024-12-21T05:59:53.489Zrunning 6 tests
80142024-12-21T05:59:53.491Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 36) ... ignored
80152024-12-21T05:59:53.491Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 42) ... ignored
80162024-12-21T05:59:53.491Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 105) ... ignored
80172024-12-21T05:59:53.492Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 111) ... ignored
80182024-12-21T05:59:53.492Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 152) ... ignored
80192024-12-21T05:59:53.492Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 158) ... ignored
80202024-12-21T05:59:53.492Z
80212024-12-21T05:59:53.492Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
80222024-12-21T05:59:53.492Z
80232024-12-21T05:59:53.510Z Doc-tests clickhouse_admin_keeper_client
80242024-12-21T05:59:53.513Z 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-c7bf20c51aacb9cf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7896ae3d89904734.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-a490f18610e88b20.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
80252024-12-21T05:59:54.024Z
80262024-12-21T05:59:54.024Zrunning 0 tests
80272024-12-21T05:59:54.024Z
80282024-12-21T05:59:54.024Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80292024-12-21T05:59:54.024Z
80302024-12-21T05:59:54.050Z Doc-tests clickhouse_admin_server_client
80312024-12-21T05:59:54.053Z 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-975af684cdecc414.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7896ae3d89904734.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-a490f18610e88b20.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
80322024-12-21T05:59:54.527Z
80332024-12-21T05:59:54.527Zrunning 0 tests
80342024-12-21T05:59:54.527Z
80352024-12-21T05:59:54.527Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80362024-12-21T05:59:54.527Z
80372024-12-21T05:59:54.552Z Doc-tests clickhouse_admin_single_client
80382024-12-21T05:59:54.554Z 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-9a02fc52ccc56f3d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7896ae3d89904734.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-a490f18610e88b20.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
80392024-12-21T05:59:54.795Z
80402024-12-21T05:59:54.795Zrunning 0 tests
80412024-12-21T05:59:54.795Z
80422024-12-21T05:59:54.795Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80432024-12-21T05:59:54.795Z
80442024-12-21T05:59:54.813Z Doc-tests clickhouse_admin_test_utils
80452024-12-21T05:59:54.816Z 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-8596e9bd1058d924.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7896ae3d89904734.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-88fe053d78e80848.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80462024-12-21T05:59:55.067Z
80472024-12-21T05:59:55.067Zrunning 0 tests
80482024-12-21T05:59:55.067Z
80492024-12-21T05:59:55.068Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80502024-12-21T05:59:55.068Z
80512024-12-21T05:59:55.088Z Doc-tests clickhouse_admin_types
80522024-12-21T05:59:55.090Z 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-7896ae3d89904734.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-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
80532024-12-21T05:59:55.668Z
80542024-12-21T05:59:55.668Zrunning 0 tests
80552024-12-21T05:59:55.668Z
80562024-12-21T05:59:55.668Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80572024-12-21T05:59:55.668Z
80582024-12-21T05:59:55.697Z Doc-tests cockroach_admin_api
80592024-12-21T05:59:55.699Z 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-55aebc6ba1129be3.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-2cc07f0687b5bbbd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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`
80602024-12-21T05:59:55.917Z
80612024-12-21T05:59:55.917Zrunning 2 tests
80622024-12-21T05:59:55.920Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 20) ... ignored
80632024-12-21T05:59:55.920Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 26) ... ignored
80642024-12-21T05:59:55.920Z
80652024-12-21T05:59:55.920Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
80662024-12-21T05:59:55.921Z
80672024-12-21T05:59:55.934Z Doc-tests cockroach_admin_client
80682024-12-21T05:59:55.936Z 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-80182b04b3f58e39.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-a490f18610e88b20.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
80692024-12-21T05:59:56.224Z
80702024-12-21T05:59:56.224Zrunning 0 tests
80712024-12-21T05:59:56.224Z
80722024-12-21T05:59:56.224Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80732024-12-21T05:59:56.224Z
80742024-12-21T05:59:56.243Z Doc-tests cockroach_admin_types
80752024-12-21T05:59:56.246Z 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-2cc07f0687b5bbbd.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-48927a5eea74ccb0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
80762024-12-21T05:59:56.392Z
80772024-12-21T05:59:56.392Zrunning 0 tests
80782024-12-21T05:59:56.392Z
80792024-12-21T05:59:56.392Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80802024-12-21T05:59:56.392Z
80812024-12-21T05:59:56.405Z Doc-tests db_macros
80822024-12-21T05:59:56.408Z 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-4bc27e918f9d04d8.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-848438f8d488e4d5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
80832024-12-21T05:59:56.656Z
80842024-12-21T05:59:56.656Zrunning 3 tests
80852024-12-21T05:59:56.658Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
80862024-12-21T05:59:56.658Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 51) ... ignored
80872024-12-21T05:59:56.658Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 76) ... ignored
80882024-12-21T05:59:56.659Z
80892024-12-21T05:59:56.659Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
80902024-12-21T05:59:56.659Z
80912024-12-21T05:59:56.671Z Doc-tests dns_server
80922024-12-21T05:59:56.674Z 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-e64f7e2b500096cf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-bca834b2f13fa7b7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ab09a08bacbe0c6d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-f57edb2dbf2c7efb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
80932024-12-21T05:59:57.065Z
80942024-12-21T05:59:57.065Zrunning 0 tests
80952024-12-21T05:59:57.065Z
80962024-12-21T05:59:57.065Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80972024-12-21T05:59:57.065Z
80982024-12-21T05:59:57.087Z Doc-tests dns_server_api
80992024-12-21T05:59:57.089Z 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-bca834b2f13fa7b7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
81002024-12-21T05:59:57.342Z
81012024-12-21T05:59:57.342Zrunning 2 tests
81022024-12-21T05:59:57.345Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 104) ... ignored
81032024-12-21T05:59:57.345Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 110) ... ignored
81042024-12-21T05:59:57.345Z
81052024-12-21T05:59:57.345Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81062024-12-21T05:59:57.345Z
81072024-12-21T05:59:57.364Z Doc-tests dns_service_client
81082024-12-21T05:59:57.367Z 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-ab09a08bacbe0c6d.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-f57edb2dbf2c7efb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
81092024-12-21T05:59:57.678Z
81102024-12-21T05:59:57.678Zrunning 0 tests
81112024-12-21T05:59:57.678Z
81122024-12-21T05:59:57.678Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81132024-12-21T05:59:57.678Z
81142024-12-21T05:59:57.700Z Doc-tests dpd_client
81152024-12-21T05:59:57.702Z 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-32b97f94ca5f92d6.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-a490f18610e88b20.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-2f414554c74956b6.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-a3efbbfe3f63cf4a.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`
81162024-12-21T05:59:58.897Z
81172024-12-21T05:59:58.897Zrunning 0 tests
81182024-12-21T05:59:58.897Z
81192024-12-21T05:59:58.897Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81202024-12-21T05:59:58.897Z
81212024-12-21T05:59:58.934Z Doc-tests end_to_end_tests
81222024-12-21T05:59:58.936Z 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-17979ffb145ee887.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-7526f62f13a75a05.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d9a0b56e2de6d00f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-5339df4d4ed0c71d.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`
81232024-12-21T05:59:59.459Z
81242024-12-21T05:59:59.459Zrunning 0 tests
81252024-12-21T05:59:59.459Z
81262024-12-21T05:59:59.459Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81272024-12-21T05:59:59.459Z
81282024-12-21T05:59:59.485Z Doc-tests gateway_api
81292024-12-21T05:59:59.488Z 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-6eca4f3a0eb9b80f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-e3350350d4f8dbee.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-58eda97bf2a167b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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`
81302024-12-21T05:59:59.890Z
81312024-12-21T05:59:59.890Zrunning 2 tests
81322024-12-21T05:59:59.903Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 41) ... ignored
81332024-12-21T05:59:59.903Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 47) ... ignored
81342024-12-21T05:59:59.903Z
81352024-12-21T05:59:59.903Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81362024-12-21T05:59:59.903Z
81372024-12-21T05:59:59.915Z Doc-tests gateway_client
81382024-12-21T05:59:59.925Z 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-68fb8859bb578bab.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-a490f18610e88b20.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
81392024-12-21T06:00:00.913Z
81402024-12-21T06:00:00.913Zrunning 0 tests
81412024-12-21T06:00:00.914Z
81422024-12-21T06:00:00.914Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81432024-12-21T06:00:00.914Z
81442024-12-21T06:00:00.944Z Doc-tests gateway_test_utils
81452024-12-21T06:00:00.947Z 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-6eca4f3a0eb9b80f.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-473146fd9cb1bced.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-58eda97bf2a167b0.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d2eb36b121436aa7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-262e0e9d98db4b16.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`
81462024-12-21T06:00:01.718Z
81472024-12-21T06:00:01.718Zrunning 0 tests
81482024-12-21T06:00:01.718Z
81492024-12-21T06:00:01.718Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81502024-12-21T06:00:01.718Z
81512024-12-21T06:00:01.749Z Doc-tests gateway_types
81522024-12-21T06:00:01.752Z 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-58eda97bf2a167b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-19981866211c8586.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
81532024-12-21T06:00:02.385Z
81542024-12-21T06:00:02.385Zrunning 0 tests
81552024-12-21T06:00:02.385Z
81562024-12-21T06:00:02.385Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81572024-12-21T06:00:02.385Z
81582024-12-21T06:00:02.415Z Doc-tests illumos_utils
81592024-12-21T06:00:02.418Z 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-6eca4f3a0eb9b80f.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-68af6d123b4a873b.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-432805f3f6a70023.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-a490f18610e88b20.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-08a18d594ed6e2f8.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`
81602024-12-21T06:00:04.169Z
81612024-12-21T06:00:04.169Zrunning 0 tests
81622024-12-21T06:00:04.169Z
81632024-12-21T06:00:04.169Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81642024-12-21T06:00:04.169Z
81652024-12-21T06:00:04.220Z Doc-tests installinator
81662024-12-21T06:00:04.224Z 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-68af6d123b4a873b.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-caaf8d9fc249c40d.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-f121f02ed5faeeb4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b576fb4359c55029.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-19981866211c8586.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-432805f3f6a70023.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74e34b6cf635cb45.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-a3efbbfe3f63cf4a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-74d5ef4f7c47e951.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-443309117c23728a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bfccc901727dd97b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-83bbab02996e9a20.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-ac24b9c5e3e4cd00.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-927988d922450c53.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`
81672024-12-21T06:00:05.064Z
81682024-12-21T06:00:05.064Zrunning 0 tests
81692024-12-21T06:00:05.064Z
81702024-12-21T06:00:05.064Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81712024-12-21T06:00:05.064Z
81722024-12-21T06:00:05.094Z Doc-tests installinator_api
81732024-12-21T06:00:05.097Z 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-6eca4f3a0eb9b80f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c04b25a03779d15e.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-6507dc16b1e313f4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b576fb4359c55029.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
81742024-12-21T06:00:05.428Z
81752024-12-21T06:00:05.428Zrunning 2 tests
81762024-12-21T06:00:05.431Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 39) ... ignored
81772024-12-21T06:00:05.431Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 45) ... ignored
81782024-12-21T06:00:05.431Z
81792024-12-21T06:00:05.431Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81802024-12-21T06:00:05.431Z
81812024-12-21T06:00:05.453Z Doc-tests installinator_client
81822024-12-21T06:00:05.456Z 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-f121f02ed5faeeb4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b576fb4359c55029.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-927988d922450c53.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`
81832024-12-21T06:00:06.325Z
81842024-12-21T06:00:06.325Zrunning 0 tests
81852024-12-21T06:00:06.325Z
81862024-12-21T06:00:06.325Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81872024-12-21T06:00:06.326Z
81882024-12-21T06:00:06.357Z Doc-tests installinator_common
81892024-12-21T06:00:06.360Z 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-68af6d123b4a873b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b576fb4359c55029.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-29117e4ff36dab03.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-927988d922450c53.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81902024-12-21T06:00:06.797Z
81912024-12-21T06:00:06.797Zrunning 0 tests
81922024-12-21T06:00:06.797Z
81932024-12-21T06:00:06.797Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81942024-12-21T06:00:06.797Z
81952024-12-21T06:00:06.816Z Doc-tests internal_dns_resolver
81962024-12-21T06:00:06.823Z 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-e64f7e2b500096cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ab09a08bacbe0c6d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-0d2d3306cbdb84dd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
81972024-12-21T06:00:07.106Z
81982024-12-21T06:00:07.106Zrunning 0 tests
81992024-12-21T06:00:07.106Z
82002024-12-21T06:00:07.106Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82012024-12-21T06:00:07.106Z
82022024-12-21T06:00:07.128Z Doc-tests internal_dns_types
82032024-12-21T06:00:07.131Z 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-f57edb2dbf2c7efb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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`
82042024-12-21T06:00:07.462Z
82052024-12-21T06:00:07.462Zrunning 0 tests
82062024-12-21T06:00:07.462Z
82072024-12-21T06:00:07.462Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82082024-12-21T06:00:07.462Z
82092024-12-21T06:00:07.485Z Doc-tests ipcc
82102024-12-21T06:00:07.487Z 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-19981866211c8586.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-87de8c2baddad56e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
82112024-12-21T06:00:07.763Z
82122024-12-21T06:00:07.763Zrunning 0 tests
82132024-12-21T06:00:07.763Z
82142024-12-21T06:00:07.763Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82152024-12-21T06:00:07.763Z
82162024-12-21T06:00:07.784Z Doc-tests key_manager
82172024-12-21T06:00:07.788Z 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-f22ef5dca7ee1f75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
82182024-12-21T06:00:08.058Z
82192024-12-21T06:00:08.058Zrunning 0 tests
82202024-12-21T06:00:08.058Z
82212024-12-21T06:00:08.058Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82222024-12-21T06:00:08.058Z
82232024-12-21T06:00:08.080Z Doc-tests live_tests_macros
82242024-12-21T06:00:08.084Z 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-82fc8cb385e9feab.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
82252024-12-21T06:00:08.161Z
82262024-12-21T06:00:08.161Zrunning 1 test
82272024-12-21T06:00:08.164Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
82282024-12-21T06:00:08.164Z
82292024-12-21T06:00:08.164Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
82302024-12-21T06:00:08.164Z
82312024-12-21T06:00:08.171Z Doc-tests nexus_auth
82322024-12-21T06:00:08.174Z 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-46a3d32c51dec031.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-6eca4f3a0eb9b80f.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-c04b25a03779d15e.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-8dbfb48d2cd0706d.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-112b0b9cff079c1e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fac101c0554a7556.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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`
82332024-12-21T06:00:09.549Z
82342024-12-21T06:00:09.549Zrunning 0 tests
82352024-12-21T06:00:09.549Z
82362024-12-21T06:00:09.549Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82372024-12-21T06:00:09.550Z
82382024-12-21T06:00:09.587Z Doc-tests nexus_client
82392024-12-21T06:00:09.590Z 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-d9925e0caaa00922.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.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-a490f18610e88b20.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
82402024-12-21T06:00:11.743Z
82412024-12-21T06:00:11.743Zrunning 0 tests
82422024-12-21T06:00:11.743Z
82432024-12-21T06:00:11.743Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82442024-12-21T06:00:11.743Z
82452024-12-21T06:00:11.793Z Doc-tests nexus_config
82462024-12-21T06:00:11.796Z 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-6eca4f3a0eb9b80f.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-d98136267d62182a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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`
82472024-12-21T06:00:12.374Z
82482024-12-21T06:00:12.374Zrunning 0 tests
82492024-12-21T06:00:12.374Z
82502024-12-21T06:00:12.377Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82512024-12-21T06:00:12.377Z
82522024-12-21T06:00:12.404Z Doc-tests nexus_db_fixed_data
82532024-12-21T06:00:12.406Z 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-112b0b9cff079c1e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fac101c0554a7556.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
82542024-12-21T06:00:12.953Z
82552024-12-21T06:00:12.953Zrunning 0 tests
82562024-12-21T06:00:12.953Z
82572024-12-21T06:00:12.953Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82582024-12-21T06:00:12.953Z
82592024-12-21T06:00:12.979Z Doc-tests nexus_db_model
82602024-12-21T06:00:12.982Z 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-7896ae3d89904734.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4bc27e918f9d04d8.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-d98136267d62182a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fac101c0554a7556.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-12b7d33f0d9eca33.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-35c25a8679a25f61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.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-a490f18610e88b20.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-926d89abaa7dd350.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`
82612024-12-21T06:00:26.169Z
82622024-12-21T06:00:26.169Zrunning 2 tests
82632024-12-21T06:00:28.931Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
82642024-12-21T06:01:07.640Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
82652024-12-21T06:01:07.641Z
82662024-12-21T06:01:07.641Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 41.47s
82672024-12-21T06:01:07.641Z
82682024-12-21T06:01:07.855Z Doc-tests nexus_db_queries
82692024-12-21T06:01:07.859Z 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-7896ae3d89904734.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-4bc27e918f9d04d8.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-6eca4f3a0eb9b80f.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-68fb8859bb578bab.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-808354205babba9b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-8dbfb48d2cd0706d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d98136267d62182a.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-112b0b9cff079c1e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fac101c0554a7556.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f331c12d2753e176.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3b18d36a7248a007.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-faf583781c8f8865.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-342df1d6e444a810.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7526f62f13a75a05.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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-98a47526f972db19.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-0d2d3306cbdb84dd.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-926d89abaa7dd350.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`
82702024-12-21T06:01:10.631Z
82712024-12-21T06:01:10.631Zrunning 1 test
82722024-12-21T06:01:13.864Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 222) ... ok
82732024-12-21T06:01:13.864Z
82742024-12-21T06:01:13.864Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.23s
82752024-12-21T06:01:13.864Z
82762024-12-21T06:01:13.952Z Doc-tests nexus_defaults
82772024-12-21T06:01:13.955Z 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-12b7d33f0d9eca33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
82782024-12-21T06:01:14.200Z
82792024-12-21T06:01:14.200Zrunning 0 tests
82802024-12-21T06:01:14.200Z
82812024-12-21T06:01:14.200Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82822024-12-21T06:01:14.200Z
82832024-12-21T06:01:14.220Z Doc-tests nexus_external_api
82842024-12-21T06:01:14.223Z 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-6eca4f3a0eb9b80f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c81b8ef6ec5b321d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c04b25a03779d15e.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-c6f8662d168605b0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-892ba247bb8b47b2.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-e353fc7eedd59b27.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aba871c08d7db8fe.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-402139c3211c4ddc.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82852024-12-21T06:01:14.817Z
82862024-12-21T06:01:14.817Zrunning 2 tests
82872024-12-21T06:01:14.820Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 74) ... ignored
82882024-12-21T06:01:14.820Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 80) ... ignored
82892024-12-21T06:01:14.820Z
82902024-12-21T06:01:14.820Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
82912024-12-21T06:01:14.821Z
82922024-12-21T06:01:14.849Z Doc-tests nexus_internal_api
82932024-12-21T06:01:14.852Z 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-6eca4f3a0eb9b80f.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f37751a83f0bda8a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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`
82942024-12-21T06:01:15.319Z
82952024-12-21T06:01:15.319Zrunning 2 tests
82962024-12-21T06:01:15.323Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 59) ... ignored
82972024-12-21T06:01:15.323Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 65) ... ignored
82982024-12-21T06:01:15.324Z
82992024-12-21T06:01:15.324Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
83002024-12-21T06:01:15.324Z
83012024-12-21T06:01:15.348Z Doc-tests nexus_inventory
83022024-12-21T06:01:15.351Z 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-c7bf20c51aacb9cf.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975af684cdecc414.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7896ae3d89904734.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-68fb8859bb578bab.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-473146fd9cb1bced.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3b18d36a7248a007.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7526f62f13a75a05.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-a490f18610e88b20.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a2e05c7d531f1f8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-926d89abaa7dd350.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-3ec73210bed5998a.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`
83032024-12-21T06:01:15.772Z
83042024-12-21T06:01:15.772Zrunning 0 tests
83052024-12-21T06:01:15.772Z
83062024-12-21T06:01:15.772Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83072024-12-21T06:01:15.772Z
83082024-12-21T06:01:15.798Z Doc-tests nexus_macros_common
83092024-12-21T06:01:15.801Z 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-848438f8d488e4d5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
83102024-12-21T06:01:15.879Z
83112024-12-21T06:01:15.879Zrunning 0 tests
83122024-12-21T06:01:15.879Z
83132024-12-21T06:01:15.879Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83142024-12-21T06:01:15.879Z
83152024-12-21T06:01:15.888Z Doc-tests nexus_metrics_producer_gc
83162024-12-21T06:01:15.891Z 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-7f117a3826c4fb32.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-fac101c0554a7556.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f331c12d2753e176.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bcb95903f0528af5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-342df1d6e444a810.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98684eafebb4920e.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`
83172024-12-21T06:01:16.378Z
83182024-12-21T06:01:16.378Zrunning 0 tests
83192024-12-21T06:01:16.378Z
83202024-12-21T06:01:16.379Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83212024-12-21T06:01:16.379Z
83222024-12-21T06:01:16.411Z Doc-tests nexus_networking
83232024-12-21T06:01:16.415Z 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-f331c12d2753e176.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-36a795873673b00e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926d89abaa7dd350.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`
83242024-12-21T06:01:16.944Z
83252024-12-21T06:01:16.944Zrunning 0 tests
83262024-12-21T06:01:16.944Z
83272024-12-21T06:01:16.944Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83282024-12-21T06:01:16.944Z
83292024-12-21T06:01:16.980Z Doc-tests nexus_reconfigurator_blippy
83302024-12-21T06:01:16.982Z 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-8d0c74a4256524e4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-faf583781c8f8865.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83312024-12-21T06:01:17.361Z
83322024-12-21T06:01:17.361Zrunning 0 tests
83332024-12-21T06:01:17.361Z
83342024-12-21T06:01:17.361Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83352024-12-21T06:01:17.362Z
83362024-12-21T06:01:17.387Z Doc-tests nexus_reconfigurator_execution
83372024-12-21T06:01:17.390Z 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-c7bf20c51aacb9cf.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975af684cdecc414.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a02fc52ccc56f3d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7896ae3d89904734.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80182b04b3f58e39.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-7f117a3826c4fb32.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-d98136267d62182a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fac101c0554a7556.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f331c12d2753e176.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3b18d36a7248a007.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-36a795873673b00e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-280ccc83e6e17d58.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-faf583781c8f8865.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5710243bd265f9ed.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-342df1d6e444a810.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-506bc50198d9df84.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-612d3c7c94aa61d4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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-a3efbbfe3f63cf4a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926d89abaa7dd350.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-927988d922450c53.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`
83382024-12-21T06:01:17.943Z
83392024-12-21T06:01:17.943Zrunning 0 tests
83402024-12-21T06:01:17.943Z
83412024-12-21T06:01:17.943Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83422024-12-21T06:01:17.943Z
83432024-12-21T06:01:17.978Z Doc-tests nexus_reconfigurator_planning
83442024-12-21T06:01:17.981Z 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-7896ae3d89904734.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-68fb8859bb578bab.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.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-d077a0664ca4e58e.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-d98136267d62182a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3b18d36a7248a007.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-8d0c74a4256524e4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-faf583781c8f8865.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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-926d89abaa7dd350.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-3ec73210bed5998a.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`
83452024-12-21T06:01:18.555Z
83462024-12-21T06:01:18.555Zrunning 0 tests
83472024-12-21T06:01:18.555Z
83482024-12-21T06:01:18.555Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83492024-12-21T06:01:18.555Z
83502024-12-21T06:01:18.586Z Doc-tests nexus_reconfigurator_preparation
83512024-12-21T06:01:18.589Z 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-fac101c0554a7556.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f331c12d2753e176.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5710243bd265f9ed.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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`
83522024-12-21T06:01:19.063Z
83532024-12-21T06:01:19.063Zrunning 0 tests
83542024-12-21T06:01:19.063Z
83552024-12-21T06:01:19.063Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83562024-12-21T06:01:19.063Z
83572024-12-21T06:01:19.097Z Doc-tests nexus_reconfigurator_simulation
83582024-12-21T06:01:19.100Z 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-3b18d36a7248a007.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-faf583781c8f8865.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-6dca343f5b5af03c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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-3ec73210bed5998a.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`
83592024-12-21T06:01:19.518Z
83602024-12-21T06:01:19.519Zrunning 0 tests
83612024-12-21T06:01:19.519Z
83622024-12-21T06:01:19.519Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83632024-12-21T06:01:19.519Z
83642024-12-21T06:01:19.546Z Doc-tests nexus_saga_recovery
83652024-12-21T06:01:19.549Z 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-8dbfb48d2cd0706d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fac101c0554a7556.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f331c12d2753e176.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-17d9b38fed0dbf40.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-342df1d6e444a810.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-506bc50198d9df84.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
83662024-12-21T06:01:19.974Z
83672024-12-21T06:01:19.974Zrunning 0 tests
83682024-12-21T06:01:19.974Z
83692024-12-21T06:01:19.974Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83702024-12-21T06:01:19.974Z
83712024-12-21T06:01:20.002Z Doc-tests nexus_sled_agent_shared
83722024-12-21T06:01:20.005Z 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-68af6d123b4a873b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.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-a490f18610e88b20.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-bfccc901727dd97b.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`
83732024-12-21T06:01:20.453Z
83742024-12-21T06:01:20.453Zrunning 0 tests
83752024-12-21T06:01:20.453Z
83762024-12-21T06:01:20.453Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83772024-12-21T06:01:20.453Z
83782024-12-21T06:01:20.480Z Doc-tests nexus_test_interface
83792024-12-21T06:01:20.483Z 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-d98136267d62182a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-01d0ff445153c7e8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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`
83802024-12-21T06:01:20.838Z
83812024-12-21T06:01:20.838Zrunning 0 tests
83822024-12-21T06:01:20.839Z
83832024-12-21T06:01:20.839Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83842024-12-21T06:01:20.839Z
83852024-12-21T06:01:20.864Z Doc-tests nexus_test_utils
83862024-12-21T06:01:20.867Z 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-f8ae9941868d4c71.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e64f7e2b500096cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ab09a08bacbe0c6d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-473146fd9cb1bced.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-c04b25a03779d15e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9925e0caaa00922.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d98136267d62182a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f331c12d2753e176.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-01d0ff445153c7e8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-342df1d6e444a810.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7526f62f13a75a05.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98a47526f972db19.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-903ae4bf0005ca34.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c722f7c91456f616.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-926d89abaa7dd350.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`
83872024-12-21T06:01:21.994Z
83882024-12-21T06:01:21.994Zrunning 0 tests
83892024-12-21T06:01:21.994Z
83902024-12-21T06:01:21.994Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83912024-12-21T06:01:21.994Z
83922024-12-21T06:01:22.033Z Doc-tests nexus_test_utils_macros
83932024-12-21T06:01:22.036Z 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-506bc50198d9df84.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
83942024-12-21T06:01:22.117Z
83952024-12-21T06:01:22.117Zrunning 1 test
83962024-12-21T06:01:22.120Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 43) ... ignored
83972024-12-21T06:01:22.120Z
83982024-12-21T06:01:22.120Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
83992024-12-21T06:01:22.120Z
84002024-12-21T06:01:22.127Z Doc-tests nexus_types
84012024-12-21T06:01:22.130Z 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-64ecfc8491fd61b7.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-7896ae3d89904734.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-6eca4f3a0eb9b80f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6961bb14eaa0b2c9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-68fb8859bb578bab.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-68af6d123b4a873b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-93d5cdaf8a01dc12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.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-a490f18610e88b20.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-402139c3211c4ddc.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-927988d922450c53.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`
84022024-12-21T06:01:25.253Z
84032024-12-21T06:01:25.253Zrunning 0 tests
84042024-12-21T06:01:25.253Z
84052024-12-21T06:01:25.253Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84062024-12-21T06:01:25.253Z
84072024-12-21T06:01:25.326Z Doc-tests omicron_certificates
84082024-12-21T06:01:25.329Z 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-35c25a8679a25f61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
84092024-12-21T06:01:25.636Z
84102024-12-21T06:01:25.636Zrunning 0 tests
84112024-12-21T06:01:25.636Z
84122024-12-21T06:01:25.636Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84132024-12-21T06:01:25.636Z
84142024-12-21T06:01:25.658Z Doc-tests omicron_clickhouse_admin
84152024-12-21T06:01:25.660Z 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-b27c4b4b61d9897d.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-8596e9bd1058d924.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-7896ae3d89904734.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-88fe053d78e80848.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68af6d123b4a873b.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-4ecf50eda5f688a6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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-5dbf0f21cb633ead.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8b2dd72d9435e404.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`
84162024-12-21T06:01:26.135Z
84172024-12-21T06:01:26.135Zrunning 0 tests
84182024-12-21T06:01:26.135Z
84192024-12-21T06:01:26.135Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84202024-12-21T06:01:26.135Z
84212024-12-21T06:01:26.167Z Doc-tests omicron_cockroach_admin
84222024-12-21T06:01:26.171Z 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-55aebc6ba1129be3.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-2cc07f0687b5bbbd.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-48927a5eea74ccb0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68af6d123b4a873b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-342df1d6e444a810.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-c67ad37e4cfd16a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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`
84232024-12-21T06:01:26.517Z
84242024-12-21T06:01:26.517Zrunning 0 tests
84252024-12-21T06:01:26.517Z
84262024-12-21T06:01:26.517Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84272024-12-21T06:01:26.517Z
84282024-12-21T06:01:26.542Z Doc-tests omicron_common
84292024-12-21T06:01:26.544Z 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-64ecfc8491fd61b7.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-6eca4f3a0eb9b80f.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-fd052eb01683533c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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-2f414554c74956b6.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-a3efbbfe3f63cf4a.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`
84302024-12-21T06:01:28.619Z
84312024-12-21T06:01:28.619Zrunning 2 tests
84322024-12-21T06:01:28.622Ztest common/src/lib.rs - FileKv (line 40) ... ignored
84332024-12-21T06:01:33.728Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 612) ... ok
84342024-12-21T06:01:33.728Z
84352024-12-21T06:01:33.728Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.11s
84362024-12-21T06:01:33.728Z
84372024-12-21T06:01:33.785Z Doc-tests omicron_ddm_admin_client
84382024-12-21T06:01:33.788Z 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-b9f0321636493f49.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-682f0202de4cb9c8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74e34b6cf635cb45.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-2f414554c74956b6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-bfccc901727dd97b.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`
84392024-12-21T06:01:34.108Z
84402024-12-21T06:01:34.108Zrunning 0 tests
84412024-12-21T06:01:34.108Z
84422024-12-21T06:01:34.108Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84432024-12-21T06:01:34.108Z
84442024-12-21T06:01:34.132Z Doc-tests omicron_dev_lib
84452024-12-21T06:01:34.135Z 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-4c1a2eec1c69f177.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
84462024-12-21T06:01:34.392Z
84472024-12-21T06:01:34.392Zrunning 0 tests
84482024-12-21T06:01:34.392Z
84492024-12-21T06:01:34.392Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84502024-12-21T06:01:34.392Z
84512024-12-21T06:01:34.413Z Doc-tests omicron_gateway
84522024-12-21T06:01:34.416Z 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-6eca4f3a0eb9b80f.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-e3350350d4f8dbee.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-473146fd9cb1bced.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-58eda97bf2a167b0.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-c04b25a03779d15e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-19981866211c8586.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d2eb36b121436aa7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4fac8a596e09fa80.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98a47526f972db19.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-38b22fdeb167d221.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c722f7c91456f616.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-262e0e9d98db4b16.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`
84532024-12-21T06:01:35.192Z
84542024-12-21T06:01:35.192Zrunning 0 tests
84552024-12-21T06:01:35.192Z
84562024-12-21T06:01:35.192Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84572024-12-21T06:01:35.192Z
84582024-12-21T06:01:35.230Z Doc-tests omicron_ls_apis
84592024-12-21T06:01:35.233Z 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-0b201749d26ff629.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
84602024-12-21T06:01:35.442Z
84612024-12-21T06:01:35.442Zrunning 1 test
84622024-12-21T06:01:35.445Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
84632024-12-21T06:01:35.445Z
84642024-12-21T06:01:35.445Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
84652024-12-21T06:01:35.445Z
84662024-12-21T06:01:35.457Z Doc-tests omicron_nexus
84672024-12-21T06:01:35.462Z 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-c7bf20c51aacb9cf.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975af684cdecc414.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a02fc52ccc56f3d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80182b04b3f58e39.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-f8ae9941868d4c71.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-8b065837dfeb478b.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-37852473e98f2a46.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-e64f7e2b500096cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ab09a08bacbe0c6d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-32b97f94ca5f92d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68fb8859bb578bab.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-473146fd9cb1bced.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-7f117a3826c4fb32.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64e88ed7c372727e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c04b25a03779d15e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-808354205babba9b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-fd052eb01683533c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-8dbfb48d2cd0706d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9925e0caaa00922.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d98136267d62182a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fac101c0554a7556.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f331c12d2753e176.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-12b7d33f0d9eca33.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c6f8662d168605b0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f37751a83f0bda8a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-3b18d36a7248a007.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bcb95903f0528af5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-36a795873673b00e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-280ccc83e6e17d58.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-faf583781c8f8865.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5710243bd265f9ed.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-17d9b38fed0dbf40.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-01d0ff445153c7e8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-342df1d6e444a810.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-506bc50198d9df84.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.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-432805f3f6a70023.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-612d3c7c94aa61d4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7526f62f13a75a05.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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-d9a0b56e2de6d00f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98a47526f972db19.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98684eafebb4920e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-903ae4bf0005ca34.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dbf0f21cb633ead.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-38b22fdeb167d221.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c722f7c91456f616.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-402139c3211c4ddc.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-2f414554c74956b6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d14c6ce2626a92ef.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-0d2d3306cbdb84dd.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-a3efbbfe3f63cf4a.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-926d89abaa7dd350.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-5339df4d4ed0c71d.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-262e0e9d98db4b16.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-5b6de1ecef6f098d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9070262cf0940ec3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac24b9c5e3e4cd00.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8192131e7c6b5d41.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-927988d922450c53.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`
84682024-12-21T06:01:38.441Z
84692024-12-21T06:01:38.441Zrunning 5 tests
84702024-12-21T06:01:38.444Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 237) ... ignored
84712024-12-21T06:01:43.254Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 827) ... ok
84722024-12-21T06:01:43.257Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 805) ... ok
84732024-12-21T06:01:43.261Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 869) ... ok
84742024-12-21T06:01:43.266Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 899) ... ok
84752024-12-21T06:01:43.266Z
84762024-12-21T06:01:43.269Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.83s
84772024-12-21T06:01:43.269Z
84782024-12-21T06:01:43.349Z Doc-tests omicron_package
84792024-12-21T06:01:43.351Z 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-68af6d123b4a873b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-a6230886ca5ec2bd.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-1f1a21d63cb13211.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-3bb3b882b590bc45.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-a3efbbfe3f63cf4a.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-443309117c23728a.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`
84802024-12-21T06:01:43.651Z
84812024-12-21T06:01:43.651Zrunning 0 tests
84822024-12-21T06:01:43.652Z
84832024-12-21T06:01:43.652Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84842024-12-21T06:01:43.652Z
84852024-12-21T06:01:43.668Z Doc-tests omicron_passwords
84862024-12-21T06:01:43.671Z 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-2d61ffb63561856f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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`
84872024-12-21T06:01:43.796Z
84882024-12-21T06:01:43.796Zrunning 0 tests
84892024-12-21T06:01:43.796Z
84902024-12-21T06:01:43.796Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84912024-12-21T06:01:43.796Z
84922024-12-21T06:01:43.808Z Doc-tests omicron_rpaths
84932024-12-21T06:01:43.811Z 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-ac10f37105263f37.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84942024-12-21T06:01:43.886Z
84952024-12-21T06:01:43.886Zrunning 0 tests
84962024-12-21T06:01:43.886Z
84972024-12-21T06:01:43.886Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84982024-12-21T06:01:43.886Z
84992024-12-21T06:01:43.894Z Doc-tests omicron_sled_agent
85002024-12-21T06:01:43.902Z 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-547b35d060fe7940.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5ef3494c46fb64f6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-bb01a1122b033950.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-f8ae9941868d4c71.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-e64f7e2b500096cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-ab09a08bacbe0c6d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-32b97f94ca5f92d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68fb8859bb578bab.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-c04b25a03779d15e.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-d0088618b9519e6d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b576fb4359c55029.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-f22ef5dca7ee1f75.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-fd052eb01683533c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9925e0caaa00922.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d98136267d62182a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-93d5cdaf8a01dc12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74e34b6cf635cb45.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7526f62f13a75a05.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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-98a47526f972db19.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-38b22fdeb167d221.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c722f7c91456f616.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-d14c6ce2626a92ef.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ecd12c166dd75d54.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-bf8630c4b50d67c6.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-c768d69219a60fd8.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-c6db21d26a5ad3b7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-f48ddfa5a006e9ee.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-926d89abaa7dd350.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-5339df4d4ed0c71d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-0cc76be31c6a09fb.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-443309117c23728a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bfccc901727dd97b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-83bbab02996e9a20.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`
85012024-12-21T06:01:45.902Z
85022024-12-21T06:01:45.902Zrunning 0 tests
85032024-12-21T06:01:45.902Z
85042024-12-21T06:01:45.902Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85052024-12-21T06:01:45.902Z
85062024-12-21T06:01:45.963Z Doc-tests omicron_test_utils
85072024-12-21T06:01:45.965Z 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-6eca4f3a0eb9b80f.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-4c75a6d2c8e9c476.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d98136267d62182a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-a3efbbfe3f63cf4a.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`
85082024-12-21T06:01:46.331Z
85092024-12-21T06:01:46.331Zrunning 0 tests
85102024-12-21T06:01:46.331Z
85112024-12-21T06:01:46.331Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85122024-12-21T06:01:46.331Z
85132024-12-21T06:01:46.355Z Doc-tests omicron_uuid_kinds
85142024-12-21T06:01:46.358Z 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`
85152024-12-21T06:01:46.493Z
85162024-12-21T06:01:46.493Zrunning 0 tests
85172024-12-21T06:01:46.493Z
85182024-12-21T06:01:46.493Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85192024-12-21T06:01:46.493Z
85202024-12-21T06:01:46.505Z Doc-tests omicron_workspace_hack
85212024-12-21T06:01:46.508Z 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-ffe0db52143bc46d.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-c04b25a03779d15e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-0c8f4a16fb9f4301.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-b3af187c6f309615.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-a490f18610e88b20.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-0d2d3306cbdb84dd.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-a3efbbfe3f63cf4a.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`
85222024-12-21T06:01:46.577Z
85232024-12-21T06:01:46.577Zrunning 0 tests
85242024-12-21T06:01:46.577Z
85252024-12-21T06:01:46.577Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85262024-12-21T06:01:46.577Z
85272024-12-21T06:01:46.585Z Doc-tests openapi_manager
85282024-12-21T06:01:46.588Z 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-5ef3494c46fb64f6.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-b27c4b4b61d9897d.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-55aebc6ba1129be3.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-bca834b2f13fa7b7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-e3350350d4f8dbee.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-6507dc16b1e313f4.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c6f8662d168605b0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-f37751a83f0bda8a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-1cfbd58cc8d73e6f.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-892ba247bb8b47b2.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-da9a1cda76cb4532.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c768d69219a60fd8.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-f48ddfa5a006e9ee.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-6f3527a366abd16e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85292024-12-21T06:01:47.085Z
85302024-12-21T06:01:47.085Zrunning 0 tests
85312024-12-21T06:01:47.085Z
85322024-12-21T06:01:47.085Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85332024-12-21T06:01:47.085Z
85342024-12-21T06:01:47.112Z Doc-tests openapi_manager_types
85352024-12-21T06:01:47.115Z 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-a490f18610e88b20.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-892ba247bb8b47b2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85362024-12-21T06:01:47.192Z
85372024-12-21T06:01:47.192Zrunning 0 tests
85382024-12-21T06:01:47.192Z
85392024-12-21T06:01:47.192Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85402024-12-21T06:01:47.192Z
85412024-12-21T06:01:47.201Z Doc-tests oxide_client
85422024-12-21T06:01:47.204Z 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-c04b25a03779d15e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d9a0b56e2de6d00f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.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-a3efbbfe3f63cf4a.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`
85432024-12-21T06:01:52.597Z
85442024-12-21T06:01:52.597Zrunning 209 tests
85452024-12-21T06:01:52.600Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
85462024-12-21T06:01:52.600Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
85472024-12-21T06:01:52.600Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
85482024-12-21T06:01:52.600Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
85492024-12-21T06:01:52.600Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
85502024-12-21T06:01:52.600Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
85512024-12-21T06:01:52.600Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
85522024-12-21T06:01:52.600Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
85532024-12-21T06:01:52.600Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
85542024-12-21T06:01:52.600Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
85552024-12-21T06:01:52.600Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
85562024-12-21T06:01:52.600Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
85572024-12-21T06:01:52.600Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
85582024-12-21T06:01:52.601Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
85592024-12-21T06:01:52.601Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
85602024-12-21T06:01:52.601Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
85612024-12-21T06:01:52.601Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
85622024-12-21T06:01:52.601Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
85632024-12-21T06:01:52.601Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
85642024-12-21T06:01:52.601Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
85652024-12-21T06:01:52.601Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
85662024-12-21T06:01:52.601Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
85672024-12-21T06:01:52.601Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
85682024-12-21T06:01:52.601Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
85692024-12-21T06:01:52.602Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::timeseries_query (line 27) ... ignored
85702024-12-21T06:01:52.602Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
85712024-12-21T06:01:52.602Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
85722024-12-21T06:01:52.602Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
85732024-12-21T06:01:52.602Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
85742024-12-21T06:01:52.602Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
85752024-12-21T06:01:52.602Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
85762024-12-21T06:01:52.602Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
85772024-12-21T06:01:52.602Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
85782024-12-21T06:01:52.602Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
85792024-12-21T06:01:52.602Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
85802024-12-21T06:01:52.602Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
85812024-12-21T06:01:52.602Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
85822024-12-21T06:01:52.602Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
85832024-12-21T06:01:52.602Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
85842024-12-21T06:01:52.602Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
85852024-12-21T06:01:52.602Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
85862024-12-21T06:01:52.602Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
85872024-12-21T06:01:52.602Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
85882024-12-21T06:01:52.602Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
85892024-12-21T06:01:52.602Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
85902024-12-21T06:01:52.602Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
85912024-12-21T06:01:52.602Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
85922024-12-21T06:01:52.602Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
85932024-12-21T06:01:52.602Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
85942024-12-21T06:01:52.602Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
85952024-12-21T06:01:52.602Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
85962024-12-21T06:01:52.602Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 26) ... ignored
85972024-12-21T06:01:52.602Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
85982024-12-21T06:01:52.602Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
85992024-12-21T06:01:52.606Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
86002024-12-21T06:01:52.607Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
86012024-12-21T06:01:52.607Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
86022024-12-21T06:01:52.607Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
86032024-12-21T06:01:52.607Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
86042024-12-21T06:01:52.607Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
86052024-12-21T06:01:52.607Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
86062024-12-21T06:01:52.607Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
86072024-12-21T06:01:52.607Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
86082024-12-21T06:01:52.607Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
86092024-12-21T06:01:52.607Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
86102024-12-21T06:01:52.607Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
86112024-12-21T06:01:52.607Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
86122024-12-21T06:01:52.607Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
86132024-12-21T06:01:52.607Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
86142024-12-21T06:01:52.607Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
86152024-12-21T06:01:52.607Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
86162024-12-21T06:01:52.607Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
86172024-12-21T06:01:52.607Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
86182024-12-21T06:01:52.607Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
86192024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
86202024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
86212024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 26) ... ignored
86222024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
86232024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 26) ... ignored
86242024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
86252024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
86262024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
86272024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
86282024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
86292024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
86302024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
86312024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
86322024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
86332024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
86342024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
86352024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
86362024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
86372024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored
86382024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
86392024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
86402024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
86412024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
86422024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
86432024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
86442024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
86452024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
86462024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
86472024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
86482024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
86492024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
86502024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
86512024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 22) ... ignored
86522024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 24) ... ignored
86532024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 26) ... ignored
86542024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 27) ... ignored
86552024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 28) ... ignored
86562024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 25) ... ignored
86572024-12-21T06:01:52.608Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 24) ... ignored
86582024-12-21T06:01:52.609Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 27) ... ignored
86592024-12-21T06:01:52.609Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 22) ... ignored
86602024-12-21T06:01:52.609Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 22) ... ignored
86612024-12-21T06:01:52.609Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 27) ... ignored
86622024-12-21T06:01:52.609Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 27) ... ignored
86632024-12-21T06:01:52.609Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 24) ... ignored
86642024-12-21T06:01:52.609Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 24) ... ignored
86652024-12-21T06:01:52.609Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 25) ... ignored
86662024-12-21T06:01:52.609Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 24) ... ignored
86672024-12-21T06:01:52.609Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 24) ... ignored
86682024-12-21T06:01:52.609Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
86692024-12-21T06:01:52.610Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 24) ... ignored
86702024-12-21T06:01:52.610Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 25) ... ignored
86712024-12-21T06:01:52.610Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
86722024-12-21T06:01:52.610Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
86732024-12-21T06:01:52.610Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
86742024-12-21T06:01:52.610Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
86752024-12-21T06:01:52.610Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored
86762024-12-21T06:01:52.610Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored
86772024-12-21T06:01:52.610Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
86782024-12-21T06:01:52.610Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
86792024-12-21T06:01:52.610Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
86802024-12-21T06:01:52.610Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
86812024-12-21T06:01:52.610Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 26) ... ignored
86822024-12-21T06:01:52.610Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 24) ... ignored
86832024-12-21T06:01:52.610Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 24) ... ignored
86842024-12-21T06:01:52.611Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
86852024-12-21T06:01:52.611Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
86862024-12-21T06:01:52.611Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 26) ... ignored
86872024-12-21T06:01:52.611Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 22) ... ignored
86882024-12-21T06:01:52.611Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
86892024-12-21T06:01:52.611Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
86902024-12-21T06:01:52.611Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
86912024-12-21T06:01:52.611Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
86922024-12-21T06:01:52.611Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
86932024-12-21T06:01:52.611Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
86942024-12-21T06:01:52.611Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
86952024-12-21T06:01:52.611Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
86962024-12-21T06:01:52.611Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
86972024-12-21T06:01:52.611Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
86982024-12-21T06:01:52.612Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
86992024-12-21T06:01:52.615Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
87002024-12-21T06:01:52.615Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
87012024-12-21T06:01:52.615Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
87022024-12-21T06:01:52.615Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
87032024-12-21T06:01:52.615Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
87042024-12-21T06:01:52.615Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
87052024-12-21T06:01:52.615Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
87062024-12-21T06:01:52.615Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
87072024-12-21T06:01:52.615Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
87082024-12-21T06:01:52.615Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
87092024-12-21T06:01:52.615Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
87102024-12-21T06:01:52.615Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
87112024-12-21T06:01:52.615Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
87122024-12-21T06:01:52.615Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
87132024-12-21T06:01:52.615Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
87142024-12-21T06:01:52.615Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
87152024-12-21T06:01:52.615Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
87162024-12-21T06:01:52.616Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
87172024-12-21T06:01:52.616Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
87182024-12-21T06:01:52.616Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
87192024-12-21T06:01:52.616Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
87202024-12-21T06:01:52.616Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
87212024-12-21T06:01:52.616Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 26) ... ignored
87222024-12-21T06:01:52.616Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 27) ... ignored
87232024-12-21T06:01:52.616Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 27) ... ignored
87242024-12-21T06:01:52.616Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 28) ... ignored
87252024-12-21T06:01:52.616Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 29) ... ignored
87262024-12-21T06:01:52.616Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 27) ... ignored
87272024-12-21T06:01:52.616Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 28) ... ignored
87282024-12-21T06:01:52.616Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 29) ... ignored
87292024-12-21T06:01:52.616Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 28) ... ignored
87302024-12-21T06:01:52.616Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 26) ... ignored
87312024-12-21T06:01:52.616Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
87322024-12-21T06:01:52.616Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
87332024-12-21T06:01:52.616Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 32) ... ignored
87342024-12-21T06:01:52.616Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
87352024-12-21T06:01:52.616Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
87362024-12-21T06:01:52.616Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
87372024-12-21T06:01:52.616Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
87382024-12-21T06:01:52.616Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
87392024-12-21T06:01:52.616Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
87402024-12-21T06:01:52.616Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
87412024-12-21T06:01:52.616Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
87422024-12-21T06:01:52.616Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
87432024-12-21T06:01:52.616Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
87442024-12-21T06:01:52.616Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
87452024-12-21T06:01:52.616Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
87462024-12-21T06:01:52.616Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
87472024-12-21T06:01:52.616Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
87482024-12-21T06:01:52.617Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
87492024-12-21T06:01:52.617Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
87502024-12-21T06:01:52.617Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
87512024-12-21T06:01:52.617Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
87522024-12-21T06:01:52.617Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
87532024-12-21T06:01:52.617Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
87542024-12-21T06:01:52.617Z
87552024-12-21T06:01:52.617Ztest result: ok. 0 passed; 0 failed; 209 ignored; 0 measured; 0 filtered out; finished in 0.01s
87562024-12-21T06:01:52.617Z
87572024-12-21T06:01:52.699Z Doc-tests oximeter
87582024-12-21T06:01:52.702Z 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-a490f18610e88b20.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98a47526f972db19.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-2f27dc23ea7c5c96.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-8c0631776d5246e7.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-94075ae572c67795.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aba871c08d7db8fe.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`
87592024-12-21T06:01:52.982Z
87602024-12-21T06:01:52.982Zrunning 2 tests
87612024-12-21T06:01:52.986Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
87622024-12-21T06:01:54.198Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
87632024-12-21T06:01:54.198Z
87642024-12-21T06:01:54.198Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.22s
87652024-12-21T06:01:54.199Z
87662024-12-21T06:01:54.227Z Doc-tests oximeter_api
87672024-12-21T06:01:54.230Z 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-6eca4f3a0eb9b80f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-da9a1cda76cb4532.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`
87682024-12-21T06:01:54.544Z
87692024-12-21T06:01:54.544Zrunning 2 tests
87702024-12-21T06:01:54.547Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 25) ... ignored
87712024-12-21T06:01:54.547Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 31) ... ignored
87722024-12-21T06:01:54.547Z
87732024-12-21T06:01:54.547Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
87742024-12-21T06:01:54.547Z
87752024-12-21T06:01:54.567Z Doc-tests oximeter_client
87762024-12-21T06:01:54.570Z 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-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98684eafebb4920e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
87772024-12-21T06:01:54.948Z
87782024-12-21T06:01:54.949Zrunning 0 tests
87792024-12-21T06:01:54.949Z
87802024-12-21T06:01:54.949Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87812024-12-21T06:01:54.949Z
87822024-12-21T06:01:54.972Z Doc-tests oximeter_collector
87832024-12-21T06:01:54.975Z 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-6eca4f3a0eb9b80f.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-b3f197ddeaa1d556.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9925e0caaa00922.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4305008c2107521c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-98a47526f972db19.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-da9a1cda76cb4532.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98684eafebb4920e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-903ae4bf0005ca34.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dbf0f21cb633ead.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-0d2d3306cbdb84dd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41bf9abf24590c70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
87842024-12-21T06:01:55.590Z
87852024-12-21T06:01:55.590Zrunning 0 tests
87862024-12-21T06:01:55.590Z
87872024-12-21T06:01:55.590Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87882024-12-21T06:01:55.590Z
87892024-12-21T06:01:55.627Z Doc-tests oximeter_db
87902024-12-21T06:01:55.630Z 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-6eca4f3a0eb9b80f.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-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98a47526f972db19.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dbf0f21cb633ead.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8b2dd72d9435e404.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-402139c3211c4ddc.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-0d2d3306cbdb84dd.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-a3efbbfe3f63cf4a.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`
87912024-12-21T06:01:56.685Z
87922024-12-21T06:01:56.685Zrunning 1 test
87932024-12-21T06:01:56.688Ztest oximeter/db/src/oxql/ast/table_ops/filter.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 115) ... ignored
87942024-12-21T06:01:56.688Z
87952024-12-21T06:01:56.688Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
87962024-12-21T06:01:56.688Z
87972024-12-21T06:01:56.729Z Doc-tests oximeter_instruments
87982024-12-21T06:01:56.732Z 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-6eca4f3a0eb9b80f.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-c04b25a03779d15e.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-a490f18610e88b20.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98a47526f972db19.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-38b22fdeb167d221.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`
87992024-12-21T06:01:57.174Z
88002024-12-21T06:01:57.174Zrunning 0 tests
88012024-12-21T06:01:57.174Z
88022024-12-21T06:01:57.174Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88032024-12-21T06:01:57.174Z
88042024-12-21T06:01:57.204Z Doc-tests oximeter_macro_impl
88052024-12-21T06:01:57.207Z 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-a490f18610e88b20.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-2f27dc23ea7c5c96.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`
88062024-12-21T06:01:57.301Z
88072024-12-21T06:01:57.301Zrunning 0 tests
88082024-12-21T06:01:57.301Z
88092024-12-21T06:01:57.301Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88102024-12-21T06:01:57.301Z
88112024-12-21T06:01:57.310Z Doc-tests oximeter_producer
88122024-12-21T06:01:57.313Z 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-6eca4f3a0eb9b80f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9925e0caaa00922.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98a47526f972db19.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c722f7c91456f616.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`
88132024-12-21T06:01:57.744Z
88142024-12-21T06:01:57.744Zrunning 0 tests
88152024-12-21T06:01:57.744Z
88162024-12-21T06:01:57.744Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88172024-12-21T06:01:57.744Z
88182024-12-21T06:01:57.776Z Doc-tests oximeter_schema
88192024-12-21T06:01:57.780Z 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-a490f18610e88b20.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-8c0631776d5246e7.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aba871c08d7db8fe.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`
88202024-12-21T06:01:58.116Z
88212024-12-21T06:01:58.116Zrunning 0 tests
88222024-12-21T06:01:58.116Z
88232024-12-21T06:01:58.116Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88242024-12-21T06:01:58.116Z
88252024-12-21T06:01:58.141Z Doc-tests oximeter_test_utils
88262024-12-21T06:01:58.143Z 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-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5dbf0f21cb633ead.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-2f27dc23ea7c5c96.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-8b2dd72d9435e404.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aba871c08d7db8fe.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`
88272024-12-21T06:01:58.507Z
88282024-12-21T06:01:58.507Zrunning 0 tests
88292024-12-21T06:01:58.507Z
88302024-12-21T06:01:58.508Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88312024-12-21T06:01:58.508Z
88322024-12-21T06:01:58.537Z Doc-tests oximeter_timeseries_macro
88332024-12-21T06:01:58.540Z 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-a490f18610e88b20.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-dca52a702fc4db5c.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-94075ae572c67795.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-054e1e1d87149764.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`
88342024-12-21T06:01:58.788Z
88352024-12-21T06:01:58.788Zrunning 0 tests
88362024-12-21T06:01:58.788Z
88372024-12-21T06:01:58.788Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88382024-12-21T06:01:58.788Z
88392024-12-21T06:01:58.809Z Doc-tests oximeter_types
88402024-12-21T06:01:58.811Z 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-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-2f27dc23ea7c5c96.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aba871c08d7db8fe.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`
88412024-12-21T06:01:59.490Z
88422024-12-21T06:01:59.490Zrunning 11 tests
88432024-12-21T06:02:00.142Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
88442024-12-21T06:02:07.889Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
88452024-12-21T06:02:07.962Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
88462024-12-21T06:02:08.000Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
88472024-12-21T06:02:08.035Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
88482024-12-21T06:02:08.268Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
88492024-12-21T06:02:08.374Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
88502024-12-21T06:02:08.474Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
88512024-12-21T06:02:11.473Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 924) ... ok
88522024-12-21T06:02:11.557Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
88532024-12-21T06:02:13.563Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
88542024-12-21T06:02:13.563Z
88552024-12-21T06:02:13.566Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 14.07s
88562024-12-21T06:02:13.566Z
88572024-12-21T06:02:13.598Z Doc-tests oxlog
88582024-12-21T06:02:13.601Z 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-a490f18610e88b20.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-08a18d594ed6e2f8.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`
88592024-12-21T06:02:13.686Z
88602024-12-21T06:02:13.686Zrunning 0 tests
88612024-12-21T06:02:13.686Z
88622024-12-21T06:02:13.686Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88632024-12-21T06:02:13.686Z
88642024-12-21T06:02:13.695Z Doc-tests oxql_types
88652024-12-21T06:02:13.699Z 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-a490f18610e88b20.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-aba871c08d7db8fe.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-402139c3211c4ddc.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`
88662024-12-21T06:02:14.071Z
88672024-12-21T06:02:14.071Zrunning 0 tests
88682024-12-21T06:02:14.071Z
88692024-12-21T06:02:14.071Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88702024-12-21T06:02:14.071Z
88712024-12-21T06:02:14.096Z Doc-tests range_requests
88722024-12-21T06:02:14.099Z 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-6eca4f3a0eb9b80f.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-c04b25a03779d15e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d670407408d91317.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-bf8630c4b50d67c6.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`
88732024-12-21T06:02:14.277Z
88742024-12-21T06:02:14.277Zrunning 0 tests
88752024-12-21T06:02:14.277Z
88762024-12-21T06:02:14.277Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88772024-12-21T06:02:14.277Z
88782024-12-21T06:02:14.291Z Doc-tests repo_depot_api
88792024-12-21T06:02:14.294Z 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-6eca4f3a0eb9b80f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c768d69219a60fd8.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`
88802024-12-21T06:02:14.557Z
88812024-12-21T06:02:14.557Zrunning 2 tests
88822024-12-21T06:02:14.559Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 19) ... ignored
88832024-12-21T06:02:14.559Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 25) ... ignored
88842024-12-21T06:02:14.559Z
88852024-12-21T06:02:14.560Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
88862024-12-21T06:02:14.560Z
88872024-12-21T06:02:14.579Z Doc-tests repo_depot_client
88882024-12-21T06:02:14.581Z 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-a490f18610e88b20.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-c6db21d26a5ad3b7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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`
88892024-12-21T06:02:14.790Z
88902024-12-21T06:02:14.790Zrunning 0 tests
88912024-12-21T06:02:14.790Z
88922024-12-21T06:02:14.790Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88932024-12-21T06:02:14.790Z
88942024-12-21T06:02:14.807Z Doc-tests sled_agent_api
88952024-12-21T06:02:14.810Z 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-6eca4f3a0eb9b80f.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-93d5cdaf8a01dc12.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.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-f48ddfa5a006e9ee.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-5339df4d4ed0c71d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bfccc901727dd97b.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`
88962024-12-21T06:02:15.303Z
88972024-12-21T06:02:15.303Zrunning 2 tests
88982024-12-21T06:02:15.306Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 68) ... ignored
88992024-12-21T06:02:15.306Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 74) ... ignored
89002024-12-21T06:02:15.306Z
89012024-12-21T06:02:15.306Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
89022024-12-21T06:02:15.306Z
89032024-12-21T06:02:15.331Z Doc-tests sled_agent_client
89042024-12-21T06:02:15.334Z 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-93d5cdaf8a01dc12.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d14c6ce2626a92ef.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-926d89abaa7dd350.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`
89052024-12-21T06:02:17.165Z
89062024-12-21T06:02:17.165Zrunning 0 tests
89072024-12-21T06:02:17.165Z
89082024-12-21T06:02:17.166Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89092024-12-21T06:02:17.166Z
89102024-12-21T06:02:17.211Z Doc-tests sled_agent_types
89112024-12-21T06:02:17.214Z 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-547b35d060fe7940.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-93d5cdaf8a01dc12.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-a1bcfc7107867e4f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-d14c6ce2626a92ef.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-5339df4d4ed0c71d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bfccc901727dd97b.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`
89122024-12-21T06:02:18.046Z
89132024-12-21T06:02:18.046Zrunning 0 tests
89142024-12-21T06:02:18.046Z
89152024-12-21T06:02:18.046Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89162024-12-21T06:02:18.046Z
89172024-12-21T06:02:18.082Z Doc-tests sled_diagnostics
89182024-12-21T06:02:18.085Z 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-a490f18610e88b20.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-0cc76be31c6a09fb.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`
89192024-12-21T06:02:18.199Z
89202024-12-21T06:02:18.199Zrunning 0 tests
89212024-12-21T06:02:18.199Z
89222024-12-21T06:02:18.199Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89232024-12-21T06:02:18.199Z
89242024-12-21T06:02:18.210Z Doc-tests sled_hardware
89252024-12-21T06:02:18.214Z 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-68af6d123b4a873b.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-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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-443309117c23728a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bfccc901727dd97b.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`
89262024-12-21T06:02:18.649Z
89272024-12-21T06:02:18.649Zrunning 0 tests
89282024-12-21T06:02:18.649Z
89292024-12-21T06:02:18.650Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89302024-12-21T06:02:18.650Z
89312024-12-21T06:02:18.676Z Doc-tests sled_hardware_types
89322024-12-21T06:02:18.683Z 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-68af6d123b4a873b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c70a935ecfdda494.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-bfccc901727dd97b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89332024-12-21T06:02:19.014Z
89342024-12-21T06:02:19.014Zrunning 0 tests
89352024-12-21T06:02:19.014Z
89362024-12-21T06:02:19.014Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89372024-12-21T06:02:19.014Z
89382024-12-21T06:02:19.039Z Doc-tests sled_storage
89392024-12-21T06:02:19.042Z 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-68af6d123b4a873b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f22ef5dca7ee1f75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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-443309117c23728a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-83bbab02996e9a20.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`
89402024-12-21T06:02:19.538Z
89412024-12-21T06:02:19.538Zrunning 0 tests
89422024-12-21T06:02:19.538Z
89432024-12-21T06:02:19.538Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89442024-12-21T06:02:19.538Z
89452024-12-21T06:02:19.567Z Doc-tests sp_sim
89462024-12-21T06:02:19.569Z 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-6eca4f3a0eb9b80f.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-58eda97bf2a167b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-3f5934bdadfdef5e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-262e0e9d98db4b16.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`
89472024-12-21T06:02:20.072Z
89482024-12-21T06:02:20.072Zrunning 0 tests
89492024-12-21T06:02:20.072Z
89502024-12-21T06:02:20.072Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89512024-12-21T06:02:20.072Z
89522024-12-21T06:02:20.100Z Doc-tests tufaceous
89532024-12-21T06:02:20.104Z 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-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-9070262cf0940ec3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac24b9c5e3e4cd00.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89542024-12-21T06:02:20.438Z
89552024-12-21T06:02:20.438Zrunning 0 tests
89562024-12-21T06:02:20.439Z
89572024-12-21T06:02:20.439Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89582024-12-21T06:02:20.439Z
89592024-12-21T06:02:20.462Z Doc-tests tufaceous_lib
89602024-12-21T06:02:20.464Z 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-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-5b6de1ecef6f098d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac24b9c5e3e4cd00.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`
89612024-12-21T06:02:20.952Z
89622024-12-21T06:02:20.952Zrunning 0 tests
89632024-12-21T06:02:20.952Z
89642024-12-21T06:02:20.952Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89652024-12-21T06:02:20.952Z
89662024-12-21T06:02:20.978Z Doc-tests typed_rng
89672024-12-21T06:02:20.981Z 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-a490f18610e88b20.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-3ec73210bed5998a.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`
89682024-12-21T06:02:21.074Z
89692024-12-21T06:02:21.074Zrunning 0 tests
89702024-12-21T06:02:21.074Z
89712024-12-21T06:02:21.074Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89722024-12-21T06:02:21.074Z
89732024-12-21T06:02:21.084Z Doc-tests update_common
89742024-12-21T06:02:21.087Z 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-6eca4f3a0eb9b80f.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-432805f3f6a70023.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-5b6de1ecef6f098d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9070262cf0940ec3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac24b9c5e3e4cd00.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8192131e7c6b5d41.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89752024-12-21T06:02:21.443Z
89762024-12-21T06:02:21.443Zrunning 0 tests
89772024-12-21T06:02:21.444Z
89782024-12-21T06:02:21.444Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89792024-12-21T06:02:21.444Z
89802024-12-21T06:02:21.467Z Doc-tests update_engine
89812024-12-21T06:02:21.470Z 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-29c8458de96bb7a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-927988d922450c53.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`
89822024-12-21T06:02:21.962Z
89832024-12-21T06:02:21.962Zrunning 4 tests
89842024-12-21T06:02:21.964Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
89852024-12-21T06:02:21.965Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
89862024-12-21T06:02:21.965Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
89872024-12-21T06:02:22.741Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
89882024-12-21T06:02:22.742Z
89892024-12-21T06:02:22.742Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.78s
89902024-12-21T06:02:22.742Z
89912024-12-21T06:02:22.760Z Doc-tests wicket
89922024-12-21T06:02:22.763Z 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-432805f3f6a70023.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-a3efbbfe3f63cf4a.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-bfccc901727dd97b.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-927988d922450c53.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9dc71544e0449a54.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8b60fdd34351e1b4.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-93a01762df0480db.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`
89932024-12-21T06:02:23.789Z
89942024-12-21T06:02:23.789Zrunning 0 tests
89952024-12-21T06:02:23.789Z
89962024-12-21T06:02:23.789Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89972024-12-21T06:02:23.789Z
89982024-12-21T06:02:23.827Z Doc-tests wicket_common
89992024-12-21T06:02:23.829Z 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-32b97f94ca5f92d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-68fb8859bb578bab.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-ecfd5b0ec037d853.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-bfccc901727dd97b.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-927988d922450c53.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8b60fdd34351e1b4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90002024-12-21T06:02:24.478Z
90012024-12-21T06:02:24.478Zrunning 0 tests
90022024-12-21T06:02:24.478Z
90032024-12-21T06:02:24.478Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90042024-12-21T06:02:24.478Z
90052024-12-21T06:02:24.509Z Doc-tests wicket_dbg
90062024-12-21T06:02:24.512Z 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-a490f18610e88b20.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-9dc71544e0449a54.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-bfb523ab66e4b278.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90072024-12-21T06:02:24.974Z
90082024-12-21T06:02:24.974Zrunning 0 tests
90092024-12-21T06:02:24.974Z
90102024-12-21T06:02:24.974Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90112024-12-21T06:02:24.974Z
90122024-12-21T06:02:25.002Z Doc-tests wicketd
90132024-12-21T06:02:25.005Z 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-bb01a1122b033950.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-32b97f94ca5f92d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.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-68fb8859bb578bab.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-473146fd9cb1bced.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-c04b25a03779d15e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-caaf8d9fc249c40d.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-6507dc16b1e313f4.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-f121f02ed5faeeb4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b576fb4359c55029.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-d077a0664ca4e58e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-f57edb2dbf2c7efb.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-35c25a8679a25f61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-74e34b6cf635cb45.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-29c8458de96bb7a0.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-a490f18610e88b20.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-a3efbbfe3f63cf4a.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-bfccc901727dd97b.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-5b6de1ecef6f098d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-9070262cf0940ec3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ac24b9c5e3e4cd00.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8192131e7c6b5d41.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-927988d922450c53.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9dc71544e0449a54.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8b60fdd34351e1b4.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f7d14d0f27c78e93.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6f3527a366abd16e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-93a01762df0480db.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90142024-12-21T06:02:25.764Z
90152024-12-21T06:02:25.764Zrunning 0 tests
90162024-12-21T06:02:25.764Z
90172024-12-21T06:02:25.764Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90182024-12-21T06:02:25.764Z
90192024-12-21T06:02:25.798Z Doc-tests wicketd_api
90202024-12-21T06:02:25.800Z 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-bb01a1122b033950.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6eca4f3a0eb9b80f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-68fb8859bb578bab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-2d61ffb63561856f.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-a490f18610e88b20.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-bfccc901727dd97b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8b60fdd34351e1b4.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6f3527a366abd16e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90212024-12-21T06:02:26.269Z
90222024-12-21T06:02:26.270Zrunning 2 tests
90232024-12-21T06:02:26.273Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 51) ... ignored
90242024-12-21T06:02:26.273Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 57) ... ignored
90252024-12-21T06:02:26.273Z
90262024-12-21T06:02:26.273Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
90272024-12-21T06:02:26.273Z
90282024-12-21T06:02:26.298Z Doc-tests wicketd_client
90292024-12-21T06:02:26.301Z 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-b576fb4359c55029.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.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-a490f18610e88b20.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f1292f09f42372c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dba42f888508f696.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-5339df4d4ed0c71d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-bfccc901727dd97b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-25d89424d82fb873.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-927988d922450c53.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dbe622088552c55b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-8b60fdd34351e1b4.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-93a01762df0480db.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90302024-12-21T06:02:27.983Z
90312024-12-21T06:02:27.983Zrunning 0 tests
90322024-12-21T06:02:27.983Z
90332024-12-21T06:02:27.983Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90342024-12-21T06:02:27.983Z
90352024-12-21T06:02:28.124Z Doc-tests xtask_downloader
90362024-12-21T06:02:28.127Z 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-a490f18610e88b20.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a3efbbfe3f63cf4a.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-8f06057869c7b411.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90372024-12-21T06:02:28.232Z
90382024-12-21T06:02:28.232Zrunning 1 test
90392024-12-21T06:02:28.235Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 229) ... ignored
90402024-12-21T06:02:28.235Z
90412024-12-21T06:02:28.235Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
90422024-12-21T06:02:28.235Z
90432024-12-21T06:02:28.248Z Doc-tests zone_setup
90442024-12-21T06:02:28.250Z 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-6eca4f3a0eb9b80f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-68af6d123b4a873b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-432805f3f6a70023.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7526f62f13a75a05.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-a490f18610e88b20.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-bfccc901727dd97b.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-c2a506adf3c422d9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90452024-12-21T06:02:28.560Z
90462024-12-21T06:02:28.560Zrunning 0 tests
90472024-12-21T06:02:28.560Z
90482024-12-21T06:02:28.560Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90492024-12-21T06:02:28.560Z
90502024-12-21T06:02:28.665Z
90512024-12-21T06:02:28.668Zreal 2:41.343626238
90522024-12-21T06:02:28.668Zuser 2:40.711782792
90532024-12-21T06:02:28.668Zsys 57.719668911
90542024-12-21T06:02:28.668Ztrap 0.032850564
90552024-12-21T06:02:28.668Ztflt 1.216685548
90562024-12-21T06:02:28.668Zdflt 10.019227433
90572024-12-21T06:02:28.668Zkflt 0.025729109
90582024-12-21T06:02:28.668Zlock 3:27.609265419
90592024-12-21T06:02:28.668Zslp 18:16.590169547
90602024-12-21T06:02:28.668Zlat 3.760400086
90612024-12-21T06:02:28.668Zstop 8.066619832
90622024-12-21T06:02:28.668Z+ [[ illumos == \i\l\l\u\m\o\s ]]
90632024-12-21T06:02:28.668Z+ banner live-test
90642024-12-21T06:02:28.671Z
90652024-12-21T06:02:28.671Z # # # # ###### ##### ###### #### #####
90662024-12-21T06:02:28.671Z # # # # # # # # #
90672024-12-21T06:02:28.671Z # # # # ##### ##### # ##### #### #
90682024-12-21T06:02:28.671Z # # # # # # # # #
90692024-12-21T06:02:28.671Z # # # # # # # # # #
90702024-12-21T06:02:28.671Z ###### # ## ###### # ###### #### #
90712024-12-21T06:02:28.671Z
90722024-12-21T06:02:28.671Z+ ptime -m cargo xtask live-tests
90732024-12-21T06:02:29.439Z Compiling serde v1.0.215
90742024-12-21T06:02:29.442Z Compiling libc v0.2.162
90752024-12-21T06:02:29.443Z Compiling serde_json v1.0.133
90762024-12-21T06:02:29.443Z Compiling rustix v0.38.37
90772024-12-21T06:02:29.443Z Compiling syn v2.0.87
90782024-12-21T06:02:29.443Z Compiling bitflags v2.6.0
90792024-12-21T06:02:29.960Z Compiling usdt-impl v0.5.0
90802024-12-21T06:02:30.012Z Compiling syn v1.0.109
90812024-12-21T06:02:30.031Z Compiling hashbrown v0.15.1
90822024-12-21T06:02:30.196Z Compiling log v0.4.22
90832024-12-21T06:02:30.222Z Compiling fs-err v2.11.0
90842024-12-21T06:02:30.537Z Compiling once_cell v1.20.2
90852024-12-21T06:02:30.601Z Compiling anyhow v1.0.93
90862024-12-21T06:02:31.132Z Compiling thread-id v4.2.2
90872024-12-21T06:02:31.248Z Compiling indexmap v2.6.0
90882024-12-21T06:02:32.556Z Compiling terminal_size v0.4.0
90892024-12-21T06:02:32.556Z Compiling tempfile v3.13.0
90902024-12-21T06:02:32.707Z Compiling clap_builder v4.5.21
90912024-12-21T06:02:33.279Z Compiling proc-macro-error v1.0.4
90922024-12-21T06:02:34.978Z Compiling tabled_derive v0.7.0
90932024-12-21T06:02:36.765Z Compiling tabled v0.15.0
90942024-12-21T06:02:37.687Z Compiling serde_derive v1.0.215
90952024-12-21T06:02:37.690Z Compiling thiserror-impl v1.0.69
90962024-12-21T06:02:37.690Z Compiling zerocopy-derive v0.7.35
90972024-12-21T06:02:37.690Z Compiling scroll_derive v0.12.0
90982024-12-21T06:02:37.690Z Compiling clap_derive v4.5.18
90992024-12-21T06:02:39.280Z Compiling scroll v0.12.0
91002024-12-21T06:02:39.871Z Compiling goblin v0.8.2
91012024-12-21T06:02:39.914Z Compiling zerocopy v0.7.35
91022024-12-21T06:02:40.403Z Compiling thiserror v1.0.69
91032024-12-21T06:02:40.584Z Compiling pest v2.7.14
91042024-12-21T06:02:41.565Z Compiling clap v4.5.21
91052024-12-21T06:02:42.912Z Compiling pest_meta v2.7.14
91062024-12-21T06:02:43.791Z Compiling pest_generator v2.7.14
91072024-12-21T06:02:45.769Z Compiling pest_derive v2.7.14
91082024-12-21T06:02:46.718Z Compiling dtrace-parser v0.2.0
91092024-12-21T06:02:48.299Z Compiling toml_datetime v0.6.8
91102024-12-21T06:02:48.302Z Compiling serde_spanned v0.6.8
91112024-12-21T06:02:48.303Z Compiling camino v1.1.9
91122024-12-21T06:02:48.303Z Compiling cargo-platform v0.1.8
91132024-12-21T06:02:48.303Z Compiling semver v1.0.23
91142024-12-21T06:02:48.715Z Compiling serde_tokenstream v0.2.2
91152024-12-21T06:02:48.937Z Compiling camino-tempfile v1.1.1
91162024-12-21T06:02:48.940Z Compiling macaddr v1.0.1
91172024-12-21T06:02:49.848Z Compiling dof v0.3.0
91182024-12-21T06:02:49.848Z Compiling cargo_metadata v0.18.1
91192024-12-21T06:02:50.530Z Compiling toml_edit v0.22.22
91202024-12-21T06:02:51.769Z Compiling usdt-macro v0.5.0
91212024-12-21T06:02:51.772Z Compiling usdt-attr-macro v0.5.0
91222024-12-21T06:02:53.010Z Compiling usdt v0.5.0
91232024-12-21T06:02:53.302Z Compiling toml v0.8.19
91242024-12-21T06:02:53.964Z Compiling cargo_toml v0.20.5
91252024-12-21T06:02:57.465Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
91262024-12-21T06:03:01.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.84s
91272024-12-21T06:03:01.660Z Running `target/debug/xtask live-tests`
91282024-12-21T06:03:01.694Zusing temporary directory: /var/tmp/omicron_tmp/.tmpOHkvnF
91292024-12-21T06:03:01.694Zwill create archive file: /var/tmp/omicron_tmp/.tmpOHkvnF/live-tests-archive/omicron-live-tests.tar.zst
91302024-12-21T06:03:01.694Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
91312024-12-21T06:03:01.694Z
91322024-12-21T06:03:01.697Zrunning: /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/.tmpOHkvnF/live-tests-archive/omicron-live-tests.tar.zst"
91332024-12-21T06:03:03.853Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
91342024-12-21T06:03:03.970Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
91352024-12-21T06:03:03.988Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
91362024-12-21T06:03:03.991Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
91372024-12-21T06:03:04.023Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
91382024-12-21T06:03:04.027Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
91392024-12-21T06:03:04.027Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
91402024-12-21T06:03:05.165Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
91412024-12-21T06:03:07.051Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
91422024-12-21T06:03:07.597Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
91432024-12-21T06:03:08.827Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
91442024-12-21T06:03:08.830Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
91452024-12-21T06:03:22.058Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
91462024-12-21T06:03:22.061Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
91472024-12-21T06:03:22.061Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
91482024-12-21T06:03:22.061Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
91492024-12-21T06:03:23.128Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
91502024-12-21T06:04:18.282Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
91512024-12-21T06:04:18.934Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
91522024-12-21T06:04:51.821Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
91532024-12-21T06:04:56.600Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
91542024-12-21T06:05:19.317Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 16s
91552024-12-21T06:05:19.542Zinfo: experimental features enabled: setup-scripts
91562024-12-21T06:05:19.554Z Archiving 1 binary, 1 build script output directory, 3 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpOHkvnF/live-tests-archive/omicron-live-tests.tar.zst
91572024-12-21T06:05:20.021Z Archived 47 files to /var/tmp/omicron_tmp/.tmpOHkvnF/live-tests-archive/omicron-live-tests.tar.zst in 0.47s
91582024-12-21T06:05:20.076Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpOHkvnF/live-tests-archive\""
91592024-12-21T06:05:20.089Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpOHkvnF" "live-tests-archive"
91602024-12-21T06:05:20.166Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
91612024-12-21T06:05:20.167Zcreated:
91622024-12-21T06:05:20.167ZTo use this:
91632024-12-21T06:05:20.167Z
91642024-12-21T06:05:20.167Z1. Copy the tarball to the switch zone in a deployed Omicron system.
91652024-12-21T06:05:20.167Z
91662024-12-21T06:05:20.175Z e.g., scp \
91672024-12-21T06:05:20.176Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
91682024-12-21T06:05:20.176Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
91692024-12-21T06:05:20.176Z
91702024-12-21T06:05:20.176Z2. Copy the `cargo-nextest` binary to the same place.
91712024-12-21T06:05:20.176Z
91722024-12-21T06:05:20.176Z e.g., scp \
91732024-12-21T06:05:20.177Z $(which cargo-nextest) \
91742024-12-21T06:05:20.177Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
91752024-12-21T06:05:20.177Z
91762024-12-21T06:05:20.177Z3. From the switch zone on that system, unpack the tarball with:
91772024-12-21T06:05:20.177Z
91782024-12-21T06:05:20.177Z tar xzf live-tests-archive.tgz
91792024-12-21T06:05:20.177Z
91802024-12-21T06:05:20.177Z4. From the switch zone on that system, run tests with:
91812024-12-21T06:05:20.178Z
91822024-12-21T06:05:20.178Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
91832024-12-21T06:05:20.178Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
91842024-12-21T06:05:20.178Z --workspace-remap live-tests-archive
91852024-12-21T06:05:20.178Z
91862024-12-21T06:05:20.178Z
91872024-12-21T06:05:20.178Zreal 2:51.482222321
91882024-12-21T06:05:20.178Zuser 6:05.074571992
91892024-12-21T06:05:20.179Zsys 1:23.654360812
91902024-12-21T06:05:20.179Ztrap 0.103679198
91912024-12-21T06:05:20.179Ztflt 0.724958017
91922024-12-21T06:05:20.179Zdflt 3.192003379
91932024-12-21T06:05:20.179Zkflt 0.001022899
91942024-12-21T06:05:20.179Zlock 17:28.998115133
91952024-12-21T06:05:20.179Zslp 24:06.090659630
91962024-12-21T06:05:20.179Zlat 5.549046620
91972024-12-21T06:05:20.179Zstop 16.920704901
91982024-12-21T06:05:20.180Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
91992024-12-21T06:05:20.180Z+ unset TMPDIR
92002024-12-21T06:05:20.180Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
92012024-12-21T06:05:20.180Zfiles in /var/tmp/omicron_tmp (none expected on success):
92022024-12-21T06:05:20.180Z+ find /var/tmp/omicron_tmp -ls
92032024-12-21T06:05:20.185Z164718 11 drwxr-xr-x 2 build build 2 Dec 21 06:05 /var/tmp/omicron_tmp
92042024-12-21T06:05:20.185Z+ rmdir /var/tmp/omicron_tmp
92052024-12-21T06:05:21.089Zprocess exited: duration 6244033 ms, exit code 0
 
92062024-12-21T06:05:21.115Zfound 3 output files
92072024-12-21T06:05:21.115Zuploading: /work/crate-build-timings.json (599822 bytes)
92082024-12-21T06:05:22.143Zuploaded: /work/crate-build-timings.json
92092024-12-21T06:05:22.146Zuploading: /work/environment.json (108 bytes)
92102024-12-21T06:05:23.154Zuploaded: /work/environment.json
92112024-12-21T06:05:23.154Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (345309 bytes)
92122024-12-21T06:05:24.182Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml