01JMQN4H4RRFSNHQQTAZQKEJF0: 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: 01JMQN4SMQ2WGAVZT1B4V0T6TR

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-22T20:22:23.799Zjob assigned to worker 01JMQN53BFNZTBTAPVM3QA236B [factory aws, i-06f1c8ba9043df3e2] (queued for 59 s)
 
22025-02-22T20:22:32.042Zstarting task 0: "setup"
32025-02-22T20:22:32.049Z++ uname -s
42025-02-22T20:22:32.051Z+ kern=SunOS
52025-02-22T20:22:32.051Z+ build_user=build
62025-02-22T20:22:32.051Z+ build_uid=12345
72025-02-22T20:22:32.051Z+ work_dir=/work
82025-02-22T20:22:32.051Z+ input_dir=/input
92025-02-22T20:22:32.051Z+ [[ 0 == 12345 ]]
102025-02-22T20:22:32.051Z+ case "$kern" in
112025-02-22T20:22:32.051Z+ groupadd -g 12345 build
122025-02-22T20:22:32.054Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-22T20:22:34.060Z+ zfs create -o mountpoint=/work rpool/work
142025-02-22T20:22:34.172Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-22T20:22:34.175Z+ home_fs=zfs
162025-02-22T20:22:34.175Z+ [[ zfs == autofs ]]
172025-02-22T20:22:34.175Z+ mkdir -p /home/build
182025-02-22T20:22:34.175Z+ chown build:build /home/build /work
192025-02-22T20:22:36.178Z+ chmod 0700 /home/build /work
202025-02-22T20:22:36.181Zprocess exited: duration 4138 ms, exit code 0
 
212025-02-22T20:22:36.187Zstarting task 1: "rust-toolchain"
222025-02-22T20:22:36.191Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-02-22T20:22:36.191Z * rust toolchain channel = "1.85.0"
242025-02-22T20:22:36.192Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-02-22T20:22:36.192Z * rust toolchain profile = "default"
262025-02-22T20:22:36.192Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-22T20:22:36.192Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-22T20:22:36.194Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-22T20:22:36.194Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-02-22T20:22:36.315Zinfo: downloading installer
312025-02-22T20:22:37.424Zwarning: it looks like you have an existing installation of Rust at:
322025-02-22T20:22:37.424Zwarning: /opt/ooce/bin
332025-02-22T20:22:37.424Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-22T20:22:37.424Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-22T20:22:37.424Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-22T20:22:37.424Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-22T20:22:37.424Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-22T20:22:37.424Zerror: cannot install while Rust is installed
392025-02-22T20:22:37.424Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-22T20:22:37.439Zinfo: profile set to 'default'
412025-02-22T20:22:37.439Zinfo: default host triple is x86_64-unknown-illumos
422025-02-22T20:22:37.441Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-02-22T20:22:37.581Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-02-22T20:22:37.581Zinfo: downloading component 'cargo'
452025-02-22T20:22:38.294Zinfo: downloading component 'clippy'
462025-02-22T20:22:38.569Zinfo: downloading component 'rust-docs'
472025-02-22T20:22:39.653Zinfo: downloading component 'rust-std'
482025-02-22T20:22:41.398Zinfo: downloading component 'rustc'
492025-02-22T20:22:46.978Zinfo: downloading component 'rustfmt'
502025-02-22T20:22:47.274Zinfo: installing component 'cargo'
512025-02-22T20:22:48.083Zinfo: installing component 'clippy'
522025-02-22T20:22:48.462Zinfo: installing component 'rust-docs'
532025-02-22T20:22:50.208Zinfo: installing component 'rust-std'
542025-02-22T20:22:52.042Zinfo: installing component 'rustc'
552025-02-22T20:22:57.816Zinfo: installing component 'rustfmt'
562025-02-22T20:22:58.151Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-02-22T20:22:58.151Z
582025-02-22T20:22:58.521Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-02-22T20:22:58.521Z
602025-02-22T20:22:58.523Z
612025-02-22T20:22:58.523ZRust is installed now. Great!
622025-02-22T20:22:58.523Z
632025-02-22T20:22:58.523ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-22T20:22:58.523Zenvironment variable. This has not been done automatically.
652025-02-22T20:22:58.523Z
662025-02-22T20:22:58.523ZTo configure your current shell, you need to source
672025-02-22T20:22:58.523Zthe corresponding env file under $HOME/.cargo.
682025-02-22T20:22:58.523Z
692025-02-22T20:22:58.523ZThis is usually done by running one of the following (note the leading DOT):
702025-02-22T20:22:58.523Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-22T20:22:58.523Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-22T20:22:58.594Z+ rustup --version
732025-02-22T20:22:58.601Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-22T20:22:58.601Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-22T20:22:58.684Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-02-22T20:22:58.686Z+ cargo --version
772025-02-22T20:22:58.742Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-02-22T20:22:58.744Z+ rustc --version
792025-02-22T20:22:58.808Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-02-22T20:22:58.812Zprocess exited: duration 22622 ms, exit code 0
 
812025-02-22T20:22:58.817Zstarting task 2: "authentication"
822025-02-22T20:22:58.837Zprocess exited: duration 20 ms, exit code 0
 
832025-02-22T20:22:58.842Zstarting task 3: "clone repository"
842025-02-22T20:22:58.847Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-22T20:22:58.850Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-22T20:22:58.883ZCloning into '/work/oxidecomputer/omicron'...
872025-02-22T20:23:07.225Z+ cd /work/oxidecomputer/omicron
882025-02-22T20:23:07.229Z+ git fetch origin 7999177b3af7fc9123673b57374e082f135c5e93
892025-02-22T20:23:07.505ZFrom https://github.com/oxidecomputer/omicron
902025-02-22T20:23:07.507Z * branch 7999177b3af7fc9123673b57374e082f135c5e93 -> FETCH_HEAD
912025-02-22T20:23:07.516Z+ [[ -n expunge-and-decommission-disks-in-planner ]]
922025-02-22T20:23:07.518Z++ git branch --show-current
932025-02-22T20:23:07.521Z+ current=main
942025-02-22T20:23:07.521Z+ [[ main != expunge-and-decommission-disks-in-planner ]]
952025-02-22T20:23:07.521Z+ git branch -f expunge-and-decommission-disks-in-planner 7999177b3af7fc9123673b57374e082f135c5e93
962025-02-22T20:23:07.523Z+ git checkout -f expunge-and-decommission-disks-in-planner
972025-02-22T20:23:07.714ZSwitched to branch 'expunge-and-decommission-disks-in-planner'
982025-02-22T20:23:07.716Z+ git reset --hard 7999177b3af7fc9123673b57374e082f135c5e93
992025-02-22T20:23:07.905ZHEAD is now at 7999177b3 Merge branch 'main' into expunge-and-decommission-disks-in-planner
1002025-02-22T20:23:07.909Zprocess exited: duration 9063 ms, exit code 0
 
1012025-02-22T20:23:07.914Zstarting task 4: "build"
1022025-02-22T20:23:07.922Z+ source ./env.sh
1032025-02-22T20:23:07.922Z++ OLD_SHELL_OPTS=ehxB
1042025-02-22T20:23:07.922Z++ set -o xtrace
1052025-02-22T20:23:07.925Z++++ dirname ./env.sh
1062025-02-22T20:23:07.927Z+++ readlink -f .
1072025-02-22T20:23:07.930Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082025-02-22T20:23:07.930Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092025-02-22T20:23:07.930Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102025-02-22T20:23:07.930Z++ 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
1112025-02-22T20:23:07.930Z++ 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
1122025-02-22T20:23:07.930Z++ 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
1132025-02-22T20:23:07.930Z++ 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
1142025-02-22T20:23:07.930Z++ 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
1152025-02-22T20:23:07.930Z++ 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
1162025-02-22T20:23:07.930Z++ case $OLD_SHELL_OPTS in
1172025-02-22T20:23:07.930Z++ unset OLD_SHELL_OPTS OMICRON_WS
1182025-02-22T20:23:07.930Z+ source .github/buildomat/ci-env.sh
1192025-02-22T20:23:07.930Z++ export CARGO_TERM_COLOR=always
1202025-02-22T20:23:07.930Z++ CARGO_TERM_COLOR=always
1212025-02-22T20:23:07.930Z+ target_os=illumos
1222025-02-22T20:23:07.930Z+ NEXTEST_VERSION=0.9.91
1232025-02-22T20:23:07.930Z+ cargo --version
1242025-02-22T20:23:07.981Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1252025-02-22T20:23:07.984Z+ rustc --version
1262025-02-22T20:23:08.046Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1272025-02-22T20:23:08.049Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.91/illumos
1282025-02-22T20:23:08.052Z+ gunzip
1292025-02-22T20:23:08.052Z+ tar -xvf - -C /home/build/.cargo/bin
1302025-02-22T20:23:09.240Zx cargo-nextest, 18384984 bytes, 35909 tape blocks
1312025-02-22T20:23:09.243Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1322025-02-22T20:23:09.243Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1332025-02-22T20:23:09.243Ztests will store ephemeral output in /var/tmp/omicron_tmp
1342025-02-22T20:23:09.243Z+ mkdir /var/tmp/omicron_tmp
1352025-02-22T20:23:09.243Z+ OUTPUT_DIR=/work
1362025-02-22T20:23:09.243Z+ echo 'tests will store non-ephemeral output in /work'
1372025-02-22T20:23:09.243Ztests will store non-ephemeral output in /work
1382025-02-22T20:23:09.243Z+ mkdir -p /work
1392025-02-22T20:23:09.246Z+ banner prerequisites
1402025-02-22T20:23:09.248Z
1412025-02-22T20:23:09.248Z ##### ##### ###### ##### ###### #### # # # #### #
1422025-02-22T20:23:09.248Z # # # # # # # # # # # # # # #
1432025-02-22T20:23:09.248Z # # # # ##### # # ##### # # # # # #### #
1442025-02-22T20:23:09.248Z ##### ##### # ##### # # # # # # # # #
1452025-02-22T20:23:09.249Z # # # # # # # # # # # # # # #
1462025-02-22T20:23:09.249Z # # # ###### # # ###### ### # #### # #### #
1472025-02-22T20:23:09.249Z
1482025-02-22T20:23:09.249Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1492025-02-22T20:23:10.778Zpkg list: illegal option -- F
1502025-02-22T20:23:10.778ZUsage:
1512025-02-22T20:23:10.781Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1522025-02-22T20:23:10.781Z [pkg_fmri_pattern ...]
1532025-02-22T20:23:11.608Zpkg list: illegal option -- F
1542025-02-22T20:23:11.608ZUsage:
1552025-02-22T20:23:11.611Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1562025-02-22T20:23:11.611Z [pkg_fmri_pattern ...]
1572025-02-22T20:23:20.283Z Startup: Refreshing catalog 'helios-dev' ... Done
1582025-02-22T20:23:24.559Z Startup: Caching catalogs ... Done
1592025-02-22T20:23:37.626ZPlanning: Solver setup ... Done (12.143s)
1602025-02-22T20:23:37.780ZPlanning: Running solver ... Done (0.154s)
1612025-02-22T20:23:37.899ZPlanning: Finding local manifests ... Done (0.006s)
1622025-02-22T20:23:37.912ZPlanning: Fetching manifests: 0/7 0% complete
1632025-02-22T20:23:38.560ZPlanning: Fetching manifests: 7/7 100% complete
1642025-02-22T20:23:38.668ZPlanning: Package planning ... Done (0.108s)
1652025-02-22T20:23:38.724ZPlanning: Merging actions ... Done (0.056s)
1662025-02-22T20:23:38.913ZPlanning: Checking for conflicting actions ... Done (0.189s)
1672025-02-22T20:23:40.858ZPlanning: Consolidating action changes ... Done (1.944s)
1682025-02-22T20:23:41.275ZPlanning: Evaluating mediators ... Done (0.415s)
1692025-02-22T20:23:41.352ZPlanning: Planning completed in 16.70 seconds
1702025-02-22T20:23:41.368Z Packages to install: 4
1712025-02-22T20:23:41.368Z Packages to update: 3
1722025-02-22T20:23:41.370Z Mediators to change: 2
1732025-02-22T20:23:41.370Z Services to change: 1
1742025-02-22T20:23:41.370Z Estimated space available: 155.60 GB
1752025-02-22T20:23:41.370ZEstimated space to be consumed: 1.66 GB
1762025-02-22T20:23:41.371Z Create boot environment: No
1772025-02-22T20:23:41.371ZCreate backup boot environment: Yes
1782025-02-22T20:23:41.371Z Rebuild boot archive: No
1792025-02-22T20:23:41.371Z
1802025-02-22T20:23:41.371ZChanged mediators:
1812025-02-22T20:23:41.371Z mediator clang:
1822025-02-22T20:23:41.371Z version: None -> 15 (system default)
1832025-02-22T20:23:41.371Z
1842025-02-22T20:23:41.371Z mediator llvm:
1852025-02-22T20:23:41.371Z version: 14 (system default) -> 15 (system default)
1862025-02-22T20:23:41.371Z
1872025-02-22T20:23:41.371ZChanged packages:
1882025-02-22T20:23:41.371Zhelios-dev
1892025-02-22T20:23:41.371Z developer/build-essential
1902025-02-22T20:23:41.371Z None -> 11-2.0
1912025-02-22T20:23:41.371Z library/libxmlsec1
1922025-02-22T20:23:41.371Z None -> 1.2.35-2.0
1932025-02-22T20:23:41.371Z ooce/developer/clang-15
1942025-02-22T20:23:41.371Z None -> 15.0.7-2.0
1952025-02-22T20:23:41.371Z ooce/developer/llvm-15
1962025-02-22T20:23:41.371Z None -> 15.0.7-2.0
1972025-02-22T20:23:41.371Z package/pkg
1982025-02-22T20:23:41.371Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1992025-02-22T20:23:41.371Z system/library/g++-runtime
2002025-02-22T20:23:41.371Z 13-2.0 -> 14-2.0
2012025-02-22T20:23:41.371Z system/library/gcc-runtime
2022025-02-22T20:23:41.371Z 13-2.0 -> 14-2.0
2032025-02-22T20:23:41.371Z
2042025-02-22T20:23:41.371ZServices:
2052025-02-22T20:23:41.371Z restart_fmri:
2062025-02-22T20:23:41.371Z svc:/system/update-man-index:default
2072025-02-22T20:23:41.371Z
2082025-02-22T20:23:41.371ZEditable files to change:
2092025-02-22T20:23:41.371Z Update:
2102025-02-22T20:23:41.371Z usr/share/lib/pkg/web/config.shtml
2112025-02-22T20:23:41.446Z
2122025-02-22T20:23:41.446ZDownload: 0/4301 items 0.0/225.4MB 0% complete
2132025-02-22T20:23:48.479ZDownload: 1198/4301 items 83.5/225.4MB 37% complete (20.4M/s)
2142025-02-22T20:23:53.480ZDownload: 2080/4301 items 117.8/225.4MB 52% complete (9.9M/s)
2152025-02-22T20:24:01.226ZDownload: 2223/4301 items 119.2/225.4MB 52% complete (6.4M/s)
2162025-02-22T20:24:06.226ZDownload: 3158/4301 items 171.9/225.4MB 76% complete (10.4M/s)
2172025-02-22T20:24:14.043ZDownload: 3246/4301 items 203.1/225.4MB 90% complete (13.8M/s)
2182025-02-22T20:24:31.609ZDownload: 3247/4301 items 203.1/225.4MB 90% complete
2192025-02-22T20:24:36.619ZDownload: 3471/4301 items 213.4/225.4MB 94% complete (2.1M/s)
2202025-02-22T20:24:42.451ZDownload: 4205/4301 items 220.6/225.4MB 97% complete (1.9M/s)
2212025-02-22T20:24:45.263ZDownload: Completed 225.42 MB in 63.81 seconds (3.5M/s)
2222025-02-22T20:24:47.323Z Actions: 1/5122 actions (Removing old actions)
2232025-02-22T20:24:47.344Z Actions: 194/5122 actions (Installing new actions)
2242025-02-22T20:24:52.000Z Actions: 4267/5122 actions (Updating modified actions)
2252025-02-22T20:24:52.344Z Actions: Completed 5122 actions in 5.02 seconds.
2262025-02-22T20:24:52.574Z Done (0.222s)
2272025-02-22T20:24:52.577Z Done (0.001s)
2282025-02-22T20:24:53.178Z Done (0.602s)
2292025-02-22T20:24:57.622Z Done (4.223s)
2302025-02-22T20:24:57.714Z Done (0.017s)
2312025-02-22T20:24:57.716Z Done (0.000s)
2322025-02-22T20:24:57.880Z Done (0.000s)
2332025-02-22T20:24:58.580ZPlanning: Evaluating mediator changes ... Done
2342025-02-22T20:24:58.737ZPlanning: Checking for conflicting actions ... Done
2352025-02-22T20:24:58.740ZPlanning: Consolidating action changes ... Done
2362025-02-22T20:24:59.002ZPlanning: Evaluating mediators ... Done
2372025-02-22T20:24:59.005ZPlanning: Planning completed in 0.42 seconds
2382025-02-22T20:24:59.042Z Mediators to change: 2
2392025-02-22T20:24:59.042Z Create boot environment: No
2402025-02-22T20:24:59.045ZCreate backup boot environment: No
2412025-02-22T20:24:59.119Z Done
2422025-02-22T20:24:59.119Z Done
2432025-02-22T20:24:59.556Z Done
2442025-02-22T20:25:03.092Z Done
2452025-02-22T20:25:03.180Z Done
2462025-02-22T20:25:03.183Z Done
2472025-02-22T20:25:03.314Z Done
2482025-02-22T20:25:03.910ZPlanning: Evaluating mediator changes ... Done
2492025-02-22T20:25:03.913ZPlanning: Merging actions ... Done
2502025-02-22T20:25:04.097ZPlanning: Checking for conflicting actions ... Done
2512025-02-22T20:25:04.100ZPlanning: Consolidating action changes ... Done
2522025-02-22T20:25:04.359ZPlanning: Evaluating mediators ... Done
2532025-02-22T20:25:04.412ZPlanning: Planning completed in 0.74 seconds
2542025-02-22T20:25:04.452Z Packages to change: 1
2552025-02-22T20:25:04.452Z Mediators to change: 1
2562025-02-22T20:25:04.452Z Services to change: 1
2572025-02-22T20:25:04.455Z Create boot environment: No
2582025-02-22T20:25:04.455ZCreate backup boot environment: Yes
2592025-02-22T20:25:06.695Z Actions: 1/6 actions (Updating modified actions)
2602025-02-22T20:25:06.697Z Actions: Completed 6 actions in 0.00 seconds.
2612025-02-22T20:25:06.697Z Done
2622025-02-22T20:25:06.697Z Done
2632025-02-22T20:25:06.819Z Done
2642025-02-22T20:25:10.372Z Done
2652025-02-22T20:25:10.460Z Done
2662025-02-22T20:25:10.463Z Done
2672025-02-22T20:25:10.596Z Done
2682025-02-22T20:25:11.019ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2692025-02-22T20:25:11.019Zclang system 15 system
2702025-02-22T20:25:11.019Zcsh system system illumos
2712025-02-22T20:25:11.019Zctags system system illumos
2722025-02-22T20:25:11.020Zgcc vendor 12 vendor
2732025-02-22T20:25:11.020Zgcc system 10 system
2742025-02-22T20:25:11.020Zgcc system 7 system
2752025-02-22T20:25:11.020Zgo system 1.20 system
2762025-02-22T20:25:11.020Zgo system 1.19 system
2772025-02-22T20:25:11.020Zllvm system 15 system
2782025-02-22T20:25:11.020Zllvm system 14 system
2792025-02-22T20:25:11.020Zmariadb system 10.6 system
2802025-02-22T20:25:11.020Zmta vendor vendor dma
2812025-02-22T20:25:11.020Zopenjdk system 17 system
2822025-02-22T20:25:11.020Zopenjdk system 11 system
2832025-02-22T20:25:11.020Zopenjdk system 1.8 system
2842025-02-22T20:25:11.020Zopenssl vendor 3 vendor
2852025-02-22T20:25:11.020Zperl system 5.36 system
2862025-02-22T20:25:11.020Zpostgresql system 15 system
2872025-02-22T20:25:11.020Zpostgresql system 13 system
2882025-02-22T20:25:11.020Zpython vendor 3 vendor
2892025-02-22T20:25:11.020Zpython system 2 system
2902025-02-22T20:25:11.020Zpython3 system 3.11 system
2912025-02-22T20:25:11.020Zruby system 3.0 system
2922025-02-22T20:25:11.020Zwords vendor vendor american-english
2932025-02-22T20:25:11.020Zwords system system australian-english
2942025-02-22T20:25:11.020Zwords system system british-english
2952025-02-22T20:25:11.020Zwords system system canadian-english
2962025-02-22T20:25:11.020Zwords system system french
2972025-02-22T20:25:11.020Zwords system system italian
2982025-02-22T20:25:11.020Zwords system system ngerman
2992025-02-22T20:25:11.020Zwords system system ogerman
3002025-02-22T20:25:11.020Zwords system system spanish
3012025-02-22T20:25:11.346ZPUBLISHER TYPE STATUS P LOCATION
3022025-02-22T20:25:11.346Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
3032025-02-22T20:25:14.359ZFMRI IFO
3042025-02-22T20:25:14.359Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
3052025-02-22T20:25:14.359Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
3062025-02-22T20:25:14.359Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
3072025-02-22T20:25:14.359Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
3082025-02-22T20:25:14.359Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
3092025-02-22T20:25:14.359Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
3102025-02-22T20:25:14.359Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
3112025-02-22T20:25:14.359Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
3122025-02-22T20:25:14.359Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
3132025-02-22T20:25:14.359Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
3142025-02-22T20:25:14.359Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
3152025-02-22T20:25:14.359Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3162025-02-22T20:25:14.359Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3172025-02-22T20:25:14.359Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3182025-02-22T20:25:14.359Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3192025-02-22T20:25:15.127Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3202025-02-22T20:25:15.442Z Updating crates.io index
3212025-02-22T20:25:15.445Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3222025-02-22T20:25:16.005Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3232025-02-22T20:25:16.259Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3242025-02-22T20:25:16.542Z Updating git repository `https://github.com/oxidecomputer/propolis`
3252025-02-22T20:25:17.506Z Updating git repository `https://github.com/oxidecomputer/crucible`
3262025-02-22T20:25:19.258Z Updating git repository `https://github.com/oxidecomputer/opte`
3272025-02-22T20:25:19.970Z Updating git repository `https://github.com/oxidecomputer/falcon`
3282025-02-22T20:25:20.707Z Updating git repository `https://github.com/oxidecomputer/clickward`
3292025-02-22T20:25:20.960Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3302025-02-22T20:25:21.262Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3312025-02-22T20:25:21.812Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3322025-02-22T20:25:22.380Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3332025-02-22T20:25:22.673Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3342025-02-22T20:25:23.024Z Updating git repository `https://github.com/oxidecomputer/tofino`
3352025-02-22T20:25:23.278Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3362025-02-22T20:25:23.564Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3372025-02-22T20:25:23.781Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3382025-02-22T20:25:24.048Z Updating git repository `https://github.com/oxidecomputer/lldp`
3392025-02-22T20:25:24.366Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3402025-02-22T20:25:24.660Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3412025-02-22T20:25:25.022Z Updating git repository `https://github.com/oxidecomputer/ispf`
3422025-02-22T20:25:25.366Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3432025-02-22T20:25:25.591Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3442025-02-22T20:25:26.050Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3452025-02-22T20:25:26.379Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3462025-02-22T20:25:26.731Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3472025-02-22T20:25:27.241Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3482025-02-22T20:25:27.568Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3492025-02-22T20:25:27.865Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3502025-02-22T20:25:28.131Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3512025-02-22T20:25:29.371Z Downloading crates ...
3522025-02-22T20:25:29.441Z Downloaded anstream v0.6.15
3532025-02-22T20:25:29.455Z Downloaded proc-macro-error-attr v1.0.4
3542025-02-22T20:25:29.458Z Downloaded equivalent v1.0.1
3552025-02-22T20:25:29.465Z Downloaded swrite v0.1.0
3562025-02-22T20:25:29.468Z Downloaded scroll_derive v0.12.0
3572025-02-22T20:25:29.473Z Downloaded usdt-attr-macro v0.5.0
3582025-02-22T20:25:29.476Z Downloaded dtrace-parser v0.2.0
3592025-02-22T20:25:29.495Z Downloaded usdt-macro v0.5.0
3602025-02-22T20:25:29.501Z Downloaded pretty-hex v0.4.1
3612025-02-22T20:25:29.503Z Downloaded anstyle-query v1.1.1
3622025-02-22T20:25:29.505Z Downloaded anstyle v1.0.10
3632025-02-22T20:25:29.508Z Downloaded generic-array v0.14.7
3642025-02-22T20:25:29.510Z Downloaded serde_spanned v0.6.8
3652025-02-22T20:25:29.510Z Downloaded heck v0.4.1
3662025-02-22T20:25:29.513Z Downloaded serde_tokenstream v0.2.2
3672025-02-22T20:25:29.513Z Downloaded fs-err v2.11.0
3682025-02-22T20:25:29.515Z Downloaded fnv v1.0.7
3692025-02-22T20:25:29.515Z Downloaded colorchoice v1.0.2
3702025-02-22T20:25:29.518Z Downloaded memmap v0.7.0
3712025-02-22T20:25:29.518Z Downloaded utf8parse v0.2.2
3722025-02-22T20:25:29.521Z Downloaded thiserror-impl v1.0.69
3732025-02-22T20:25:29.521Z Downloaded plain v0.2.3
3742025-02-22T20:25:29.521Z Downloaded pest_generator v2.7.14
3752025-02-22T20:25:29.524Z Downloaded camino-tempfile v1.1.1
3762025-02-22T20:25:29.524Z Downloaded dof v0.3.0
3772025-02-22T20:25:29.526Z Downloaded fastrand v2.1.1
3782025-02-22T20:25:29.526Z Downloaded autocfg v1.4.0
3792025-02-22T20:25:29.529Z Downloaded errno v0.3.9
3802025-02-22T20:25:29.529Z Downloaded cfg-if v1.0.0
3812025-02-22T20:25:29.531Z Downloaded macaddr v1.0.1
3822025-02-22T20:25:29.531Z Downloaded thread-id v4.2.2
3832025-02-22T20:25:29.534Z Downloaded byteorder v1.5.0
3842025-02-22T20:25:29.536Z Downloaded anstyle-parse v0.2.5
3852025-02-22T20:25:29.536Z Downloaded terminal_size v0.4.0
3862025-02-22T20:25:29.539Z Downloaded tabled_derive v0.7.0
3872025-02-22T20:25:29.539Z Downloaded usdt v0.5.0
3882025-02-22T20:25:29.539Z Downloaded cargo-platform v0.1.8
3892025-02-22T20:25:29.541Z Downloaded usdt-impl v0.5.0
3902025-02-22T20:25:29.541Z Downloaded toml_datetime v0.6.8
3912025-02-22T20:25:29.544Z Downloaded bitflags v2.6.0
3922025-02-22T20:25:29.547Z Downloaded unicode-linebreak v0.1.5
3932025-02-22T20:25:29.547Z Downloaded itoa v1.0.11
3942025-02-22T20:25:29.549Z Downloaded clap_lex v0.7.4
3952025-02-22T20:25:29.550Z Downloaded strsim v0.11.1
3962025-02-22T20:25:29.552Z Downloaded is_terminal_polyfill v1.70.1
3972025-02-22T20:25:29.552Z Downloaded crypto-common v0.1.6
3982025-02-22T20:25:29.552Z Downloaded block-buffer v0.10.4
3992025-02-22T20:25:29.556Z Downloaded smawk v0.3.2
4002025-02-22T20:25:29.556Z Downloaded thiserror v1.0.69
4012025-02-22T20:25:29.559Z Downloaded camino v1.1.9
4022025-02-22T20:25:29.561Z Downloaded proc-macro-error v1.0.4
4032025-02-22T20:25:29.564Z Downloaded sha2 v0.10.8
4042025-02-22T20:25:29.567Z Downloaded cpufeatures v0.2.14
4052025-02-22T20:25:29.569Z Downloaded semver v1.0.25
4062025-02-22T20:25:29.571Z Downloaded zerocopy-derive v0.7.35
4072025-02-22T20:25:29.574Z Downloaded digest v0.10.7
4082025-02-22T20:25:29.576Z Downloaded version_check v0.9.5
4092025-02-22T20:25:29.576Z Downloaded tempfile v3.13.0
4102025-02-22T20:25:29.579Z Downloaded proc-macro2 v1.0.92
4112025-02-22T20:25:29.581Z Downloaded cargo_toml v0.20.5
4122025-02-22T20:25:29.584Z Downloaded quote v1.0.38
4132025-02-22T20:25:29.586Z Downloaded clap_derive v4.5.28
4142025-02-22T20:25:29.589Z Downloaded once_cell v1.20.3
4152025-02-22T20:25:29.589Z Downloaded heck v0.5.0
4162025-02-22T20:25:29.591Z Downloaded bytecount v0.6.8
4172025-02-22T20:25:29.594Z Downloaded pest_meta v2.7.14
4182025-02-22T20:25:29.594Z Downloaded anyhow v1.0.96
4192025-02-22T20:25:29.597Z Downloaded textwrap v0.16.1
4202025-02-22T20:25:29.600Z Downloaded scroll v0.12.0
4212025-02-22T20:25:29.602Z Downloaded ryu v1.0.18
4222025-02-22T20:25:29.605Z Downloaded typenum v1.17.0
4232025-02-22T20:25:29.607Z Downloaded unicode-ident v1.0.14
4242025-02-22T20:25:29.610Z Downloaded clap v4.5.30
4252025-02-22T20:25:29.616Z Downloaded ucd-trie v0.1.7
4262025-02-22T20:25:29.618Z Downloaded log v0.4.22
4272025-02-22T20:25:29.621Z Downloaded toml v0.8.19
4282025-02-22T20:25:29.623Z Downloaded papergrid v0.11.0
4292025-02-22T20:25:29.627Z Downloaded serde_derive v1.0.217
4302025-02-22T20:25:29.629Z Downloaded cargo_metadata v0.18.1
4312025-02-22T20:25:29.631Z Downloaded pest_derive v2.7.14
4322025-02-22T20:25:29.634Z Downloaded serde v1.0.217
4332025-02-22T20:25:29.636Z Downloaded indexmap v2.7.1
4342025-02-22T20:25:29.648Z Downloaded toml_edit v0.22.22
4352025-02-22T20:25:29.668Z Downloaded memchr v2.7.4
4362025-02-22T20:25:29.675Z Downloaded pest v2.7.14
4372025-02-22T20:25:29.680Z Downloaded hashbrown v0.15.1
4382025-02-22T20:25:29.697Z Downloaded winnow v0.6.20
4392025-02-22T20:25:29.705Z Downloaded zerocopy v0.7.35
4402025-02-22T20:25:29.719Z Downloaded serde_json v1.0.139
4412025-02-22T20:25:29.725Z Downloaded goblin v0.8.2
4422025-02-22T20:25:29.731Z Downloaded tabled v0.15.0
4432025-02-22T20:25:29.745Z Downloaded unicode-width v0.1.14
4442025-02-22T20:25:29.750Z Downloaded syn v1.0.109
4452025-02-22T20:25:29.759Z Downloaded clap_builder v4.5.30
4462025-02-22T20:25:29.772Z Downloaded syn v2.0.96
4472025-02-22T20:25:29.782Z Downloaded rustix v0.38.37
4482025-02-22T20:25:29.811Z Downloaded libc v0.2.169
4492025-02-22T20:25:30.085Z Compiling proc-macro2 v1.0.92
4502025-02-22T20:25:30.086Z Compiling unicode-ident v1.0.14
4512025-02-22T20:25:30.086Z Compiling serde v1.0.217
4522025-02-22T20:25:30.086Z Compiling version_check v0.9.5
4532025-02-22T20:25:30.088Z Compiling thiserror v1.0.69
4542025-02-22T20:25:30.088Z Compiling memchr v2.7.4
4552025-02-22T20:25:30.088Z Compiling libc v0.2.169
4562025-02-22T20:25:30.088Z Compiling ryu v1.0.18
4572025-02-22T20:25:30.357Z Compiling itoa v1.0.11
4582025-02-22T20:25:30.569Z Compiling ucd-trie v0.1.7
4592025-02-22T20:25:30.641Z Compiling once_cell v1.20.3
4602025-02-22T20:25:30.864Z Compiling byteorder v1.5.0
4612025-02-22T20:25:31.032Z Compiling rustix v0.38.37
4622025-02-22T20:25:31.142Z Compiling serde_json v1.0.139
4632025-02-22T20:25:31.441Z Compiling bitflags v2.6.0
4642025-02-22T20:25:31.506Z Compiling proc-macro-error-attr v1.0.4
4652025-02-22T20:25:31.655Z Compiling usdt-impl v0.5.0
4662025-02-22T20:25:31.683Z Compiling syn v1.0.109
4672025-02-22T20:25:31.840Z Compiling proc-macro-error v1.0.4
4682025-02-22T20:25:31.861Z Compiling log v0.4.22
4692025-02-22T20:25:31.886Z Compiling plain v0.2.3
4702025-02-22T20:25:32.001Z Compiling quote v1.0.38
4712025-02-22T20:25:32.051Z Compiling errno v0.3.9
4722025-02-22T20:25:32.206Z Compiling equivalent v1.0.1
4732025-02-22T20:25:32.290Z Compiling utf8parse v0.2.2
4742025-02-22T20:25:32.313Z Compiling camino v1.1.9
4752025-02-22T20:25:32.334Z Compiling hashbrown v0.15.1
4762025-02-22T20:25:32.428Z Compiling syn v2.0.96
4772025-02-22T20:25:32.458Z Compiling thread-id v4.2.2
4782025-02-22T20:25:32.497Z Compiling anstyle-parse v0.2.5
4792025-02-22T20:25:32.810Z Compiling semver v1.0.25
4802025-02-22T20:25:32.973Z Compiling pretty-hex v0.4.1
4812025-02-22T20:25:33.008Z Compiling autocfg v1.4.0
4822025-02-22T20:25:33.196Z Compiling anstyle v1.0.10
4832025-02-22T20:25:33.316Z Compiling indexmap v2.7.1
4842025-02-22T20:25:33.346Z Compiling winnow v0.6.20
4852025-02-22T20:25:33.397Z Compiling anstyle-query v1.1.1
4862025-02-22T20:25:33.562Z Compiling is_terminal_polyfill v1.70.1
4872025-02-22T20:25:33.606Z Compiling colorchoice v1.0.2
4882025-02-22T20:25:33.707Z Compiling unicode-width v0.1.14
4892025-02-22T20:25:33.789Z Compiling anstream v0.6.15
4902025-02-22T20:25:33.906Z Compiling fs-err v2.11.0
4912025-02-22T20:25:34.229Z Compiling terminal_size v0.4.0
4922025-02-22T20:25:34.450Z Compiling fastrand v2.1.1
4932025-02-22T20:25:34.482Z Compiling strsim v0.11.1
4942025-02-22T20:25:34.504Z Compiling fnv v1.0.7
4952025-02-22T20:25:34.546Z Compiling anyhow v1.0.96
4962025-02-22T20:25:34.736Z Compiling cfg-if v1.0.0
4972025-02-22T20:25:34.844Z Compiling bytecount v0.6.8
4982025-02-22T20:25:34.947Z Compiling heck v0.5.0
4992025-02-22T20:25:35.026Z Compiling clap_lex v0.7.4
5002025-02-22T20:25:35.070Z Compiling heck v0.4.1
5012025-02-22T20:25:35.383Z Compiling clap_builder v4.5.30
5022025-02-22T20:25:35.461Z Compiling papergrid v0.11.0
5032025-02-22T20:25:35.483Z Compiling tempfile v3.13.0
5042025-02-22T20:25:35.725Z Compiling memmap v0.7.0
5052025-02-22T20:25:35.829Z Compiling unicode-linebreak v0.1.5
5062025-02-22T20:25:36.024Z Compiling smawk v0.3.2
5072025-02-22T20:25:36.262Z Compiling textwrap v0.16.1
5082025-02-22T20:25:36.707Z Compiling swrite v0.1.0
5092025-02-22T20:25:37.284Z Compiling tabled_derive v0.7.0
5102025-02-22T20:25:38.530Z Compiling tabled v0.15.0
5112025-02-22T20:25:39.192Z Compiling serde_derive v1.0.217
5122025-02-22T20:25:39.195Z Compiling thiserror-impl v1.0.69
5132025-02-22T20:25:39.195Z Compiling zerocopy-derive v0.7.35
5142025-02-22T20:25:39.195Z Compiling scroll_derive v0.12.0
5152025-02-22T20:25:39.444Z Compiling clap_derive v4.5.28
5162025-02-22T20:25:40.686Z Compiling scroll v0.12.0
5172025-02-22T20:25:41.037Z Compiling zerocopy v0.7.35
5182025-02-22T20:25:41.106Z Compiling goblin v0.8.2
5192025-02-22T20:25:41.619Z Compiling pest v2.7.14
5202025-02-22T20:25:42.637Z Compiling clap v4.5.30
5212025-02-22T20:25:43.773Z Compiling pest_meta v2.7.14
5222025-02-22T20:25:44.664Z Compiling pest_generator v2.7.14
5232025-02-22T20:25:45.886Z Compiling pest_derive v2.7.14
5242025-02-22T20:25:46.616Z Compiling dtrace-parser v0.2.0
5252025-02-22T20:25:47.476Z Compiling serde_spanned v0.6.8
5262025-02-22T20:25:47.476Z Compiling toml_datetime v0.6.8
5272025-02-22T20:25:47.479Z Compiling cargo-platform v0.1.8
5282025-02-22T20:25:47.776Z Compiling serde_tokenstream v0.2.2
5292025-02-22T20:25:47.937Z Compiling toml_edit v0.22.22
5302025-02-22T20:25:47.960Z Compiling macaddr v1.0.1
5312025-02-22T20:25:48.002Z Compiling camino-tempfile v1.1.1
5322025-02-22T20:25:48.827Z Compiling dof v0.3.0
5332025-02-22T20:25:48.827Z Compiling cargo_metadata v0.18.1
5342025-02-22T20:25:50.374Z Compiling usdt-attr-macro v0.5.0
5352025-02-22T20:25:50.377Z Compiling usdt-macro v0.5.0
5362025-02-22T20:25:50.534Z Compiling toml v0.8.19
5372025-02-22T20:25:51.374Z Compiling cargo_toml v0.20.5
5382025-02-22T20:25:51.554Z Compiling usdt v0.5.0
5392025-02-22T20:25:53.878Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5402025-02-22T20:25:56.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.02s
5412025-02-22T20:25:57.167Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5422025-02-22T20:25:57.693Z Downloading crates ...
5432025-02-22T20:25:57.809Z Downloaded atty v0.2.14
5442025-02-22T20:25:57.815Z Downloaded atomicwrites v0.4.4
5452025-02-22T20:25:57.822Z Downloaded adler2 v2.0.0
5462025-02-22T20:25:57.825Z Downloaded headers-core v0.3.0
5472025-02-22T20:25:57.825Z Downloaded async-stream-impl v0.3.6
5482025-02-22T20:25:57.827Z Downloaded assert_matches v1.5.0
5492025-02-22T20:25:57.830Z Downloaded heck v0.3.3
5502025-02-22T20:25:57.830Z Downloaded daft v0.1.1
5512025-02-22T20:25:57.833Z Downloaded heapless v0.8.0
5522025-02-22T20:25:57.838Z Downloaded ident_case v1.0.1
5532025-02-22T20:25:57.841Z Downloaded crunchy v0.2.2
5542025-02-22T20:25:57.841Z Downloaded cfg_aliases v0.2.1
5552025-02-22T20:25:57.843Z Downloaded crucible-workspace-hack v0.1.0
5562025-02-22T20:25:57.846Z Downloaded is_ci v1.2.0
5572025-02-22T20:25:57.849Z Downloaded cfg_aliases v0.1.1
5582025-02-22T20:25:57.849Z Downloaded cstr-argument v0.1.2
5592025-02-22T20:25:57.852Z Downloaded ciborium-io v0.2.2
5602025-02-22T20:25:57.852Z Downloaded md5 v0.7.0
5612025-02-22T20:25:57.855Z Downloaded aead v0.5.2
5622025-02-22T20:25:57.857Z Downloaded block-padding v0.3.3
5632025-02-22T20:25:57.859Z Downloaded http-range v0.1.5
5642025-02-22T20:25:57.859Z Downloaded bitflags v1.3.2
5652025-02-22T20:25:57.862Z Downloaded http-body v1.0.1
5662025-02-22T20:25:57.864Z Downloaded atomic-waker v1.1.2
5672025-02-22T20:25:57.867Z Downloaded hubpack_derive v0.1.1
5682025-02-22T20:25:57.867Z Downloaded bit-set v0.5.3
5692025-02-22T20:25:57.869Z Downloaded instant v0.1.13
5702025-02-22T20:25:57.869Z Downloaded bit-vec v0.6.3
5712025-02-22T20:25:57.872Z Downloaded base16ct v0.2.0
5722025-02-22T20:25:57.874Z Downloaded match_cfg v0.1.0
5732025-02-22T20:25:57.874Z Downloaded indoc v2.0.5
5742025-02-22T20:25:57.877Z Downloaded cipher v0.4.4
5752025-02-22T20:25:57.879Z Downloaded const_format_proc_macros v0.2.34
5762025-02-22T20:25:57.882Z Downloaded cmake v0.1.51
5772025-02-22T20:25:57.884Z Downloaded hex v0.4.3
5782025-02-22T20:25:57.886Z Downloaded crossbeam-deque v0.8.5
5792025-02-22T20:25:57.889Z Downloaded memoffset v0.9.1
5802025-02-22T20:25:57.889Z Downloaded idna_adapter v1.2.0
5812025-02-22T20:25:57.892Z Downloaded linear-map v1.2.0
5822025-02-22T20:25:57.892Z Downloaded crc v3.2.1
5832025-02-22T20:25:57.894Z Downloaded libefi-sys v0.1.0
5842025-02-22T20:25:57.897Z Downloaded hostname v0.3.1
5852025-02-22T20:25:57.899Z Downloaded hyper-tls v0.6.0
5862025-02-22T20:25:57.899Z Downloaded cbc v0.1.2
5872025-02-22T20:25:57.902Z Downloaded lru-cache v0.1.2
5882025-02-22T20:25:57.904Z Downloaded icu_provider_macros v1.5.0
5892025-02-22T20:25:57.904Z Downloaded indent_write v2.2.0
5902025-02-22T20:25:57.907Z Downloaded curve25519-dalek-derive v0.1.1
5912025-02-22T20:25:57.907Z Downloaded ctr v0.9.2
5922025-02-22T20:25:57.909Z Downloaded home v0.5.9
5932025-02-22T20:25:57.912Z Downloaded ahash v0.8.11
5942025-02-22T20:25:57.914Z Downloaded managed v0.8.0
5952025-02-22T20:25:57.917Z Downloaded cobs v0.2.3
5962025-02-22T20:25:57.917Z Downloaded buf-list v1.0.3
5972025-02-22T20:25:57.919Z Downloaded is-terminal v0.4.13
5982025-02-22T20:25:57.919Z Downloaded convert_case v0.4.0
5992025-02-22T20:25:57.922Z Downloaded md-5 v0.10.6
6002025-02-22T20:25:57.924Z Downloaded libsw v3.3.1
6012025-02-22T20:25:57.926Z Downloaded base64ct v1.6.0
6022025-02-22T20:25:57.929Z Downloaded mime v0.3.17
6032025-02-22T20:25:57.931Z Downloaded linked-hash-map v0.5.6
6042025-02-22T20:25:57.931Z Downloaded hubpack v0.1.2
6052025-02-22T20:25:57.934Z Downloaded maybe-uninit v2.0.0
6062025-02-22T20:25:57.934Z Downloaded lazycell v1.3.0
6072025-02-22T20:25:57.936Z Downloaded httpdate v1.0.3
6082025-02-22T20:25:57.936Z Downloaded maplit v1.0.2
6092025-02-22T20:25:57.939Z Downloaded hex-literal v0.4.1
6102025-02-22T20:25:57.939Z Downloaded lru v0.12.5
6112025-02-22T20:25:57.941Z Downloaded internet-checksum v0.2.1
6122025-02-22T20:25:57.941Z Downloaded instability v0.3.2
6132025-02-22T20:25:57.944Z Downloaded litemap v0.7.3
6142025-02-22T20:25:57.946Z Downloaded cookie_store v0.21.1
6152025-02-22T20:25:57.948Z Downloaded ipnet v2.10.1
6162025-02-22T20:25:57.951Z Downloaded icu_locid_transform v1.5.0
6172025-02-22T20:25:57.953Z Downloaded indoc v1.0.9
6182025-02-22T20:25:57.956Z Downloaded addr2line v0.24.2
6192025-02-22T20:25:57.959Z Downloaded lockfree-object-pool v0.1.6
6202025-02-22T20:25:57.961Z Downloaded lazy_static v1.5.0
6212025-02-22T20:25:57.964Z Downloaded progenitor v0.8.0
6222025-02-22T20:25:57.966Z Downloaded take_mut v0.2.2
6232025-02-22T20:25:57.966Z Downloaded sync_wrapper v1.0.1
6242025-02-22T20:25:57.966Z Downloaded memmap2 v0.9.5
6252025-02-22T20:25:57.968Z Downloaded hyper-staticfile v0.10.1
6262025-02-22T20:25:57.971Z Downloaded iana-time-zone v0.1.61
6272025-02-22T20:25:57.973Z Downloaded libloading v0.8.5
6282025-02-22T20:25:57.976Z Downloaded csv-core v0.1.11
6292025-02-22T20:25:57.978Z Downloaded lock_api v0.4.12
6302025-02-22T20:25:57.980Z Downloaded chacha20 v0.9.1
6312025-02-22T20:25:57.983Z Downloaded zerofrom v0.1.4
6322025-02-22T20:25:57.983Z Downloaded write16 v1.0.0
6332025-02-22T20:25:57.985Z Downloaded wait-timeout v0.2.0
6342025-02-22T20:25:57.988Z Downloaded mime_guess v2.0.5
6352025-02-22T20:25:57.990Z Downloaded rustversion v1.0.17
6362025-02-22T20:25:57.993Z Downloaded secrecy v0.8.0
6372025-02-22T20:25:57.993Z Downloaded serde_plain v1.0.2
6382025-02-22T20:25:57.995Z Downloaded slog-bunyan v2.5.0
6392025-02-22T20:25:57.998Z Downloaded sha1 v0.10.6
6402025-02-22T20:25:58.001Z Downloaded hickory-client v0.24.3
6412025-02-22T20:25:58.003Z Downloaded crossbeam-epoch v0.9.18
6422025-02-22T20:25:58.006Z Downloaded crc-any v2.5.0
6432025-02-22T20:25:58.008Z Downloaded num-conv v0.1.0
6442025-02-22T20:25:58.012Z Downloaded crossbeam-utils v0.8.20
6452025-02-22T20:25:58.014Z Downloaded foreign-types-shared v0.3.1
6462025-02-22T20:25:58.014Z Downloaded structmeta-derive v0.3.0
6472025-02-22T20:25:58.017Z Downloaded structmeta-derive v0.2.0
6482025-02-22T20:25:58.017Z Downloaded tap v1.0.1
6492025-02-22T20:25:58.020Z Downloaded stable_deref_trait v1.2.0
6502025-02-22T20:25:58.020Z Downloaded clang-sys v1.8.1
6512025-02-22T20:25:58.023Z Downloaded termcolor v1.4.1
6522025-02-22T20:25:58.025Z Downloaded blowfish v0.9.1
6532025-02-22T20:25:58.025Z Downloaded allocator-api2 v0.2.18
6542025-02-22T20:25:58.029Z Downloaded icu_normalizer_data v1.5.0
6552025-02-22T20:25:58.031Z Downloaded normalize-line-endings v0.3.0
6562025-02-22T20:25:58.034Z Downloaded nodrop v0.1.14
6572025-02-22T20:25:58.034Z Downloaded tls_codec_derive v0.4.1
6582025-02-22T20:25:58.036Z Downloaded proc-macro-error-attr2 v2.0.0
6592025-02-22T20:25:58.039Z Downloaded untrusted v0.9.0
6602025-02-22T20:25:58.039Z Downloaded untrusted v0.7.1
6612025-02-22T20:25:58.042Z Downloaded phf_shared v0.10.0
6622025-02-22T20:25:58.042Z Downloaded daft-derive v0.1.1
6632025-02-22T20:25:58.045Z Downloaded defmt-parser v0.3.4
6642025-02-22T20:25:58.049Z Downloaded serde_with_macros v3.11.0
6652025-02-22T20:25:58.052Z Downloaded icu_locid v1.5.0
6662025-02-22T20:25:58.054Z Downloaded heapless v0.7.17
6672025-02-22T20:25:58.059Z Downloaded dunce v1.0.5
6682025-02-22T20:25:58.062Z Downloaded arc-swap v1.7.1
6692025-02-22T20:25:58.065Z Downloaded num-derive v0.4.2
6702025-02-22T20:25:58.067Z Downloaded num v0.4.3
6712025-02-22T20:25:58.070Z Downloaded form_urlencoded v1.2.1
6722025-02-22T20:25:58.072Z Downloaded pbkdf2 v0.11.0
6732025-02-22T20:25:58.074Z Downloaded term v0.7.0
6742025-02-22T20:25:58.077Z Downloaded bytes v1.9.0
6752025-02-22T20:25:58.081Z Downloaded toolchain_find v0.4.0
6762025-02-22T20:25:58.084Z Downloaded termtree v0.4.1
6772025-02-22T20:25:58.086Z Downloaded tokio-tungstenite v0.23.1
6782025-02-22T20:25:58.088Z Downloaded tinyvec_macros v0.1.1
6792025-02-22T20:25:58.088Z Downloaded yasna v0.5.2
6802025-02-22T20:25:58.091Z Downloaded tokio-tungstenite v0.24.0
6812025-02-22T20:25:58.093Z Downloaded phf_generator v0.11.2
6822025-02-22T20:25:58.096Z Downloaded derive_builder_core v0.20.2
6832025-02-22T20:25:58.099Z Downloaded zone_cfg_derive v0.3.0
6842025-02-22T20:25:58.099Z Downloaded derive_builder v0.20.2
6852025-02-22T20:25:58.103Z Downloaded rtoolbox v0.0.2
6862025-02-22T20:25:58.107Z Downloaded radium v0.7.0
6872025-02-22T20:25:58.110Z Downloaded quick-error v1.2.3
6882025-02-22T20:25:58.110Z Downloaded env_logger v0.10.2
6892025-02-22T20:25:58.112Z Downloaded env_logger v0.11.5
6902025-02-22T20:25:58.115Z Downloaded opaque-debug v0.3.1
6912025-02-22T20:25:58.117Z Downloaded cc v1.1.30
6922025-02-22T20:25:58.121Z Downloaded structmeta v0.2.0
6932025-02-22T20:25:58.123Z Downloaded strip-ansi-escapes v0.2.0
6942025-02-22T20:25:58.125Z Downloaded backtrace v0.3.74
6952025-02-22T20:25:58.129Z Downloaded serde_urlencoded v0.7.1
6962025-02-22T20:25:58.132Z Downloaded newline-converter v0.3.0
6972025-02-22T20:25:58.134Z Downloaded new_debug_unreachable v1.0.6
6982025-02-22T20:25:58.134Z Downloaded rustc-hash v1.1.0
6992025-02-22T20:25:58.137Z Downloaded ssh-encoding v0.2.0
7002025-02-22T20:25:58.139Z Downloaded slog-stdlog v4.1.1
7012025-02-22T20:25:58.139Z Downloaded num-complex v0.4.6
7022025-02-22T20:25:58.141Z Downloaded olpc-cjson v0.1.4
7032025-02-22T20:25:58.144Z Downloaded utf-8 v0.7.6
7042025-02-22T20:25:58.144Z Downloaded topological-sort v0.2.2
7052025-02-22T20:25:58.147Z Downloaded tls_codec v0.4.1
7062025-02-22T20:25:58.149Z Downloaded zone_cfg_derive v0.1.2
7072025-02-22T20:25:58.149Z Downloaded zopfli v0.8.1
7082025-02-22T20:25:58.151Z Downloaded typify-macro v0.3.0
7092025-02-22T20:25:58.154Z Downloaded rpassword v7.3.1
7102025-02-22T20:25:58.154Z Downloaded typify-macro v0.2.0
7112025-02-22T20:25:58.156Z Downloaded icu_collections v1.5.0
7122025-02-22T20:25:58.164Z Downloaded ff v0.13.0
7132025-02-22T20:25:58.166Z Downloaded psl-types v2.0.11
7142025-02-22T20:25:58.166Z Downloaded progenitor-client v0.9.1
7152025-02-22T20:25:58.169Z Downloaded sigpipe v0.1.3
7162025-02-22T20:25:58.169Z Downloaded progenitor-impl v0.9.1
7172025-02-22T20:25:58.171Z Downloaded hash32 v0.3.1
7182025-02-22T20:25:58.174Z Downloaded hash32 v0.2.1
7192025-02-22T20:25:58.176Z Downloaded diesel_table_macro_syntax v0.2.0
7202025-02-22T20:25:58.176Z Downloaded futures-sink v0.3.31
7212025-02-22T20:25:58.179Z Downloaded similar v2.6.0
7222025-02-22T20:25:58.182Z Downloaded publicsuffix v2.3.0
7232025-02-22T20:25:58.185Z Downloaded mio v1.0.2
7242025-02-22T20:25:58.192Z Downloaded waitgroup v0.1.2
7252025-02-22T20:25:58.195Z Downloaded http v1.2.0
7262025-02-22T20:25:58.197Z Downloaded termios v0.3.3
7272025-02-22T20:25:58.200Z Downloaded indicatif v0.17.11
7282025-02-22T20:25:58.204Z Downloaded openssl-probe v0.1.5
7292025-02-22T20:25:58.207Z Downloaded darling_macro v0.20.10
7302025-02-22T20:25:58.207Z Downloaded ppv-lite86 v0.2.20
7312025-02-22T20:25:58.210Z Downloaded pkg-config v0.3.31
7322025-02-22T20:25:58.212Z Downloaded powerfmt v0.2.0
7332025-02-22T20:25:58.213Z Downloaded serde_repr v0.1.19
7342025-02-22T20:25:58.215Z Downloaded futures-core v0.3.31
7352025-02-22T20:25:58.218Z Downloaded simd-adler32 v0.3.7
7362025-02-22T20:25:58.220Z Downloaded signal-hook-registry v1.4.2
7372025-02-22T20:25:58.230Z Downloaded thread_local v1.1.8
7382025-02-22T20:25:58.232Z Downloaded hickory-server v0.24.3
7392025-02-22T20:25:58.238Z Downloaded tokio-native-tls v0.3.1
7402025-02-22T20:25:58.240Z Downloaded pkcs8 v0.10.2
7412025-02-22T20:25:58.243Z Downloaded password-hash v0.5.0
7422025-02-22T20:25:58.245Z Downloaded writeable v0.5.5
7432025-02-22T20:25:58.248Z Downloaded unarray v0.1.4
7442025-02-22T20:25:58.250Z Downloaded itertools v0.10.5
7452025-02-22T20:25:58.256Z Downloaded downcast v0.11.0
7462025-02-22T20:25:58.260Z Downloaded vergen v8.3.2
7472025-02-22T20:25:58.262Z Downloaded derive_builder_macro v0.20.2
7482025-02-22T20:25:58.262Z Downloaded funty v2.0.0
7492025-02-22T20:25:58.265Z Downloaded foldhash v0.1.3
7502025-02-22T20:25:58.265Z Downloaded document-features v0.2.10
7512025-02-22T20:25:58.267Z Downloaded futures-task v0.3.31
7522025-02-22T20:25:58.270Z Downloaded futures-io v0.3.31
7532025-02-22T20:25:58.270Z Downloaded display-error-chain v0.2.2
7542025-02-22T20:25:58.272Z Downloaded value-bag v1.9.0
7552025-02-22T20:25:58.275Z Downloaded futures-executor v0.3.31
7562025-02-22T20:25:58.277Z Downloaded futures v0.3.31
7572025-02-22T20:25:58.281Z Downloaded polyval v0.6.2
7582025-02-22T20:25:58.283Z Downloaded percent-encoding v2.3.1
7592025-02-22T20:25:58.286Z Downloaded signature v2.2.0
7602025-02-22T20:25:58.286Z Downloaded fatfs v0.3.6
7612025-02-22T20:25:58.289Z Downloaded oso-derive v0.27.3
7622025-02-22T20:25:58.291Z Downloaded twox-hash v2.1.0
7632025-02-22T20:25:58.294Z Downloaded newtype-uuid v1.2.1
7642025-02-22T20:25:58.296Z Downloaded rand v0.8.5
7652025-02-22T20:25:58.299Z Downloaded sec1 v0.7.3
7662025-02-22T20:25:58.301Z Downloaded whoami v1.5.2
7672025-02-22T20:25:58.303Z Downloaded russh-cryptovec v0.7.3
7682025-02-22T20:25:58.306Z Downloaded libxml v0.3.3
7692025-02-22T20:25:58.311Z Downloaded predicates-tree v1.0.11
7702025-02-22T20:25:58.313Z Downloaded slog-scope v4.4.0
7712025-02-22T20:25:58.316Z Downloaded slog-json v2.6.1
7722025-02-22T20:25:58.318Z Downloaded unicase v2.7.0
7732025-02-22T20:25:58.318Z Downloaded darling v0.20.10
7742025-02-22T20:25:58.324Z Downloaded deranged v0.3.11
7752025-02-22T20:25:58.326Z Downloaded diesel_derives v2.2.3
7762025-02-22T20:25:58.329Z Downloaded futures-channel v0.3.31
7772025-02-22T20:25:58.332Z Downloaded displaydoc v0.2.5
7782025-02-22T20:25:58.335Z Downloaded flagset v0.4.6
7792025-02-22T20:25:58.337Z Downloaded oxnet v0.1.0
7802025-02-22T20:25:58.340Z Downloaded pem-rfc7468 v0.7.0
7812025-02-22T20:25:58.343Z Downloaded poly1305 v0.8.0
7822025-02-22T20:25:58.345Z Downloaded foreign-types v0.5.0
7832025-02-22T20:25:58.347Z Downloaded nibble_vec v0.1.0
7842025-02-22T20:25:58.350Z Downloaded foreign-types v0.3.2
7852025-02-22T20:25:58.350Z Downloaded openssl-macros v0.1.1
7862025-02-22T20:25:58.350Z Downloaded num-iter v0.1.45
7872025-02-22T20:25:58.352Z Downloaded peg-runtime v0.8.3
7882025-02-22T20:25:58.352Z Downloaded fixedbitset v0.4.2
7892025-02-22T20:25:58.355Z Downloaded filetime v0.2.25
7902025-02-22T20:25:58.357Z Downloaded progenitor v0.9.1
7912025-02-22T20:25:58.357Z Downloaded pin-utils v0.1.0
7922025-02-22T20:25:58.360Z Downloaded fallible-streaming-iterator v0.1.9
7932025-02-22T20:25:58.360Z Downloaded elliptic-curve v0.13.8
7942025-02-22T20:25:58.364Z Downloaded darling_core v0.20.10
7952025-02-22T20:25:58.370Z Downloaded smallvec v1.13.2
7962025-02-22T20:25:58.373Z Downloaded sqlparser_derive v0.2.2
7972025-02-22T20:25:58.375Z Downloaded tiny-keccak v2.0.2
7982025-02-22T20:25:58.378Z Downloaded siphasher v0.3.11
7992025-02-22T20:25:58.380Z Downloaded fs_extra v1.3.0
8002025-02-22T20:25:58.383Z Downloaded tokio-macros v2.5.0
8012025-02-22T20:25:58.383Z Downloaded signal-hook-mio v0.2.4
8022025-02-22T20:25:58.385Z Downloaded der_derive v0.7.3
8032025-02-22T20:25:58.388Z Downloaded time-core v0.1.2
8042025-02-22T20:25:58.388Z Downloaded schemars v0.8.21
8052025-02-22T20:25:58.400Z Downloaded tinystr v0.7.6
8062025-02-22T20:25:58.402Z Downloaded endian-type v0.1.2
8072025-02-22T20:25:58.405Z Downloaded num-bigint v0.4.6
8082025-02-22T20:25:58.409Z Downloaded dyn-clone v1.0.18
8092025-02-22T20:25:58.411Z Downloaded zerocopy-derive v0.8.10
8102025-02-22T20:25:58.417Z Downloaded packed_struct v0.10.1
8112025-02-22T20:25:58.420Z Downloaded idna v1.0.3
8122025-02-22T20:25:58.424Z Downloaded tungstenite v0.23.0
8132025-02-22T20:25:58.427Z Downloaded toml_edit v0.19.15
8142025-02-22T20:25:58.444Z Downloaded foreign-types-shared v0.1.1
8152025-02-22T20:25:58.447Z Downloaded try-lock v0.2.5
8162025-02-22T20:25:58.447Z Downloaded ssh-cipher v0.2.0
8172025-02-22T20:25:58.447Z Downloaded same-file v1.0.6
8182025-02-22T20:25:58.449Z Downloaded proc-macro-crate v1.3.1
8192025-02-22T20:25:58.449Z Downloaded primeorder v0.13.6
8202025-02-22T20:25:58.452Z Downloaded derive-where v1.2.7
8212025-02-22T20:25:58.455Z Downloaded omicron-zone-package v0.12.0
8222025-02-22T20:25:58.458Z Downloaded zip v2.1.3
8232025-02-22T20:25:58.464Z Downloaded tokio-rustls v0.24.1
8242025-02-22T20:25:58.466Z Downloaded group v0.13.0
8252025-02-22T20:25:58.469Z Downloaded utf16_iter v1.0.5
8262025-02-22T20:25:58.469Z Downloaded time-macros v0.2.18
8272025-02-22T20:25:58.472Z Downloaded predicates-core v1.0.8
8282025-02-22T20:25:58.474Z Downloaded utf8_iter v1.0.4
8292025-02-22T20:25:58.476Z Downloaded tungstenite v0.24.0
8302025-02-22T20:25:58.479Z Downloaded tracing v0.1.40
8312025-02-22T20:25:58.483Z Downloaded parse-display v0.10.0
8322025-02-22T20:25:58.485Z Downloaded hkdf v0.12.4
8332025-02-22T20:25:58.488Z Downloaded slog v2.7.0
8342025-02-22T20:25:58.490Z Downloaded packed_struct_codegen v0.10.1
8352025-02-22T20:25:58.493Z Downloaded multer v3.1.0
8362025-02-22T20:25:58.495Z Downloaded serde-big-array v0.5.1
8372025-02-22T20:25:58.499Z Downloaded precomputed-hash v0.1.1
8382025-02-22T20:25:58.499Z Downloaded defmt-macros v0.3.9
8392025-02-22T20:25:58.502Z Downloaded unicode-xid v0.2.6
8402025-02-22T20:25:58.504Z Downloaded signal-hook v0.3.17
8412025-02-22T20:25:58.507Z Downloaded unicode-truncate v1.1.0
8422025-02-22T20:25:58.509Z Downloaded unicode-bidi v0.3.17
8432025-02-22T20:25:58.511Z Downloaded tokio-postgres v0.7.12
8442025-02-22T20:25:58.516Z Downloaded tower-layer v0.3.3
8452025-02-22T20:25:58.518Z Downloaded pbkdf2 v0.12.2
8462025-02-22T20:25:58.521Z Downloaded tokio-rustls v0.26.0
8472025-02-22T20:25:58.521Z Downloaded tokio-rustls v0.25.0
8482025-02-22T20:25:58.523Z Downloaded parse-size v1.1.0
8492025-02-22T20:25:58.526Z Downloaded itertools v0.14.0
8502025-02-22T20:25:58.532Z Downloaded ena v0.14.3
8512025-02-22T20:25:58.535Z Downloaded aws-lc-rs v1.10.0
8522025-02-22T20:25:58.544Z Downloaded num_threads v0.1.7
8532025-02-22T20:25:58.546Z Downloaded tough v0.19.0
8542025-02-22T20:25:58.554Z Downloaded strum v0.26.3
8552025-02-22T20:25:58.557Z Downloaded number_prefix v0.4.0
8562025-02-22T20:25:58.557Z Downloaded rand_chacha v0.3.1
8572025-02-22T20:25:58.559Z Downloaded phf_shared v0.11.2
8582025-02-22T20:25:58.559Z Downloaded des v0.8.1
8592025-02-22T20:25:58.562Z Downloaded thiserror-impl v2.0.11
8602025-02-22T20:25:58.562Z Downloaded semver v0.1.20
8612025-02-22T20:25:58.564Z Downloaded socket2 v0.5.7
8622025-02-22T20:25:58.567Z Downloaded snafu v0.8.5
8632025-02-22T20:25:58.572Z Downloaded foreign-types-macros v0.2.3
8642025-02-22T20:25:58.574Z Downloaded float-ord v0.3.2
8652025-02-22T20:25:58.574Z Downloaded steno v0.4.1
8662025-02-22T20:25:58.578Z Downloaded termtree v0.5.1
8672025-02-22T20:25:58.581Z Downloaded tower-service v0.3.3
8682025-02-22T20:25:58.581Z Downloaded stringprep v0.1.5
8692025-02-22T20:25:58.585Z Downloaded path-slash v0.1.5
8702025-02-22T20:25:58.587Z Downloaded debug-ignore v1.0.5
8712025-02-22T20:25:58.587Z Downloaded zerovec-derive v0.10.3
8722025-02-22T20:25:58.587Z Downloaded defmt v0.3.8
8732025-02-22T20:25:58.590Z Downloaded newtype_derive v0.1.6
8742025-02-22T20:25:58.593Z Downloaded sync-ptr v0.1.1
8752025-02-22T20:25:58.593Z Downloaded peg v0.8.4
8762025-02-22T20:25:58.602Z Downloaded pkcs5 v0.7.1
8772025-02-22T20:25:58.602Z Downloaded yoke-derive v0.7.4
8782025-02-22T20:25:58.602Z Downloaded pem v3.0.4
8792025-02-22T20:25:58.605Z Downloaded parse-display-derive v0.10.0
8802025-02-22T20:25:58.605Z Downloaded postgres-types v0.2.8
8812025-02-22T20:25:58.608Z Downloaded p256 v0.13.2
8822025-02-22T20:25:58.610Z Downloaded want v0.3.1
8832025-02-22T20:25:58.613Z Downloaded enum-as-inner v0.6.1
8842025-02-22T20:25:58.615Z Downloaded salty v0.3.0
8852025-02-22T20:25:58.621Z Downloaded strum_macros v0.24.3
8862025-02-22T20:25:58.623Z Downloaded rustls-pemfile v1.0.4
8872025-02-22T20:25:58.626Z Downloaded hashbrown v0.13.2
8882025-02-22T20:25:58.629Z Downloaded zeroize_derive v1.4.2
8892025-02-22T20:25:58.631Z Downloaded synstructure v0.13.1
8902025-02-22T20:25:58.631Z Downloaded serde-hex v0.1.0
8912025-02-22T20:25:58.634Z Downloaded postgres-protocol v0.6.7
8922025-02-22T20:25:58.636Z Downloaded num_enum v0.5.11
8932025-02-22T20:25:58.639Z Downloaded vte v0.11.1
8942025-02-22T20:25:58.642Z Downloaded rayon v1.10.0
8952025-02-22T20:25:58.652Z Downloaded mockall v0.13.1
8962025-02-22T20:25:58.654Z Downloaded icu_properties_data v1.5.0
8972025-02-22T20:25:58.664Z Downloaded fallible-iterator v0.2.0
8982025-02-22T20:25:58.667Z Downloaded serde_derive_internals v0.29.1
8992025-02-22T20:25:58.667Z Downloaded tracing-attributes v0.1.27
9002025-02-22T20:25:58.670Z Downloaded thiserror v2.0.11
9012025-02-22T20:25:58.675Z Downloaded tracing-core v0.1.32
9022025-02-22T20:25:58.678Z Downloaded ron v0.7.1
9032025-02-22T20:25:58.682Z Downloaded num-rational v0.4.2
9042025-02-22T20:25:58.685Z Downloaded unsafe-libyaml v0.2.11
9052025-02-22T20:25:58.688Z Downloaded p521 v0.13.3
9062025-02-22T20:25:58.692Z Downloaded hashlink v0.9.1
9072025-02-22T20:25:58.694Z Downloaded test-strategy v0.3.1
9082025-02-22T20:25:58.700Z Downloaded yoke v0.7.4
9092025-02-22T20:25:58.703Z Downloaded russh-keys v0.45.0
9102025-02-22T20:25:58.703Z Downloaded fallible-iterator v0.3.0
9112025-02-22T20:25:58.705Z Downloaded chrono v0.4.39
9122025-02-22T20:25:58.711Z Downloaded rustls-pki-types v1.10.0
9132025-02-22T20:25:58.714Z Downloaded subprocess v0.2.9
9142025-02-22T20:25:58.717Z Downloaded ron v0.8.1
9152025-02-22T20:25:58.723Z Downloaded lalrpop v0.19.12
9162025-02-22T20:25:58.735Z Downloaded pin-project v1.1.6
9172025-02-22T20:25:58.747Z Downloaded serde_with v3.11.0
9182025-02-22T20:25:58.755Z Downloaded num-traits v0.2.19
9192025-02-22T20:25:58.757Z Downloaded unicode-segmentation v1.12.0
9202025-02-22T20:25:58.761Z Downloaded expectorate v1.1.0
9212025-02-22T20:25:58.764Z Downloaded russh v0.45.0
9222025-02-22T20:25:58.770Z Downloaded futures-util v0.3.31
9232025-02-22T20:25:58.782Z Downloaded unicode_categories v0.1.1
9242025-02-22T20:25:58.784Z Downloaded winnow v0.5.40
9252025-02-22T20:25:58.794Z Downloaded tower v0.5.2
9262025-02-22T20:25:58.802Z Downloaded portable-atomic v1.9.0
9272025-02-22T20:25:58.809Z Downloaded proptest v1.5.0
9282025-02-22T20:25:58.819Z Downloaded quinn-proto v0.11.8
9292025-02-22T20:25:58.826Z Downloaded rustyline v14.0.0
9302025-02-22T20:25:58.831Z Downloaded hashbrown v0.12.3
9312025-02-22T20:25:58.836Z Downloaded smoltcp v0.9.1
9322025-02-22T20:25:58.846Z Downloaded curve25519-dalek v4.1.3
9332025-02-22T20:25:58.856Z Downloaded rustls-webpki v0.102.8
9342025-02-22T20:25:58.875Z Downloaded sqlparser v0.45.0
9352025-02-22T20:25:58.880Z Downloaded p384 v0.13.0
9362025-02-22T20:25:58.886Z Downloaded vcpkg v0.2.15
9372025-02-22T20:25:58.923Z Downloaded reqwest v0.12.12
9382025-02-22T20:25:58.932Z Downloaded zerovec v0.10.4
9392025-02-22T20:25:58.937Z Downloaded nix v0.27.1
9402025-02-22T20:25:58.949Z Downloaded h2 v0.4.6
9412025-02-22T20:25:58.955Z Downloaded rustls v0.23.19
9422025-02-22T20:25:58.967Z Downloaded rustls-webpki v0.101.7
9432025-02-22T20:25:58.980Z Downloaded tabled v0.18.0
9442025-02-22T20:25:58.998Z Downloaded radix_trie v0.2.1
9452025-02-22T20:25:59.003Z Downloaded nix v0.28.0
9462025-02-22T20:25:59.015Z Downloaded git2 v0.19.0
9472025-02-22T20:25:59.023Z Downloaded bstr v1.10.0
9482025-02-22T20:25:59.034Z Downloaded smoltcp v0.11.0
9492025-02-22T20:25:59.047Z Downloaded regex v1.11.1
9502025-02-22T20:25:59.059Z Downloaded gimli v0.31.1
9512025-02-22T20:25:59.068Z Downloaded nix v0.29.0
9522025-02-22T20:25:59.080Z Downloaded webpki-roots v0.26.6
9532025-02-22T20:25:59.084Z Downloaded dropshot v0.15.1
9542025-02-22T20:25:59.105Z Downloaded regex-syntax v0.6.29
9552025-02-22T20:25:59.113Z Downloaded chrono-tz v0.10.1
9562025-02-22T20:25:59.120Z Downloaded rustls v0.21.12
9572025-02-22T20:25:59.132Z Downloaded openssl v0.10.71
9582025-02-22T20:25:59.142Z Downloaded regress v0.10.1
9592025-02-22T20:25:59.150Z Downloaded regress v0.9.1
9602025-02-22T20:25:59.160Z Downloaded typify-impl v0.2.0
9612025-02-22T20:25:59.175Z Downloaded openapiv3 v2.0.0
9622025-02-22T20:25:59.187Z Downloaded diesel v2.2.7
9632025-02-22T20:25:59.205Z Downloaded typify-impl v0.3.0
9642025-02-22T20:25:59.220Z Downloaded zerocopy-derive v0.6.6
9652025-02-22T20:25:59.230Z Downloaded sled v0.34.7
9662025-02-22T20:25:59.240Z Downloaded ratatui v0.29.0
9672025-02-22T20:25:59.260Z Downloaded object v0.36.5
9682025-02-22T20:25:59.270Z Downloaded bzip2-sys v0.1.11+1.0.8
9692025-02-22T20:25:59.282Z Downloaded lzma-sys v0.1.20
9702025-02-22T20:25:59.310Z Downloaded rustls v0.22.4
9712025-02-22T20:25:59.322Z Downloaded dropshot v0.12.0
9722025-02-22T20:25:59.342Z Downloaded regex-automata v0.4.8
9732025-02-22T20:25:59.357Z Downloaded petgraph v0.6.5
9742025-02-22T20:25:59.373Z Downloaded hickory-proto v0.24.3
9752025-02-22T20:25:59.389Z Downloaded zerocopy v0.8.10
9762025-02-22T20:25:59.410Z Downloaded polar-core v0.27.3
9772025-02-22T20:25:59.418Z Downloaded tokio v1.43.0
9782025-02-22T20:25:59.453Z Downloaded libz-sys v1.1.20
9792025-02-22T20:25:59.473Z Downloaded object v0.30.4
9802025-02-22T20:25:59.482Z Downloaded regex-syntax v0.8.5
9812025-02-22T20:25:59.490Z Downloaded csv v1.3.1
9822025-02-22T20:25:59.509Z Downloaded sha3 v0.10.8
9832025-02-22T20:25:59.514Z Downloaded unicode-width v0.2.0
9842025-02-22T20:25:59.519Z Downloaded petname v2.0.2
9852025-02-22T20:25:59.525Z Downloaded reedline v0.35.0
9862025-02-22T20:25:59.532Z Downloaded bitvec v1.0.1
9872025-02-22T20:25:59.546Z Downloaded time v0.3.36
9882025-02-22T20:25:59.552Z Downloaded hashbrown v0.14.5
9892025-02-22T20:25:59.557Z Downloaded unicode-normalization v0.1.24
9902025-02-22T20:25:59.582Z Downloaded quick-xml v0.33.0
9912025-02-22T20:25:59.585Z Downloaded rustls-pemfile v2.2.0
9922025-02-22T20:25:59.585Z Downloaded zip v0.6.6
9932025-02-22T20:25:59.585Z Downloaded postcard v1.0.10
9942025-02-22T20:25:59.585Z Downloaded rusqlite v0.32.1
9952025-02-22T20:25:59.585Z Downloaded walkdir v2.5.0
9962025-02-22T20:25:59.585Z Downloaded peg-macros v0.8.4
9972025-02-22T20:25:59.585Z Downloaded bindgen v0.69.5
9982025-02-22T20:25:59.591Z Downloaded pkcs1 v0.7.5
9992025-02-22T20:25:59.593Z Downloaded der v0.7.9
10002025-02-22T20:25:59.597Z Downloaded mockall_derive v0.13.1
10012025-02-22T20:25:59.600Z Downloaded env_filter v0.1.2
10022025-02-22T20:25:59.602Z Downloaded rustfmt-wrapper v0.2.1
10032025-02-22T20:25:59.602Z Downloaded qorb v0.2.1
10042025-02-22T20:25:59.605Z Downloaded flume v0.11.1
10052025-02-22T20:25:59.609Z Downloaded which v4.4.2
10062025-02-22T20:25:59.611Z Downloaded spin v0.9.8
10072025-02-22T20:25:59.613Z Downloaded uuid v1.12.0
10082025-02-22T20:25:59.616Z Downloaded unicode-properties v0.1.3
10092025-02-22T20:25:59.618Z Downloaded blake3 v1.5.4
10102025-02-22T20:25:59.625Z Downloaded dirs-sys-next v0.1.2
10112025-02-22T20:25:59.628Z Downloaded native-tls v0.2.12
10122025-02-22T20:25:59.630Z Downloaded tokio-stream v0.1.16
10132025-02-22T20:25:59.633Z Downloaded strum_macros v0.26.4
10142025-02-22T20:25:59.636Z Downloaded parking_lot v0.12.3
10152025-02-22T20:25:59.638Z Downloaded samael v0.0.17
10162025-02-22T20:25:59.641Z Downloaded rcgen v0.12.1
10172025-02-22T20:25:59.644Z Downloaded num_enum_derive v0.5.11
10182025-02-22T20:25:59.646Z Downloaded spki v0.7.3
10192025-02-22T20:25:59.646Z Downloaded proc-macro-error2 v2.0.1
10202025-02-22T20:25:59.649Z Downloaded parking_lot_core v0.9.10
10212025-02-22T20:25:59.652Z Downloaded parking_lot_core v0.8.6
10222025-02-22T20:25:59.654Z Downloaded globset v0.4.15
10232025-02-22T20:25:59.657Z Downloaded embedded-io v0.6.1
10242025-02-22T20:25:59.657Z Downloaded embedded-io v0.4.0
10252025-02-22T20:25:59.657Z Downloaded universal-hash v0.5.1
10262025-02-22T20:25:59.659Z Downloaded string_cache v0.8.7
10272025-02-22T20:25:59.659Z Downloaded serde_path_to_error v0.1.16
10282025-02-22T20:25:59.662Z Downloaded schemars_derive v0.8.21
10292025-02-22T20:25:59.664Z Downloaded ref-cast-impl v1.0.23
10302025-02-22T20:25:59.664Z Downloaded rand_core v0.6.4
10312025-02-22T20:25:59.665Z Downloaded glob v0.3.2
10322025-02-22T20:25:59.667Z Downloaded ring v0.17.9
10332025-02-22T20:25:59.707Z Downloaded diesel-dtrace v0.4.2
10342025-02-22T20:25:59.709Z Downloaded vsss-rs v3.3.4
10352025-02-22T20:25:59.712Z Downloaded derive_more v0.99.19
10362025-02-22T20:25:59.714Z Downloaded num-bigint-dig v0.8.4
10372025-02-22T20:25:59.719Z Downloaded aho-corasick v1.1.3
10382025-02-22T20:25:59.724Z Downloaded uzers v0.12.1
10392025-02-22T20:25:59.726Z Downloaded encoding_rs v0.8.34
10402025-02-22T20:25:59.746Z Downloaded zerocopy v0.6.6
10412025-02-22T20:25:59.749Z Downloaded papergrid v0.14.0
10422025-02-22T20:25:59.753Z Downloaded pin-project-internal v1.1.6
10432025-02-22T20:25:59.755Z Downloaded tinyvec v1.8.0
10442025-02-22T20:25:59.758Z Downloaded openssl-sys v0.9.106
10452025-02-22T20:25:59.761Z Downloaded ed25519-dalek v2.1.1
10462025-02-22T20:25:59.764Z Downloaded x509-cert v0.2.5
10472025-02-22T20:25:59.770Z Downloaded nom v7.1.3
10482025-02-22T20:25:59.774Z Downloaded strum_macros v0.25.3
10492025-02-22T20:25:59.777Z Downloaded tungstenite v0.21.0
10502025-02-22T20:25:59.780Z Downloaded ecdsa v0.16.9
10512025-02-22T20:25:59.783Z Downloaded oso v0.27.3
10522025-02-22T20:25:59.785Z Downloaded rayon-core v1.12.1
10532025-02-22T20:25:59.788Z Downloaded parse-zoneinfo v0.3.1
10542025-02-22T20:25:59.791Z Downloaded libgit2-sys v0.17.0+1.8.1
10552025-02-22T20:25:59.846Z Downloaded rsa v0.9.6
10562025-02-22T20:25:59.850Z Downloaded typed-path v0.9.3
10572025-02-22T20:25:59.855Z Downloaded tokio-util v0.7.12
10582025-02-22T20:25:59.861Z Downloaded nanorand v0.7.0
10592025-02-22T20:25:59.864Z Downloaded multimap v0.10.0
10602025-02-22T20:25:59.866Z Downloaded ed25519 v2.2.3
10612025-02-22T20:25:59.866Z Downloaded pin-project-lite v0.2.14
10622025-02-22T20:25:59.870Z Downloaded itertools v0.13.0
10632025-02-22T20:25:59.876Z Downloaded owo-colors v4.1.0
10642025-02-22T20:25:59.879Z Downloaded num-integer v0.1.46
10652025-02-22T20:25:59.881Z Downloaded parking_lot v0.11.2
10662025-02-22T20:25:59.884Z Downloaded flate2 v1.0.35
10672025-02-22T20:25:59.887Z Downloaded ssh-key v0.6.6
10682025-02-22T20:25:59.893Z Downloaded half v2.4.1
10692025-02-22T20:25:59.896Z Downloaded thiserror-impl-no-std v2.0.2
10702025-02-22T20:25:59.898Z Downloaded crossterm v0.28.1
10712025-02-22T20:25:59.903Z Downloaded shlex v1.3.0
10722025-02-22T20:25:59.905Z Downloaded pretty-hex v0.2.1
10732025-02-22T20:25:59.905Z Downloaded salsa20 v0.10.2
10742025-02-22T20:25:59.908Z Downloaded snafu-derive v0.8.5
10752025-02-22T20:25:59.908Z Downloaded slog-async v2.8.0
10762025-02-22T20:25:59.910Z Downloaded slab v0.4.9
10772025-02-22T20:25:59.910Z Downloaded hyper v1.5.2
10782025-02-22T20:25:59.916Z Downloaded progenitor-impl v0.8.0
10792025-02-22T20:25:59.919Z Downloaded zeroize v1.8.1
10802025-02-22T20:25:59.921Z Downloaded zerofrom-derive v0.1.4
10812025-02-22T20:25:59.921Z Downloaded wyz v0.5.1
10822025-02-22T20:25:59.923Z Downloaded tui-tree-widget v0.23.0
10832025-02-22T20:25:59.923Z Downloaded slog-envlogger v2.2.0
10842025-02-22T20:25:59.926Z Downloaded smf v0.2.3
10852025-02-22T20:25:59.926Z Downloaded shell-words v1.1.0
10862025-02-22T20:25:59.926Z Downloaded data-encoding v2.6.0
10872025-02-22T20:25:59.929Z Downloaded itertools v0.12.1
10882025-02-22T20:25:59.933Z Downloaded ref-cast v1.0.23
10892025-02-22T20:25:59.936Z Downloaded rand_xorshift v0.3.0
10902025-02-22T20:25:59.938Z Downloaded rand_seeder v0.3.0
10912025-02-22T20:25:59.938Z Downloaded url v2.5.3
10922025-02-22T20:25:59.941Z Downloaded libm v0.2.8
10932025-02-22T20:25:59.947Z Downloaded password-hash v0.4.2
10942025-02-22T20:25:59.950Z Downloaded aes-gcm v0.10.3
10952025-02-22T20:25:59.952Z Downloaded thiserror-no-std v2.0.2
10962025-02-22T20:25:59.955Z Downloaded supports-color v3.0.1
10972025-02-22T20:25:59.958Z Downloaded subtle v2.6.1
10982025-02-22T20:25:59.958Z Downloaded static_assertions v1.1.0
10992025-02-22T20:25:59.960Z Downloaded signal-hook-tokio v0.3.1
11002025-02-22T20:25:59.960Z Downloaded sct v0.7.1
11012025-02-22T20:25:59.963Z Downloaded headers v0.4.0
11022025-02-22T20:25:59.968Z Downloaded quinn v0.11.5
11032025-02-22T20:25:59.971Z Downloaded rusty-fork v0.3.0
11042025-02-22T20:25:59.974Z Downloaded progenitor-macro v0.9.1
11052025-02-22T20:25:59.974Z Downloaded scheduled-thread-pool v0.2.7
11062025-02-22T20:25:59.976Z Downloaded diff v0.1.13
11072025-02-22T20:25:59.979Z Downloaded paste v1.0.15
11082025-02-22T20:25:59.981Z Downloaded toml v0.7.8
11092025-02-22T20:25:59.984Z Downloaded hyper-util v0.1.10
11102025-02-22T20:25:59.986Z Downloaded minimal-lexical v0.2.1
11112025-02-22T20:25:59.990Z Downloaded aes v0.8.4
11122025-02-22T20:25:59.994Z Downloaded futures-macro v0.3.31
11132025-02-22T20:25:59.996Z Downloaded rustc-demangle v0.1.24
11142025-02-22T20:25:59.996Z Downloaded tar v0.4.42
11152025-02-22T20:25:59.999Z Downloaded xattr v1.3.1
11162025-02-22T20:26:00.002Z Downloaded slog-term v2.9.1
11172025-02-22T20:26:00.004Z Downloaded crossbeam-channel v0.5.13
11182025-02-22T20:26:00.007Z Downloaded progenitor-client v0.8.0
11192025-02-22T20:26:00.007Z Downloaded bumpalo v3.16.0
11202025-02-22T20:26:00.009Z Downloaded base64 v0.21.7
11212025-02-22T20:26:00.013Z Downloaded fd-lock v4.0.2
11222025-02-22T20:26:00.015Z Downloaded either v1.13.0
11232025-02-22T20:26:00.018Z Downloaded dirs-next v2.0.0
11242025-02-22T20:26:00.018Z Downloaded zone v0.3.0
11252025-02-22T20:26:00.020Z Downloaded zone v0.1.8
11262025-02-22T20:26:00.020Z Downloaded xz2 v0.1.7
11272025-02-22T20:26:00.023Z Downloaded quinn-udp v0.5.5
11282025-02-22T20:26:00.023Z Downloaded predicates v3.1.3
11292025-02-22T20:26:00.026Z Downloaded dropshot_endpoint v0.15.1
11302025-02-22T20:26:00.028Z Downloaded dropshot_endpoint v0.12.0
11312025-02-22T20:26:00.030Z Downloaded serde_yaml v0.9.34+deprecated
11322025-02-22T20:26:00.035Z Downloaded tabwriter v1.4.0
11332025-02-22T20:26:00.038Z Downloaded tabled_derive v0.10.0
11342025-02-22T20:26:00.038Z Downloaded nu-ansi-term v0.50.1
11352025-02-22T20:26:00.040Z Downloaded structmeta v0.3.0
11362025-02-22T20:26:00.040Z Downloaded typify v0.3.0
11372025-02-22T20:26:00.043Z Downloaded getrandom v0.2.15
11382025-02-22T20:26:00.046Z Downloaded prettyplease v0.2.29
11392025-02-22T20:26:00.052Z Downloaded crypto-bigint v0.5.5
11402025-02-22T20:26:00.055Z Downloaded smallvec v0.6.14
11412025-02-22T20:26:00.057Z Downloaded scrypt v0.11.0
11422025-02-22T20:26:00.057Z Downloaded rustc_version v0.1.7
11432025-02-22T20:26:00.060Z Downloaded rustc-hash v2.0.0
11442025-02-22T20:26:00.060Z Downloaded r2d2 v0.8.10
11452025-02-22T20:26:00.062Z Downloaded const_format v0.2.34
11462025-02-22T20:26:00.065Z Downloaded chacha20poly1305 v0.10.1
11472025-02-22T20:26:00.067Z Downloaded base64 v0.22.1
11482025-02-22T20:26:00.070Z Downloaded difflib v0.4.0
11492025-02-22T20:26:00.070Z Downloaded progenitor-macro v0.8.0
11502025-02-22T20:26:00.072Z Downloaded phf v0.11.2
11512025-02-22T20:26:00.072Z Downloaded icu_properties v1.5.1
11522025-02-22T20:26:00.075Z Downloaded hickory-resolver v0.24.3
11532025-02-22T20:26:00.078Z Downloaded phf_codegen v0.11.2
11542025-02-22T20:26:00.081Z Downloaded typify v0.2.0
11552025-02-22T20:26:00.084Z Downloaded tokio-tungstenite v0.21.0
11562025-02-22T20:26:00.087Z Downloaded miniz_oxide v0.8.0
11572025-02-22T20:26:00.087Z Downloaded hmac v0.12.1
11582025-02-22T20:26:00.090Z Downloaded compact_str v0.8.0
11592025-02-22T20:26:00.092Z Downloaded ghash v0.5.1
11602025-02-22T20:26:00.092Z Downloaded gethostname v0.5.0
11612025-02-22T20:26:00.094Z Downloaded fragile v2.0.0
11622025-02-22T20:26:00.095Z Downloaded float-cmp v0.10.0
11632025-02-22T20:26:00.098Z Downloaded dsl_auto_type v0.1.2
11642025-02-22T20:26:00.098Z Downloaded base64 v0.13.1
11652025-02-22T20:26:00.100Z Downloaded blake2 v0.10.6
11662025-02-22T20:26:00.103Z Downloaded icu_locid_transform_data v1.5.0
11672025-02-22T20:26:00.103Z Downloaded httparse v1.9.5
11682025-02-22T20:26:00.105Z Downloaded sqlformat v0.2.6
11692025-02-22T20:26:00.108Z Downloaded slog-dtrace v0.3.0
11702025-02-22T20:26:00.108Z Downloaded keccak v0.1.5
11712025-02-22T20:26:00.111Z Downloaded cookie v0.18.1
11722025-02-22T20:26:00.113Z Downloaded const-oid v0.9.6
11732025-02-22T20:26:00.113Z Downloaded bcs v0.1.6
11742025-02-22T20:26:00.116Z Downloaded array-init v0.0.4
11752025-02-22T20:26:00.116Z Downloaded mirai-annotations v1.12.0
11762025-02-22T20:26:00.119Z Downloaded fxhash v0.2.1
11772025-02-22T20:26:00.119Z Downloaded console v0.15.10
11782025-02-22T20:26:00.121Z Downloaded backoff v0.4.0
11792025-02-22T20:26:00.121Z Downloaded scopeguard v1.2.0
11802025-02-22T20:26:00.124Z Downloaded litrs v0.4.1
11812025-02-22T20:26:00.126Z Downloaded icu_normalizer v1.5.0
11822025-02-22T20:26:00.129Z Downloaded jobserver v0.1.32
11832025-02-22T20:26:00.131Z Downloaded rustc_version v0.4.1
11842025-02-22T20:26:00.131Z Downloaded rfc6979 v0.4.0
11852025-02-22T20:26:00.135Z Downloaded resolv-conf v0.7.0
11862025-02-22T20:26:00.135Z Downloaded indexmap v1.9.3
11872025-02-22T20:26:00.137Z Downloaded icu_provider v1.5.0
11882025-02-22T20:26:00.140Z Downloaded vte_generate_state_changes v0.1.2
11892025-02-22T20:26:00.140Z Downloaded hyper-rustls v0.27.3
11902025-02-22T20:26:00.142Z Downloaded lalrpop-util v0.19.12
11912025-02-22T20:26:00.142Z Downloaded ipnetwork v0.21.1
11922025-02-22T20:26:00.145Z Downloaded inout v0.1.3
11932025-02-22T20:26:00.147Z Downloaded impl-trait-for-tuples v0.2.2
11942025-02-22T20:26:00.147Z Downloaded ciborium v0.2.2
11952025-02-22T20:26:00.150Z Downloaded bitfield-struct v0.6.2
11962025-02-22T20:26:00.152Z Downloaded arrayvec v0.7.6
11972025-02-22T20:26:00.152Z Downloaded hostname v0.4.0
11982025-02-22T20:26:00.155Z Downloaded highway v1.2.0
11992025-02-22T20:26:00.155Z Downloaded crc32fast v1.4.2
12002025-02-22T20:26:00.157Z Downloaded chrono-tz-build v0.4.0
12012025-02-22T20:26:00.157Z Downloaded cancel-safe-futures v0.1.5
12022025-02-22T20:26:00.160Z Downloaded bzip2 v0.4.4
12032025-02-22T20:26:00.162Z Downloaded async-trait v0.1.86
12042025-02-22T20:26:00.165Z Downloaded async-recursion v1.1.1
12052025-02-22T20:26:00.168Z Downloaded argon2 v0.5.3
12062025-02-22T20:26:00.170Z Downloaded async-bb8-diesel v0.2.1
12072025-02-22T20:26:00.173Z Downloaded kstat-rs v0.2.4
12082025-02-22T20:26:00.173Z Downloaded cassowary v0.3.0
12092025-02-22T20:26:00.176Z Downloaded cexpr v0.6.0
12102025-02-22T20:26:00.176Z Downloaded humantime v2.1.0
12112025-02-22T20:26:00.178Z Downloaded ciborium-ll v0.2.2
12122025-02-22T20:26:00.178Z Downloaded colored v2.1.0
12132025-02-22T20:26:00.182Z Downloaded bb8 v0.8.5
12142025-02-22T20:26:00.184Z Downloaded http-body-util v0.1.2
12152025-02-22T20:26:00.184Z Downloaded crc-catalog v2.4.0
12162025-02-22T20:26:00.187Z Downloaded constant_time_eq v0.3.1
12172025-02-22T20:26:00.187Z Downloaded castaway v0.2.3
12182025-02-22T20:26:00.190Z Downloaded bcrypt-pbkdf v0.10.0
12192025-02-22T20:26:00.190Z Downloaded bitfield v0.14.0
12202025-02-22T20:26:00.193Z Downloaded async-stream v0.3.6
12212025-02-22T20:26:00.193Z Downloaded ascii-canvas v3.0.0
12222025-02-22T20:26:00.193Z Downloaded arrayref v0.3.9
12232025-02-22T20:26:00.248Z Downloaded libsqlite3-sys v0.30.1
12242025-02-22T20:26:00.474Z Downloaded aws-lc-sys v0.22.0
12252025-02-22T20:26:00.785Z Compiling serde v1.0.217
12262025-02-22T20:26:00.788Z Compiling value-bag v1.9.0
12272025-02-22T20:26:00.788Z Compiling lock_api v0.4.12
12282025-02-22T20:26:00.788Z Compiling scopeguard v1.2.0
12292025-02-22T20:26:00.788Z Compiling typenum v1.17.0
12302025-02-22T20:26:00.788Z Compiling generic-array v0.14.7
12312025-02-22T20:26:00.979Z Compiling syn v2.0.96
12322025-02-22T20:26:00.993Z Compiling getrandom v0.2.15
12332025-02-22T20:26:01.137Z Compiling subtle v2.6.1
12342025-02-22T20:26:01.304Z Compiling rand_core v0.6.4
12352025-02-22T20:26:01.401Z Compiling log v0.4.22
12362025-02-22T20:26:01.514Z Compiling shlex v1.3.0
12372025-02-22T20:26:01.532Z Compiling jobserver v0.1.32
12382025-02-22T20:26:01.559Z Compiling smallvec v1.13.2
12392025-02-22T20:26:01.830Z Compiling const-oid v0.9.6
12402025-02-22T20:26:01.851Z Compiling pin-project-lite v0.2.14
12412025-02-22T20:26:01.871Z Compiling parking_lot_core v0.9.10
12422025-02-22T20:26:01.950Z Compiling cc v1.1.30
12432025-02-22T20:26:01.986Z Compiling rustix v0.38.37
12442025-02-22T20:26:02.191Z Compiling futures-core v0.3.31
12452025-02-22T20:26:02.328Z Compiling spin v0.9.8
12462025-02-22T20:26:02.424Z Compiling signal-hook-registry v1.4.2
12472025-02-22T20:26:02.730Z Compiling parking_lot v0.12.3
12482025-02-22T20:26:02.852Z Compiling mio v1.0.2
12492025-02-22T20:26:02.939Z Compiling aho-corasick v1.1.3
12502025-02-22T20:26:03.161Z Compiling cpufeatures v0.2.14
12512025-02-22T20:26:03.281Z Compiling stable_deref_trait v1.2.0
12522025-02-22T20:26:03.394Z Compiling futures-sink v0.3.31
12532025-02-22T20:26:03.397Z Compiling regex-syntax v0.8.5
12542025-02-22T20:26:03.567Z Compiling socket2 v0.5.7
12552025-02-22T20:26:03.587Z Compiling slab v0.4.9
12562025-02-22T20:26:03.923Z Compiling either v1.13.0
12572025-02-22T20:26:03.926Z Compiling glob v0.3.2
12582025-02-22T20:26:04.112Z Compiling prettyplease v0.2.29
12592025-02-22T20:26:04.448Z Compiling lazy_static v1.5.0
12602025-02-22T20:26:04.497Z Compiling serde_json v1.0.139
12612025-02-22T20:26:04.580Z Compiling minimal-lexical v0.2.1
12622025-02-22T20:26:04.660Z Compiling futures-channel v0.3.31
12632025-02-22T20:26:04.749Z Compiling clang-sys v1.8.1
12642025-02-22T20:26:04.854Z Compiling libloading v0.8.5
12652025-02-22T20:26:05.062Z Compiling nom v7.1.3
12662025-02-22T20:26:05.083Z Compiling futures-io v0.3.31
12672025-02-22T20:26:05.231Z Compiling futures-task v0.3.31
12682025-02-22T20:26:05.342Z Compiling bindgen v0.69.5
12692025-02-22T20:26:05.443Z Compiling pin-utils v0.1.0
12702025-02-22T20:26:05.515Z Compiling home v0.5.9
12712025-02-22T20:26:05.571Z Compiling itertools v0.10.5
12722025-02-22T20:26:05.777Z Compiling allocator-api2 v0.2.18
12732025-02-22T20:26:06.295Z Compiling rustc-hash v1.1.0
12742025-02-22T20:26:06.460Z Compiling libm v0.2.8
12752025-02-22T20:26:06.498Z Compiling foldhash v0.1.3
12762025-02-22T20:26:06.766Z Compiling lazycell v1.3.0
12772025-02-22T20:26:06.813Z Compiling hashbrown v0.15.1
12782025-02-22T20:26:06.925Z Compiling cmake v0.1.51
12792025-02-22T20:26:07.574Z Compiling regex-automata v0.4.8
12802025-02-22T20:26:07.782Z Compiling num-traits v0.2.19
12812025-02-22T20:26:07.983Z Compiling fs_extra v1.3.0
12822025-02-22T20:26:08.096Z Compiling cexpr v0.6.0
12832025-02-22T20:26:08.140Z Compiling dunce v1.0.5
12842025-02-22T20:26:08.266Z Compiling pkg-config v0.3.31
12852025-02-22T20:26:08.507Z Compiling synstructure v0.13.1
12862025-02-22T20:26:09.525Z Compiling writeable v0.5.5
12872025-02-22T20:26:09.659Z Compiling litemap v0.7.3
12882025-02-22T20:26:09.892Z Compiling ring v0.17.9
12892025-02-22T20:26:10.033Z Compiling paste v1.0.15
12902025-02-22T20:26:10.062Z Compiling base64ct v1.6.0
12912025-02-22T20:26:10.649Z Compiling pem-rfc7468 v0.7.0
12922025-02-22T20:26:10.672Z Compiling icu_locid_transform_data v1.5.0
12932025-02-22T20:26:10.782Z Compiling flagset v0.4.6
12942025-02-22T20:26:10.989Z Compiling httparse v1.9.5
12952025-02-22T20:26:11.277Z Compiling aws-lc-rs v1.10.0
12962025-02-22T20:26:11.677Z Compiling tracing-core v0.1.32
12972025-02-22T20:26:11.713Z Compiling icu_properties_data v1.5.0
12982025-02-22T20:26:11.969Z Compiling percent-encoding v2.3.1
12992025-02-22T20:26:12.193Z Compiling crossbeam-utils v0.8.20
13002025-02-22T20:26:12.265Z Compiling rustls-pki-types v1.10.0
13012025-02-22T20:26:12.735Z Compiling icu_normalizer_data v1.5.0
13022025-02-22T20:26:12.752Z Compiling num-conv v0.1.0
13032025-02-22T20:26:12.841Z Compiling regex v1.11.1
13042025-02-22T20:26:13.011Z Compiling vcpkg v0.2.15
13052025-02-22T20:26:13.071Z Compiling untrusted v0.9.0
13062025-02-22T20:26:13.153Z Compiling write16 v1.0.0
13072025-02-22T20:26:13.255Z Compiling utf8_iter v1.0.4
13082025-02-22T20:26:13.280Z Compiling time-core v0.1.2
13092025-02-22T20:26:13.323Z Compiling serde_derive v1.0.217
13102025-02-22T20:26:13.458Z Compiling zeroize_derive v1.4.2
13112025-02-22T20:26:13.495Z Compiling zerocopy-derive v0.7.35
13122025-02-22T20:26:13.774Z Compiling tokio-macros v2.5.0
13132025-02-22T20:26:14.645Z Compiling zerofrom-derive v0.1.4
13142025-02-22T20:26:14.820Z Compiling zeroize v1.8.1
13152025-02-22T20:26:15.180Z Compiling yoke-derive v0.7.4
13162025-02-22T20:26:15.398Z Compiling zerocopy v0.7.35
13172025-02-22T20:26:15.495Z Compiling zerovec-derive v0.10.3
13182025-02-22T20:26:16.544Z Compiling crypto-common v0.1.6
13192025-02-22T20:26:16.626Z Compiling block-buffer v0.10.4
13202025-02-22T20:26:16.763Z Compiling futures-macro v0.3.31
13212025-02-22T20:26:16.792Z Compiling thiserror-impl v1.0.69
13222025-02-22T20:26:16.904Z Compiling digest v0.10.7
13232025-02-22T20:26:17.382Z Compiling hmac v0.12.1
13242025-02-22T20:26:17.625Z Compiling displaydoc v0.2.5
13252025-02-22T20:26:17.794Z Compiling block-padding v0.3.3
13262025-02-22T20:26:17.912Z Compiling sha2 v0.10.8
13272025-02-22T20:26:17.938Z Compiling icu_provider_macros v1.5.0
13282025-02-22T20:26:18.007Z Compiling zerofrom v0.1.4
13292025-02-22T20:26:18.059Z Compiling inout v0.1.3
13302025-02-22T20:26:18.236Z Compiling yoke v0.7.4
13312025-02-22T20:26:18.329Z Compiling cipher v0.4.4
13322025-02-22T20:26:18.540Z Compiling futures-util v0.3.31
13332025-02-22T20:26:18.581Z Compiling zerovec v0.10.4
13342025-02-22T20:26:18.866Z Compiling ppv-lite86 v0.2.20
13352025-02-22T20:26:18.989Z Compiling der_derive v0.7.3
13362025-02-22T20:26:19.084Z Compiling tracing-attributes v0.1.27
13372025-02-22T20:26:19.591Z Compiling rand_chacha v0.3.1
13382025-02-22T20:26:19.632Z Compiling thiserror v1.0.69
13392025-02-22T20:26:19.785Z Compiling pest v2.7.14
13402025-02-22T20:26:20.567Z Compiling tinystr v0.7.6
13412025-02-22T20:26:20.936Z Compiling icu_locid v1.5.0
13422025-02-22T20:26:21.270Z Compiling der v0.7.9
13432025-02-22T20:26:21.490Z Compiling icu_collections v1.5.0
13442025-02-22T20:26:21.902Z Compiling rand v0.8.5
13452025-02-22T20:26:22.299Z Compiling icu_provider v1.5.0
13462025-02-22T20:26:22.759Z Compiling tracing v0.1.40
13472025-02-22T20:26:22.827Z Compiling salsa20 v0.10.2
13482025-02-22T20:26:22.931Z Compiling pbkdf2 v0.12.2
13492025-02-22T20:26:23.049Z Compiling icu_locid_transform v1.5.0
13502025-02-22T20:26:23.112Z Compiling utf16_iter v1.0.5
13512025-02-22T20:26:23.261Z Compiling spki v0.7.3
13522025-02-22T20:26:23.280Z Compiling powerfmt v0.2.0
13532025-02-22T20:26:23.321Z Compiling mirai-annotations v1.12.0
13542025-02-22T20:26:23.520Z Compiling untrusted v0.7.1
13552025-02-22T20:26:23.634Z Compiling deranged v0.3.11
13562025-02-22T20:26:23.668Z Compiling scrypt v0.11.0
13572025-02-22T20:26:23.715Z Compiling pest_meta v2.7.14
13582025-02-22T20:26:23.860Z Compiling aes v0.8.4
13592025-02-22T20:26:23.899Z Compiling cbc v0.1.2
13602025-02-22T20:26:24.149Z Compiling openssl-sys v0.9.106
13612025-02-22T20:26:24.240Z Compiling time-macros v0.2.18
13622025-02-22T20:26:25.071Z Compiling icu_properties v1.5.1
13632025-02-22T20:26:25.147Z Compiling scroll_derive v0.12.0
13642025-02-22T20:26:26.118Z Compiling bitflags v2.6.0
13652025-02-22T20:26:26.487Z Compiling bytes v1.9.0
13662025-02-22T20:26:26.634Z Compiling semver v1.0.25
13672025-02-22T20:26:27.289Z Compiling indexmap v2.7.1
13682025-02-22T20:26:27.291Z Compiling rustc_version v0.4.1
13692025-02-22T20:26:27.663Z Compiling tokio v1.43.0
13702025-02-22T20:26:27.883Z Compiling http v1.2.0
13712025-02-22T20:26:27.964Z Compiling atomic-waker v1.1.2
13722025-02-22T20:26:28.165Z Compiling num_threads v0.1.7
13732025-02-22T20:26:28.312Z Compiling tinyvec_macros v0.1.1
13742025-02-22T20:26:28.332Z Compiling time v0.3.36
13752025-02-22T20:26:28.414Z Compiling tinyvec v1.8.0
13762025-02-22T20:26:28.621Z Compiling scroll v0.12.0
13772025-02-22T20:26:29.121Z Compiling icu_normalizer v1.5.0
13782025-02-22T20:26:29.377Z Compiling http-body v1.0.1
13792025-02-22T20:26:29.630Z Compiling pest_generator v2.7.14
13802025-02-22T20:26:29.672Z Compiling pkcs5 v0.7.1
13812025-02-22T20:26:29.908Z Compiling form_urlencoded v1.2.1
13822025-02-22T20:26:29.980Z Compiling which v4.4.2
13832025-02-22T20:26:30.231Z Compiling idna_adapter v1.2.0
13842025-02-22T20:26:30.515Z Compiling try-lock v0.2.5
13852025-02-22T20:26:30.698Z Compiling slog v2.7.0
13862025-02-22T20:26:30.724Z Compiling goblin v0.8.2
13872025-02-22T20:26:30.873Z Compiling want v0.3.1
13882025-02-22T20:26:31.077Z Compiling idna v1.0.3
13892025-02-22T20:26:31.158Z Compiling pkcs8 v0.10.2
13902025-02-22T20:26:31.263Z Compiling uuid v1.12.0
13912025-02-22T20:26:31.459Z Compiling pest_derive v2.7.14
13922025-02-22T20:26:31.773Z Compiling httpdate v1.0.3
13932025-02-22T20:26:32.221Z Compiling tower-service v0.3.3
13942025-02-22T20:26:32.240Z Compiling iana-time-zone v0.1.61
13952025-02-22T20:26:32.361Z Compiling dtrace-parser v0.2.0
13962025-02-22T20:26:32.609Z Compiling chrono v0.4.39
13972025-02-22T20:26:32.771Z Compiling serde_tokenstream v0.2.2
13982025-02-22T20:26:32.926Z Compiling toml_datetime v0.6.8
13992025-02-22T20:26:33.343Z Compiling serde_spanned v0.6.8
14002025-02-22T20:26:33.364Z Compiling match_cfg v0.1.0
14012025-02-22T20:26:33.399Z Compiling adler2 v2.0.0
14022025-02-22T20:26:33.468Z Compiling openssl v0.10.71
14032025-02-22T20:26:33.582Z Compiling rustversion v1.0.17
14042025-02-22T20:26:33.620Z Compiling foreign-types-shared v0.1.1
14052025-02-22T20:26:33.747Z Compiling base64 v0.22.1
14062025-02-22T20:26:33.950Z Compiling foreign-types v0.3.2
14072025-02-22T20:26:34.056Z Compiling miniz_oxide v0.8.0
14082025-02-22T20:26:34.196Z Compiling hostname v0.3.1
14092025-02-22T20:26:34.349Z Compiling url v2.5.3
14102025-02-22T20:26:34.439Z Compiling openssl-macros v0.1.1
14112025-02-22T20:26:35.179Z Compiling async-trait v0.1.86
14122025-02-22T20:26:35.388Z Compiling serde_derive_internals v0.29.1
14132025-02-22T20:26:35.697Z Compiling tokio-util v0.7.12
14142025-02-22T20:26:35.824Z Compiling dirs-sys-next v0.1.2
14152025-02-22T20:26:35.979Z Compiling rustls v0.23.19
14162025-02-22T20:26:36.286Z Compiling siphasher v0.3.11
14172025-02-22T20:26:36.382Z Compiling dof v0.3.0
14182025-02-22T20:26:36.659Z Compiling h2 v0.4.6
14192025-02-22T20:26:36.961Z Compiling rustls v0.22.4
14202025-02-22T20:26:37.243Z Compiling usdt-impl v0.5.0
14212025-02-22T20:26:37.629Z Compiling schemars v0.8.21
14222025-02-22T20:26:37.660Z Compiling native-tls v0.2.12
14232025-02-22T20:26:37.984Z Compiling data-encoding v2.6.0
14242025-02-22T20:26:38.009Z Compiling syn v1.0.109
14252025-02-22T20:26:38.180Z Compiling schemars_derive v0.8.21
14262025-02-22T20:26:38.564Z Compiling dirs-next v2.0.0
14272025-02-22T20:26:39.695Z Compiling unicode-normalization v0.1.24
14282025-02-22T20:26:39.892Z Compiling http-body-util v0.1.2
14292025-02-22T20:26:40.017Z Compiling heapless v0.7.17
14302025-02-22T20:26:40.377Z Compiling crossbeam-epoch v0.9.18
14312025-02-22T20:26:40.468Z Compiling sha1 v0.10.6
14322025-02-22T20:26:40.713Z Compiling signature v2.2.0
14332025-02-22T20:26:40.775Z Compiling bzip2-sys v0.1.11+1.0.8
14342025-02-22T20:26:40.868Z Compiling thread_local v1.1.8
14352025-02-22T20:26:41.014Z Compiling cookie v0.18.1
14362025-02-22T20:26:41.066Z Compiling multer v3.1.0
14372025-02-22T20:26:41.088Z Compiling encoding_rs v0.8.34
14382025-02-22T20:26:41.277Z Compiling signal-hook v0.3.17
14392025-02-22T20:26:41.317Z Compiling gimli v0.31.1
14402025-02-22T20:26:41.342Z Compiling mime v0.3.17
14412025-02-22T20:26:41.387Z Compiling rayon-core v1.12.1
14422025-02-22T20:26:41.550Z Compiling slog-async v2.8.0
14432025-02-22T20:26:41.687Z Compiling dyn-clone v1.0.18
14442025-02-22T20:26:41.804Z Compiling ipnet v2.10.1
14452025-02-22T20:26:41.910Z Compiling openssl-probe v0.1.5
14462025-02-22T20:26:42.048Z Compiling unicode-properties v0.1.3
14472025-02-22T20:26:42.205Z Compiling unicode-bidi v0.3.17
14482025-02-22T20:26:43.000Z Compiling stringprep v0.1.5
14492025-02-22T20:26:43.509Z Compiling toml_edit v0.22.22
14502025-02-22T20:26:44.033Z Compiling hyper v1.5.2
14512025-02-22T20:26:45.643Z Compiling addr2line v0.24.2
14522025-02-22T20:26:46.012Z Compiling crossbeam-deque v0.8.5
14532025-02-22T20:26:46.359Z Compiling usdt-attr-macro v0.5.0
14542025-02-22T20:26:46.398Z Compiling hyper-util v0.1.10
14552025-02-22T20:26:46.422Z Compiling usdt-macro v0.5.0
14562025-02-22T20:26:46.488Z Compiling term v0.7.0
14572025-02-22T20:26:47.537Z Compiling slog-json v2.6.1
14582025-02-22T20:26:47.697Z Compiling serde_urlencoded v0.7.1
14592025-02-22T20:26:47.767Z Compiling curve25519-dalek v4.1.3
14602025-02-22T20:26:47.814Z Compiling crossbeam-channel v0.5.13
14612025-02-22T20:26:47.898Z Compiling futures-executor v0.3.31
14622025-02-22T20:26:48.187Z Compiling enum-as-inner v0.6.1
14632025-02-22T20:26:48.385Z Compiling md-5 v0.10.6
14642025-02-22T20:26:48.424Z Compiling async-stream-impl v0.3.6
14652025-02-22T20:26:48.660Z Compiling rustls-pemfile v2.2.0
14662025-02-22T20:26:48.791Z Compiling num-integer v0.1.46
14672025-02-22T20:26:48.998Z Compiling hash32 v0.2.1
14682025-02-22T20:26:49.148Z Compiling ff v0.13.0
14692025-02-22T20:26:49.194Z Compiling is-terminal v0.4.13
14702025-02-22T20:26:49.325Z Compiling object v0.36.5
14712025-02-22T20:26:49.367Z Compiling memoffset v0.9.1
14722025-02-22T20:26:49.385Z Compiling dropshot v0.12.0
14732025-02-22T20:26:49.505Z Compiling psl-types v2.0.11
14742025-02-22T20:26:49.628Z Compiling fallible-iterator v0.2.0
14752025-02-22T20:26:49.680Z Compiling linked-hash-map v0.5.6
14762025-02-22T20:26:49.683Z Compiling portable-atomic v1.9.0
14772025-02-22T20:26:49.721Z Compiling num-bigint-dig v0.8.4
14782025-02-22T20:26:50.030Z Compiling litrs v0.4.1
14792025-02-22T20:26:50.050Z Compiling rustc-demangle v0.1.24
14802025-02-22T20:26:50.282Z Compiling anyhow v1.0.96
14812025-02-22T20:26:50.556Z Compiling base16ct v0.2.0
14822025-02-22T20:26:50.704Z Compiling cfg_aliases v0.2.1
14832025-02-22T20:26:50.818Z Compiling smoltcp v0.9.1
14842025-02-22T20:26:50.884Z Compiling utf-8 v0.7.6
14852025-02-22T20:26:50.925Z Compiling take_mut v0.2.2
14862025-02-22T20:26:51.019Z Compiling quick-error v1.2.3
14872025-02-22T20:26:51.165Z Compiling document-features v0.2.10
14882025-02-22T20:26:51.184Z Compiling resolv-conf v0.7.0
14892025-02-22T20:26:51.203Z Compiling tungstenite v0.24.0
14902025-02-22T20:26:51.862Z Compiling nix v0.29.0
14912025-02-22T20:26:51.886Z Compiling sec1 v0.7.3
14922025-02-22T20:26:52.203Z Compiling postgres-protocol v0.6.7
14932025-02-22T20:26:52.368Z Compiling lru-cache v0.1.2
14942025-02-22T20:26:52.575Z Compiling publicsuffix v2.3.0
14952025-02-22T20:26:52.627Z Compiling async-stream v0.3.6
14962025-02-22T20:26:52.717Z Compiling group v0.13.0
14972025-02-22T20:26:52.849Z Compiling slog-term v2.9.1
14982025-02-22T20:26:53.032Z Compiling num-iter v0.1.45
14992025-02-22T20:26:53.065Z Compiling usdt v0.5.0
15002025-02-22T20:26:53.226Z Compiling hickory-proto v0.24.3
15012025-02-22T20:26:53.475Z Compiling futures v0.3.31
15022025-02-22T20:26:53.516Z Compiling slog-bunyan v2.5.0
15032025-02-22T20:26:53.736Z Compiling toml v0.8.19
15042025-02-22T20:26:53.921Z Compiling tokio-native-tls v0.3.1
15052025-02-22T20:26:54.901Z Compiling camino v1.1.9
15062025-02-22T20:26:55.205Z Compiling phf_shared v0.11.2
15072025-02-22T20:26:55.225Z Compiling dropshot_endpoint v0.12.0
15082025-02-22T20:26:55.589Z Compiling terminal_size v0.4.0
15092025-02-22T20:26:55.721Z Compiling openapiv3 v2.0.0
15102025-02-22T20:26:55.811Z Compiling waitgroup v0.1.2
15112025-02-22T20:26:56.007Z Compiling backtrace v0.3.74
15122025-02-22T20:26:56.041Z Compiling serde_path_to_error v0.1.16
15132025-02-22T20:26:56.454Z Compiling hkdf v0.12.4
15142025-02-22T20:26:56.726Z Compiling crypto-bigint v0.5.5
15152025-02-22T20:26:56.826Z Compiling zerocopy-derive v0.6.6
15162025-02-22T20:26:58.754Z Compiling curve25519-dalek-derive v0.1.1
15172025-02-22T20:26:58.840Z Compiling webpki-roots v0.26.6
15182025-02-22T20:26:59.065Z Compiling sync_wrapper v1.0.1
15192025-02-22T20:26:59.179Z Compiling hubpack_derive v0.1.1
15202025-02-22T20:26:59.230Z Compiling hostname v0.4.0
15212025-02-22T20:26:59.249Z Compiling ahash v0.8.11
15222025-02-22T20:26:59.444Z Compiling crc32fast v1.4.2
15232025-02-22T20:26:59.593Z Compiling fs-err v2.11.0
15242025-02-22T20:26:59.703Z Compiling debug-ignore v1.0.5
15252025-02-22T20:26:59.770Z Compiling newtype-uuid v1.2.1
15262025-02-22T20:26:59.865Z Compiling bitflags v1.3.2
15272025-02-22T20:26:59.893Z Compiling tower-layer v0.3.3
15282025-02-22T20:26:59.981Z Compiling managed v0.8.0
15292025-02-22T20:27:00.004Z Compiling winnow v0.5.40
15302025-02-22T20:27:00.078Z Compiling unicode-width v0.2.0
15312025-02-22T20:27:00.180Z Compiling tower v0.5.2
15322025-02-22T20:27:00.624Z Compiling console v0.15.10
15332025-02-22T20:27:01.057Z Compiling hubpack v0.1.2
15342025-02-22T20:27:01.652Z Compiling clap_builder v4.5.30
15352025-02-22T20:27:01.942Z Compiling strum_macros v0.25.3
15362025-02-22T20:27:02.226Z Compiling flate2 v1.0.35
15372025-02-22T20:27:02.336Z Compiling elliptic-curve v0.13.8
15382025-02-22T20:27:02.724Z Compiling zerocopy v0.6.6
15392025-02-22T20:27:03.081Z Compiling hickory-resolver v0.24.3
15402025-02-22T20:27:03.465Z Compiling toml_edit v0.19.15
15412025-02-22T20:27:03.487Z Compiling signal-hook-mio v0.2.4
15422025-02-22T20:27:03.661Z Compiling phf v0.11.2
15432025-02-22T20:27:03.894Z Compiling rayon v1.10.0
15442025-02-22T20:27:03.944Z Compiling cookie_store v0.21.1
15452025-02-22T20:27:05.390Z Compiling hyper-tls v0.6.0
15462025-02-22T20:27:05.490Z Compiling bzip2 v0.4.4
15472025-02-22T20:27:05.901Z Compiling postgres-types v0.2.8
15482025-02-22T20:27:08.112Z Compiling tokio-tungstenite v0.24.0
15492025-02-22T20:27:08.268Z Compiling ed25519 v2.2.3
15502025-02-22T20:27:08.589Z Compiling tokio-stream v0.1.16
15512025-02-22T20:27:08.633Z Compiling phf_shared v0.10.0
15522025-02-22T20:27:08.683Z Compiling pkcs1 v0.7.5
15532025-02-22T20:27:09.011Z Compiling serde-big-array v0.5.1
15542025-02-22T20:27:09.259Z Compiling clap_derive v4.5.28
15552025-02-22T20:27:09.363Z Compiling rfc6979 v0.4.0
15562025-02-22T20:27:09.490Z Compiling derive-where v1.2.7
15572025-02-22T20:27:09.565Z Compiling serde_repr v0.1.19
15582025-02-22T20:27:09.584Z Compiling bstr v1.10.0
15592025-02-22T20:27:10.028Z Compiling float-cmp v0.10.0
15602025-02-22T20:27:10.278Z Compiling bit-vec v0.6.3
15612025-02-22T20:27:10.437Z Compiling number_prefix v0.4.0
15622025-02-22T20:27:10.680Z Compiling difflib v0.4.0
15632025-02-22T20:27:10.700Z Compiling unicode-segmentation v1.12.0
15642025-02-22T20:27:10.717Z Compiling fixedbitset v0.4.2
15652025-02-22T20:27:11.128Z Compiling static_assertions v1.1.0
15662025-02-22T20:27:11.156Z Compiling new_debug_unreachable v1.0.6
15672025-02-22T20:27:11.239Z Compiling normalize-line-endings v0.3.0
15682025-02-22T20:27:11.264Z Compiling whoami v1.5.2
15692025-02-22T20:27:11.381Z Compiling predicates-core v1.0.8
15702025-02-22T20:27:11.550Z Compiling precomputed-hash v0.1.1
15712025-02-22T20:27:11.682Z Compiling string_cache v0.8.7
15722025-02-22T20:27:11.685Z Compiling tokio-postgres v0.7.12
15732025-02-22T20:27:11.806Z Compiling predicates v3.1.3
15742025-02-22T20:27:12.000Z Compiling similar v2.6.0
15752025-02-22T20:27:12.089Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15762025-02-22T20:27:12.597Z Compiling petgraph v0.6.5
15772025-02-22T20:27:13.321Z Compiling indicatif v0.17.11
15782025-02-22T20:27:13.749Z Compiling clap v4.5.30
15792025-02-22T20:27:13.879Z Compiling bit-set v0.5.3
15802025-02-22T20:27:13.998Z Compiling ecdsa v0.16.9
15812025-02-22T20:27:14.163Z Compiling rsa v0.9.6
15822025-02-22T20:27:14.840Z Compiling ed25519-dalek v2.1.1
15832025-02-22T20:27:16.139Z Compiling toml v0.7.8
15842025-02-22T20:27:16.161Z Compiling zip v0.6.6
15852025-02-22T20:27:17.233Z Compiling crossterm v0.28.1
15862025-02-22T20:27:17.870Z Compiling hex v0.4.3
15872025-02-22T20:27:17.892Z Compiling x509-cert v0.2.5
15882025-02-22T20:27:18.175Z Compiling unicode-xid v0.2.6
15892025-02-22T20:27:18.195Z Compiling peg-runtime v0.8.3
15902025-02-22T20:27:18.371Z Compiling lalrpop-util v0.19.12
15912025-02-22T20:27:18.466Z Compiling strum_macros v0.26.4
15922025-02-22T20:27:18.718Z Compiling xattr v1.3.1
15932025-02-22T20:27:18.798Z Compiling filetime v0.2.25
15942025-02-22T20:27:19.093Z Compiling tar v0.4.42
15952025-02-22T20:27:22.837Z Compiling strum v0.26.3
15962025-02-22T20:27:26.433Z Compiling aws-lc-sys v0.22.0
15972025-02-22T20:27:53.371Z Compiling rustls-webpki v0.102.8
15982025-02-22T20:27:56.446Z Compiling tokio-rustls v0.25.0
15992025-02-22T20:27:58.149Z Compiling tokio-rustls v0.26.0
16002025-02-22T20:27:58.401Z Compiling hyper-rustls v0.27.3
16012025-02-22T20:27:58.782Z Compiling reqwest v0.12.12
16022025-02-22T20:28:00.077Z Compiling qorb v0.2.1
16032025-02-22T20:28:03.021Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16042025-02-22T20:28:03.277Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16052025-02-22T20:28:07.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 10s
16062025-02-22T20:28:07.785Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16072025-02-22T20:28:07.836ZFeb 22 20:28:06.820 INFO Starting download, target: Clickhouse
16082025-02-22T20:28:07.836ZFeb 22 20:28:06.820 INFO Starting download, target: DendriteOpenapi
16092025-02-22T20:28:07.836ZFeb 22 20:28:06.820 INFO Starting download, target: Console
16102025-02-22T20:28:07.836ZFeb 22 20:28:06.820 INFO Starting download, target: Cockroach
16112025-02-22T20:28:07.839ZFeb 22 20:28:06.820 INFO Starting download, target: DendriteStub
16122025-02-22T20:28:07.839ZFeb 22 20:28:06.820 INFO Starting download, target: MaghemiteMgd
16132025-02-22T20:28:07.839ZFeb 22 20:28:06.820 INFO Starting download, target: TransceiverControl
16142025-02-22T20:28:07.839ZFeb 22 20:28:06.820 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16152025-02-22T20:28:07.839ZFeb 22 20:28:06.820 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
16162025-02-22T20:28:07.839ZFeb 22 20:28:06.821 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16172025-02-22T20:28:07.839ZFeb 22 20:28:06.821 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16182025-02-22T20:28:07.840ZFeb 22 20:28:06.821 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16192025-02-22T20:28:07.840ZFeb 22 20:28:06.821 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16202025-02-22T20:28:07.840ZFeb 22 20:28:06.821 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16212025-02-22T20:28:08.066ZFeb 22 20:28:07.018 INFO Download complete, target: DendriteOpenapi
16222025-02-22T20:28:08.152ZFeb 22 20:28:07.119 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16232025-02-22T20:28:08.336ZFeb 22 20:28:07.309 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16242025-02-22T20:28:08.630ZFeb 22 20:28:07.610 INFO Download complete, target: TransceiverControl
16252025-02-22T20:28:08.710ZFeb 22 20:28:07.676 INFO Download complete, target: Console
16262025-02-22T20:28:08.743ZFeb 22 20:28:07.722 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16272025-02-22T20:28:08.788ZFeb 22 20:28:07.771 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16282025-02-22T20:28:09.292ZFeb 22 20:28:08.275 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16292025-02-22T20:28:09.292ZFeb 22 20:28:08.276 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16302025-02-22T20:28:09.714ZFeb 22 20:28:08.697 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16312025-02-22T20:28:11.735ZFeb 22 20:28:10.718 INFO Download complete, target: DendriteStub
16322025-02-22T20:28:11.801ZFeb 22 20:28:10.785 INFO Download complete, target: MaghemiteMgd
16332025-02-22T20:28:16.606ZFeb 22 20:28:15.588 INFO Checking that binary works, target: Cockroach
16342025-02-22T20:28:16.769ZFeb 22 20:28:15.751 INFO Download complete, target: Cockroach
16352025-02-22T20:28:21.949ZFeb 22 20:28:20.932 INFO Checking that binary works, target: Clickhouse
16362025-02-22T20:28:22.062ZFeb 22 20:28:21.044 INFO Download complete, target: Clickhouse
16372025-02-22T20:28:22.083ZAll builder prerequisites installed successfully, and PATH looks valid
16382025-02-22T20:28:22.083Z
16392025-02-22T20:28:22.083Zreal 5:12.799270704
16402025-02-22T20:28:22.083Zuser 15:18.408238597
16412025-02-22T20:28:22.083Zsys 2:02.588667622
16422025-02-22T20:28:22.083Ztrap 0.586239449
16432025-02-22T20:28:22.083Ztflt 0.874374187
16442025-02-22T20:28:22.083Zdflt 1.181174313
16452025-02-22T20:28:22.083Zkflt 0.023131025
16462025-02-22T20:28:22.083Zlock 24:57.707838302
16472025-02-22T20:28:22.083Zslp 54:40.667112542
16482025-02-22T20:28:22.083Zlat 59.044794007
16492025-02-22T20:28:22.083Zstop 2:19.582705401
16502025-02-22T20:28:22.086Z++ bmat factory name
16512025-02-22T20:28:22.090Z++ bmat factory private
16522025-02-22T20:28:22.094Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-06f1c8ba9043df3e2 '{
16532025-02-22T20:28:22.094Z buildomat: {
16542025-02-22T20:28:22.094Z factory: {
16552025-02-22T20:28:22.094Z name: $bmat_factory_name,
16562025-02-22T20:28:22.094Z private: $bmat_factory_private,
16572025-02-22T20:28:22.094Z },
16582025-02-22T20:28:22.094Z },
16592025-02-22T20:28:22.094Z }'
16602025-02-22T20:28:22.127Z+ banner ls-apis
16612025-02-22T20:28:22.130Z
16622025-02-22T20:28:22.130Z # #### ## ##### # ####
16632025-02-22T20:28:22.130Z # # # # # # # #
16642025-02-22T20:28:22.130Z # #### ##### # # # # # ####
16652025-02-22T20:28:22.130Z # # ###### ##### # #
16662025-02-22T20:28:22.130Z # # # # # # # # #
16672025-02-22T20:28:22.130Z ###### #### # # # # ####
16682025-02-22T20:28:22.130Z
16692025-02-22T20:28:22.133Z+ source ./tools/include/force-git-over-https.sh
16702025-02-22T20:28:22.133Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16712025-02-22T20:28:22.133Z++ (( i = 0 ))
16722025-02-22T20:28:22.133Z++ (( i < 5 ))
16732025-02-22T20:28:22.133Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16742025-02-22T20:28:22.136Z++ (( i++ ))
16752025-02-22T20:28:22.136Z++ (( i < 5 ))
16762025-02-22T20:28:22.136Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16772025-02-22T20:28:22.138Z++ (( i++ ))
16782025-02-22T20:28:22.138Z++ (( i < 5 ))
16792025-02-22T20:28:22.138Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16802025-02-22T20:28:22.141Z++ (( i++ ))
16812025-02-22T20:28:22.141Z++ (( i < 5 ))
16822025-02-22T20:28:22.141Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16832025-02-22T20:28:22.143Z++ (( i++ ))
16842025-02-22T20:28:22.143Z++ (( i < 5 ))
16852025-02-22T20:28:22.143Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16862025-02-22T20:28:22.146Z++ (( i++ ))
16872025-02-22T20:28:22.146Z++ (( i < 5 ))
16882025-02-22T20:28:22.146Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16892025-02-22T20:28:22.146Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16902025-02-22T20:28:22.149Z+ ptime -m cargo xtask ls-apis apis
16912025-02-22T20:28:22.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
16922025-02-22T20:28:22.709Z Running `target/debug/xtask ls-apis apis`
16932025-02-22T20:28:23.532Z Compiling semver v0.1.20
16942025-02-22T20:28:23.659Z Compiling structmeta-derive v0.3.0
16952025-02-22T20:28:23.661Z Compiling cargo-platform v0.1.8
16962025-02-22T20:28:23.870Z Compiling cargo_metadata v0.18.1
16972025-02-22T20:28:23.883Z Compiling rustc_version v0.1.7
16982025-02-22T20:28:24.148Z Compiling newtype_derive v0.1.6
16992025-02-22T20:28:24.890Z Compiling structmeta v0.3.0
17002025-02-22T20:28:25.122Z Compiling parse-display-derive v0.10.0
17012025-02-22T20:28:26.781Z Compiling parse-display v0.10.0
17022025-02-22T20:28:26.940Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
17032025-02-22T20:28:30.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.01s
17042025-02-22T20:28:30.901Z Running `target/debug/ls-apis apis`
17052025-02-22T20:28:30.935Zloading metadata for workspace omicron from current workspace
17062025-02-22T20:28:35.415Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/ce952e6/Cargo.toml
17072025-02-22T20:28:35.423Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/95d6a55/Cargo.toml
17082025-02-22T20:28:35.423Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/cb2b592/Cargo.toml
17092025-02-22T20:28:35.428Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/d2d8f8a/Cargo.toml
17102025-02-22T20:28:55.052Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/18ed558/Cargo.toml
17112025-02-22T20:28:57.188Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
17122025-02-22T20:28:57.208Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
17132025-02-22T20:28:57.396ZBootstrap Agent (client: bootstrap-agent-client)
17142025-02-22T20:28:57.396Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17152025-02-22T20:28:57.398Z consumed by: wicketd (omicron/wicketd) via 2 paths
17162025-02-22T20:28:57.399Z
17172025-02-22T20:28:57.399ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
17182025-02-22T20:28:57.399Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17192025-02-22T20:28:57.399Z
17202025-02-22T20:28:57.399ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
17212025-02-22T20:28:57.399Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17222025-02-22T20:28:57.399Z
17232025-02-22T20:28:57.399ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
17242025-02-22T20:28:57.399Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17252025-02-22T20:28:57.399Z
17262025-02-22T20:28:57.399ZCockroachDB Cluster Admin (client: cockroach-admin-client)
17272025-02-22T20:28:57.399Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17282025-02-22T20:28:57.399Z
17292025-02-22T20:28:57.399ZCrucible Agent (client: crucible-agent-client)
17302025-02-22T20:28:57.399Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17312025-02-22T20:28:57.399Z
17322025-02-22T20:28:57.399ZCrucible Control (for testing only) (client: crucible-control-client)
17332025-02-22T20:28:57.399Z
17342025-02-22T20:28:57.399ZCrucible Pantry (client: crucible-pantry-client)
17352025-02-22T20:28:57.399Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17362025-02-22T20:28:57.399Z
17372025-02-22T20:28:57.399ZMaghemite DDM Admin (client: ddm-admin-client)
17382025-02-22T20:28:57.399Z consumed by: installinator (omicron/installinator) via 1 path
17392025-02-22T20:28:57.399Z consumed by: mgd (maghemite/mgd) via 1 path
17402025-02-22T20:28:57.399Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17412025-02-22T20:28:57.399Z consumed by: wicketd (omicron/wicketd) via 1 path
17422025-02-22T20:28:57.399Z
17432025-02-22T20:28:57.399ZDNS Server (client: dns-service-client)
17442025-02-22T20:28:57.406Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17452025-02-22T20:28:57.406Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17462025-02-22T20:28:57.406Z
17472025-02-22T20:28:57.406ZDendrite DPD (client: dpd-client)
17482025-02-22T20:28:57.406Z consumed by: ddmd (maghemite/ddmd) via 2 paths
17492025-02-22T20:28:57.406Z consumed by: mgd (maghemite/mgd) via 1 path
17502025-02-22T20:28:57.406Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17512025-02-22T20:28:57.406Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17522025-02-22T20:28:57.408Z consumed by: tfportd (dendrite/tfportd) via 1 path
17532025-02-22T20:28:57.408Z consumed by: wicketd (omicron/wicketd) via 2 paths
17542025-02-22T20:28:57.408Z
17552025-02-22T20:28:57.408ZDownstairs Controller (debugging only) (client: dsc-client)
17562025-02-22T20:28:57.408Z
17572025-02-22T20:28:57.408ZManagement Gateway Service (client: gateway-client)
17582025-02-22T20:28:57.411Z consumed by: dpd (dendrite/dpd) via 1 path
17592025-02-22T20:28:57.411Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17602025-02-22T20:28:57.411Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17612025-02-22T20:28:57.411Z consumed by: wicketd (omicron/wicketd) via 3 paths
17622025-02-22T20:28:57.411Z
17632025-02-22T20:28:57.412ZWicketd Installinator (client: installinator-client)
17642025-02-22T20:28:57.412Z consumed by: installinator (omicron/installinator) via 1 path
17652025-02-22T20:28:57.412Z
17662025-02-22T20:28:57.412ZLLDP daemon (client: lldpd-client)
17672025-02-22T20:28:57.412Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17682025-02-22T20:28:57.412Z
17692025-02-22T20:28:57.412ZMaghemite MG Admin (client: mg-admin-client)
17702025-02-22T20:28:57.417Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17712025-02-22T20:28:57.417Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17722025-02-22T20:28:57.417Z
17732025-02-22T20:28:57.417ZNexus Internal API (client: nexus-client)
17742025-02-22T20:28:57.422Z consumed by: crucible-pantry (crucible/pantry) via 1 path
17752025-02-22T20:28:57.422Z consumed by: dpd (dendrite/dpd) via 1 path
17762025-02-22T20:28:57.422Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17772025-02-22T20:28:57.422Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
17782025-02-22T20:28:57.422Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
17792025-02-22T20:28:57.422Z
17802025-02-22T20:28:57.422ZExternal API (client: oxide-client)
17812025-02-22T20:28:57.422Z
17822025-02-22T20:28:57.422ZOximeter (client: oximeter-client)
17832025-02-22T20:28:57.425Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17842025-02-22T20:28:57.425Z
17852025-02-22T20:28:57.425ZPropolis (client: propolis-client)
17862025-02-22T20:28:57.425Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17872025-02-22T20:28:57.425Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
17882025-02-22T20:28:57.425Z
17892025-02-22T20:28:57.425ZCrucible Repair (client: repair-client)
17902025-02-22T20:28:57.425Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
17912025-02-22T20:28:57.425Z
17922025-02-22T20:28:57.425ZRepo Depot API (client: repo-depot-client)
17932025-02-22T20:28:57.425Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17942025-02-22T20:28:57.425Z
17952025-02-22T20:28:57.425ZSled Agent (client: sled-agent-client)
17962025-02-22T20:28:57.430Z consumed by: omicron-nexus (omicron/nexus) via 7 paths
17972025-02-22T20:28:57.430Z
17982025-02-22T20:28:57.430ZWicketd (client: wicketd-client)
17992025-02-22T20:28:57.432Z
18002025-02-22T20:28:57.562Z
18012025-02-22T20:28:57.562Zreal 35.395955714
18022025-02-22T20:28:57.562Zuser 29.979765739
18032025-02-22T20:28:57.562Zsys 8.475747118
18042025-02-22T20:28:57.562Ztrap 0.014865862
18052025-02-22T20:28:57.562Ztflt 0.092163414
18062025-02-22T20:28:57.562Zdflt 0.177100922
18072025-02-22T20:28:57.566Zkflt 0.000014897
18082025-02-22T20:28:57.566Zlock 35.038931944
18092025-02-22T20:28:57.566Zslp 3:46.651717481
18102025-02-22T20:28:57.566Zlat 0.724321859
18112025-02-22T20:28:57.566Zstop 1.361092983
18122025-02-22T20:28:57.566Z+ ptime -m cargo xtask ls-apis deployment-units
18132025-02-22T20:28:58.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18142025-02-22T20:28:58.135Z Running `target/debug/xtask ls-apis deployment-units`
18152025-02-22T20:28:58.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
18162025-02-22T20:28:59.043Z Running `target/debug/ls-apis deployment-units`
18172025-02-22T20:28:59.081Zloading metadata for workspace omicron from current workspace
18182025-02-22T20:29:00.302Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/ce952e6/Cargo.toml
18192025-02-22T20:29:00.309Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/cb2b592/Cargo.toml
18202025-02-22T20:29:00.317Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/d2d8f8a/Cargo.toml
18212025-02-22T20:29:00.320Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/95d6a55/Cargo.toml
18222025-02-22T20:29:02.217Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/18ed558/Cargo.toml
18232025-02-22T20:29:02.975Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18242025-02-22T20:29:02.993Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18252025-02-22T20:29:03.175ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
18262025-02-22T20:29:03.175Z omicron-clickhouse-admin (omicron/clickhouse-admin)
18272025-02-22T20:29:03.175Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
18282025-02-22T20:29:03.175Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
18292025-02-22T20:29:03.175Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
18302025-02-22T20:29:03.178Z
18312025-02-22T20:29:03.178Z
18322025-02-22T20:29:03.178ZCockroach
18332025-02-22T20:29:03.178Z omicron-cockroach-admin (omicron/cockroach-admin)
18342025-02-22T20:29:03.178Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
18352025-02-22T20:29:03.178Z
18362025-02-22T20:29:03.178Z
18372025-02-22T20:29:03.178ZCrucible
18382025-02-22T20:29:03.178Z crucible-agent (crucible/agent)
18392025-02-22T20:29:03.178Z exposes: Crucible Agent (client = crucible-agent-client)
18402025-02-22T20:29:03.178Z
18412025-02-22T20:29:03.178Z crucible-downstairs (crucible/downstairs)
18422025-02-22T20:29:03.178Z exposes: Crucible Repair (client = repair-client)
18432025-02-22T20:29:03.181Z consumes: repair-client
18442025-02-22T20:29:03.181Z
18452025-02-22T20:29:03.181Z
18462025-02-22T20:29:03.181ZCrucible Pantry
18472025-02-22T20:29:03.181Z crucible-pantry (crucible/pantry)
18482025-02-22T20:29:03.181Z exposes: Crucible Pantry (client = crucible-pantry-client)
18492025-02-22T20:29:03.184Z consumes: nexus-client
18502025-02-22T20:29:03.184Z
18512025-02-22T20:29:03.184Z
18522025-02-22T20:29:03.184ZDNS Server
18532025-02-22T20:29:03.184Z dns-server (omicron/dns-server)
18542025-02-22T20:29:03.184Z exposes: DNS Server (client = dns-service-client)
18552025-02-22T20:29:03.184Z
18562025-02-22T20:29:03.184Z
18572025-02-22T20:29:03.184ZHost OS
18582025-02-22T20:29:03.184Z ddmd (maghemite/ddmd)
18592025-02-22T20:29:03.184Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
18602025-02-22T20:29:03.184Z consumes: dpd-client
18612025-02-22T20:29:03.184Z
18622025-02-22T20:29:03.184Z dpd (dendrite/dpd)
18632025-02-22T20:29:03.184Z exposes: Dendrite DPD (client = dpd-client)
18642025-02-22T20:29:03.187Z consumes: gateway-client
18652025-02-22T20:29:03.187Z consumes: nexus-client
18662025-02-22T20:29:03.187Z
18672025-02-22T20:29:03.187Z lldpd (lldp/lldpd)
18682025-02-22T20:29:03.187Z exposes: LLDP daemon (client = lldpd-client)
18692025-02-22T20:29:03.187Z
18702025-02-22T20:29:03.187Z mgd (maghemite/mgd)
18712025-02-22T20:29:03.187Z exposes: Maghemite MG Admin (client = mg-admin-client)
18722025-02-22T20:29:03.187Z consumes: ddm-admin-client
18732025-02-22T20:29:03.187Z consumes: dpd-client
18742025-02-22T20:29:03.187Z
18752025-02-22T20:29:03.187Z omicron-gateway (omicron/gateway)
18762025-02-22T20:29:03.187Z exposes: Management Gateway Service (client = gateway-client)
18772025-02-22T20:29:03.187Z
18782025-02-22T20:29:03.187Z omicron-sled-agent (omicron/sled-agent)
18792025-02-22T20:29:03.187Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
18802025-02-22T20:29:03.187Z exposes: Repo Depot API (client = repo-depot-client)
18812025-02-22T20:29:03.187Z exposes: Sled Agent (client = sled-agent-client)
18822025-02-22T20:29:03.190Z consumes: bootstrap-agent-client
18832025-02-22T20:29:03.190Z consumes: ddm-admin-client
18842025-02-22T20:29:03.190Z consumes: dns-service-client
18852025-02-22T20:29:03.190Z consumes: dpd-client
18862025-02-22T20:29:03.190Z consumes: gateway-client
18872025-02-22T20:29:03.190Z consumes: mg-admin-client
18882025-02-22T20:29:03.190Z consumes: nexus-client
18892025-02-22T20:29:03.190Z consumes: propolis-client
18902025-02-22T20:29:03.190Z consumes: repo-depot-client
18912025-02-22T20:29:03.190Z
18922025-02-22T20:29:03.190Z propolis-server (propolis/bin/propolis-server)
18932025-02-22T20:29:03.190Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
18942025-02-22T20:29:03.190Z exposes: Propolis (client = propolis-client)
18952025-02-22T20:29:03.193Z consumes: nexus-client
18962025-02-22T20:29:03.193Z
18972025-02-22T20:29:03.193Z tfportd (dendrite/tfportd)
18982025-02-22T20:29:03.193Z consumes: dpd-client
18992025-02-22T20:29:03.193Z
19002025-02-22T20:29:03.193Z wicketd (omicron/wicketd)
19012025-02-22T20:29:03.193Z exposes: Wicketd Installinator (client = installinator-client)
19022025-02-22T20:29:03.193Z exposes: Wicketd (client = wicketd-client)
19032025-02-22T20:29:03.197Z consumes: bootstrap-agent-client
19042025-02-22T20:29:03.197Z consumes: ddm-admin-client
19052025-02-22T20:29:03.197Z consumes: dpd-client
19062025-02-22T20:29:03.197Z consumes: gateway-client
19072025-02-22T20:29:03.197Z
19082025-02-22T20:29:03.197Z
19092025-02-22T20:29:03.197ZInstallinator
19102025-02-22T20:29:03.197Z installinator (omicron/installinator)
19112025-02-22T20:29:03.197Z consumes: ddm-admin-client
19122025-02-22T20:29:03.197Z consumes: installinator-client
19132025-02-22T20:29:03.197Z
19142025-02-22T20:29:03.197Z
19152025-02-22T20:29:03.197ZNexus
19162025-02-22T20:29:03.197Z omicron-nexus (omicron/nexus)
19172025-02-22T20:29:03.197Z exposes: Nexus Internal API (client = nexus-client)
19182025-02-22T20:29:03.197Z exposes: External API (client = oxide-client)
19192025-02-22T20:29:03.200Z consumes: clickhouse-admin-keeper-client
19202025-02-22T20:29:03.200Z consumes: clickhouse-admin-server-client
19212025-02-22T20:29:03.200Z consumes: clickhouse-admin-single-client
19222025-02-22T20:29:03.200Z consumes: cockroach-admin-client
19232025-02-22T20:29:03.200Z consumes: crucible-agent-client
19242025-02-22T20:29:03.200Z consumes: crucible-pantry-client
19252025-02-22T20:29:03.200Z consumes: dns-service-client
19262025-02-22T20:29:03.200Z consumes: dpd-client
19272025-02-22T20:29:03.200Z consumes: gateway-client
19282025-02-22T20:29:03.200Z consumes: lldpd-client
19292025-02-22T20:29:03.200Z consumes: mg-admin-client
19302025-02-22T20:29:03.200Z consumes: oximeter-client
19312025-02-22T20:29:03.200Z consumes: propolis-client
19322025-02-22T20:29:03.200Z consumes: sled-agent-client
19332025-02-22T20:29:03.200Z
19342025-02-22T20:29:03.200Z
19352025-02-22T20:29:03.200ZOximeter
19362025-02-22T20:29:03.200Z oximeter-collector (omicron/oximeter/collector)
19372025-02-22T20:29:03.200Z exposes: Oximeter (client = oximeter-client)
19382025-02-22T20:29:03.200Z consumes: nexus-client
19392025-02-22T20:29:03.200Z
19402025-02-22T20:29:03.200Z
19412025-02-22T20:29:03.327Z
19422025-02-22T20:29:03.327Zreal 5.747965192
19432025-02-22T20:29:03.327Zuser 4.755216865
19442025-02-22T20:29:03.327Zsys 1.800739454
19452025-02-22T20:29:03.327Ztrap 0.002570885
19462025-02-22T20:29:03.327Ztflt 0.000021716
19472025-02-22T20:29:03.327Zdflt 0.000015538
19482025-02-22T20:29:03.327Zkflt 0.000000000
19492025-02-22T20:29:03.327Zlock 0.003222028
19502025-02-22T20:29:03.327Zslp 13.064941178
19512025-02-22T20:29:03.327Zlat 0.034753535
19522025-02-22T20:29:03.327Zstop 0.107944796
19532025-02-22T20:29:03.330Z+ ptime -m cargo xtask ls-apis servers
19542025-02-22T20:29:03.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19552025-02-22T20:29:03.845Z Running `target/debug/xtask ls-apis servers`
19562025-02-22T20:29:04.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
19572025-02-22T20:29:04.710Z Running `target/debug/ls-apis servers`
19582025-02-22T20:29:04.748Zloading metadata for workspace omicron from current workspace
19592025-02-22T20:29:05.951Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/cb2b592/Cargo.toml
19602025-02-22T20:29:05.953Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/ce952e6/Cargo.toml
19612025-02-22T20:29:05.956Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/95d6a55/Cargo.toml
19622025-02-22T20:29:05.964Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/d2d8f8a/Cargo.toml
19632025-02-22T20:29:07.847Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/18ed558/Cargo.toml
19642025-02-22T20:29:08.613Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19652025-02-22T20:29:08.631Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19662025-02-22T20:29:08.808Zomicron-clickhouse-admin (omicron/clickhouse-admin)
19672025-02-22T20:29:08.808Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
19682025-02-22T20:29:08.808Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
19692025-02-22T20:29:08.808Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
19702025-02-22T20:29:08.810Z
19712025-02-22T20:29:08.810Zomicron-cockroach-admin (omicron/cockroach-admin)
19722025-02-22T20:29:08.810Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
19732025-02-22T20:29:08.810Z
19742025-02-22T20:29:08.811Zcrucible-agent (crucible/agent)
19752025-02-22T20:29:08.811Z exposes: Crucible Agent (client = crucible-agent-client)
19762025-02-22T20:29:08.811Z
19772025-02-22T20:29:08.811Zcrucible-downstairs (crucible/downstairs)
19782025-02-22T20:29:08.811Z exposes: Crucible Repair (client = repair-client)
19792025-02-22T20:29:08.814Z consumes: repair-client
19802025-02-22T20:29:08.814Z
19812025-02-22T20:29:08.814Zcrucible-pantry (crucible/pantry)
19822025-02-22T20:29:08.814Z exposes: Crucible Pantry (client = crucible-pantry-client)
19832025-02-22T20:29:08.816Z consumes: nexus-client
19842025-02-22T20:29:08.816Z
19852025-02-22T20:29:08.816Zdns-server (omicron/dns-server)
19862025-02-22T20:29:08.816Z exposes: DNS Server (client = dns-service-client)
19872025-02-22T20:29:08.816Z
19882025-02-22T20:29:08.816Zomicron-sled-agent (omicron/sled-agent)
19892025-02-22T20:29:08.816Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
19902025-02-22T20:29:08.816Z exposes: Repo Depot API (client = repo-depot-client)
19912025-02-22T20:29:08.816Z exposes: Sled Agent (client = sled-agent-client)
19922025-02-22T20:29:08.819Z consumes: bootstrap-agent-client
19932025-02-22T20:29:08.819Z consumes: ddm-admin-client
19942025-02-22T20:29:08.819Z consumes: dns-service-client
19952025-02-22T20:29:08.819Z consumes: dpd-client
19962025-02-22T20:29:08.819Z consumes: gateway-client
19972025-02-22T20:29:08.819Z consumes: mg-admin-client
19982025-02-22T20:29:08.819Z consumes: nexus-client
19992025-02-22T20:29:08.819Z consumes: propolis-client
20002025-02-22T20:29:08.819Z consumes: repo-depot-client
20012025-02-22T20:29:08.819Z
20022025-02-22T20:29:08.819Zpropolis-server (propolis/bin/propolis-server)
20032025-02-22T20:29:08.819Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20042025-02-22T20:29:08.819Z exposes: Propolis (client = propolis-client)
20052025-02-22T20:29:08.822Z consumes: nexus-client
20062025-02-22T20:29:08.822Z
20072025-02-22T20:29:08.822Zddmd (maghemite/ddmd)
20082025-02-22T20:29:08.822Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20092025-02-22T20:29:08.822Z consumes: dpd-client
20102025-02-22T20:29:08.822Z
20112025-02-22T20:29:08.822Zdpd (dendrite/dpd)
20122025-02-22T20:29:08.822Z exposes: Dendrite DPD (client = dpd-client)
20132025-02-22T20:29:08.825Z consumes: gateway-client
20142025-02-22T20:29:08.825Z consumes: nexus-client
20152025-02-22T20:29:08.825Z
20162025-02-22T20:29:08.825Zlldpd (lldp/lldpd)
20172025-02-22T20:29:08.825Z exposes: LLDP daemon (client = lldpd-client)
20182025-02-22T20:29:08.825Z
20192025-02-22T20:29:08.825Zmgd (maghemite/mgd)
20202025-02-22T20:29:08.825Z exposes: Maghemite MG Admin (client = mg-admin-client)
20212025-02-22T20:29:08.825Z consumes: ddm-admin-client
20222025-02-22T20:29:08.825Z consumes: dpd-client
20232025-02-22T20:29:08.825Z
20242025-02-22T20:29:08.825Zomicron-gateway (omicron/gateway)
20252025-02-22T20:29:08.825Z exposes: Management Gateway Service (client = gateway-client)
20262025-02-22T20:29:08.825Z
20272025-02-22T20:29:08.825Ztfportd (dendrite/tfportd)
20282025-02-22T20:29:08.828Z consumes: dpd-client
20292025-02-22T20:29:08.828Z
20302025-02-22T20:29:08.828Zwicketd (omicron/wicketd)
20312025-02-22T20:29:08.828Z exposes: Wicketd Installinator (client = installinator-client)
20322025-02-22T20:29:08.828Z exposes: Wicketd (client = wicketd-client)
20332025-02-22T20:29:08.828Z consumes: bootstrap-agent-client
20342025-02-22T20:29:08.828Z consumes: ddm-admin-client
20352025-02-22T20:29:08.828Z consumes: dpd-client
20362025-02-22T20:29:08.828Z consumes: gateway-client
20372025-02-22T20:29:08.828Z
20382025-02-22T20:29:08.828Zinstallinator (omicron/installinator)
20392025-02-22T20:29:08.828Z consumes: ddm-admin-client
20402025-02-22T20:29:08.828Z consumes: installinator-client
20412025-02-22T20:29:08.828Z
20422025-02-22T20:29:08.828Zomicron-nexus (omicron/nexus)
20432025-02-22T20:29:08.828Z exposes: Nexus Internal API (client = nexus-client)
20442025-02-22T20:29:08.828Z exposes: External API (client = oxide-client)
20452025-02-22T20:29:08.831Z consumes: clickhouse-admin-keeper-client
20462025-02-22T20:29:08.831Z consumes: clickhouse-admin-server-client
20472025-02-22T20:29:08.831Z consumes: clickhouse-admin-single-client
20482025-02-22T20:29:08.831Z consumes: cockroach-admin-client
20492025-02-22T20:29:08.831Z consumes: crucible-agent-client
20502025-02-22T20:29:08.831Z consumes: crucible-pantry-client
20512025-02-22T20:29:08.831Z consumes: dns-service-client
20522025-02-22T20:29:08.831Z consumes: dpd-client
20532025-02-22T20:29:08.831Z consumes: gateway-client
20542025-02-22T20:29:08.831Z consumes: lldpd-client
20552025-02-22T20:29:08.831Z consumes: mg-admin-client
20562025-02-22T20:29:08.831Z consumes: oximeter-client
20572025-02-22T20:29:08.831Z consumes: propolis-client
20582025-02-22T20:29:08.831Z consumes: sled-agent-client
20592025-02-22T20:29:08.831Z
20602025-02-22T20:29:08.831Zoximeter-collector (omicron/oximeter/collector)
20612025-02-22T20:29:08.831Z exposes: Oximeter (client = oximeter-client)
20622025-02-22T20:29:08.834Z consumes: nexus-client
20632025-02-22T20:29:08.834Z
20642025-02-22T20:29:08.960Z
20652025-02-22T20:29:08.960Zreal 5.614994511
20662025-02-22T20:29:08.960Zuser 4.706362756
20672025-02-22T20:29:08.960Zsys 1.724341986
20682025-02-22T20:29:08.960Ztrap 0.000573079
20692025-02-22T20:29:08.960Ztflt 0.000026594
20702025-02-22T20:29:08.960Zdflt 0.000066065
20712025-02-22T20:29:08.960Zkflt 0.000000000
20722025-02-22T20:29:08.960Zlock 0.003059257
20732025-02-22T20:29:08.960Zslp 12.920286354
20742025-02-22T20:29:08.960Zlat 0.011028293
20752025-02-22T20:29:08.963Zstop 0.100471335
20762025-02-22T20:29:08.963Z+ ptime -m cargo xtask ls-apis check
20772025-02-22T20:29:09.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20782025-02-22T20:29:09.483Z Running `target/debug/xtask ls-apis check`
20792025-02-22T20:29:10.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
20802025-02-22T20:29:10.352Z Running `target/debug/ls-apis check`
20812025-02-22T20:29:10.392Zloading metadata for workspace omicron from current workspace
20822025-02-22T20:29:11.588Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/ce952e6/Cargo.toml
20832025-02-22T20:29:11.591Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/cb2b592/Cargo.toml
20842025-02-22T20:29:11.595Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/95d6a55/Cargo.toml
20852025-02-22T20:29:11.601Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/d2d8f8a/Cargo.toml
20862025-02-22T20:29:13.474Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/18ed558/Cargo.toml
20872025-02-22T20:29:14.234Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20882025-02-22T20:29:14.252Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20892025-02-22T20:29:14.520Z
20902025-02-22T20:29:14.520Z
20912025-02-22T20:29:14.520ZServer-managed APIs:
20922025-02-22T20:29:14.520Z
20932025-02-22T20:29:14.520Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
20942025-02-22T20:29:14.520Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
20952025-02-22T20:29:14.520Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
20962025-02-22T20:29:14.520Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
20972025-02-22T20:29:14.520Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
20982025-02-22T20:29:14.520Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
20992025-02-22T20:29:14.520Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
21002025-02-22T20:29:14.520Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
21012025-02-22T20:29:14.520Z DNS Server (dns-service-client, exposed by dns-server)
21022025-02-22T20:29:14.520Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
21032025-02-22T20:29:14.520Z LLDP daemon (lldpd-client, exposed by lldpd)
21042025-02-22T20:29:14.520Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
21052025-02-22T20:29:14.520Z External API (oxide-client, exposed by omicron-nexus)
21062025-02-22T20:29:14.520Z Oximeter (oximeter-client, exposed by oximeter-collector)
21072025-02-22T20:29:14.521Z Propolis (propolis-client, exposed by propolis-server)
21082025-02-22T20:29:14.521Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
21092025-02-22T20:29:14.521Z Wicketd (wicketd-client, exposed by wicketd)
21102025-02-22T20:29:14.521Z
21112025-02-22T20:29:14.521Z
21122025-02-22T20:29:14.521ZClient-managed API:
21132025-02-22T20:29:14.521Z
21142025-02-22T20:29:14.521Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
21152025-02-22T20:29:14.521Z reason: depends on itself (i.e., instances call each other)
21162025-02-22T20:29:14.521Z Dendrite DPD (dpd-client, exposed by dpd)
21172025-02-22T20:29:14.521Z reason: Sled Agent calling DPD creates a circular dependency
21182025-02-22T20:29:14.521Z Wicketd Installinator (installinator-client, exposed by wicketd)
21192025-02-22T20:29:14.521Z reason: client is provided implicitly by the operator
21202025-02-22T20:29:14.521Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
21212025-02-22T20:29:14.521Z reason: Circular dependencies between Nexus and other services
21222025-02-22T20:29:14.521Z Crucible Repair (repair-client, exposed by crucible-downstairs)
21232025-02-22T20:29:14.521Z reason: depends on itself (i.e., instances call each other)
21242025-02-22T20:29:14.521Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
21252025-02-22T20:29:14.521Z reason: depends on itself (i.e., instances call each other)
21262025-02-22T20:29:14.521Z
21272025-02-22T20:29:14.521Z
21282025-02-22T20:29:14.521ZAPIs with unknown version management: none
21292025-02-22T20:29:14.648Z
21302025-02-22T20:29:14.648Zreal 5.670714701
21312025-02-22T20:29:14.648Zuser 4.762044932
21322025-02-22T20:29:14.648Zsys 1.722617087
21332025-02-22T20:29:14.648Ztrap 0.000384836
21342025-02-22T20:29:14.648Ztflt 0.000029855
21352025-02-22T20:29:14.648Zdflt 0.000078183
21362025-02-22T20:29:14.648Zkflt 0.000000000
21372025-02-22T20:29:14.648Zlock 0.003365500
21382025-02-22T20:29:14.648Zslp 12.826291676
21392025-02-22T20:29:14.648Zlat 0.011008239
21402025-02-22T20:29:14.648Zstop 0.107625673
21412025-02-22T20:29:14.650Z+ banner build
21422025-02-22T20:29:14.653Z
21432025-02-22T20:29:14.653Z ##### # # # # #####
21442025-02-22T20:29:14.653Z # # # # # # # #
21452025-02-22T20:29:14.653Z ##### # # # # # #
21462025-02-22T20:29:14.653Z # # # # # # # #
21472025-02-22T20:29:14.653Z # # # # # # # #
21482025-02-22T20:29:14.653Z ##### #### # ###### #####
21492025-02-22T20:29:14.653Z
21502025-02-22T20:29:14.653Z+ export 'RUSTFLAGS=-D warnings'
21512025-02-22T20:29:14.653Z+ RUSTFLAGS='-D warnings'
21522025-02-22T20:29:14.653Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
21532025-02-22T20:29:14.653Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
21542025-02-22T20:29:14.654Z+ [[ illumos == \i\l\l\u\m\o\s ]]
21552025-02-22T20:29:14.654Z+ RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
21562025-02-22T20:29:14.654Z+ export TMPDIR=/var/tmp/omicron_tmp
21572025-02-22T20:29:14.654Z+ TMPDIR=/var/tmp/omicron_tmp
21582025-02-22T20:29:14.654Z+ export RUST_BACKTRACE=1
21592025-02-22T20:29:14.654Z+ RUST_BACKTRACE=1
21602025-02-22T20:29:14.654Z+ export CARGO_INCREMENTAL=0
21612025-02-22T20:29:14.654Z+ CARGO_INCREMENTAL=0
21622025-02-22T20:29:14.654Z+ export RUSTC_BOOTSTRAP=1
21632025-02-22T20:29:14.654Z+ RUSTC_BOOTSTRAP=1
21642025-02-22T20:29:14.654Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
21652025-02-22T20:29:16.372Z Compiling proc-macro2 v1.0.92
21662025-02-22T20:29:16.372Z Compiling unicode-ident v1.0.14
21672025-02-22T20:29:16.372Z Compiling libc v0.2.169
21682025-02-22T20:29:16.375Z Compiling cfg-if v1.0.0
21692025-02-22T20:29:16.375Z Compiling serde v1.0.217
21702025-02-22T20:29:16.375Z Compiling autocfg v1.4.0
21712025-02-22T20:29:16.375Z Compiling memchr v2.7.4
21722025-02-22T20:29:16.375Z Compiling version_check v0.9.5
21732025-02-22T20:29:16.375Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.92/build.rs --error-format=json --json=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,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=e448452032b19f74 -C extra-filename=-0dc04630bf7ad1ec --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-0dc04630bf7ad1ec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21742025-02-22T20:29:16.375Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c85ceffe0f29d1b -C extra-filename=-62358d43d54c950b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21752025-02-22T20:29:16.375Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.169/build.rs --error-format=json --json=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,test)' --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=863188b05a6eb194 -C extra-filename=-206bf31dab48c49b --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-206bf31dab48c49b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21762025-02-22T20:29:16.376Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=47a19a9143ed1df3 -C extra-filename=-ec0e17f73ce37523 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21772025-02-22T20:29:16.376Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.217/build.rs --error-format=json --json=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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=052f65311218ead7 -C extra-filename=-e5e0eca04cd0cd87 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-e5e0eca04cd0cd87 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21782025-02-22T20:29:16.376Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=82b3d2c120f8de77 -C extra-filename=-c41639be1f87700d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21792025-02-22T20:29:16.527Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=b43da0cc2a87eaef -C extra-filename=-b0354db40e5a0a55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21802025-02-22T20:29:16.527Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6ef1a3526a031f1 -C extra-filename=-94a95822b5c1b816 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21812025-02-22T20:29:16.653Z Compiling value-bag v1.9.0
21822025-02-22T20:29:16.685Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name value_bag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=956c14d891896f8a -C extra-filename=-2dcd4a62bdc55774 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21832025-02-22T20:29:16.709Z Compiling once_cell v1.20.3
21842025-02-22T20:29:16.751Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=28dee0ac0e13c0d8 -C extra-filename=-cc4c9ca4fb71ffde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21852025-02-22T20:29:17.102Z Compiling log v0.4.22
21862025-02-22T20:29:17.142Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=ea42792389269540 -C extra-filename=-a147a23faaf349f2 --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-2dcd4a62bdc55774.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21872025-02-22T20:29:17.170Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-0dc04630bf7ad1ec/build-script-build`
21882025-02-22T20:29:17.175Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-e5e0eca04cd0cd87/build-script-build`
21892025-02-22T20:29:17.201Z Compiling itoa v1.0.11
21902025-02-22T20:29:17.204Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=91f24d5c65adf33d -C extra-filename=-57976e99141aa10c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21912025-02-22T20:29:17.252Z Compiling scopeguard v1.2.0
21922025-02-22T20:29:17.255Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=ef004a5d5e15cc3f -C extra-filename=-05a475995c9906c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21932025-02-22T20:29:17.284Z Compiling smallvec v1.13.2
21942025-02-22T20:29:17.284Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-206bf31dab48c49b/build-script-build`
21952025-02-22T20:29:17.306Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=64d71ad4094126c8 -C extra-filename=-74855a779b273f99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21962025-02-22T20:29:17.366Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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,test)' --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=93a46875f4bf5ed8 -C extra-filename=-366e89962da8a132 --out-dir /work/oxidecomputer/omicron/target/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_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_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --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"))'`
21972025-02-22T20:29:17.414Z Compiling byteorder v1.5.0
21982025-02-22T20:29:17.447Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=7198085d2c48067f -C extra-filename=-6fa0bc0485b87f2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21992025-02-22T20:29:17.450Z Compiling pin-project-lite v0.2.14
22002025-02-22T20:29:17.450Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9800e9bccb6eb2cd -C extra-filename=-3d55b6ea8d435783 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22012025-02-22T20:29:17.480Z Compiling lock_api v0.4.12
22022025-02-22T20:29:17.519Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=ac565146212e12c9 -C extra-filename=-234c6e364a590cdd --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-234c6e364a590cdd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c41639be1f87700d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22032025-02-22T20:29:17.593Z Compiling subtle v2.6.1
22042025-02-22T20:29:17.596Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=c736c760f5bd53d3 -C extra-filename=-9423829603dc28c7 --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-62358d43d54c950b.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)'`
22052025-02-22T20:29:17.596Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=2dcd2a9b174f6694 -C extra-filename=-af7ee5c1b0f412fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22062025-02-22T20:29:17.712Z Compiling ryu v1.0.18
22072025-02-22T20:29:17.715Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=d93015221dd64085 -C extra-filename=-09050f2054347c06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22082025-02-22T20:29:17.857Z Compiling regex-syntax v0.8.5
22092025-02-22T20:29:17.859Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=d213b356c1878df1 -C extra-filename=-00a03bff956e80e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22102025-02-22T20:29:17.886Z Compiling shlex v1.3.0
22112025-02-22T20:29:17.887Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-234c6e364a590cdd/build-script-build`
22122025-02-22T20:29:17.889Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=06800dc7b87fe0db -C extra-filename=-c29a401cfb96b366 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22132025-02-22T20:29:17.971Z Compiling libm v0.2.8
22142025-02-22T20:29:17.974Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=1829d629c4b04dbc -C extra-filename=-437ddefae983f5d3 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-437ddefae983f5d3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22152025-02-22T20:29:17.997Z Compiling num-traits v0.2.19
22162025-02-22T20:29:18.000Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=98acd7a75c961d90 -C extra-filename=-7bbf2d41207939cd --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-7bbf2d41207939cd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c41639be1f87700d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22172025-02-22T20:29:18.079Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=a2bef5f3a05e2acd -C extra-filename=-0b7b2231cbf9aba6 --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-05a475995c9906c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
22182025-02-22T20:29:18.082Z Compiling aho-corasick v1.1.3
22192025-02-22T20:29:18.113Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=26758b59584e3468 -C extra-filename=-009794bcd0adcca4 --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-b0354db40e5a0a55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22202025-02-22T20:29:18.257Z Compiling allocator-api2 v0.2.18
22212025-02-22T20:29:18.260Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=f136a15f18c18705 -C extra-filename=-199f53930120fca2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22222025-02-22T20:29:18.376Z Compiling quote v1.0.38
22232025-02-22T20:29:18.379Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=8cbafb1fd5aba9e3 -C extra-filename=-332e144a509636fa --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-9423829603dc28c7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22242025-02-22T20:29:18.440Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-437ddefae983f5d3/build-script-build`
22252025-02-22T20:29:18.444Z Compiling getrandom v0.2.15
22262025-02-22T20:29:18.448Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=771898564dfdbaab -C extra-filename=-59b5076c3c3cced8 --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-ec0e17f73ce37523.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22272025-02-22T20:29:18.471Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=d56fedf2779e933e -C extra-filename=-3c8d79c001b1d446 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22282025-02-22T20:29:18.670Z Compiling jobserver v0.1.32
22292025-02-22T20:29:18.673Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=23d8683674a57b00 -C extra-filename=-2f8ef483e3feb12a --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-366e89962da8a132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22302025-02-22T20:29:18.847Z Compiling syn v2.0.96
22312025-02-22T20:29:18.849Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=eaee6b3b91a6642c -C extra-filename=-1c5bade0f202c7b2 --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-9423829603dc28c7.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-62358d43d54c950b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22322025-02-22T20:29:18.984Z Compiling rand_core v0.6.4
22332025-02-22T20:29:18.988Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=d017f39f3a526ad2 -C extra-filename=-33a375d65b361fda --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-59b5076c3c3cced8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22342025-02-22T20:29:19.028Z Compiling parking_lot_core v0.9.10
22352025-02-22T20:29:19.032Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-7bbf2d41207939cd/build-script-build`
22362025-02-22T20:29:19.032Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=db1bfb12b348f57c -C extra-filename=-8c43fd794a77a0a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-8c43fd794a77a0a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22372025-02-22T20:29:19.263Z Compiling cc v1.1.30
22382025-02-22T20:29:19.299Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=a3e91df3f1c6f2d3 -C extra-filename=-e609a1207c813737 --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-2f8ef483e3feb12a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-c29a401cfb96b366.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22392025-02-22T20:29:19.495Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=4b23452dc52c806f -C extra-filename=-e9d24d36744151b0 --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-3c8d79c001b1d446.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)'`
22402025-02-22T20:29:19.530Z Compiling typenum v1.17.0
22412025-02-22T20:29:19.533Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=c60cd362dc0c25cb -C extra-filename=-fc0b8a39602987f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-fc0b8a39602987f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22422025-02-22T20:29:19.559Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-8c43fd794a77a0a0/build-script-build`
22432025-02-22T20:29:19.600Z Compiling serde_json v1.0.139
22442025-02-22T20:29:19.633Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.139/build.rs --error-format=json --json=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,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=0198b642dab2f151 -C extra-filename=-d2503aa253b47458 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-d2503aa253b47458 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22452025-02-22T20:29:19.739Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=05c74a06da6f904c -C extra-filename=-009c406a7e94cc51 --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-ec0e17f73ce37523.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-74855a779b273f99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22462025-02-22T20:29:20.057Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-d2503aa253b47458/build-script-build`
22472025-02-22T20:29:20.097Z Compiling generic-array v0.14.7
22482025-02-22T20:29:20.099Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=eb2b95ae95bde688 -C extra-filename=-e222f7e784ebb312 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-e222f7e784ebb312 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22492025-02-22T20:29:20.336Z Compiling semver v1.0.25
22502025-02-22T20:29:20.346Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.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="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=8c44da15cb6e3029 -C extra-filename=-98ed0e26b0901fab --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-98ed0e26b0901fab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22512025-02-22T20:29:20.547Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-e222f7e784ebb312/build-script-build`
22522025-02-22T20:29:20.628Z Compiling parking_lot v0.12.3
22532025-02-22T20:29:20.655Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=ad552566af638c23 -C extra-filename=-caf9cb2412e106e6 --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-0b7b2231cbf9aba6.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-009c406a7e94cc51.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22542025-02-22T20:29:20.658Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-fc0b8a39602987f8/build-script-main`
22552025-02-22T20:29:20.871Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=24a794d06bc0995e -C extra-filename=-47edc3495c08b40c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22562025-02-22T20:29:20.944Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-98ed0e26b0901fab/build-script-build`
22572025-02-22T20:29:21.029Z Compiling thiserror v1.0.69
22582025-02-22T20:29:21.073Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d183a9332e42243 -C extra-filename=-dd4418b58e898f9a --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-dd4418b58e898f9a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22592025-02-22T20:29:21.176Z Compiling rustix v0.38.37
22602025-02-22T20:29:21.179Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --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"))' --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,test)' --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"))' -C metadata=d347c3042c046231 -C extra-filename=-45bdda515b9785ee --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-45bdda515b9785ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22612025-02-22T20:29:21.429Z Compiling regex-automata v0.4.8
22622025-02-22T20:29:21.456Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=0d899c4c15dfb19a -C extra-filename=-ff5e66a17a382b48 --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-009794bcd0adcca4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22632025-02-22T20:29:21.669Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-dd4418b58e898f9a/build-script-build`
22642025-02-22T20:29:21.988Z Compiling errno v0.3.9
22652025-02-22T20:29:21.988Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-45bdda515b9785ee/build-script-build`
22662025-02-22T20:29:21.991Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2e31c597a0b58179 -C extra-filename=-58b269320c9bdbed --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-366e89962da8a132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22672025-02-22T20:29:22.117Z Compiling fnv v1.0.7
22682025-02-22T20:29:22.120Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e0ea050ad4811aca -C extra-filename=-98d3c5abcf530833 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22692025-02-22T20:29:22.234Z Compiling signal-hook-registry v1.4.2
22702025-02-22T20:29:22.237Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=001349e34d6431e6 -C extra-filename=-a4efed1b911530c0 --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-366e89962da8a132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22712025-02-22T20:29:22.282Z Compiling futures-core v0.3.31
22722025-02-22T20:29:22.292Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=968cd40321c8a54b -C extra-filename=-1576965aa7d154eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22732025-02-22T20:29:22.322Z Compiling equivalent v1.0.1
22742025-02-22T20:29:22.324Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=948185a31545ca40 -C extra-filename=-83393c1ebc8c92b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22752025-02-22T20:29:22.387Z Compiling foldhash v0.1.3
22762025-02-22T20:29:22.390Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=75ac500604f05f33 -C extra-filename=-3b0620f52c9321be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22772025-02-22T20:29:22.459Z Compiling mio v1.0.2
22782025-02-22T20:29:22.461Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=49baaf2ccc9b032c -C extra-filename=-a4b0540ee9bf5c45 --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-366e89962da8a132.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22792025-02-22T20:29:22.543Z Compiling either v1.13.0
22802025-02-22T20:29:22.546Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=048ee4b20f6aa69d -C extra-filename=-f022353c3733c3cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22812025-02-22T20:29:22.691Z Compiling hashbrown v0.15.1
22822025-02-22T20:29:22.695Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=d5bcc4abbd60e24a -C extra-filename=-27c977240796c3a1 --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-199f53930120fca2.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-83393c1ebc8c92b8.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-3b0620f52c9321be.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22832025-02-22T20:29:22.789Z Compiling socket2 v0.5.7
22842025-02-22T20:29:22.792Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=0f2072029024a2ac -C extra-filename=-6077ab337fa66134 --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-366e89962da8a132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22852025-02-22T20:29:22.903Z Compiling heck v0.5.0
22862025-02-22T20:29:22.906Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e28b5001a0b5574e -C extra-filename=-d7c4e21566c467a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22872025-02-22T20:29:22.964Z Compiling spin v0.9.8
22882025-02-22T20:29:22.966Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=a4184cbc36d9a925 -C extra-filename=-ce1398b91b784a2b --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-0b7b2231cbf9aba6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22892025-02-22T20:29:23.386Z Compiling const-oid v0.9.6
22902025-02-22T20:29:23.389Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=2fec089c8ed4933d -C extra-filename=-a6ccc56041b55513 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22912025-02-22T20:29:23.414Z Compiling slab v0.4.9
22922025-02-22T20:29:23.416Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=23d049ab395daed7 -C extra-filename=-5efcfe1a9d362585 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-5efcfe1a9d362585 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c41639be1f87700d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22932025-02-22T20:29:23.499Z Compiling futures-io v0.3.31
22942025-02-22T20:29:23.501Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=81ce4a8372e54e8a -C extra-filename=-2865af5633b646e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22952025-02-22T20:29:23.698Z Compiling iana-time-zone v0.1.61
22962025-02-22T20:29:23.700Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=4687d6198c2cd447 -C extra-filename=-b45bb0bd37fbdaf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22972025-02-22T20:29:23.727Z Compiling lazy_static v1.5.0
22982025-02-22T20:29:23.730Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=fe28e955c644b99d -C extra-filename=-18ebbde8e24fab88 --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-ce1398b91b784a2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22992025-02-22T20:29:23.785Z Compiling cpufeatures v0.2.14
23002025-02-22T20:29:23.826Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0fe3614fdafc750d -C extra-filename=-3596b2d9c128a0c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23012025-02-22T20:29:23.830Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-5efcfe1a9d362585/build-script-build`
23022025-02-22T20:29:23.865Z Compiling pkg-config v0.3.31
23032025-02-22T20:29:23.868Z Compiling futures-sink v0.3.31
23042025-02-22T20:29:23.890Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f538a96d0b9b6fb9 -C extra-filename=-1751b2fccd5c0e7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23052025-02-22T20:29:23.893Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=65efe83e6179da44 -C extra-filename=-ce74d051d15302a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23062025-02-22T20:29:23.918Z Compiling stable_deref_trait v1.2.0
23072025-02-22T20:29:23.939Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=0901bafa7d9f7cdc -C extra-filename=-a1a49b344a9f1018 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23082025-02-22T20:29:23.973Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=fb6d64edb90092ab -C extra-filename=-b5b250c1c1b88026 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23092025-02-22T20:29:24.052Z Compiling pin-utils v0.1.0
23102025-02-22T20:29:24.055Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c930aa8157725fb1 -C extra-filename=-bb870f0abbb928a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23112025-02-22T20:29:24.081Z Compiling futures-channel v0.3.31
23122025-02-22T20:29:24.106Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=4ce6980718aaa1a3 -C extra-filename=-6483d9579c8676ee --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-1576965aa7d154eb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ce74d051d15302a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23132025-02-22T20:29:24.110Z Compiling futures-task v0.3.31
23142025-02-22T20:29:24.112Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=e718d36de0f9351e -C extra-filename=-1ad1d5b43cab278f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23152025-02-22T20:29:24.162Z Compiling schemars v0.8.21
23162025-02-22T20:29:24.165Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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="semver"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --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=df17b0af5bc97eb9 -C extra-filename=-2f1d7989fb7c7619 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-2f1d7989fb7c7619 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23172025-02-22T20:29:24.279Z Compiling dyn-clone v1.0.18
23182025-02-22T20:29:24.282Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5d4128c3bef9083 -C extra-filename=-324174bc038fa7c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23192025-02-22T20:29:24.421Z Compiling itertools v0.10.5
23202025-02-22T20:29:24.423Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=79bc17e679012f67 -C extra-filename=-18985f1e64cc7281 --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-f022353c3733c3cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23212025-02-22T20:29:24.504Z Compiling tracing-core v0.1.32
23222025-02-22T20:29:24.528Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=0d0aedb792d79407 -C extra-filename=-fe1524a63a63fc83 --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-cc4c9ca4fb71ffde.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23232025-02-22T20:29:24.533Z Compiling glob v0.3.2
23242025-02-22T20:29:24.535Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1e747f87c9e390d -C extra-filename=-0173d020d94cf3b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23252025-02-22T20:29:24.581Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-2f1d7989fb7c7619/build-script-build`
23262025-02-22T20:29:24.624Z Compiling syn v1.0.109
23272025-02-22T20:29:24.627Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=5786e1bd6fb091a8 -C extra-filename=-19051e4fa307c78c --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-19051e4fa307c78c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23282025-02-22T20:29:25.163Z Compiling home v0.5.9
23292025-02-22T20:29:25.166Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3bef8dd71521f9db -C extra-filename=-6fcefbc560fae140 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23302025-02-22T20:29:25.360Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-19051e4fa307c78c/build-script-build`
23312025-02-22T20:29:25.389Z Compiling minimal-lexical v0.2.1
23322025-02-22T20:29:25.392Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=41f6358ebf79fdf7 -C extra-filename=-aed16199d4e890fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23332025-02-22T20:29:25.418Z Compiling writeable v0.5.5
23342025-02-22T20:29:25.421Z Compiling litemap v0.7.3
23352025-02-22T20:29:25.421Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=5eb8c01e77745a48 -C extra-filename=-7bfe56a16340225c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23362025-02-22T20:29:25.421Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=7e42ff05122e442b -C extra-filename=-2fbb725256cafeb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23372025-02-22T20:29:25.467Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=760323e1f39c2c26 -C extra-filename=-b6adb4a9d9691a83 --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-9423829603dc28c7.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-62358d43d54c950b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
23382025-02-22T20:29:25.701Z Compiling clang-sys v1.8.1
23392025-02-22T20:29:25.703Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=68f9179a2feeaa42 -C extra-filename=-d8186a61b65a1d05 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-d8186a61b65a1d05 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23402025-02-22T20:29:25.852Z Compiling nom v7.1.3
23412025-02-22T20:29:25.852Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=eef5101c32f43590 -C extra-filename=-724241a249047847 --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-b0354db40e5a0a55.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-aed16199d4e890fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23422025-02-22T20:29:25.899Z Compiling vcpkg v0.2.15
23432025-02-22T20:29:25.902Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6bcdbb5f1d89ff7 -C extra-filename=-86ab338041730e84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23442025-02-22T20:29:25.973Z Compiling serde_derive_internals v0.29.1
23452025-02-22T20:29:25.975Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=509b9a970a5fb230 -C extra-filename=-1b285f5aa1546564 --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-9423829603dc28c7.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23462025-02-22T20:29:26.460Z Compiling synstructure v0.13.1
23472025-02-22T20:29:26.463Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=a001066d051077a9 -C extra-filename=-dc50736915917600 --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-9423829603dc28c7.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23482025-02-22T20:29:26.930Z Compiling regex v1.11.1
23492025-02-22T20:29:26.933Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=fabb4561ba5c3c3a -C extra-filename=-a3fbe9faafeab9f5 --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-009794bcd0adcca4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ff5e66a17a382b48.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23502025-02-22T20:29:27.647Z Compiling prettyplease v0.2.29
23512025-02-22T20:29:27.650Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.29/build.rs --error-format=json --json=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,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=5ed3a7fcbaf4c670 -C extra-filename=-f074c52ad8cc62af --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-f074c52ad8cc62af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23522025-02-22T20:29:27.857Z Compiling percent-encoding v2.3.1
23532025-02-22T20:29:27.860Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8f077bd5cc174d51 -C extra-filename=-71e05fb9e91a7f76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23542025-02-22T20:29:27.916Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-d8186a61b65a1d05/build-script-build`
23552025-02-22T20:29:27.959Z Compiling crossbeam-utils v0.8.20
23562025-02-22T20:29:27.962Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=454a972cee702744 -C extra-filename=-f60d0ba1b5458b04 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-f60d0ba1b5458b04 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23572025-02-22T20:29:28.081Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-f074c52ad8cc62af/build-script-build`
23582025-02-22T20:29:28.123Z Compiling strsim v0.11.1
23592025-02-22T20:29:28.126Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=29d5e51d4694ea38 -C extra-filename=-f65fb5752489051b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23602025-02-22T20:29:28.174Z Compiling icu_locid_transform_data v1.5.0
23612025-02-22T20:29:28.177Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2fb5cd6c12a8b460 -C extra-filename=-5b136eddb9a87548 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23622025-02-22T20:29:28.214Z Compiling libloading v0.8.5
23632025-02-22T20:29:28.217Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e95baa5c264e39ee -C extra-filename=-7099f56fdba84589 --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-ec0e17f73ce37523.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23642025-02-22T20:29:28.314Z Compiling icu_properties_data v1.5.0
23652025-02-22T20:29:28.316Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7bdb90024dc954dd -C extra-filename=-427e7054917974e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23662025-02-22T20:29:28.586Z Compiling bindgen v0.69.5
23672025-02-22T20:29:28.588Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=f758cdfe6dc8885e -C extra-filename=-1405492a315d526f --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-1405492a315d526f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23682025-02-22T20:29:28.617Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=4d5a2c337e687a33 -C extra-filename=-27a086cac030b9f2 --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-0173d020d94cf3b3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-7099f56fdba84589.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23692025-02-22T20:29:28.617Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-f60d0ba1b5458b04/build-script-build`
23702025-02-22T20:29:28.677Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=849c7926e944dde7 -C extra-filename=-2177475d79c1394d --out-dir /work/oxidecomputer/omicron/target/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)'`
23712025-02-22T20:29:28.883Z Compiling cexpr v0.6.0
23722025-02-22T20:29:28.886Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=064f831e0c6aeb09 -C extra-filename=-14eb95867c680923 --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-724241a249047847.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23732025-02-22T20:29:29.183Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.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="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=f841795feac89ffb -C extra-filename=-f158eb699be35e38 --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-9423829603dc28c7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.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)'`
23742025-02-22T20:29:29.501Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-1405492a315d526f/build-script-build`
23752025-02-22T20:29:29.544Z Compiling form_urlencoded v1.2.1
23762025-02-22T20:29:29.546Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6cd342300e3b1a6c -C extra-filename=-22f142bfb74a30f8 --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-71e05fb9e91a7f76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23772025-02-22T20:29:29.815Z Compiling ring v0.17.9
23782025-02-22T20:29:29.846Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.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="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=d89fad40d11049fb -C extra-filename=-407c72a185c9ecc3 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-407c72a185c9ecc3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e609a1207c813737.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23792025-02-22T20:29:29.922Z Compiling utf8_iter v1.0.4
23802025-02-22T20:29:29.924Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=155e38d55050548f -C extra-filename=-e04cb3990645b677 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23812025-02-22T20:29:30.216Z Compiling paste v1.0.15
23822025-02-22T20:29:30.219Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e886e00bac8f29db -C extra-filename=-85566530b7ac6788 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-85566530b7ac6788 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23832025-02-22T20:29:30.537Z Compiling rustc-hash v1.1.0
23842025-02-22T20:29:30.564Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=73195994a22efad4 -C extra-filename=-2421a59c29d6ccdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23852025-02-22T20:29:30.715Z Compiling lazycell v1.3.0
23862025-02-22T20:29:30.715Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("clippy", "nightly", "nightly-testing", "serde"))' -C metadata=45a221a84c009eb1 -C extra-filename=-074293a2e6cf23b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23872025-02-22T20:29:30.827Z Compiling adler2 v2.0.0
23882025-02-22T20:29:30.849Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=665e045183b90396 -C extra-filename=-77acd00eea460188 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23892025-02-22T20:29:30.910Z Compiling utf16_iter v1.0.5
23902025-02-22T20:29:30.912Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b0025e7486123a14 -C extra-filename=-541702bfcb648d36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23912025-02-22T20:29:31.054Z Compiling write16 v1.0.0
23922025-02-22T20:29:31.057Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=9d31cdddcfcf6fa8 -C extra-filename=-812ca20f2455d746 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23932025-02-22T20:29:31.087Z Compiling icu_normalizer_data v1.5.0
23942025-02-22T20:29:31.111Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=65a147e929587886 -C extra-filename=-b5e1bf81f4bbb98e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23952025-02-22T20:29:31.176Z Compiling serde_derive v1.0.217
23962025-02-22T20:29:31.176Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-407c72a185c9ecc3/build-script-build`
23972025-02-22T20:29:31.176Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-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,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=9ac4bbeb9c96a773 -C extra-filename=-e4f2b08c811228df --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23982025-02-22T20:29:31.205Z Compiling zeroize_derive v1.4.2
23992025-02-22T20:29:31.207Z Compiling zerocopy-derive v0.7.35
24002025-02-22T20:29:31.207Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5ee6c591d0e3614 -C extra-filename=-917424b100e7355e --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24012025-02-22T20:29:31.207Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=01e74ee10451f32a -C extra-filename=-dc260e33b3741785 --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24022025-02-22T20:29:31.892Z Compiling thiserror-impl v1.0.69
24032025-02-22T20:29:31.897Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a7d3e6d985e9538 -C extra-filename=-cbe95fa956077c4b --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24042025-02-22T20:29:32.159Z Compiling tokio-macros v2.5.0
24052025-02-22T20:29:32.164Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d807b522da3c28fe -C extra-filename=-17dc7ebd2ee0137a --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24062025-02-22T20:29:32.724Z Compiling zeroize v1.8.1
24072025-02-22T20:29:32.727Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=03ee142cc352fcb1 -C extra-filename=-755446f6329b0dd1 --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-917424b100e7355e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24082025-02-22T20:29:33.091Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=937e045839643673 -C extra-filename=-23a3e44f5f1498e3 --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-47edc3495c08b40c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
24092025-02-22T20:29:33.335Z Compiling zerocopy v0.7.35
24102025-02-22T20:29:33.337Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=29f8cb10c1459409 -C extra-filename=-ab9e65bab06f5ef5 --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-6fa0bc0485b87f2d.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-dc260e33b3741785.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24112025-02-22T20:29:33.736Z Compiling futures-macro v0.3.31
24122025-02-22T20:29:33.738Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0cc9febec2310ac -C extra-filename=-ab9be53edf95a0be --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24132025-02-22T20:29:34.432Z Compiling crypto-common v0.1.6
24142025-02-22T20:29:34.434Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=b76b77bbdcf4eac5 -C extra-filename=-4c4e93b96f688a53 --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-23a3e44f5f1498e3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-33a375d65b361fda.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-47edc3495c08b40c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24152025-02-22T20:29:34.668Z Compiling block-buffer v0.10.4
24162025-02-22T20:29:34.671Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=43f479f5bba25bef -C extra-filename=-8ea41be4f3add1ea --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-23a3e44f5f1498e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24172025-02-22T20:29:34.701Z Compiling schemars_derive v0.8.21
24182025-02-22T20:29:34.736Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=97df47a6d60b3b15 -C extra-filename=-7556adaf0ced3778 --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-1b285f5aa1546564.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24192025-02-22T20:29:34.968Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=add7466a4a430e93 -C extra-filename=-de7b30e49c8862a5 --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-cbe95fa956077c4b.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)'`
24202025-02-22T20:29:35.023Z Compiling digest v0.10.7
24212025-02-22T20:29:35.025Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=5811adf0e24aa16e -C extra-filename=-a4b1566283312517 --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-8ea41be4f3add1ea.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-a6ccc56041b55513.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-4c4e93b96f688a53.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24222025-02-22T20:29:35.133Z Compiling zerofrom-derive v0.1.4
24232025-02-22T20:29:35.136Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fdcbc673041df687 -C extra-filename=-b1baad10e47e0c69 --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-dc50736915917600.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24242025-02-22T20:29:35.491Z Compiling ppv-lite86 v0.2.20
24252025-02-22T20:29:35.493Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=736a6734f0823a3e -C extra-filename=-d70da735d4c3cb6e --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-ab9e65bab06f5ef5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24262025-02-22T20:29:35.766Z Compiling futures-util v0.3.31
24272025-02-22T20:29:35.769Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --check-cfg 'cfg(futures_sanitizer)' --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,test)' --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"))' -C metadata=4c869512a44e8061 -C extra-filename=-74b98f795200a9cd --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-6483d9579c8676ee.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-ab9be53edf95a0be.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ce74d051d15302a4.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1ad1d5b43cab278f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-bb870f0abbb928a4.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-b5b250c1c1b88026.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24282025-02-22T20:29:36.255Z Compiling yoke-derive v0.7.4
24292025-02-22T20:29:36.258Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=96908216e93ddcfc -C extra-filename=-2e0d35b45523d734 --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-dc50736915917600.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24302025-02-22T20:29:36.525Z Compiling rand_chacha v0.3.1
24312025-02-22T20:29:36.528Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=96730b0f841ac72a -C extra-filename=-8318dd9a0af188dd --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-d70da735d4c3cb6e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-33a375d65b361fda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24322025-02-22T20:29:36.975Z Compiling displaydoc v0.2.5
24332025-02-22T20:29:37.012Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f1b866c39c913c1c -C extra-filename=-43a7e28777689e68 --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24342025-02-22T20:29:37.752Z Compiling tracing-attributes v0.1.27
24352025-02-22T20:29:37.755Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=457b48cc0666bbd6 -C extra-filename=-564762e153a0a83d --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24362025-02-22T20:29:38.343Z Compiling zerovec-derive v0.10.3
24372025-02-22T20:29:38.356Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9287efb20355913 -C extra-filename=-ad397a94034871e6 --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24382025-02-22T20:29:38.532Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=261724fa4f9de5f0 -C extra-filename=-64c0c05ed5192e4e --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-e4f2b08c811228df.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)'`
24392025-02-22T20:29:38.678Z Compiling rand v0.8.5
24402025-02-22T20:29:38.681Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=5dc27ff8664ceca0 -C extra-filename=-eb4a0273174798f6 --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-366e89962da8a132.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-8318dd9a0af188dd.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-33a375d65b361fda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24412025-02-22T20:29:38.763Z Compiling zerofrom v0.1.4
24422025-02-22T20:29:38.765Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=5a939aaa3a5fb8f4 -C extra-filename=-77dbd9e2800eba31 --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-b1baad10e47e0c69.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24432025-02-22T20:29:38.790Z Compiling icu_provider_macros v1.5.0
24442025-02-22T20:29:38.794Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b67c693205b20701 -C extra-filename=-2e0e84cede0d5362 --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24452025-02-22T20:29:39.011Z Compiling miniz_oxide v0.8.0
24462025-02-22T20:29:39.035Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --check-cfg 'cfg(fuzzing)' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=e324305a37157190 -C extra-filename=-4c4c867249a2e5f2 --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-77acd00eea460188.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24472025-02-22T20:29:39.112Z Compiling yoke v0.7.4
24482025-02-22T20:29:39.115Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=8a4107cdfb8fdd59 -C extra-filename=-1551398ab89f2787 --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-a1a49b344a9f1018.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-2e0d35b45523d734.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-77dbd9e2800eba31.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24492025-02-22T20:29:39.507Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-85566530b7ac6788/build-script-build`
24502025-02-22T20:29:39.587Z Compiling httparse v1.9.5
24512025-02-22T20:29:39.590Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --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)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=37ede6e098ced7db -C extra-filename=-f5cadb8b74f448ac --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-f5cadb8b74f448ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24522025-02-22T20:29:40.095Z Compiling num-conv v0.1.0
24532025-02-22T20:29:40.098Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e7a21fb7fee23f5 -C extra-filename=-72814c7db14d9e6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24542025-02-22T20:29:40.400Z Compiling powerfmt v0.2.0
24552025-02-22T20:29:40.402Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=c06d0e720f57ccf6 -C extra-filename=-1cc8d764fbe0cdb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24562025-02-22T20:29:40.430Z Compiling time-core v0.1.2
24572025-02-22T20:29:40.430Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=503d358f2f716382 -C extra-filename=-3bcb33804f034ca0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24582025-02-22T20:29:40.519Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-f5cadb8b74f448ac/build-script-build`
24592025-02-22T20:29:40.566Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=64e3a0ce94f9f357 -C extra-filename=-733d7b7938cc4461 --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"))'`
24602025-02-22T20:29:40.625Z Compiling num_threads v0.1.7
24612025-02-22T20:29:40.628Z Compiling time-macros v0.2.18
24622025-02-22T20:29:40.628Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=75b6a1f88f7f580a -C extra-filename=-1c56bab8969cd159 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24632025-02-22T20:29:40.628Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=bb1cc546f8a25536 -C extra-filename=-87cb7e65f90be4f1 --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-72814c7db14d9e6f.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-3bcb33804f034ca0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24642025-02-22T20:29:40.774Z Compiling deranged v0.3.11
24652025-02-22T20:29:40.777Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=c18bee0ef64bef8a -C extra-filename=-07813c3ce948a69e --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-1cc8d764fbe0cdb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24662025-02-22T20:29:40.799Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --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)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=908b33e8ebe7a9b1 -C extra-filename=-a0db6af83eafa305 --out-dir /work/oxidecomputer/omicron/target/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`
24672025-02-22T20:29:41.001Z Compiling zerovec v0.10.4
24682025-02-22T20:29:41.038Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=64e4f47c6e0b9495 -C extra-filename=-fda2ac23ae3b5088 --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-1551398ab89f2787.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-77dbd9e2800eba31.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-ad397a94034871e6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24692025-02-22T20:29:41.042Z Compiling atomic-waker v1.1.2
24702025-02-22T20:29:41.045Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=1340f54916d611d1 -C extra-filename=-681c30393c48bbd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24712025-02-22T20:29:41.156Z Compiling tracing v0.1.40
24722025-02-22T20:29:41.181Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=b1244baeb45a6702 -C extra-filename=-72c7d61f1d071b21 --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-a147a23faaf349f2.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-564762e153a0a83d.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-fe1524a63a63fc83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24732025-02-22T20:29:41.258Z Compiling block-padding v0.3.3
24742025-02-22T20:29:41.261Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=df88c02f45f4128e -C extra-filename=-d3f583acf69fd371 --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-23a3e44f5f1498e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24752025-02-22T20:29:41.427Z Compiling cmake v0.1.51
24762025-02-22T20:29:41.429Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=93b3df82258262c4 -C extra-filename=-c853daa879696dbd --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-e609a1207c813737.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24772025-02-22T20:29:41.526Z Compiling ahash v0.8.11
24782025-02-22T20:29:41.550Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=61d787f863ba0513 -C extra-filename=-b16d4a29593113c6 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-b16d4a29593113c6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24792025-02-22T20:29:41.656Z Compiling dunce v1.0.5
24802025-02-22T20:29:41.658Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=00c0c22eebc17163 -C extra-filename=-60ba1eb8af7b4181 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24812025-02-22T20:29:41.696Z Compiling untrusted v0.9.0
24822025-02-22T20:29:41.696Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=12171dd878846ad6 -C extra-filename=-7771f0e505a6f670 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24832025-02-22T20:29:41.822Z Compiling fs_extra v1.3.0
24842025-02-22T20:29:41.825Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9036fc139d896097 -C extra-filename=-a07e8d834e3b67b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24852025-02-22T20:29:41.916Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-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="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=1c76fa5209a82ab8 -C extra-filename=-8d3edd2ba24448e4 --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-ec0e17f73ce37523.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-59b5076c3c3cced8.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7771f0e505a6f670.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -l static=ring_core_0_17_9_ -l static=ring_core_0_17_9__test`
24862025-02-22T20:29:41.967Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-b16d4a29593113c6/build-script-build`
24872025-02-22T20:29:42.055Z Compiling inout v0.1.3
24882025-02-22T20:29:42.058Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=5e0aa0f326b2cae6 -C extra-filename=-d75ce32e354b1f14 --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-d3f583acf69fd371.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-23a3e44f5f1498e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24892025-02-22T20:29:42.155Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=b9f5c808d9cbe4c4 -C extra-filename=-a6519760343b1981 --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-ec0e17f73ce37523.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-59b5076c3c3cced8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ab9e65bab06f5ef5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
24902025-02-22T20:29:42.245Z Compiling sha2 v0.10.8
24912025-02-22T20:29:42.248Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=431ab5864d3426c2 -C extra-filename=-4c806adf64c486fa --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-ec0e17f73ce37523.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3596b2d9c128a0c2.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a4b1566283312517.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24922025-02-22T20:29:42.356Z Compiling cipher v0.4.4
24932025-02-22T20:29:42.359Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=eea1804520b23ffa -C extra-filename=-0e01915bfba7d74a --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-4c4e93b96f688a53.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-d75ce32e354b1f14.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24942025-02-22T20:29:42.386Z Compiling gimli v0.31.1
24952025-02-22T20:29:42.388Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=0f030a3c52c31b10 -C extra-filename=-ed4148cb97cb18cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24962025-02-22T20:29:42.703Z Compiling tinystr v0.7.6
24972025-02-22T20:29:42.705Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=42fd9b1dd86740d5 -C extra-filename=-c526586cb2ecc813 --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-43a7e28777689e68.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-fda2ac23ae3b5088.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24982025-02-22T20:29:42.899Z Compiling icu_collections v1.5.0
24992025-02-22T20:29:42.902Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=cdb8f7719a5278d5 -C extra-filename=-70fdfbc02dd6779c --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-43a7e28777689e68.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-1551398ab89f2787.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-77dbd9e2800eba31.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-fda2ac23ae3b5088.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25002025-02-22T20:29:43.030Z Compiling rustls-pki-types v1.10.0
25012025-02-22T20:29:43.033Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=dfeb14ae81329c28 -C extra-filename=-194970f43a43e576 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25022025-02-22T20:29:43.110Z Compiling icu_locid v1.5.0
25032025-02-22T20:29:43.112Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=0d62cb17b040495e -C extra-filename=-4124bbc4e9c92dd2 --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-43a7e28777689e68.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-2fbb725256cafeb3.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-c526586cb2ecc813.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-7bfe56a16340225c.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-fda2ac23ae3b5088.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25042025-02-22T20:29:43.640Z Compiling bytes v1.9.0
25052025-02-22T20:29:43.670Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=fb0106988cc5245a -C extra-filename=-294058eedc90bb22 --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-64c0c05ed5192e4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25062025-02-22T20:29:43.845Z Compiling bitflags v2.6.0
25072025-02-22T20:29:43.848Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=76e53eead07cdfbe -C extra-filename=-3788a6375c269969 --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-64c0c05ed5192e4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25082025-02-22T20:29:44.013Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.139/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=cb08e81e0331ed33 -C extra-filename=-48fb3ea1b01cd9a6 --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-57976e99141aa10c.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-09050f2054347c06.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.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"))'`
25092025-02-22T20:29:44.195Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.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="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=14a9f9138e7dd4d3 -C extra-filename=-892cac18eb4c4de3 --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-64c0c05ed5192e4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --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)'`
25102025-02-22T20:29:44.319Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --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"))' --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,test)' --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"))' -C metadata=a543d9e3c67da6d1 -C extra-filename=-152bfd45ab679292 --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-3788a6375c269969.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-58b269320c9bdbed.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
25112025-02-22T20:29:44.764Z Compiling indexmap v2.7.1
25122025-02-22T20:29:44.767Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=9a1c3d2c957615b3 -C extra-filename=-4bf73ea5f0dbb7ac --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-83393c1ebc8c92b8.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-27c977240796c3a1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25132025-02-22T20:29:44.867Z Compiling tokio v1.43.0
25142025-02-22T20:29:44.870Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/lib.rs --error-format=json --json=diagnostic-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,test)' --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=9f4396de8a04640b -C extra-filename=-56c41f5284847d60 --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-294058eedc90bb22.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-a4b0540ee9bf5c45.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-caf9cb2412e106e6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-a4efed1b911530c0.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6077ab337fa66134.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-17dc7ebd2ee0137a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25152025-02-22T20:29:45.176Z Compiling chrono v0.4.39
25162025-02-22T20:29:45.179Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.39/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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,test)' --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=06a7dd1c642f431f -C extra-filename=-0db435a960c04bbf --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-b45bb0bd37fbdaf4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25172025-02-22T20:29:45.837Z Compiling uuid v1.12.0
25182025-02-22T20:29:45.839Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=c7872be8b70da788 -C extra-filename=-0c90c69ca71787bd --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-59b5076c3c3cced8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25192025-02-22T20:29:46.134Z Compiling http v1.2.0
25202025-02-22T20:29:46.136Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c91e6886157bf9ff -C extra-filename=-1058df05427b0bcf --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-294058eedc90bb22.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-98d3c5abcf530833.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-57976e99141aa10c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25212025-02-22T20:29:46.343Z Compiling icu_provider v1.5.0
25222025-02-22T20:29:46.346Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=04799a6dfe677263 -C extra-filename=-636557c29bb829ec --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-43a7e28777689e68.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-4124bbc4e9c92dd2.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-2e0e84cede0d5362.so --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-a1a49b344a9f1018.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-c526586cb2ecc813.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-7bfe56a16340225c.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-1551398ab89f2787.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-77dbd9e2800eba31.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-fda2ac23ae3b5088.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25232025-02-22T20:29:46.812Z Compiling time v0.3.36
25242025-02-22T20:29:46.815Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=26b72a7a33451efe -C extra-filename=-78535d256acd279b --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-07813c3ce948a69e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-57976e99141aa10c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-72814c7db14d9e6f.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-1c56bab8969cd159.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-1cc8d764fbe0cdb3.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-3bcb33804f034ca0.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-87cb7e65f90be4f1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25252025-02-22T20:29:47.054Z Compiling serde_tokenstream v0.2.2
25262025-02-22T20:29:47.098Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c8d2c9dd8d495525 -C extra-filename=-96b01b9797cb298d --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-9423829603dc28c7.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25272025-02-22T20:29:47.283Z Compiling icu_locid_transform v1.5.0
25282025-02-22T20:29:47.286Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=ca03717fb6919473 -C extra-filename=-32f3bb7eeef6e907 --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-43a7e28777689e68.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-4124bbc4e9c92dd2.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform_data-5b136eddb9a87548.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-636557c29bb829ec.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-c526586cb2ecc813.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-fda2ac23ae3b5088.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25292025-02-22T20:29:47.372Z Compiling toml_datetime v0.6.8
25302025-02-22T20:29:47.413Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=2003c6ef946a5e46 -C extra-filename=-bff0ebbf9fab601e --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-64c0c05ed5192e4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25312025-02-22T20:29:47.642Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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="semver"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --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=d58582d782545766 -C extra-filename=-137a813f36f06e8f --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-294058eedc90bb22.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-324174bc038fa7c5.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-7556adaf0ced3778.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
25322025-02-22T20:29:47.866Z Compiling which v4.4.2
25332025-02-22T20:29:47.869Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=614e1019b37f5a37 -C extra-filename=-0b1e80dde89a5fa0 --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-f022353c3733c3cf.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-6fcefbc560fae140.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-152bfd45ab679292.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25342025-02-22T20:29:48.320Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=817a820708426061 -C extra-filename=-a2a4c1e7eaf5e92a --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-3788a6375c269969.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-14eb95867c680923.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-27a086cac030b9f2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-18985f1e64cc7281.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-074293a2e6cf23b5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-f158eb699be35e38.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2421a59c29d6ccdd.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-c29a401cfb96b366.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-0b1e80dde89a5fa0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25352025-02-22T20:29:48.433Z Compiling serde_spanned v0.6.8
25362025-02-22T20:29:48.435Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=61f4dda5883cf0d2 -C extra-filename=-a2894ce748fc8942 --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-64c0c05ed5192e4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25372025-02-22T20:29:48.513Z Compiling aws-lc-rs v1.10.0
25382025-02-22T20:29:48.516Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=faf535e86229fab5 -C extra-filename=-fee8de572c3dd8bd --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-fee8de572c3dd8bd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25392025-02-22T20:29:48.712Z Compiling icu_properties v1.5.1
25402025-02-22T20:29:48.715Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=e818b37ce4583687 -C extra-filename=-0d4880602a4262d5 --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-43a7e28777689e68.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-70fdfbc02dd6779c.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-32f3bb7eeef6e907.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-427e7054917974e7.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-636557c29bb829ec.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-c526586cb2ecc813.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-fda2ac23ae3b5088.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25412025-02-22T20:29:48.916Z Compiling addr2line v0.24.2
25422025-02-22T20:29:48.919Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=7d8492e9d0402eb8 -C extra-filename=-2363a9e0ac3c7204 --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-ed4148cb97cb18cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25432025-02-22T20:29:49.030Z Compiling object v0.36.5
25442025-02-22T20:29:49.067Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=9319af6ecb6d5cc9 -C extra-filename=-de49321cac4cb885 --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-b0354db40e5a0a55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25452025-02-22T20:29:49.592Z Compiling anyhow v1.0.96
25462025-02-22T20:29:49.595Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.96/build.rs --error-format=json --json=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,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=223ab2f85e0cdd88 -C extra-filename=-fec782e9e695d75d --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-fec782e9e695d75d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25472025-02-22T20:29:49.621Z Compiling rustc-demangle v0.1.24
25482025-02-22T20:29:49.624Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=41e4e536e71f819c -C extra-filename=-36f089942792bfee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25492025-02-22T20:29:50.309Z Compiling base64ct v1.6.0
25502025-02-22T20:29:50.312Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=6a359404bc016fbb -C extra-filename=-c2d7fa6755e2dac2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25512025-02-22T20:29:50.532Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-fec782e9e695d75d/build-script-build`
25522025-02-22T20:29:50.871Z Compiling http-body v1.0.1
25532025-02-22T20:29:50.873Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc3e4d8c23b17ae8 -C extra-filename=-e343fd1cda966308 --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-294058eedc90bb22.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25542025-02-22T20:29:50.928Z Compiling hmac v0.12.1
25552025-02-22T20:29:50.930Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=23e1638c94021834 -C extra-filename=-79fae8b420b6cab0 --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-a4b1566283312517.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25562025-02-22T20:29:51.038Z Compiling httpdate v1.0.3
25572025-02-22T20:29:51.040Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1a278c0f1f43544 -C extra-filename=-9174e92732ce6af6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25582025-02-22T20:29:51.152Z Compiling mirai-annotations v1.12.0
25592025-02-22T20:29:51.189Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name mirai_annotations --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=97482ed2ee4952ca -C extra-filename=-101b26e9f09f60cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25602025-02-22T20:29:51.199Z Compiling base64 v0.22.1
25612025-02-22T20:29:51.203Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=7b913cd9bb6279a2 -C extra-filename=-210ce714c13e89e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25622025-02-22T20:29:51.370Z Compiling untrusted v0.7.1
25632025-02-22T20:29:51.373Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=99f4b932a8fe025d -C extra-filename=-3d1d78866ee01987 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25642025-02-22T20:29:51.411Z Compiling try-lock v0.2.5
25652025-02-22T20:29:51.435Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd048268d3784b13 -C extra-filename=-9e50b188b68cccec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25662025-02-22T20:29:51.495Z Compiling slog v2.7.0
25672025-02-22T20:29:51.530Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=7ca57fac7836b1af -C extra-filename=-b74cf98a632558da --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-b74cf98a632558da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25682025-02-22T20:29:51.595Z Compiling want v0.3.1
25692025-02-22T20:29:51.598Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=18e4303eabe77254 -C extra-filename=-ee18e409411197e3 --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-9e50b188b68cccec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25702025-02-22T20:29:51.624Z Compiling tower-service v0.3.3
25712025-02-22T20:29:51.627Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=59ae7bae548bf227 -C extra-filename=-fb76a7a0ea1865e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25722025-02-22T20:29:51.788Z Compiling openssl-sys v0.9.106
25732025-02-22T20:29:51.791Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.106/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,test)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=eb1130368124e967 -C extra-filename=-f4832066983b617c --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-f4832066983b617c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e609a1207c813737.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1751b2fccd5c0e7a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-86ab338041730e84.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25742025-02-22T20:29:51.883Z Compiling pem-rfc7468 v0.7.0
25752025-02-22T20:29:51.886Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=57c7e0f716b91dde -C extra-filename=-80d877675d043747 --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-c2d7fa6755e2dac2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25762025-02-22T20:29:51.913Z Compiling mime v0.3.17
25772025-02-22T20:29:51.915Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=80478940261495ce -C extra-filename=-9b1079e703cbc0f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25782025-02-22T20:29:52.059Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-b74cf98a632558da/build-script-build`
25792025-02-22T20:29:52.149Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=d23361e2b8f7dbfd -C extra-filename=-ee872fdcb5d2633b --out-dir /work/oxidecomputer/omicron/target/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`
25802025-02-22T20:29:52.460Z Compiling icu_normalizer v1.5.0
25812025-02-22T20:29:52.462Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=c15a37c0b4ac1b37 -C extra-filename=-287d5305098e1661 --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-43a7e28777689e68.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-70fdfbc02dd6779c.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-b5e1bf81f4bbb98e.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-0d4880602a4262d5.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-636557c29bb829ec.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-74855a779b273f99.rmeta --extern utf16_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf16_iter-541702bfcb648d36.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-e04cb3990645b677.rmeta --extern write16=/work/oxidecomputer/omicron/target/debug/deps/libwrite16-812ca20f2455d746.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-fda2ac23ae3b5088.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25822025-02-22T20:29:52.513Z Compiling http-body-util v0.1.2
25832025-02-22T20:29:52.516Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9bcb0b5ceb7781b1 -C extra-filename=-76b953acbaa33de5 --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-294058eedc90bb22.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-74b98f795200a9cd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-e343fd1cda966308.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25842025-02-22T20:29:52.909Z Compiling tokio-util v0.7.12
25852025-02-22T20:29:52.911Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=6462a709ff00732c -C extra-filename=-25ee8e738a283268 --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-294058eedc90bb22.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ce74d051d15302a4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25862025-02-22T20:29:52.963Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-f4832066983b617c/build-script-main`
25872025-02-22T20:29:53.016Z Compiling der_derive v0.7.3
25882025-02-22T20:29:53.019Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=821d1627ad1fe7a7 -C extra-filename=-91a03175dbe83080 --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25892025-02-22T20:29:53.065Z Compiling async-trait v0.1.86
25902025-02-22T20:29:53.068Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.86/src/lib.rs --error-format=json --json=diagnostic-rendered-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=71a6df57527726d4 -C extra-filename=-e28f9114d5d27a7c --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25912025-02-22T20:29:53.302Z Compiling flagset v0.4.6
25922025-02-22T20:29:53.305Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=59c4bf311b2f2e64 -C extra-filename=-568e074f68fb77fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25932025-02-22T20:29:53.542Z Compiling idna_adapter v1.2.0
25942025-02-22T20:29:53.545Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=1c68134fad485647 -C extra-filename=-6d7526c218c2b049 --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-287d5305098e1661.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-0d4880602a4262d5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25952025-02-22T20:29:53.792Z Compiling idna v1.0.3
25962025-02-22T20:29:53.795Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=8b2ce00a247b2715 -C extra-filename=-0fc81543dcfc93ec --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-6d7526c218c2b049.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-74855a779b273f99.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-e04cb3990645b677.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972025-02-22T20:29:54.170Z Compiling h2 v0.4.6
25982025-02-22T20:29:54.173Z Compiling pbkdf2 v0.12.2
25992025-02-22T20:29:54.173Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=a2ebac41448583b8 -C extra-filename=-c561638f775bd3da --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-681c30393c48bbd3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-98d3c5abcf530833.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ce74d051d15302a4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-b5b250c1c1b88026.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-72c7d61f1d071b21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26002025-02-22T20:29:54.173Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=66b6b773491285a2 -C extra-filename=-0ec409682190ad79 --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-a4b1566283312517.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-79fae8b420b6cab0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26012025-02-22T20:29:54.387Z Compiling rustc_version v0.4.1
26022025-02-22T20:29:54.439Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=96b257e27fca8394 -C extra-filename=-b9559c1eede45886 --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-892cac18eb4c4de3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26032025-02-22T20:29:55.095Z Compiling url v2.5.3
26042025-02-22T20:29:55.097Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=6ac07773d55007c6 -C extra-filename=-f43279d14e0ff31f --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-22f142bfb74a30f8.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-0fc81543dcfc93ec.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26052025-02-22T20:29:55.320Z Compiling rustls-pemfile v2.2.0
26062025-02-22T20:29:55.343Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ffe0b2877a48be6d -C extra-filename=-e70c9909e1c30a44 --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-194970f43a43e576.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26072025-02-22T20:29:55.448Z Compiling der v0.7.9
26082025-02-22T20:29:55.451Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=dc97c18fbf0bc0f9 -C extra-filename=-c123b92865098506 --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-a6ccc56041b55513.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-91a03175dbe83080.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-568e074f68fb77fc.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-80d877675d043747.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26092025-02-22T20:29:55.637Z Compiling backtrace v0.3.74
26102025-02-22T20:29:55.639Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dl_iterate_phdr", "dladdr", "kernel32", "libunwind", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=b5105583cc365d47 -C extra-filename=-8230346c544e489e --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-2363a9e0ac3c7204.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-4c4c867249a2e5f2.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-de49321cac4cb885.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-36f089942792bfee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26112025-02-22T20:29:55.676Z Compiling aes v0.8.4
26122025-02-22T20:29:55.679Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=492735b0670cee0e -C extra-filename=-e62fa27e4c8aa9d1 --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-ec0e17f73ce37523.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0e01915bfba7d74a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3596b2d9c128a0c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26132025-02-22T20:29:56.088Z Compiling ipnet v2.10.1
26142025-02-22T20:29:56.127Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=015b48fb5f76a203 -C extra-filename=-fb5ea697685cb8f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26152025-02-22T20:29:56.909Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=62c5bca02a580018 -C extra-filename=-89e13c2dac683287 --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-8230346c544e489e.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)'`
26162025-02-22T20:29:57.194Z Compiling foreign-types-shared v0.1.1
26172025-02-22T20:29:57.197Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=17f9a63d6da9555d -C extra-filename=-73070500ae7c1870 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26182025-02-22T20:29:57.342Z Compiling openssl v0.10.71
26192025-02-22T20:29:57.344Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.71/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=bd8fd88fcdea2a0f -C extra-filename=-44ea14d958012521 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-44ea14d958012521 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26202025-02-22T20:29:57.699Z Compiling openssl-probe v0.1.5
26212025-02-22T20:29:57.701Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc2724216ba2e61f -C extra-filename=-680b0b49a0cdfac0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26222025-02-22T20:29:57.849Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-44ea14d958012521/build-script-build`
26232025-02-22T20:29:57.889Z Compiling spki v0.7.3
26242025-02-22T20:29:57.889Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=e9a6f020965077a1 -C extra-filename=-d7c7d1a2622921a7 --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-c123b92865098506.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26252025-02-22T20:29:58.006Z Compiling foreign-types v0.3.2
26262025-02-22T20:29:58.008Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6ad1bf3e6840a7d -C extra-filename=-ea18e7c28480a4d8 --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-73070500ae7c1870.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26272025-02-22T20:29:58.040Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=07e1817b6eb800e9 -C extra-filename=-f63c1abb2c60d82a --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-366e89962da8a132.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", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))' --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(libressl410)' --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)' --check-cfg 'cfg(ossl340)'`
26282025-02-22T20:29:58.119Z Compiling serde_urlencoded v0.7.1
26292025-02-22T20:29:58.178Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c43f6b0399ccf311 -C extra-filename=-78e992e88085361d --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-22f142bfb74a30f8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-57976e99141aa10c.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-09050f2054347c06.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26302025-02-22T20:29:58.274Z Compiling cbc v0.1.2
26312025-02-22T20:29:58.277Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "std", "zeroize"))' -C metadata=c3add339cfa3f136 -C extra-filename=-47ff17de9cb9a893 --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-0e01915bfba7d74a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26322025-02-22T20:29:58.348Z Compiling salsa20 v0.10.2
26332025-02-22T20:29:58.372Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name salsa20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=2e9ba3597a7e93dc -C extra-filename=-f0583fee477755d5 --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-0e01915bfba7d74a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26342025-02-22T20:29:58.386Z Compiling futures-executor v0.3.31
26352025-02-22T20:29:58.388Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=38ca5b7ba410f7c2 -C extra-filename=-b2ae8cdddfdc695d --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-1576965aa7d154eb.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1ad1d5b43cab278f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-74b98f795200a9cd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26362025-02-22T20:29:58.532Z Compiling openssl-macros v0.1.1
26372025-02-22T20:29:58.535Z Compiling encoding_rs v0.8.34
26382025-02-22T20:29:58.535Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4326689eee09e34e -C extra-filename=-b5c90e568a4d289c --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26392025-02-22T20:29:58.557Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=78b4df63f0593a78 -C extra-filename=-9cbd6bf8af19e966 --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-ec0e17f73ce37523.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26402025-02-22T20:29:58.606Z Compiling rustls v0.23.19
26412025-02-22T20:29:58.609Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=5690bba2df2cd788 -C extra-filename=-3efb7a8133c72be9 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-3efb7a8133c72be9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26422025-02-22T20:29:58.647Z Compiling camino v1.1.9
26432025-02-22T20:29:58.649Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=a7e4b2c4feb85f11 -C extra-filename=-0929577279adc659 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-0929577279adc659 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26442025-02-22T20:29:58.877Z Compiling rustversion v1.0.17
26452025-02-22T20:29:58.880Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=82804a4eba914510 -C extra-filename=-0291014a44b94542 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-0291014a44b94542 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26462025-02-22T20:29:58.988Z Compiling utf8parse v0.2.2
26472025-02-22T20:29:58.990Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=f58afde902c8fb89 -C extra-filename=-162b0576827b427f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26482025-02-22T20:29:59.168Z Compiling futures v0.3.31
26492025-02-22T20:29:59.171Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --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"))' -C metadata=109f1b53f78369bb -C extra-filename=-8847400d2a7d6ab4 --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-6483d9579c8676ee.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-b2ae8cdddfdc695d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ce74d051d15302a4.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1ad1d5b43cab278f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-74b98f795200a9cd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26502025-02-22T20:29:59.243Z Compiling scrypt v0.11.0
26512025-02-22T20:29:59.288Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name scrypt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "password-hash", "simple", "std"))' -C metadata=82d4c9f0af60f34f -C extra-filename=-0d70671f3f135cdb --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-0ec409682190ad79.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-f0583fee477755d5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26522025-02-22T20:29:59.297Z Compiling openapiv3 v2.0.0
26532025-02-22T20:29:59.300Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=993b7a061f2602b7 -C extra-filename=-72c805df3d416219 --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-4bf73ea5f0dbb7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26542025-02-22T20:29:59.358Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-0929577279adc659/build-script-build`
26552025-02-22T20:29:59.419Z Compiling is-terminal v0.4.13
26562025-02-22T20:29:59.422Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5fe10743811bd8db -C extra-filename=-aa64a3a7acf8b774 --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-366e89962da8a132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26572025-02-22T20:29:59.460Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.71/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=9f882bf9ff2b002e -C extra-filename=-47e63b6158a4412f --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-3788a6375c269969.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-ea18e7c28480a4d8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-b5c90e568a4d289c.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-f63c1abb2c60d82a.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", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --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(libressl400)' --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)'`
26582025-02-22T20:29:59.565Z Compiling native-tls v0.2.12
26592025-02-22T20:29:59.567Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=e6c470655d32ac7b -C extra-filename=-41d315d336e9b2da --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-41d315d336e9b2da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26602025-02-22T20:29:59.621Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-0291014a44b94542/build-script-build`
26612025-02-22T20:29:59.677Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5bdaaeca5042567b -C extra-filename=-249ca607bd6d7426 --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"))'`
26622025-02-22T20:29:59.761Z Compiling pkcs5 v0.7.1
26632025-02-22T20:29:59.764Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "pbes2", "sha1-insecure"))' -C metadata=2b91d3b977bea16c -C extra-filename=-07e95c5029d28903 --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-e62fa27e4c8aa9d1.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-47ff17de9cb9a893.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-c123b92865098506.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-0ec409682190ad79.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-0d70671f3f135cdb.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d7c7d1a2622921a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26642025-02-22T20:30:00.063Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-41d315d336e9b2da/build-script-build`
26652025-02-22T20:30:00.081Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=ffaa1c60f77ddad9 -C extra-filename=-a4835f5f60f796f7 --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-64c0c05ed5192e4e.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)'`
26662025-02-22T20:30:00.914Z Compiling cookie v0.18.1
26672025-02-22T20:30:00.917Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=ed3604b1cf61b0ad -C extra-filename=-8ec44a0f58b276f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-8ec44a0f58b276f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26682025-02-22T20:30:00.943Z Compiling anstyle v1.0.10
26692025-02-22T20:30:00.987Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=131b6a953ca3da28 -C extra-filename=-6d479df9ba02b817 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26702025-02-22T20:30:01.139Z Compiling hyper v1.5.2
26712025-02-22T20:30:01.141Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=9c5dfa14cba16697 -C extra-filename=-2c150be961de9c2d --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-294058eedc90bb22.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-6483d9579c8676ee.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-74b98f795200a9cd.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-c561638f775bd3da.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-e343fd1cda966308.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-a0db6af83eafa305.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-9174e92732ce6af6.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-57976e99141aa10c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-74855a779b273f99.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-ee18e409411197e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26722025-02-22T20:30:01.324Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-8ec44a0f58b276f6/build-script-build`
26732025-02-22T20:30:01.393Z Compiling pkcs8 v0.10.2
26742025-02-22T20:30:01.396Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=5d49d54a282e0793 -C extra-filename=-f1cf22a50d4c6f85 --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-c123b92865098506.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-07e95c5029d28903.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-33a375d65b361fda.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d7c7d1a2622921a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26752025-02-22T20:30:01.421Z Compiling dirs-sys-next v0.1.2
26762025-02-22T20:30:01.423Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c260832c26596d2 -C extra-filename=-414214ae788a53ce --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-366e89962da8a132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26772025-02-22T20:30:02.006Z Compiling litrs v0.4.1
26782025-02-22T20:30:02.008Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name litrs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litrs-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,test)' --check-cfg 'cfg(feature, values("check_suffix", "default", "proc-macro2", "unicode-xid"))' -C metadata=cece76a28f579f41 -C extra-filename=-8b35c2819a569ef9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26792025-02-22T20:30:02.044Z Compiling psl-types v2.0.11
26802025-02-22T20:30:02.046Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=597b646e90dbcee8 -C extra-filename=-02f0d7aa40ac918c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26812025-02-22T20:30:02.265Z Compiling winnow v0.6.20
26822025-02-22T20:30:02.268Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=c5beefc9812f520b -C extra-filename=-ec1eb5a41784b91d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26832025-02-22T20:30:02.572Z Compiling publicsuffix v2.3.0
26842025-02-22T20:30:02.575Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/publicsuffix-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="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=d1e9c592aee16a50 -C extra-filename=-37c40b2361961085 --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-0fc81543dcfc93ec.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-02f0d7aa40ac918c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26852025-02-22T20:30:02.888Z Compiling dirs-next v2.0.0
26862025-02-22T20:30:02.891Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d52b08173e9ae10a -C extra-filename=-819d54b2f53c59b3 --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-ec0e17f73ce37523.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-414214ae788a53ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26872025-02-22T20:30:03.105Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=63b421ceb5b87305 -C extra-filename=-c858d07813c4af7f --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-71e05fb9e91a7f76.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-78535d256acd279b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26882025-02-22T20:30:03.132Z Compiling document-features v0.2.10
26892025-02-22T20:30:03.135Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name document_features --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/document-features-0.2.10/lib.rs --error-format=json --json=diagnostic-rendered-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,test)' --check-cfg 'cfg(feature, values("default", "self-test"))' -C metadata=9087b3d7714259bd -C extra-filename=-978fc82a86ac31a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern litrs=/work/oxidecomputer/omicron/target/debug/deps/liblitrs-8b35c2819a569ef9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26902025-02-22T20:30:03.255Z Compiling webpki-roots v0.26.6
26912025-02-22T20:30:03.288Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab4ca85829805c82 -C extra-filename=-481633e7b4bd1156 --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-194970f43a43e576.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26922025-02-22T20:30:03.503Z Compiling hyper-util v0.1.10
26932025-02-22T20:30:03.506Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=a835da4b1afb3e77 -C extra-filename=-1db31b657aec0acc --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-294058eedc90bb22.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-6483d9579c8676ee.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-74b98f795200a9cd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-e343fd1cda966308.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6077ab337fa66134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fb76a7a0ea1865e1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-72c7d61f1d071b21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942025-02-22T20:30:03.946Z Compiling sync_wrapper v1.0.1
26952025-02-22T20:30:03.981Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=c019518c55528394 -C extra-filename=-c8cdca1dd6ff079a --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-1576965aa7d154eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962025-02-22T20:30:04.057Z Compiling tower-layer v0.3.3
26972025-02-22T20:30:04.104Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=69875012fc5edbd6 -C extra-filename=-f87fd1537d864542 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26982025-02-22T20:30:04.123Z Compiling data-encoding v2.6.0
26992025-02-22T20:30:04.148Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=ea50f7b2f5704280 -C extra-filename=-7ca48bec20e507bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27002025-02-22T20:30:04.370Z Compiling ucd-trie v0.1.7
27012025-02-22T20:30:04.372Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=97a552adb9cf45e0 -C extra-filename=-52d6f09ac462973d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27022025-02-22T20:30:04.398Z Compiling cookie_store v0.21.1
27032025-02-22T20:30:04.435Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie_store-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log_secure_cookie_values", "preserve_order", "public_suffix", "serde", "serde_json", "serde_ron", "wasm-bindgen"))' -C metadata=a6d5db7e849fea9d -C extra-filename=-1b52e5e7f166545c --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-c858d07813c4af7f.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-978fc82a86ac31a3.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-0fc81543dcfc93ec.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-37c40b2361961085.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e4f2b08c811228df.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-78535d256acd279b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f43279d14e0ff31f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27042025-02-22T20:30:04.693Z Compiling pest v2.7.14
27052025-02-22T20:30:04.696Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=de6367f68a7813bf -C extra-filename=-b2ab4970ad2cdac4 --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-b0354db40e5a0a55.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-52d6f09ac462973d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27062025-02-22T20:30:04.943Z Compiling tower v0.5.2
27072025-02-22T20:30:04.946Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-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="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=9c7e54499227195f -C extra-filename=-f8bb17dee24fcad4 --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-1576965aa7d154eb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-74b98f795200a9cd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-c8cdca1dd6ff079a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-f87fd1537d864542.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fb76a7a0ea1865e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27082025-02-22T20:30:05.743Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=790b783d3da91d80 -C extra-filename=-83ddcdc9e83c8080 --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-a147a23faaf349f2.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-47e63b6158a4412f.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-680b0b49a0cdfac0.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-f63c1abb2c60d82a.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`
27092025-02-22T20:30:05.814Z Compiling term v0.7.0
27102025-02-22T20:30:05.816Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=db72c9b13dcffe8c -C extra-filename=-5d6f82ef0dbcbb73 --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-819d54b2f53c59b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27112025-02-22T20:30:05.843Z Compiling anstyle-parse v0.2.5
27122025-02-22T20:30:05.845Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=9ca60aa3b6f8aadc -C extra-filename=-61b91a0a7bbca4b6 --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-162b0576827b427f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27132025-02-22T20:30:06.107Z Compiling tokio-native-tls v0.3.1
27142025-02-22T20:30:06.110Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=63dfd5fdcd9a4db5 -C extra-filename=-2fe1ff7e7d20ce1e --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-83ddcdc9e83c8080.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
27152025-02-22T20:30:06.190Z Compiling sha1 v0.10.6
27162025-02-22T20:30:06.192Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=f32059baa65f2570 -C extra-filename=-79527ecaaadfa3cf --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-ec0e17f73ce37523.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3596b2d9c128a0c2.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a4b1566283312517.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27172025-02-22T20:30:06.249Z Compiling colorchoice v1.0.2
27182025-02-22T20:30:06.252Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e42caeb3af71bd5 -C extra-filename=-2cf7a609e61d7622 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27192025-02-22T20:30:06.393Z Compiling hyper-tls v0.6.0
27202025-02-22T20:30:06.417Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=7ff3be29b0711694 -C extra-filename=-783f83a9e077d445 --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-294058eedc90bb22.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1db31b657aec0acc.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-83ddcdc9e83c8080.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-2fe1ff7e7d20ce1e.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fb76a7a0ea1865e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
27212025-02-22T20:30:06.422Z Compiling winnow v0.5.40
27222025-02-22T20:30:06.444Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=e4e9ada823c1a838 -C extra-filename=-046f5da05f90aa0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27232025-02-22T20:30:06.449Z Compiling is_terminal_polyfill v1.70.1
27242025-02-22T20:30:06.452Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=003732ae49359351 -C extra-filename=-bc2362d571eb93e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27252025-02-22T20:30:06.601Z Compiling anstyle-query v1.1.1
27262025-02-22T20:30:06.604Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e56bdab2a612e94a -C extra-filename=-0bd6e0a259b46a61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27272025-02-22T20:30:06.629Z Compiling terminal_size v0.4.0
27282025-02-22T20:30:06.632Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9aa3c271a29c3651 -C extra-filename=-96ea67cea1eaa987 --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-152bfd45ab679292.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27292025-02-22T20:30:06.776Z Compiling anstream v0.6.15
27302025-02-22T20:30:06.778Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=96fe4ec39048540d -C extra-filename=-381d459df55d97b4 --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-6d479df9ba02b817.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-61b91a0a7bbca4b6.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-0bd6e0a259b46a61.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-2cf7a609e61d7622.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-bc2362d571eb93e3.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-162b0576827b427f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27312025-02-22T20:30:06.802Z Compiling scroll_derive v0.12.0
27322025-02-22T20:30:06.805Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=cfc885c16d31c4fb -C extra-filename=-6b00ccee565dd1b7 --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27332025-02-22T20:30:06.867Z Compiling clap_lex v0.7.4
27342025-02-22T20:30:06.870Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-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 --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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09f9c7ef162845e3 -C extra-filename=-d7fb26e35f4fddfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27352025-02-22T20:30:07.009Z Compiling siphasher v0.3.11
27362025-02-22T20:30:07.046Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=511bdc199d1ef80e -C extra-filename=-f1ed5c3b2bf78f25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27372025-02-22T20:30:07.168Z Compiling clap_builder v4.5.30
27382025-02-22T20:30:07.171Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.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 --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,test)' --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=62f9ba91bb6a1b6f -C extra-filename=-3d784aed03e2afab --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-381d459df55d97b4.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-6d479df9ba02b817.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-d7fb26e35f4fddfc.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f65fb5752489051b.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-96ea67cea1eaa987.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27392025-02-22T20:30:07.322Z Compiling pest_meta v2.7.14
27402025-02-22T20:30:07.325Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=1976656c9d58fa5c -C extra-filename=-7a92b53719a96ff6 --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-cc4c9ca4fb71ffde.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-b2ab4970ad2cdac4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27412025-02-22T20:30:07.380Z Compiling toml_edit v0.22.22
27422025-02-22T20:30:07.383Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=512b7e29b8390b2d -C extra-filename=-5cfde39aa61042ae --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-4bf73ea5f0dbb7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-a2894ce748fc8942.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-bff0ebbf9fab601e.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ec1eb5a41784b91d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27432025-02-22T20:30:07.410Z Compiling clap_derive v4.5.28
27442025-02-22T20:30:07.412Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.28/src/lib.rs --error-format=json --json=diagnostic-rendered-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::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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=87a885ea8f672cd0 -C extra-filename=-2afa6e89566eedac --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-d7c4e21566c467a3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27452025-02-22T20:30:07.745Z Compiling plain v0.2.3
27462025-02-22T20:30:07.748Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d4b3e916ecc53e4 -C extra-filename=-0d2308b3cc40463f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27472025-02-22T20:30:07.942Z Compiling signature v2.2.0
27482025-02-22T20:30:07.950Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=d9b9ebff0289ce33 -C extra-filename=-bb73bd4d071af2b3 --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-a4b1566283312517.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-33a375d65b361fda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27492025-02-22T20:30:08.269Z Compiling usdt-impl v0.5.0
27502025-02-22T20:30:08.269Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=1b4ea451b6613fad -C extra-filename=-952b32147dec35ba --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-952b32147dec35ba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27512025-02-22T20:30:08.333Z Compiling scroll v0.12.0
27522025-02-22T20:30:08.336Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=c31f914a73f2612a -C extra-filename=-17180c4e2bccc367 --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-6b00ccee565dd1b7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27532025-02-22T20:30:08.731Z Compiling pest_generator v2.7.14
27542025-02-22T20:30:08.734Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=d3ac9f5c5f52a18f -C extra-filename=-8c811cb18c1bf76e --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-b2ab4970ad2cdac4.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-7a92b53719a96ff6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27552025-02-22T20:30:08.897Z Compiling goblin v0.8.2
27562025-02-22T20:30:08.914Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=86fbc01490e36542 -C extra-filename=-6303fb27e54b41d3 --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-a147a23faaf349f2.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-0d2308b3cc40463f.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-17180c4e2bccc367.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27572025-02-22T20:30:09.703Z Compiling toml_edit v0.19.15
27582025-02-22T20:30:09.706Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=7953bc45dc74585d -C extra-filename=-ce4abb6fba0762bb --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-4bf73ea5f0dbb7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-a2894ce748fc8942.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-bff0ebbf9fab601e.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-046f5da05f90aa0e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27592025-02-22T20:30:10.608Z Compiling pretty-hex v0.4.1
27602025-02-22T20:30:10.611Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=a07e3907339c899f -C extra-filename=-36125ee714f84e8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27612025-02-22T20:30:10.903Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-952b32147dec35ba/build-script-build`
27622025-02-22T20:30:11.044Z Compiling thread-id v4.2.2
27632025-02-22T20:30:11.047Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b5dd82646a4d1acc -C extra-filename=-e97a03039475eaf9 --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-366e89962da8a132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27642025-02-22T20:30:11.192Z Compiling unicode-segmentation v1.12.0
27652025-02-22T20:30:11.195Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=fac340c9e5673fcc -C extra-filename=-8e7d1afc7f4d9c6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27662025-02-22T20:30:11.616Z Compiling pest_derive v2.7.14
27672025-02-22T20:30:11.618Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=eba8bdd1d5cf32b2 -C extra-filename=-0046f5f131dfbdb3 --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-b2ab4970ad2cdac4.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-8c811cb18c1bf76e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27682025-02-22T20:30:12.088Z Compiling tinyvec_macros v0.1.1
27692025-02-22T20:30:12.095Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f84cc7593dd1e3d2 -C extra-filename=-e36ebfe424de06d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27702025-02-22T20:30:12.128Z Compiling clap v4.5.30
27712025-02-22T20:30:12.131Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.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 --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,test)' --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-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=98729fd7b2219d30 -C extra-filename=-c7d79cd0ac68f4d1 --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-3d784aed03e2afab.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-2afa6e89566eedac.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27722025-02-22T20:30:12.216Z Compiling tinyvec v1.8.0
27732025-02-22T20:30:12.256Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=5fd808facb52a5fd -C extra-filename=-cef905cfe4c9c4d6 --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-e36ebfe424de06d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27742025-02-22T20:30:12.273Z Compiling crossbeam-channel v0.5.13
27752025-02-22T20:30:12.276Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b3cfcbbffb6e8dbf -C extra-filename=-f1f379659423d538 --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-2177475d79c1394d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27762025-02-22T20:30:12.668Z Compiling dtrace-parser v0.2.0
27772025-02-22T20:30:12.670Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=13280f7fc2dff21a -C extra-filename=-46cdddd69fd5b5f1 --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-b2ab4970ad2cdac4.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-0046f5f131dfbdb3.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27782025-02-22T20:30:13.242Z Compiling thread_local v1.1.8
27792025-02-22T20:30:13.244Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=39048c634ebb69f7 -C extra-filename=-838e806bd05dc859 --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-ec0e17f73ce37523.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27802025-02-22T20:30:13.712Z Compiling crc32fast v1.4.2
27812025-02-22T20:30:13.715Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=cb7bb859dd13f864 -C extra-filename=-918de2abdeed200d --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-ec0e17f73ce37523.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27822025-02-22T20:30:13.750Z Compiling base16ct v0.2.0
27832025-02-22T20:30:13.753Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=22cc61ac551983e2 -C extra-filename=-59f735bafba8b59a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27842025-02-22T20:30:14.077Z Compiling slog-async v2.8.0
27852025-02-22T20:30:14.080Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=0038803235c3ba18 -C extra-filename=-5cfd8b663038d650 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-5cfd8b663038d650 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27862025-02-22T20:30:14.105Z Compiling sec1 v0.7.3
27872025-02-22T20:30:14.109Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=3e6315eeaf23ff23 -C extra-filename=-9874e76bea0a2a7a --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-59f735bafba8b59a.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-c123b92865098506.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-23a3e44f5f1498e3.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-f1cf22a50d4c6f85.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27882025-02-22T20:30:14.451Z Compiling toml v0.8.19
27892025-02-22T20:30:14.454Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=ae185775dd5b6e75 -C extra-filename=-26dd05c89eeb8d97 --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-64c0c05ed5192e4e.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-a2894ce748fc8942.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-bff0ebbf9fab601e.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5cfde39aa61042ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902025-02-22T20:30:14.526Z Compiling num-integer v0.1.46
27912025-02-22T20:30:14.529Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=8132e0eb368609dc -C extra-filename=-f561a54ff4591bbd --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-e9d24d36744151b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27922025-02-22T20:30:14.678Z Compiling dof v0.3.0
27932025-02-22T20:30:14.680Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=e15e3384657b201e -C extra-filename=-03d1d5c49c420e4a --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-6303fb27e54b41d3.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ab9e65bab06f5ef5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27942025-02-22T20:30:14.681Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-5cfd8b663038d650/build-script-build`
27952025-02-22T20:30:14.787Z Compiling ff v0.13.0
27962025-02-22T20:30:14.791Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=063044e788b96a95 -C extra-filename=-269933246d568163 --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-33a375d65b361fda.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27972025-02-22T20:30:14.810Z Compiling heck v0.4.1
27982025-02-22T20:30:14.813Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=d9f45ab85c801378 -C extra-filename=-c0fa63f21cdf542c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27992025-02-22T20:30:15.027Z Compiling take_mut v0.2.2
28002025-02-22T20:30:15.030Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=770df01f5065a7e8 -C extra-filename=-e3aab5422649157b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28012025-02-22T20:30:15.224Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=aa0e451d156ace9a -C extra-filename=-8f5f7dbf6ded826f --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-f1f379659423d538.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-e3aab5422649157b.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-838e806bd05dc859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
28022025-02-22T20:30:15.278Z Compiling group v0.13.0
28032025-02-22T20:30:15.281Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=eab89d6860aa7d90 -C extra-filename=-38ff2a5cedadb430 --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-269933246d568163.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-33a375d65b361fda.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28042025-02-22T20:30:15.317Z Compiling slog-term v2.9.1
28052025-02-22T20:30:15.320Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=4f830149803ee808 -C extra-filename=-0f76452cc193168d --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-aa64a3a7acf8b774.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5d6f82ef0dbcbb73.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-838e806bd05dc859.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-78535d256acd279b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28062025-02-22T20:30:15.670Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=a18199d1c0eb78b7 -C extra-filename=-b7e82e6c621a6e0a --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-6fa0bc0485b87f2d.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-03d1d5c49c420e4a.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-46cdddd69fd5b5f1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-e97a03039475eaf9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
28072025-02-22T20:30:15.944Z Compiling hkdf v0.12.4
28082025-02-22T20:30:15.952Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=bc22a971154f854e -C extra-filename=-4f19ca9aa2735052 --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-79fae8b420b6cab0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28092025-02-22T20:30:16.226Z Compiling crypto-bigint v0.5.5
28102025-02-22T20:30:16.228Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=cc25aa2f917491e4 -C extra-filename=-7f2e7a092e6307d2 --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-23a3e44f5f1498e3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-33a375d65b361fda.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28112025-02-22T20:30:16.253Z Compiling crossbeam-epoch v0.9.18
28122025-02-22T20:30:16.281Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=13ac1abb60326e68 -C extra-filename=-dbaf4c3b25d02f52 --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-2177475d79c1394d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28132025-02-22T20:30:16.458Z Compiling memmap v0.7.0
28142025-02-22T20:30:16.460Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ec7baea3905276e -C extra-filename=-e3c9bd012a1337e0 --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-366e89962da8a132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28152025-02-22T20:30:16.486Z Compiling utf-8 v0.7.6
28162025-02-22T20:30:16.489Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=33b03abd169888d4 -C extra-filename=-ebca4d8c265e3ef2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28172025-02-22T20:30:16.581Z Compiling bitflags v1.3.2
28182025-02-22T20:30:16.606Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=2708f1141aee865a -C extra-filename=-17fa9da22ed739fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28192025-02-22T20:30:16.714Z Compiling match_cfg v0.1.0
28202025-02-22T20:30:16.717Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=798b0df1fda3a51b -C extra-filename=-675062cef8160ec7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28212025-02-22T20:30:16.800Z Compiling static_assertions v1.1.0
28222025-02-22T20:30:16.833Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=6286af95b8ef9fc9 -C extra-filename=-18a3ba359ca53dc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28232025-02-22T20:30:16.837Z Compiling rayon-core v1.12.1
28242025-02-22T20:30:16.840Z Compiling hostname v0.3.1
28252025-02-22T20:30:16.840Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=a4673f2c8342d54d -C extra-filename=-a20779f9a316300b --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-a20779f9a316300b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28262025-02-22T20:30:16.840Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=97e3c216a6b1d83d -C extra-filename=-5cf74f63d04da9f7 --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-366e89962da8a132.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-675062cef8160ec7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28272025-02-22T20:30:16.924Z Compiling hex v0.4.3
28282025-02-22T20:30:16.927Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=a8b8c6db3e516c82 -C extra-filename=-b0fa6313344b5261 --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-64c0c05ed5192e4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28292025-02-22T20:30:16.953Z Compiling unicode-width v0.2.0
28302025-02-22T20:30:16.955Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=c64fddbfd8378eaf -C extra-filename=-515a815f7ad69d61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28312025-02-22T20:30:16.978Z Compiling bit-vec v0.6.3
28322025-02-22T20:30:17.023Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=5e432c509d4ad411 -C extra-filename=-9085f943568be129 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28332025-02-22T20:30:17.085Z Compiling crossbeam-deque v0.8.5
28342025-02-22T20:30:17.088Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=198aadf66b041a82 -C extra-filename=-61dc3ab943917d67 --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-dbaf4c3b25d02f52.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2177475d79c1394d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28352025-02-22T20:30:17.210Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-a20779f9a316300b/build-script-build`
28362025-02-22T20:30:17.252Z Compiling num-iter v0.1.45
28372025-02-22T20:30:17.281Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=5ae6d3ce74fc3abc -C extra-filename=-d34edb7beefa1477 --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-f561a54ff4591bbd.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28382025-02-22T20:30:17.397Z Compiling bit-set v0.5.3
28392025-02-22T20:30:17.400Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f61b4d6f780c73b8 -C extra-filename=-6604f7429f9585a6 --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-9085f943568be129.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28402025-02-22T20:30:17.450Z Compiling flate2 v1.0.35
28412025-02-22T20:30:17.453Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs,test)' --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=0c2fabf2f3fa8f57 -C extra-filename=-223daeee9c4ff989 --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-918de2abdeed200d.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-4c4c867249a2e5f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28422025-02-22T20:30:17.477Z Compiling curve25519-dalek v4.1.3
28432025-02-22T20:30:17.480Z Compiling hubpack_derive v0.1.1
28442025-02-22T20:30:17.501Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=4f659c3060838022 -C extra-filename=-deb77f8e3f0366d4 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-deb77f8e3f0366d4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-b9559c1eede45886.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28452025-02-22T20:30:17.504Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bccab2a5e92ca118 -C extra-filename=-7095a77764aae76a --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b6adb4a9d9691a83.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28462025-02-22T20:30:17.523Z Compiling rustls v0.22.4
28472025-02-22T20:30:17.523Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=5e44371e1db2e507 -C extra-filename=-62069158c13c5e56 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-62069158c13c5e56 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28482025-02-22T20:30:17.706Z Compiling num-bigint-dig v0.8.4
28492025-02-22T20:30:17.708Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=d1cb74fb7a5d4b40 -C extra-filename=-af58622d66ae8a9e --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-af58622d66ae8a9e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502025-02-22T20:30:17.885Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-62069158c13c5e56/build-script-build`
28512025-02-22T20:30:17.925Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=c1d3652c7e230de4 -C extra-filename=-e4dbe4f81cf74a8e --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-61dc3ab943917d67.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2177475d79c1394d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28522025-02-22T20:30:18.002Z Compiling usdt-attr-macro v0.5.0
28532025-02-22T20:30:18.005Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=643dec8d2f4ec676 -C extra-filename=-5afaca34f23815dd --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-46cdddd69fd5b5f1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-96b01b9797cb298d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-b7e82e6c621a6e0a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28542025-02-22T20:30:18.103Z Compiling usdt-macro v0.5.0
28552025-02-22T20:30:18.127Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=5418b7ded7db487a -C extra-filename=-1520b3c4dce1f94b --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-46cdddd69fd5b5f1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-96b01b9797cb298d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-b7e82e6c621a6e0a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28562025-02-22T20:30:18.236Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-deb77f8e3f0366d4/build-script-build`
28572025-02-22T20:30:18.294Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-af58622d66ae8a9e/build-script-build`
28582025-02-22T20:30:18.337Z Compiling toml v0.7.8
28592025-02-22T20:30:18.339Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=445ee049a3b68588 -C extra-filename=-ec779404ba1c594a --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-64c0c05ed5192e4e.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-a2894ce748fc8942.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-bff0ebbf9fab601e.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-ce4abb6fba0762bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28602025-02-22T20:30:18.366Z Compiling phf_shared v0.11.2
28612025-02-22T20:30:18.395Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=58c8c5c5afd34f7d -C extra-filename=-fcdecfe0c3f0f8df --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-f1ed5c3b2bf78f25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28622025-02-22T20:30:18.539Z Compiling hubpack v0.1.2
28632025-02-22T20:30:18.542Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c90e498112f2d1d6 -C extra-filename=-e29d313c1845f7fe --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-7095a77764aae76a.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28642025-02-22T20:30:18.758Z Compiling slog-json v2.6.1
28652025-02-22T20:30:18.761Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=067b428eb8efc803 -C extra-filename=-1699de1342240be3 --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-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-78535d256acd279b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28662025-02-22T20:30:18.986Z Compiling rfc6979 v0.4.0
28672025-02-22T20:30:18.988Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=96ee448322aa3b51 -C extra-filename=-f8ac8ec3d3379c7c --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-79fae8b420b6cab0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28682025-02-22T20:30:19.117Z Compiling elliptic-curve v0.13.8
28692025-02-22T20:30:19.119Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=a58ec1b47c4c8cb7 -C extra-filename=-3bac13ed22098a6f --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-59f735bafba8b59a.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-7f2e7a092e6307d2.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a4b1566283312517.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-269933246d568163.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-23a3e44f5f1498e3.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-38ff2a5cedadb430.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4f19ca9aa2735052.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-80d877675d043747.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-f1cf22a50d4c6f85.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-33a375d65b361fda.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-9874e76bea0a2a7a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28702025-02-22T20:30:19.212Z Compiling curve25519-dalek-derive v0.1.1
28712025-02-22T20:30:19.222Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=181a7d9e4c89f1ee -C extra-filename=-f933379a4e33a907 --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28722025-02-22T20:30:19.450Z Compiling zerocopy-derive v0.6.6
28732025-02-22T20:30:19.480Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a105680bfc25273 -C extra-filename=-0a0c4835f50eab99 --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742025-02-22T20:30:19.765Z Compiling bstr v1.10.0
28752025-02-22T20:30:19.768Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=7069e00948be99d6 -C extra-filename=-6fc6ced58725ccf3 --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-b0354db40e5a0a55.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ff5e66a17a382b48.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28762025-02-22T20:30:19.790Z Compiling signal-hook v0.3.17
28772025-02-22T20:30:19.793Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=2dbb859822c0b3bc -C extra-filename=-d7d9af457c09f9b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-d7d9af457c09f9b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782025-02-22T20:30:19.840Z Compiling usdt v0.5.0
28792025-02-22T20:30:19.842Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=10cca9c29ae60950 -C extra-filename=-02dc61c56455a03d --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-03d1d5c49c420e4a.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-46cdddd69fd5b5f1.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-6303fb27e54b41d3.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-e3c9bd012a1337e0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-5afaca34f23815dd.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-b7e82e6c621a6e0a.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-1520b3c4dce1f94b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28802025-02-22T20:30:19.936Z Compiling managed v0.8.0
28812025-02-22T20:30:19.938Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=eec3d066057fc47f -C extra-filename=-b343cf89d314a7c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822025-02-22T20:30:20.180Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-d7d9af457c09f9b3/build-script-build`
28832025-02-22T20:30:20.222Z Compiling ecdsa v0.16.9
28842025-02-22T20:30:20.227Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "der", "dev", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "serde", "serdect", "sha2", "signing", "spki", "std", "verifying"))' -C metadata=8f2fabde3788aa66 -C extra-filename=-9805a722e2eb1b31 --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-c123b92865098506.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a4b1566283312517.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3bac13ed22098a6f.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-f8ac8ec3d3379c7c.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-bb73bd4d071af2b3.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d7c7d1a2622921a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28852025-02-22T20:30:20.382Z Compiling slog-bunyan v2.5.0
28862025-02-22T20:30:20.385Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=c9691609080ab679 -C extra-filename=-74d7aade32c16db1 --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-5cf74f63d04da9f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-1699de1342240be3.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-78535d256acd279b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28872025-02-22T20:30:20.410Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=c32d097d8f6f529d -C extra-filename=-f93a02950bef4122 --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-6fa0bc0485b87f2d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-3c8d79c001b1d446.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d34edb7beefa1477.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-74855a779b273f99.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
28882025-02-22T20:30:20.626Z Compiling phf_shared v0.10.0
28892025-02-22T20:30:20.629Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=ed6af3a7d0169f99 -C extra-filename=-da3a3c1d255f4011 --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-f1ed5c3b2bf78f25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28902025-02-22T20:30:20.834Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=2b87b2bae5445a0e -C extra-filename=-f6cde5aa3b23a4de --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-ec0e17f73ce37523.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3596b2d9c128a0c2.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-f933379a4e33a907.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a4b1566283312517.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-33a375d65b361fda.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.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"'`
28912025-02-22T20:30:21.037Z Compiling pkcs1 v0.7.5
28922025-02-22T20:30:21.037Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=9183a96d638f2f5e -C extra-filename=-fd9aeca84fc5f13d --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-c123b92865098506.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-f1cf22a50d4c6f85.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d7c7d1a2622921a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28932025-02-22T20:30:21.063Z Compiling bzip2-sys v0.1.11+1.0.8
28942025-02-22T20:30:21.063Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=efb1c6ec288f99b0 -C extra-filename=-6c26d3a0aec81305 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c26d3a0aec81305 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e609a1207c813737.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1751b2fccd5c0e7a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28952025-02-22T20:30:21.398Z Compiling memoffset v0.9.1
28962025-02-22T20:30:21.401Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=ea8157ab718cf4a6 -C extra-filename=-34432ec3cf5ea2a8 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-34432ec3cf5ea2a8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c41639be1f87700d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28972025-02-22T20:30:21.644Z Compiling zerocopy v0.6.6
28982025-02-22T20:30:21.647Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=10be9851927244bc -C extra-filename=-7ec8f136d0608bb6 --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-6fa0bc0485b87f2d.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-0a0c4835f50eab99.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28992025-02-22T20:30:21.673Z Compiling multer v3.1.0
29002025-02-22T20:30:21.703Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=a0d66c5a48fa0460 -C extra-filename=-3667ced729728f65 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-3667ced729728f65 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29012025-02-22T20:30:21.821Z Compiling precomputed-hash v0.1.1
29022025-02-22T20:30:21.824Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f0b48b4b3912012 -C extra-filename=-4971d52e6e27b887 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29032025-02-22T20:30:21.915Z Compiling new_debug_unreachable v1.0.6
29042025-02-22T20:30:21.917Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e5e88b51056a44d -C extra-filename=-d4aaab6b41c36cef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29052025-02-22T20:30:21.976Z Compiling fixedbitset v0.4.2
29062025-02-22T20:30:21.985Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=bdb1ad64fc38bc2d -C extra-filename=-c81bcfccbaf6127b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29072025-02-22T20:30:22.037Z Compiling unicode-xid v0.2.6
29082025-02-22T20:30:22.037Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=ef8289861596b918 -C extra-filename=-40b7ef4a12bb2f94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29092025-02-22T20:30:22.066Z Compiling string_cache v0.8.7
29102025-02-22T20:30:22.068Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_support"))' -C metadata=cfe17f654870c821 -C extra-filename=-90bdb64aa3164b04 --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-d4aaab6b41c36cef.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-caf9cb2412e106e6.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-da3a3c1d255f4011.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-4971d52e6e27b887.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29112025-02-22T20:30:22.091Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-3667ced729728f65/build-script-build`
29122025-02-22T20:30:22.169Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-34432ec3cf5ea2a8/build-script-build`
29132025-02-22T20:30:22.249Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c26d3a0aec81305/build-script-build`
29142025-02-22T20:30:22.334Z Compiling petgraph v0.6.5
29152025-02-22T20:30:22.338Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=6635e3796ab9822d -C extra-filename=-b14df1d6f08c2229 --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-c81bcfccbaf6127b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e4f2b08c811228df.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29162025-02-22T20:30:22.363Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=7212bbf760619261 -C extra-filename=-6b8e649391260438 --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-366e89962da8a132.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-a4efed1b911530c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29172025-02-22T20:30:22.418Z Compiling unicode-normalization v0.1.24
29182025-02-22T20:30:22.451Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=875ff7197bad978f -C extra-filename=-5c4775a21d28b414 --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-cef905cfe4c9c4d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29192025-02-22T20:30:22.480Z Compiling ed25519 v2.2.3
29202025-02-22T20:30:22.483Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=f04dab8ea74b66f4 -C extra-filename=-edb545b0178d7414 --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-f1cf22a50d4c6f85.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-bb73bd4d071af2b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29212025-02-22T20:30:23.254Z Compiling rsa v0.9.6
29222025-02-22T20:30:23.256Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "hazmat", "nightly", "pem", "pkcs5", "serde", "sha1", "sha2", "std", "u64_digit"))' -C metadata=ca6f52fafb60b206 -C extra-filename=-88de28a1518c970b --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-a6ccc56041b55513.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a4b1566283312517.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-f93a02950bef4122.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-fd9aeca84fc5f13d.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-f1cf22a50d4c6f85.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-33a375d65b361fda.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-bb73bd4d071af2b3.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d7c7d1a2622921a7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29232025-02-22T20:30:23.506Z Compiling async-stream-impl v0.3.6
29242025-02-22T20:30:23.513Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f26e7fb9b0cbb1aa -C extra-filename=-0fe8792489961c39 --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29252025-02-22T20:30:23.717Z Compiling enum-as-inner v0.6.1
29262025-02-22T20:30:23.719Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=49b675c24f897aee -C extra-filename=-3099890052e007d4 --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-d7c4e21566c467a3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29272025-02-22T20:30:24.299Z Compiling debug-ignore v1.0.5
29282025-02-22T20:30:24.301Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=ad60a1233f64a2f0 -C extra-filename=-131d489c128a9185 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292025-02-22T20:30:24.481Z Compiling quick-error v1.2.3
29302025-02-22T20:30:24.483Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4407a2ee45af1e1b -C extra-filename=-727f07b01d6739d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29312025-02-22T20:30:24.670Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=312ad5623a3c5fab -C extra-filename=-beb2d61cd3c87f6c --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-366e89962da8a132.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-d051ea22b9d716ef/out/lib -l static=bz2`
29322025-02-22T20:30:24.851Z Compiling ed25519-dalek v2.1.1
29332025-02-22T20:30:24.851Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=50f6d9d804827237 -C extra-filename=-403e877280c0257f --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-f6cde5aa3b23a4de.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-edb545b0178d7414.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-33a375d65b361fda.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-bb73bd4d071af2b3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29342025-02-22T20:30:24.981Z Compiling hickory-proto v0.24.3
29352025-02-22T20:30:25.004Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.24.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(nightly)' --cfg 'feature="default"' --cfg 'feature="text-parsing"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --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=43dea3748684d146 -C extra-filename=-8e8b2937c552ffd6 --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-e28f9114d5d27a7c.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-7ca48bec20e507bd.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-3099890052e007d4.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-6483d9579c8676ee.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-74b98f795200a9cd.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-0fc81543dcfc93ec.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-fb5ea697685cb8f8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-cef905cfe4c9c4d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-72c7d61f1d071b21.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f43279d14e0ff31f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29362025-02-22T20:30:25.025Z Compiling async-stream v0.3.6
29372025-02-22T20:30:25.027Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=681b3161fa9bc00d -C extra-filename=-643b1e590fa1f769 --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-0fe8792489961c39.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29382025-02-22T20:30:25.335Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=72641df26943166d -C extra-filename=-14161e92cc3c7739 --out-dir /work/oxidecomputer/omicron/target/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`
29392025-02-22T20:30:25.485Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=caad04f23f37eb9e -C extra-filename=-72d366663c44c8d9 --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-294058eedc90bb22.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-9cbd6bf8af19e966.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-74b98f795200a9cd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-a0db6af83eafa305.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-9b1079e703cbc0f0.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ce1398b91b784a2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29402025-02-22T20:30:25.792Z Compiling x509-cert v0.2.5
29412025-02-22T20:30:25.795Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=95e7f3c218269d1a -C extra-filename=-80445c662c14a766 --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-a6ccc56041b55513.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-c123b92865098506.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d7c7d1a2622921a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29422025-02-22T20:30:26.197Z Compiling heapless v0.7.17
29432025-02-22T20:30:26.200Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=d9571d0d6ca39e42 -C extra-filename=-39bc75d05d2005de --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-39bc75d05d2005de -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-b9559c1eede45886.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29442025-02-22T20:30:26.500Z Compiling serde_path_to_error v0.1.16
29452025-02-22T20:30:26.503Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ebf7f64ea182d3a5 -C extra-filename=-1d005b2cfdbc044d --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-57976e99141aa10c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29462025-02-22T20:30:26.738Z Compiling waitgroup v0.1.2
29472025-02-22T20:30:26.760Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=94f4f6a4cacf03d8 -C extra-filename=-7c16aac9203f6a9f --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-681c30393c48bbd3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29482025-02-22T20:30:27.006Z Compiling hostname v0.4.0
29492025-02-22T20:30:27.009Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=07ca8558133863f5 -C extra-filename=-35604869b5c777e6 --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-ec0e17f73ce37523.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29502025-02-22T20:30:27.256Z Compiling dropshot v0.12.0
29512025-02-22T20:30:27.259Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=456dc844453d7dbc -C extra-filename=-c9d596f313e46572 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-c9d596f313e46572 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29522025-02-22T20:30:27.330Z Compiling newtype-uuid v1.2.1
29532025-02-22T20:30:27.359Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-1.2.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="alloc"' --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4"))' -C metadata=248a2d832175a3f7 -C extra-filename=-438067a80c3870ad --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype-uuid-438067a80c3870ad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29542025-02-22T20:30:27.668Z Compiling lalrpop-util v0.19.12
29552025-02-22T20:30:27.670Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "lexer", "regex", "std"))' -C metadata=0a520d7769f29e75 -C extra-filename=-50dd50cfa0a266f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29562025-02-22T20:30:27.730Z Compiling cfg_aliases v0.2.1
29572025-02-22T20:30:27.761Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ac7fa1523187235 -C extra-filename=-004329db6b17bdcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29582025-02-22T20:30:27.859Z Compiling nix v0.29.0
29592025-02-22T20:30:27.882Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,test)' --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=6c5c25eb1bdf6e49 -C extra-filename=-3dffa5472c76732a --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-3dffa5472c76732a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-004329db6b17bdcb.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29602025-02-22T20:30:28.028Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-438067a80c3870ad/build-script-build`
29612025-02-22T20:30:28.069Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-c9d596f313e46572/build-script-build`
29622025-02-22T20:30:28.156Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-39bc75d05d2005de/build-script-build`
29632025-02-22T20:30:28.241Z Compiling bzip2 v0.4.4
29642025-02-22T20:30:28.260Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=86ce1f4c5d1badad -C extra-filename=-2003c10d50aa2175 --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-beb2d61cd3c87f6c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.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-d051ea22b9d716ef/out/lib`
29652025-02-22T20:30:28.470Z Compiling signal-hook-mio v0.2.4
29662025-02-22T20:30:28.473Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=7ec1b994a6d17016 -C extra-filename=-e145bb2403908011 --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-366e89962da8a132.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-a4b0540ee9bf5c45.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6b8e649391260438.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29672025-02-22T20:30:28.631Z Compiling console v0.15.10
29682025-02-22T20:30:28.633Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.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="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=a17fc65245f2950d -C extra-filename=-251219e70dcfbc0c --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-366e89962da8a132.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-515a815f7ad69d61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29692025-02-22T20:30:28.661Z Compiling dropshot_endpoint v0.12.0
29702025-02-22T20:30:28.690Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=56cfb83dc518b28d -C extra-filename=-12ef06273e33e954 --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-d7c4e21566c467a3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-96b01b9797cb298d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29712025-02-22T20:30:28.797Z Compiling hash32 v0.2.1
29722025-02-22T20:30:28.799Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=980b497294c65ecf -C extra-filename=-3a713cdee78276f1 --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-6fa0bc0485b87f2d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29732025-02-22T20:30:29.189Z Compiling linked-hash-map v0.5.6
29742025-02-22T20:30:29.191Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=dbbeb45a2401ce0c -C extra-filename=-4c7dd29b47dc465b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29752025-02-22T20:30:29.565Z Compiling unicode-bidi v0.3.17
29762025-02-22T20:30:29.602Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=f3b425c472b5b80f -C extra-filename=-f82ffa75001358b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29772025-02-22T20:30:29.992Z Compiling unicode-properties v0.1.3
29782025-02-22T20:30:29.995Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=a38f8d6aa00400a0 -C extra-filename=-3e380aaa9f6a0830 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29792025-02-22T20:30:30.037Z Compiling portable-atomic v1.9.0
29802025-02-22T20:30:30.040Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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' --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)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=5f7c535d3d111697 -C extra-filename=-f16794ac5c35dfb5 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-f16794ac5c35dfb5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29812025-02-22T20:30:30.445Z Compiling predicates-core v1.0.8
29822025-02-22T20:30:30.448Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a543af35e729814 -C extra-filename=-4f14a9053a1aa129 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29832025-02-22T20:30:30.778Z Compiling smoltcp v0.9.1
29842025-02-22T20:30:30.781Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=df7575c9d8fd7cba -C extra-filename=-bafce01a245bdf53 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-bafce01a245bdf53 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29852025-02-22T20:30:30.876Z Compiling stringprep v0.1.5
29862025-02-22T20:30:30.879Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1160831af31ba9b5 -C extra-filename=-e15a46c0bfb0d73a --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-f82ffa75001358b5.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-5c4775a21d28b414.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-3e380aaa9f6a0830.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29872025-02-22T20:30:30.907Z Compiling lru-cache v0.1.2
29882025-02-22T20:30:30.909Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=f32f14b3ae097a9c -C extra-filename=-cad9f59ca151c452 --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-4c7dd29b47dc465b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29892025-02-22T20:30:31.094Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-f16794ac5c35dfb5/build-script-build`
29902025-02-22T20:30:31.139Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=63a515570c204ea7 -C extra-filename=-772455df82bc6746 --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-3a713cdee78276f1.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ce1398b91b784a2b.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-a1a49b344a9f1018.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
29912025-02-22T20:30:31.181Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-3dffa5472c76732a/build-script-build`
29922025-02-22T20:30:31.221Z Compiling crossterm v0.28.1
29932025-02-22T20:30:31.263Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=a9e690630a86e17a -C extra-filename=-36b3cb06fadeba25 --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-3788a6375c269969.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-a4b0540ee9bf5c45.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-caf9cb2412e106e6.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-152bfd45ab679292.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6b8e649391260438.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-e145bb2403908011.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29942025-02-22T20:30:31.511Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-bafce01a245bdf53/build-script-build`
29952025-02-22T20:30:31.571Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-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="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4"))' -C metadata=aaceb1d5a6d7b8e8 -C extra-filename=-6c62123119d9c719 --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-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'`
29962025-02-22T20:30:31.893Z Compiling similar v2.6.0
29972025-02-22T20:30:31.896Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=f992cce4ae402179 -C extra-filename=-a0cac73febcb3404 --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-6fc6ced58725ccf3.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-8e7d1afc7f4d9c6b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29982025-02-22T20:30:31.918Z Compiling rayon v1.10.0
29992025-02-22T20:30:31.920Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=8729b0b2a6f6e8de -C extra-filename=-454b7d2f2a06ca50 --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-f022353c3733c3cf.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-e4dbe4f81cf74a8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30002025-02-22T20:30:32.183Z Compiling tokio-stream v0.1.16
30012025-02-22T20:30:32.225Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=579e7a8a6be8badc -C extra-filename=-7e3c5433ffa73394 --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-1576965aa7d154eb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30022025-02-22T20:30:32.913Z Compiling md-5 v0.10.6
30032025-02-22T20:30:32.916Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=697f30cc74e79667 -C extra-filename=-ddf8477ad23064fb --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-ec0e17f73ce37523.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a4b1566283312517.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30042025-02-22T20:30:33.113Z Compiling float-cmp v0.10.0
30052025-02-22T20:30:33.145Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/float-cmp-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="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=f454f65604912d9b -C extra-filename=-2d8275bf2035f905 --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-e9d24d36744151b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30062025-02-22T20:30:33.194Z Compiling fs-err v2.11.0
30072025-02-22T20:30:33.197Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=5af39bbbaf76fd32 -C extra-filename=-21269de87b467c8f --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-21269de87b467c8f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c41639be1f87700d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30082025-02-22T20:30:33.388Z Compiling normalize-line-endings v0.3.0
30092025-02-22T20:30:33.390Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=df163003b62a429e -C extra-filename=-c649c2b9114eecce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30102025-02-22T20:30:33.545Z Compiling fallible-iterator v0.2.0
30112025-02-22T20:30:33.572Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=76a2a250ab7ead6b -C extra-filename=-d22eb698fb33527e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30122025-02-22T20:30:33.608Z Compiling difflib v0.4.0
30132025-02-22T20:30:33.611Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7c2bdb104393263 -C extra-filename=-b42e165d7c4e0526 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30142025-02-22T20:30:33.830Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-21269de87b467c8f/build-script-build`
30152025-02-22T20:30:33.911Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=482203c0aff72714 -C extra-filename=-00fe6bd0f83d84e1 --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-17fa9da22ed739fc.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-772455df82bc6746.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-b343cf89d314a7c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30162025-02-22T20:30:33.947Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,test)' --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=03590c00221caa6a -C extra-filename=-d7048a6bd6a14241 --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-3788a6375c269969.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-14161e92cc3c7739.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)'`
30172025-02-22T20:30:34.001Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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' --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)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=4a04ef6aee0f3a94 -C extra-filename=-0561a114cfef84b2 --out-dir /work/oxidecomputer/omicron/target/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(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"))'`
30182025-02-22T20:30:34.219Z Compiling postgres-protocol v0.6.7
30192025-02-22T20:30:34.222Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=cb2dd2e51501495e -C extra-filename=-32cc9fb6e1a6e434 --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-210ce714c13e89e6.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d22eb698fb33527e.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-79fae8b420b6cab0.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-ddf8477ad23064fb.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-e15a46c0bfb0d73a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30202025-02-22T20:30:34.362Z Compiling predicates v3.1.3
30212025-02-22T20:30:34.365Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-3.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 --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' '--allow=clippy::result_large_err' '--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="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=f7d972315ff7e88b -C extra-filename=-945326b3717735d0 --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-6d479df9ba02b817.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-b42e165d7c4e0526.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-2d8275bf2035f905.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-c649c2b9114eecce.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-4f14a9053a1aa129.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30222025-02-22T20:30:34.997Z Compiling zip v0.6.6
30232025-02-22T20:30:35.001Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=004bfc7e798b2e63 -C extra-filename=-14acb0b3843934a0 --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-6fa0bc0485b87f2d.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-2003c10d50aa2175.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-918de2abdeed200d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.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-d051ea22b9d716ef/out/lib`
30242025-02-22T20:30:35.257Z Compiling resolv-conf v0.7.0
30252025-02-22T20:30:35.259Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("hostname", "system"))' -C metadata=e1642e393d6a192a -C extra-filename=-2d488dae237454c4 --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-5cf74f63d04da9f7.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-727f07b01d6739d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30262025-02-22T20:30:35.479Z Compiling phf v0.11.2
30272025-02-22T20:30:35.482Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=7fc1315234c39a2c -C extra-filename=-1da4d86323d7bd72 --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-fcdecfe0c3f0f8df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30282025-02-22T20:30:35.787Z Compiling tungstenite v0.24.0
30292025-02-22T20:30:35.790Z Compiling strum_macros v0.25.3
30302025-02-22T20:30:35.813Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=677fc32f82a08a33 -C extra-filename=-901d25f7979a9ad2 --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-6fa0bc0485b87f2d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-7ca48bec20e507bd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-a0db6af83eafa305.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-79527ecaaadfa3cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-ebca4d8c265e3ef2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30312025-02-22T20:30:35.815Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c8a3d0daf95d27f -C extra-filename=-ddf25b19332b2f1f --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-c0fa63f21cdf542c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-249ca607bd6d7426.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30322025-02-22T20:30:35.888Z Compiling serde-big-array v0.5.1
30332025-02-22T20:30:35.890Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3c61ebf0c7a99ff -C extra-filename=-8f25b767fc0a91fb --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-64c0c05ed5192e4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30342025-02-22T20:30:35.946Z Compiling serde_repr v0.1.19
30352025-02-22T20:30:35.949Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e126769bcd2fc2be -C extra-filename=-0cbfcbe369d8e1f5 --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30362025-02-22T20:30:35.974Z Compiling peg-runtime v0.8.3
30372025-02-22T20:30:35.976Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std", "unstable"))' -C metadata=dd3b40829b0c738b -C extra-filename=-3b7d05325ea00dc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30382025-02-22T20:30:36.143Z Compiling number_prefix v0.4.0
30392025-02-22T20:30:36.146Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f7f74331172e6415 -C extra-filename=-87d3f2724c6b288f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30402025-02-22T20:30:36.197Z Compiling hickory-resolver v0.24.3
30412025-02-22T20:30:36.232Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-resolver-0.24.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(nightly)' --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,test)' --check-cfg 'cfg(feature, values("backtrace", "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=775d0b853f3e674c -C extra-filename=-6e4cfa0ddb7c46af --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-ec0e17f73ce37523.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-74b98f795200a9cd.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-8e8b2937c552ffd6.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-cad9f59ca151c452.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-caf9cb2412e106e6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-2d488dae237454c4.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-74855a779b273f99.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-72c7d61f1d071b21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30422025-02-22T20:30:36.310Z Compiling postgres-types v0.2.8
30432025-02-22T20:30:36.313Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=898d36b136ca846c -C extra-filename=-20bb82dfb46e7778 --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-294058eedc90bb22.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d22eb698fb33527e.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-32cc9fb6e1a6e434.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30442025-02-22T20:30:36.402Z Compiling indicatif v0.17.11
30452025-02-22T20:30:36.405Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.17.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="rayon"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=13ee89c8852a5cd2 -C extra-filename=-f1942e67c9424e24 --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-251219e70dcfbc0c.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-87d3f2724c6b288f.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-0561a114cfef84b2.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-454b7d2f2a06ca50.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-515a815f7ad69d61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30462025-02-22T20:30:36.532Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=07e88734dcceceb5 -C extra-filename=-c25b9e6b13f352fd --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-56c41f5284847d60.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)'`
30472025-02-22T20:30:37.241Z Compiling tokio-tungstenite v0.24.0
30482025-02-22T20:30:37.243Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=b1fe9d1c4ceb7600 -C extra-filename=-d7e7017316172551 --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-74b98f795200a9cd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-901d25f7979a9ad2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30492025-02-22T20:30:37.344Z Compiling derive-where v1.2.7
30502025-02-22T20:30:37.346Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nightly", "safe", "zeroize", "zeroize-on-drop"))' -C metadata=1dd06f1536021691 -C extra-filename=-a3fffa6f40d734d2 --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30512025-02-22T20:30:37.563Z Compiling whoami v1.5.2
30522025-02-22T20:30:37.610Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --check-cfg 'cfg(daku)' --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' -C metadata=1ed962634790ad36 -C extra-filename=-e83632967c5c0152 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30532025-02-22T20:30:37.749Z Compiling hashbrown v0.14.5
30542025-02-22T20:30:37.752Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=61096050ffbef3bc -C extra-filename=-8fb5286259b91667 --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-a6519760343b1981.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-199f53930120fca2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30552025-02-22T20:30:37.775Z Compiling thiserror v2.0.11
30562025-02-22T20:30:37.777Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c504670a8b32dc5d -C extra-filename=-b954e8c272abdc9c --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-b954e8c272abdc9c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30572025-02-22T20:30:38.139Z Compiling tokio-postgres v0.7.12
30582025-02-22T20:30:38.141Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=10e87ec9f2767e18 -C extra-filename=-ffccd35162dc03c8 --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-e28f9114d5d27a7c.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d22eb698fb33527e.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-6483d9579c8676ee.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-74b98f795200a9cd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-caf9cb2412e106e6.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-1da4d86323d7bd72.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-32cc9fb6e1a6e434.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-20bb82dfb46e7778.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6077ab337fa66134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-e83632967c5c0152.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30592025-02-22T20:30:38.350Z Compiling thiserror-impl v2.0.11
30602025-02-22T20:30:38.353Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73cb4620d15dcd8b -C extra-filename=-ab692da41e1f8170 --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30612025-02-22T20:30:38.476Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-b954e8c272abdc9c/build-script-build`
30622025-02-22T20:30:38.962Z Compiling regress v0.10.1
30632025-02-22T20:30:38.985Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=df5e1da4a092e7ce -C extra-filename=-f5d026e7379c9126 --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-8fb5286259b91667.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30642025-02-22T20:30:38.989Z Compiling ident_case v1.0.1
30652025-02-22T20:30:38.991Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=db59c5a7237290ff -C extra-filename=-f9fc28071c8a4f49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30662025-02-22T20:30:39.197Z Compiling darling_core v0.20.10
30672025-02-22T20:30:39.200Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=57de80ffcfa6187a -C extra-filename=-ccfb70ee67486ec2 --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-98d3c5abcf530833.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-f9fc28071c8a4f49.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f65fb5752489051b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30682025-02-22T20:30:39.547Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
30692025-02-22T20:30:39.550Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/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,test)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=7cfb8b3c5b4edca7 -C extra-filename=-362ba53e5f217d0b --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-3788a6375c269969.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e29d313c1845f7fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-8f25b767fc0a91fb.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-0cbfcbe369d8e1f5.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-00fe6bd0f83d84e1.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-ddf25b19332b2f1f.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ec8f136d0608bb6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30702025-02-22T20:30:40.655Z Compiling unsafe-libyaml v0.2.11
30712025-02-22T20:30:40.658Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf9a82929248d388 -C extra-filename=-11f3f9daa5322c57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30722025-02-22T20:30:41.600Z Compiling fastrand v2.1.1
30732025-02-22T20:30:41.602Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=a8d67f134a52fb42 -C extra-filename=-565ca7897df9391c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30742025-02-22T20:30:41.671Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5ff36aa5e3b3bc90 -C extra-filename=-98dfa1a7cebcf12b --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-ab692da41e1f8170.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)'`
30752025-02-22T20:30:41.825Z Compiling ipnetwork v0.21.1
30762025-02-22T20:30:41.828Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnetwork-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=355f27585cfef463 -C extra-filename=-d92c54e8d494ed14 --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-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30772025-02-22T20:30:42.104Z Compiling serde_yaml v0.9.34+deprecated
30782025-02-22T20:30:42.107Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=189e70eb49fdf98c -C extra-filename=-366477258c565adc --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-4bf73ea5f0dbb7ac.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-57976e99141aa10c.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-09050f2054347c06.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-11f3f9daa5322c57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30792025-02-22T20:30:42.429Z Compiling tempfile v3.13.0
30802025-02-22T20:30:42.432Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=f9f2235e7a4a58b4 -C extra-filename=-f28d474c78c1d0ae --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-ec0e17f73ce37523.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-565ca7897df9391c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-152bfd45ab679292.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30812025-02-22T20:30:42.630Z Compiling oxnet v0.1.0
30822025-02-22T20:30:42.633Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxnet-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="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "schemars", "serde", "std"))' -C metadata=a656a9961c12a213 -C extra-filename=-09d45f27073fd283 --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-d92c54e8d494ed14.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30832025-02-22T20:30:43.224Z Compiling typify-impl v0.2.0
30842025-02-22T20:30:43.227Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3e8846043b25ed4a -C extra-filename=-d673faea2af6b4c6 --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-d7c4e21566c467a3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f5d026e7379c9126.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-62358d43d54c950b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30852025-02-22T20:30:43.333Z Compiling strum_macros v0.26.4
30862025-02-22T20:30:43.335Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b880676f054fea9c -C extra-filename=-3ce92e3ab016b98a --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-d7c4e21566c467a3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-249ca607bd6d7426.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30872025-02-22T20:30:43.690Z Compiling macaddr v1.0.1
30882025-02-22T20:30:43.693Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=3a0fce7dceffbba5 -C extra-filename=-5d18dd7e7f34bce5 --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-64c0c05ed5192e4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30892025-02-22T20:30:43.770Z Compiling structmeta-derive v0.3.0
30902025-02-22T20:30:43.773Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e35cde2a565f6f31 -C extra-filename=-4ab0cdb749d6032f --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30912025-02-22T20:30:44.157Z Compiling daft-derive v0.1.1
30922025-02-22T20:30:44.160Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name daft_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=506bf31d705e8451 -C extra-filename=-64fb9e5681211cb6 --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30932025-02-22T20:30:45.172Z Compiling darling_macro v0.20.10
30942025-02-22T20:30:45.174Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd7bde4737cd130e -C extra-filename=-38d2a4bc450e6bc1 --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-ccfb70ee67486ec2.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30952025-02-22T20:30:45.698Z Compiling instant v0.1.13
30962025-02-22T20:30:45.701Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=ee7819e0691fcfc5 -C extra-filename=-3e93ac753f724629 --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-ec0e17f73ce37523.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30972025-02-22T20:30:45.728Z Compiling regress v0.9.1
30982025-02-22T20:30:45.728Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=84160b572e7ef78f -C extra-filename=-d324ac6f55fbcfea --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-8fb5286259b91667.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992025-02-22T20:30:45.841Z Compiling daft v0.1.1
31002025-02-22T20:30:45.844Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name daft --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="newtype-uuid1"' --cfg 'feature="oxnet01"' --cfg 'feature="std"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "newtype-uuid1", "oxnet01", "std", "uuid1"))' -C metadata=aa5f37012146fb1c -C extra-filename=-6548ab0eb5118301 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft_derive=/work/oxidecomputer/omicron/target/debug/deps/libdaft_derive-64fb9e5681211cb6.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-6c62123119d9c719.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31012025-02-22T20:30:45.874Z Compiling dropshot v0.15.1
31022025-02-22T20:30:45.876Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.15.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 '--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(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a9058bf56b2c2540 -C extra-filename=-70cc8fa363a3233e --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-70cc8fa363a3233e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31032025-02-22T20:30:46.290Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-70cc8fa363a3233e/build-script-build`
31042025-02-22T20:30:46.315Z Compiling darling v0.20.10
31052025-02-22T20:30:46.318Z Compiling dropshot_endpoint v0.15.1
31062025-02-22T20:30:46.318Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=e93a1c2210c9f6af -C extra-filename=-e687f7cb1fa26c55 --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-ccfb70ee67486ec2.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-38d2a4bc450e6bc1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31072025-02-22T20:30:46.339Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot_endpoint-0.15.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 '--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(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a632138f0dc3d236 -C extra-filename=-9294b8ca9620dfb6 --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-d7c4e21566c467a3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-96b01b9797cb298d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31082025-02-22T20:30:46.371Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31092025-02-22T20:30:46.393Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=9fb794d7a7eb8cf1 -C extra-filename=-993eacacf6997e01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6548ab0eb5118301.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-6c62123119d9c719.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31102025-02-22T20:30:46.462Z Compiling serde_with_macros v3.11.0
31112025-02-22T20:30:46.493Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars_0_8"))' -C metadata=3282642c424adec5 -C extra-filename=-0c0244e52222bc83 --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-e687f7cb1fa26c55.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31122025-02-22T20:30:46.588Z Compiling structmeta v0.3.0
31132025-02-22T20:30:46.620Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=23aa6dc0e1cc4046 -C extra-filename=-75050d436c810928 --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-9423829603dc28c7.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-4ab0cdb749d6032f.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31142025-02-22T20:30:46.889Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31152025-02-22T20:30:46.924Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/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,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=7fcab485034f95b2 -C extra-filename=-8fc1a02b33a23dda --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31162025-02-22T20:30:47.012Z Compiling parse-display-derive v0.10.0
31172025-02-22T20:30:47.015Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=42423753e9dd844c -C extra-filename=-af6ced007c182f16 --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-75050d436c810928.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31182025-02-22T20:30:47.843Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31192025-02-22T20:30:47.846Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/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,test)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=cec99f9661da99d2 -C extra-filename=-e9a67de52d5bcad0 --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-ee872fdcb5d2633b.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-8fc1a02b33a23dda.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31202025-02-22T20:30:47.940Z Compiling strum v0.26.3
31212025-02-22T20:30:47.943Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=c0c6655c2c146d95 -C extra-filename=-2e9e5828d0e6d19d --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-3ce92e3ab016b98a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31222025-02-22T20:30:48.054Z Compiling backoff v0.4.0
31232025-02-22T20:30:48.057Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=6ddc1b403bfb51de -C extra-filename=-2548eb88436ee279 --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-1576965aa7d154eb.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-59b5076c3c3cced8.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-3e93ac753f724629.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31242025-02-22T20:30:48.159Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
31252025-02-22T20:30:48.162Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-9b0d965c2b287046/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=decdfc31b95f4196 -C extra-filename=-894b481f8a11dd78 --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-b0fa6313344b5261.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31262025-02-22T20:30:48.359Z Compiling wait-timeout v0.2.0
31272025-02-22T20:30:48.363Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c8bb83508f2a78ba -C extra-filename=-196123a2c8b34c8c --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-366e89962da8a132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31282025-02-22T20:30:48.437Z Compiling rand_xorshift v0.3.0
31292025-02-22T20:30:48.439Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=f9cf9f944a8acb01 -C extra-filename=-092991f30e0f740d --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-33a375d65b361fda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31302025-02-22T20:30:48.789Z Compiling rusty-fork v0.3.0
31312025-02-22T20:30:48.791Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=a910a0f1c2c06b3e -C extra-filename=-765c5f1f862d6b9f --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-98d3c5abcf530833.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-727f07b01d6739d0.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-196123a2c8b34c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31322025-02-22T20:30:48.886Z Compiling unarray v0.1.4
31332025-02-22T20:30:48.889Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=84c9be1f7c0a2f1d -C extra-filename=-2509069dc6f408f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342025-02-22T20:30:49.074Z Compiling structmeta-derive v0.2.0
31352025-02-22T20:30:49.102Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=829c7311e0a7ec6a -C extra-filename=-0fdbfa0dba928310 --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31362025-02-22T20:30:49.196Z Compiling serde_with v3.11.0
31372025-02-22T20:30:49.199Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --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"))' -C metadata=34ddc75c29d5166a -C extra-filename=-adf7dbb24904ceb7 --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-64c0c05ed5192e4e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e4f2b08c811228df.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-0c0244e52222bc83.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31382025-02-22T20:30:49.450Z Compiling proptest v1.5.0
31392025-02-22T20:30:49.452Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=a3e03a47223c4c9b -C extra-filename=-dd9f2317ffb69cec --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-6604f7429f9585a6.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-9085f943568be129.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3788a6375c269969.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-8318dd9a0af188dd.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-092991f30e0f740d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-765c5f1f862d6b9f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-2509069dc6f408f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402025-02-22T20:30:50.401Z Compiling camino-tempfile v1.1.1
31412025-02-22T20:30:50.403Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=919669e2ffa0d568 -C extra-filename=-22b44d508ede7477 --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-a4835f5f60f796f7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31422025-02-22T20:30:50.781Z Compiling unicode-width v0.1.14
31432025-02-22T20:30:50.784Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=570906f7419c21ca -C extra-filename=-f4a4ec44d5bf39c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31442025-02-22T20:30:50.883Z Compiling proc-macro-error-attr v1.0.4
31452025-02-22T20:30:50.885Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0fc4904e8d37182e -C extra-filename=-55b345e3bb32fc87 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-55b345e3bb32fc87 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31462025-02-22T20:30:51.309Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-55b345e3bb32fc87/build-script-build`
31472025-02-22T20:30:51.331Z Compiling proc-macro-error v1.0.4
31482025-02-22T20:30:51.334Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=091a1bb33b004209 -C extra-filename=-496b21e54f90e44c --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-496b21e54f90e44c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31492025-02-22T20:30:51.369Z Compiling parse-display v0.10.0
31502025-02-22T20:30:51.371Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=4c37309515134334 -C extra-filename=-076a042999fae974 --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-af6ced007c182f16.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31512025-02-22T20:30:51.371Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a76a6fdef4012a2 -C extra-filename=-6ffea7b8d2fc2ad4 --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31522025-02-22T20:30:51.730Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-496b21e54f90e44c/build-script-build`
31532025-02-22T20:30:51.878Z Compiling structmeta v0.2.0
31542025-02-22T20:30:51.883Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d25cbb684ce231ab -C extra-filename=-c094cc17a4da5d3f --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-9423829603dc28c7.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-0fdbfa0dba928310.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31552025-02-22T20:30:51.906Z Compiling proc-macro-crate v1.3.1
31562025-02-22T20:30:51.912Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=521952df22c5b332 -C extra-filename=-4ac0c993056cf1f5 --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-cc4c9ca4fb71ffde.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-ce4abb6fba0762bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31572025-02-22T20:30:51.931Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31582025-02-22T20:30:51.931Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a001ebe92411a29 -C extra-filename=-ad87e65398481a30 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-ad87e65398481a30 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31592025-02-22T20:30:52.287Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=10a604d6988a5935 -C extra-filename=-375662e2678ff0c1 --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-6ffea7b8d2fc2ad4.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b6adb4a9d9691a83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
31602025-02-22T20:30:52.314Z Compiling test-strategy v0.3.1
31612025-02-22T20:30:52.346Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ee968bc01323e5b -C extra-filename=-5fe5f9bbb228d2ae --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-c094cc17a4da5d3f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31622025-02-22T20:30:52.380Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-ad87e65398481a30/build-script-build`
31632025-02-22T20:30:52.421Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
31642025-02-22T20:30:52.424Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d88df90ab87e96bd -C extra-filename=-3d02b5609f35aeee --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-3d02b5609f35aeee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31652025-02-22T20:30:52.596Z Compiling tabwriter v1.4.0
31662025-02-22T20:30:52.599Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=d9742864c069ee46 -C extra-filename=-104045e350ceb84d --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-f4a4ec44d5bf39c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31672025-02-22T20:30:52.800Z Compiling num_enum_derive v0.5.11
31682025-02-22T20:30:52.803Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=83c7f683eae2d0c2 -C extra-filename=-c513c32e07790563 --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-4ac0c993056cf1f5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b6adb4a9d9691a83.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31692025-02-22T20:30:52.803Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-3d02b5609f35aeee/build-script-build`
31702025-02-22T20:30:52.853Z Compiling foreign-types-macros v0.2.3
31712025-02-22T20:30:52.856Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=75a2a0aa4809224b -C extra-filename=-c964dc5fed2e71f6 --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31722025-02-22T20:30:52.923Z Compiling foreign-types-shared v0.3.1
31732025-02-22T20:30:52.926Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b469fa5c05d20993 -C extra-filename=-756a3bf2c9259699 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31742025-02-22T20:30:53.074Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1d59ee3e8a6a377 -C extra-filename=-bacfc7a66e801823 --out-dir /work/oxidecomputer/omicron/target/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`
31752025-02-22T20:30:53.077Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b35877bc08b2053c -C extra-filename=-5132d88d1385b19d --out-dir /work/oxidecomputer/omicron/target/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`
31762025-02-22T20:30:53.223Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31772025-02-22T20:30:53.226Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-8d80884f4e7a8dd5/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7dfee04cd6a3c8c9 -C extra-filename=-ea02bfcd95e7f328 --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-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b6adb4a9d9691a83.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31782025-02-22T20:30:53.286Z Compiling itertools v0.13.0
31792025-02-22T20:30:53.288Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=0ecc0230c93c2809 -C extra-filename=-a1cccd9ad105ea3d --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-f022353c3733c3cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31802025-02-22T20:30:54.236Z Compiling cstr-argument v0.1.2
31812025-02-22T20:30:54.238Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=a085cafaadc0fcc6 -C extra-filename=-c02be46d68b46ba1 --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-ec0e17f73ce37523.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31822025-02-22T20:30:54.273Z Compiling foreign-types v0.5.0
31832025-02-22T20:30:54.276Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=66eecc8a680c0ee5 -C extra-filename=-7f1f1d57fc757948 --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-c964dc5fed2e71f6.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-756a3bf2c9259699.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31842025-02-22T20:30:54.408Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
31852025-02-22T20:30:54.408Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/f4eae3d/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=250dd33024c2046b -C extra-filename=-1c5d2a18a5189f33 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-1c5d2a18a5189f33 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31862025-02-22T20:30:54.500Z Compiling pretty-hex v0.2.1
31872025-02-22T20:30:54.529Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=adf8bfc81a8298a4 -C extra-filename=-8d4e06503f39b066 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31882025-02-22T20:30:54.727Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31892025-02-22T20:30:54.729Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6e8de03e6fc25c8a -C extra-filename=-0dccfa8551d66979 --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-c02be46d68b46ba1.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-7f1f1d57fc757948.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-5132d88d1385b19d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902025-02-22T20:30:54.810Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-1c5d2a18a5189f33/build-script-build`
31912025-02-22T20:30:54.852Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31922025-02-22T20:30:54.855Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-8d80884f4e7a8dd5/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc1dd3d2eb9593c6 -C extra-filename=-9596be7d3dd90670 --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-366e89962da8a132.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-ea02bfcd95e7f328.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31932025-02-22T20:30:55.085Z Compiling colored v2.1.0
31942025-02-22T20:30:55.088Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=9ff40960119a6a54 -C extra-filename=-7ec8b19bd364aede --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-18ebbde8e24fab88.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31952025-02-22T20:30:55.312Z Compiling smf v0.2.3
31962025-02-22T20:30:55.314Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c2ce56b703ef8a2 -C extra-filename=-976f7ea65f728dd1 --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-de7b30e49c8862a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31972025-02-22T20:30:55.344Z Compiling num_enum v0.5.11
31982025-02-22T20:30:55.347Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=de40eec806e683fe -C extra-filename=-ec42bdee399445d3 --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-c513c32e07790563.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31992025-02-22T20:30:55.549Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
32002025-02-22T20:30:55.551Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=01155b27fa5ed2de -C extra-filename=-97005145cc272924 --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-366e89962da8a132.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-bacfc7a66e801823.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-ec42bdee399445d3.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8d4e06503f39b066.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32012025-02-22T20:30:55.771Z Compiling typify-impl v0.3.0
32022025-02-22T20:30:55.774Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6aecda4a26e0591 -C extra-filename=-67ce2fb08d269222 --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-d7c4e21566c467a3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f5d026e7379c9126.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98dfa1a7cebcf12b.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-62358d43d54c950b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32032025-02-22T20:30:55.817Z Compiling base64 v0.21.7
32042025-02-22T20:30:55.820Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d7ea3b09724227ba -C extra-filename=-a7af361641f5e6e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32052025-02-22T20:30:55.980Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/f4eae3d/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d21626ef7b0e64c -C extra-filename=-d00d75d99db43af4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7ec8b19bd364aede.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-97005145cc272924.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-ec42bdee399445d3.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-0dccfa8551d66979.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-5132d88d1385b19d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-9596be7d3dd90670.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6077ab337fa66134.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-72c7d61f1d071b21.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ec1eb5a41784b91d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
32062025-02-22T20:30:56.282Z Compiling crucible-workspace-hack v0.1.0
32072025-02-22T20:30:56.285Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3deb820cc31a8fd -C extra-filename=-9f4f0aeb7c795af8 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-9f4f0aeb7c795af8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32082025-02-22T20:30:56.455Z Compiling zerocopy v0.8.10
32092025-02-22T20:30:56.480Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=873568e1fa60cf46 -C extra-filename=-875af4b52c1a2647 --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-875af4b52c1a2647 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32102025-02-22T20:30:56.505Z Compiling zerocopy-derive v0.8.10
32112025-02-22T20:30:56.508Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=128364a818a4492e -C extra-filename=-911481c40a6d4a99 --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32122025-02-22T20:30:56.649Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-9f4f0aeb7c795af8/build-script-build`
32132025-02-22T20:30:56.688Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d0cc562f41e8d92 -C extra-filename=-63faa6595a835011 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32142025-02-22T20:30:56.813Z Compiling termtree v0.4.1
32152025-02-22T20:30:56.815Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fea820510354a143 -C extra-filename=-ec26459a38853442 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32162025-02-22T20:30:57.071Z Compiling heapless v0.8.0
32172025-02-22T20:30:57.074Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=8bbd40270e5ade11 -C extra-filename=-f712d86e74c386de --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-f712d86e74c386de -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182025-02-22T20:30:57.314Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-875af4b52c1a2647/build-script-build`
32192025-02-22T20:30:57.398Z Compiling predicates-tree v1.0.11
32202025-02-22T20:30:57.402Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d75fecd5c1cf2f4 -C extra-filename=-20fd8b9173db8b53 --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-4f14a9053a1aa129.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ec26459a38853442.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32212025-02-22T20:30:57.425Z Compiling typify-macro v0.2.0
32222025-02-22T20:30:57.428Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=811565b753623a4b -C extra-filename=-193722cdc0152021 --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-96b01b9797cb298d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-d673faea2af6b4c6.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32232025-02-22T20:30:57.729Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-f712d86e74c386de/build-script-build`
32242025-02-22T20:30:57.851Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
32252025-02-22T20:30:57.854Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/git/checkouts/ingot-5eb88cc65053c079/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=272d694a222ae9eb -C extra-filename=-8deada8e7c574198 --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-e687f7cb1fa26c55.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32262025-02-22T20:30:58.057Z Compiling hash32 v0.3.1
32272025-02-22T20:30:58.087Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ea1571f4744672b -C extra-filename=-5e9e05232c07feb1 --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-6fa0bc0485b87f2d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32282025-02-22T20:30:58.339Z Compiling smoltcp v0.11.0
32292025-02-22T20:30:58.342Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=74826503f572a660 -C extra-filename=-14ad03042fc9f298 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-14ad03042fc9f298 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32302025-02-22T20:30:59.143Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-14ad03042fc9f298/build-script-build`
32312025-02-22T20:30:59.146Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=830fa3caebbc8b62 -C extra-filename=-88534d3f137fed32 --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-5e9e05232c07feb1.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-a1a49b344a9f1018.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32322025-02-22T20:30:59.298Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=f78348ec7e78b2df -C extra-filename=-0bb94b0e8638713c --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-911481c40a6d4a99.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)'`
32332025-02-22T20:30:59.630Z Compiling atomicwrites v0.4.4
32342025-02-22T20:30:59.632Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=31a9f9becf32a262 -C extra-filename=-d3756bca22c2c8be --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-152bfd45ab679292.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32352025-02-22T20:31:00.014Z Compiling cobs v0.2.3
32362025-02-22T20:31:00.017Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=173c860ca4193bbd -C extra-filename=-e92e71d8d1ed223b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32372025-02-22T20:31:00.188Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=b0c05bb0e9050ef8 -C extra-filename=-1e4a6845b59e23ad --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-17fa9da22ed739fc.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-88534d3f137fed32.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-b343cf89d314a7c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32382025-02-22T20:31:00.331Z Compiling postcard v1.0.10
32392025-02-22T20:31:00.333Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=da7804568f9594ec -C extra-filename=-77de97a5944c2f25 --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-e92e71d8d1ed223b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32402025-02-22T20:31:00.970Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
32412025-02-22T20:31:00.973Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/cd9aa64/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,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=116f36789db1ab54 -C extra-filename=-10007899ecd8cf87 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-10007899ecd8cf87 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32422025-02-22T20:31:01.397Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
32432025-02-22T20:31:01.400Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/cd9aa64/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,test)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=483f8735c6881331 -C extra-filename=-eb53016a18a393ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32442025-02-22T20:31:01.493Z Compiling typify v0.2.0
32452025-02-22T20:31:01.496Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=61a48839f2911f05 -C extra-filename=-86c7726c1793fe1f --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-d673faea2af6b4c6.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-193722cdc0152021.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32462025-02-22T20:31:01.608Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-10007899ecd8cf87/build-script-build`
32472025-02-22T20:31:01.647Z Compiling progenitor-impl v0.8.0
32482025-02-22T20:31:01.649Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a1aefb44352b373a -C extra-filename=-f057ea4c43ef46af --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-d7c4e21566c467a3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-86c7726c1793fe1f.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-62358d43d54c950b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32492025-02-22T20:31:01.674Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
32502025-02-22T20:31:01.676Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/cd9aa64/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a104ebac50f2a7f9 -C extra-filename=-ad1d9a46dad8d350 --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-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32512025-02-22T20:31:02.561Z Compiling sigpipe v0.1.3
32522025-02-22T20:31:02.563Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=21426fa1d54fc8f8 -C extra-filename=-831a0e7210e5174c --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-366e89962da8a132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32532025-02-22T20:31:02.715Z Compiling mockall_derive v0.13.1
32542025-02-22T20:31:02.715Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mockall_derive-0.13.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,test)' --check-cfg 'cfg(feature, values("nightly_derive"))' -C metadata=f0ffb71497c63a1b -C extra-filename=-5082be71356c4b23 --out-dir /work/oxidecomputer/omicron/target/debug/build/mockall_derive-5082be71356c4b23 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32552025-02-22T20:31:02.740Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
32562025-02-22T20:31:02.746Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-41c41244d8cc4d69/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f56d9d2d7cf451f -C extra-filename=-79a0ce1a8c4d05ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32572025-02-22T20:31:03.068Z Compiling zone_cfg_derive v0.3.0
32582025-02-22T20:31:03.071Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0aa751e9f3f252ca -C extra-filename=-f7dd117a5f4a54b5 --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-c0fa63f21cdf542c.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-375662e2678ff0c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b6adb4a9d9691a83.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32592025-02-22T20:31:03.111Z Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-5082be71356c4b23/build-script-build`
32602025-02-22T20:31:03.153Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mockall_derive-0.13.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,test)' --check-cfg 'cfg(feature, values("nightly_derive"))' -C metadata=079a524b66ac2534 -C extra-filename=-3d1d71cac81b485d --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-ec0e17f73ce37523.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(reprocheck)'`
32612025-02-22T20:31:04.442Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
32622025-02-22T20:31:04.445Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/95d6a55/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=420bae1d2433af19 -C extra-filename=-6e5895a13eae633f --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-366e89962da8a132.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32632025-02-22T20:31:04.663Z Compiling num-derive v0.4.2
32642025-02-22T20:31:04.666Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5bff211ebd089683 -C extra-filename=-c41c39da3ec32bab --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32652025-02-22T20:31:04.830Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
32662025-02-22T20:31:04.832Z Compiling fragile v2.0.0
32672025-02-22T20:31:04.832Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/git/checkouts/ingot-5eb88cc65053c079/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,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=76098e54446e6cce -C extra-filename=-dfac7aa035ba8336 --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-8deada8e7c574198.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0bb94b0e8638713c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32682025-02-22T20:31:04.832Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("slab"))' -C metadata=b498d89cb4cc909a -C extra-filename=-db2518dd92f59d42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32692025-02-22T20:31:05.464Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32702025-02-22T20:31:05.466Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=4aaff50e80a65fe8 -C extra-filename=-cabb8bd0b9816cee --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-cabb8bd0b9816cee -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32712025-02-22T20:31:05.665Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
32722025-02-22T20:31:05.689Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/git/checkouts/ingot-5eb88cc65053c079/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=d4b6e0d0b01bc581 -C extra-filename=-668ae39b5714c147 --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-3788a6375c269969.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-8deada8e7c574198.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-dfac7aa035ba8336.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0bb94b0e8638713c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32732025-02-22T20:31:05.860Z Compiling downcast v0.11.0
32742025-02-22T20:31:05.903Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=8d5b66b74fcf4630 -C extra-filename=-e10464ffa855bbaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32752025-02-22T20:31:06.144Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-cabb8bd0b9816cee/build-script-build`
32762025-02-22T20:31:06.185Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
32772025-02-22T20:31:06.209Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/95d6a55/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9e438d95a26383f -C extra-filename=-0b412b2dd8675b6c --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-6e5895a13eae633f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32782025-02-22T20:31:06.652Z Compiling zone v0.3.0
32792025-02-22T20:31:06.654Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=6323ab9b4a37aeea -C extra-filename=-a71baf0c628466b8 --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-18985f1e64cc7281.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-f7dd117a5f4a54b5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32802025-02-22T20:31:07.165Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
32812025-02-22T20:31:07.167Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/d2d8f8a/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac4c9eaa2eadf29c -C extra-filename=-d1b679197622af74 --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-63faa6595a835011.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-c41c39da3ec32bab.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32822025-02-22T20:31:07.995Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
32832025-02-22T20:31:07.998Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/cd9aa64/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,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=793531ac8f3ab858 -C extra-filename=-8550292b44f08f55 --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-eb53016a18a393ef.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-668ae39b5714c147.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-77de97a5944c2f25.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1e4a6845b59e23ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32842025-02-22T20:31:08.101Z Compiling same-file v1.0.6
32852025-02-22T20:31:08.104Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5305c750379304cf -C extra-filename=-0adbb5d89bb32378 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32862025-02-22T20:31:08.243Z Compiling convert_case v0.4.0
32872025-02-22T20:31:08.245Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=122463d868607008 -C extra-filename=-36f38c107332b7bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32882025-02-22T20:31:08.386Z Compiling walkdir v2.5.0
32892025-02-22T20:31:08.389Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7acfdd97d68078b -C extra-filename=-ba15ea5a5b3d635b --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-0adbb5d89bb32378.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32902025-02-22T20:31:08.413Z Compiling progenitor-macro v0.8.0
32912025-02-22T20:31:08.435Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5eb378444333622 -C extra-filename=-767b253469191c6e --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-72c805df3d416219.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-f057ea4c43ef46af.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-96b01b9797cb298d.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-366477258c565adc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32922025-02-22T20:31:09.054Z Compiling newline-converter v0.3.0
32932025-02-22T20:31:09.057Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3cb479637994980 -C extra-filename=-294dbe2de99fdf91 --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-8e7d1afc7f4d9c6b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32942025-02-22T20:31:09.081Z Compiling derive_more v0.99.19
32952025-02-22T20:31:09.081Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-0.99.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 --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,test)' --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=0d39bd2bd13e813c -C extra-filename=-9d07bf0c2c85f58d --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-36f38c107332b7bc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32962025-02-22T20:31:09.259Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/cd9aa64/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,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=6db5dafd7d4e0e97 -C extra-filename=-5642d941402d7994 --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-3788a6375c269969.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-324174bc038fa7c5.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-eb53016a18a393ef.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-668ae39b5714c147.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-ad1d9a46dad8d350.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-8550292b44f08f55.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-77de97a5944c2f25.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1e4a6845b59e23ad.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-104045e350ceb84d.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)'`
32972025-02-22T20:31:09.534Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
32982025-02-22T20:31:09.537Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/cd9aa64/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,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=bc3bd9f97e218f6e -C extra-filename=-6f74d20b4955fae9 --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-ec0e17f73ce37523.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-eb53016a18a393ef.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-5642d941402d7994.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-79a0ce1a8c4d05ad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-1e4a6845b59e23ad.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-104045e350ceb84d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-0bb94b0e8638713c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32992025-02-22T20:31:09.826Z Compiling xattr v1.3.1
33002025-02-22T20:31:09.829Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=edb4f55a7849ff90 -C extra-filename=-a30407448ec2f3e4 --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-152bfd45ab679292.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33012025-02-22T20:31:10.146Z Compiling filetime v0.2.25
33022025-02-22T20:31:10.148Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=99284b29729668de -C extra-filename=-041a650967360b28 --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-ec0e17f73ce37523.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33032025-02-22T20:31:10.348Z Compiling typify-macro v0.3.0
33042025-02-22T20:31:10.351Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b94f6f66910c37a -C extra-filename=-5bb70abdc067318f --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-96b01b9797cb298d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-67ce2fb08d269222.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33052025-02-22T20:31:10.476Z Compiling tar v0.4.42
33062025-02-22T20:31:10.505Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=9665edd2639a0780 -C extra-filename=-f8f0373240a8a483 --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-041a650967360b28.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-a30407448ec2f3e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33072025-02-22T20:31:10.655Z Compiling mockall v0.13.1
33082025-02-22T20:31:10.657Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mockall-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=5850fb1c4ec9e315 -C extra-filename=-1afe388d0ba4554a --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-ec0e17f73ce37523.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-e10464ffa855bbaf.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-db2518dd92f59d42.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-3d1d71cac81b485d.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-20fd8b9173db8b53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33092025-02-22T20:31:10.994Z Compiling expectorate v1.1.0
33102025-02-22T20:31:10.997Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=c85c1fa8b81b303a -C extra-filename=-19493fba9a8233ba --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-251219e70dcfbc0c.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-294dbe2de99fdf91.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a0cac73febcb3404.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33112025-02-22T20:31:11.212Z Compiling tungstenite v0.21.0
33122025-02-22T20:31:11.214Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=85320d9fcf38e4ea -C extra-filename=-c99fe31389c45eb9 --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-6fa0bc0485b87f2d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-7ca48bec20e507bd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-a0db6af83eafa305.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-79527ecaaadfa3cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f43279d14e0ff31f.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-ebca4d8c265e3ef2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33132025-02-22T20:31:11.617Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
33142025-02-22T20:31:11.630Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/cd9aa64/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=74f908aa4989406b -C extra-filename=-b970dad73352ec91 --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-366e89962da8a132.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-d00d75d99db43af4.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-5642d941402d7994.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-6f74d20b4955fae9.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-77de97a5944c2f25.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98dfa1a7cebcf12b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33152025-02-22T20:31:12.482Z Compiling tokio-tungstenite v0.21.0
33162025-02-22T20:31:12.504Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=22b79b987e83280a -C extra-filename=-ab18bc599ced1550 --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-74b98f795200a9cd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-c99fe31389c45eb9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33172025-02-22T20:31:12.841Z Compiling arc-swap v1.7.1
33182025-02-22T20:31:12.876Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=2794a06678cba5b1 -C extra-filename=-7b169046c43de2e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33192025-02-22T20:31:13.088Z Compiling num-rational v0.4.2
33202025-02-22T20:31:13.091Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=c5e015d254a2be52 -C extra-filename=-9f44d054c17d349b --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-f561a54ff4591bbd.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33212025-02-22T20:31:13.112Z Compiling num-complex v0.4.6
33222025-02-22T20:31:13.112Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=8c0b4e768dfaa748 -C extra-filename=-a1bdfe4f45704d08 --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-e9d24d36744151b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33232025-02-22T20:31:13.453Z Compiling slog-scope v4.4.0
33242025-02-22T20:31:13.455Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=222a214509f8981a -C extra-filename=-55f88039f07f6293 --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-7b169046c43de2e1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33252025-02-22T20:31:13.940Z Compiling slog-stdlog v4.1.1
33262025-02-22T20:31:13.943Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=201b293851651037 -C extra-filename=-49fc6a30a3f50e6e --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-a147a23faaf349f2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-55f88039f07f6293.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33272025-02-22T20:31:14.105Z Compiling num v0.4.3
33282025-02-22T20:31:14.107Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=a6db9bdfb5b65609 -C extra-filename=-e2f976d7760126aa --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-a1bdfe4f45704d08.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d34edb7beefa1477.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-9f44d054c17d349b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33292025-02-22T20:31:14.242Z Compiling slog-envlogger v2.2.0
33302025-02-22T20:31:14.245Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=b6fd7dee2da10344 -C extra-filename=-a4e16f29926f3728 --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-a147a23faaf349f2.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-55f88039f07f6293.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-49fc6a30a3f50e6e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33312025-02-22T20:31:14.309Z Compiling float-ord v0.3.2
33322025-02-22T20:31:14.359Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc1a7a4af7d3eaba -C extra-filename=-9da727f87bc9096c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33332025-02-22T20:31:14.504Z Compiling indent_write v2.2.0
33342025-02-22T20:31:14.507Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name indent_write --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f998aa05e149090b -C extra-filename=-e0b8437a2f49d9b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33352025-02-22T20:31:14.530Z Compiling typify v0.3.0
33362025-02-22T20:31:14.550Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-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="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=17d80e3b9b5dd6f8 -C extra-filename=-25ae10455d0b3a31 --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-67ce2fb08d269222.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-5bb70abdc067318f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33372025-02-22T20:31:14.559Z Compiling cancel-safe-futures v0.1.5
33382025-02-22T20:31:14.559Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=8509246359be3fb7 -C extra-filename=-7229dc5db74428e6 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-7229dc5db74428e6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33392025-02-22T20:31:14.673Z Compiling progenitor-impl v0.9.1
33402025-02-22T20:31:14.676Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8e9f8c9ab7c8931d -C extra-filename=-7a6b0541e08f3f56 --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-d7c4e21566c467a3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98dfa1a7cebcf12b.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-25ae10455d0b3a31.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-62358d43d54c950b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33412025-02-22T20:31:14.744Z Compiling owo-colors v4.1.0
33422025-02-22T20:31:14.744Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=9c2e046784a69a8a -C extra-filename=-b919b0c91f79b59b --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-b919b0c91f79b59b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33432025-02-22T20:31:14.939Z Compiling swrite v0.1.0
33442025-02-22T20:31:14.939Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("osstring"))' -C metadata=ad152670fd54a146 -C extra-filename=-c478485d624d81fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33452025-02-22T20:31:14.998Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-7229dc5db74428e6/build-script-build`
33462025-02-22T20:31:15.037Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=d9e0282015d670b7 -C extra-filename=-438b96921aa3ac51 --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-1576965aa7d154eb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ce74d051d15302a4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-74b98f795200a9cd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33472025-02-22T20:31:15.088Z Compiling libsw v3.3.1
33482025-02-22T20:31:15.092Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=994232bb15c6f503 -C extra-filename=-6194f6f9ad1cf7c7 --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-56c41f5284847d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33492025-02-22T20:31:15.173Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-b919b0c91f79b59b/build-script-build`
33502025-02-22T20:31:15.190Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=7e2a1a65a58e0ef2 -C extra-filename=-ec535ea8f0609ef8 --out-dir /work/oxidecomputer/omicron/target/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)'`
33512025-02-22T20:31:15.395Z Compiling password-hash v0.5.0
33522025-02-22T20:31:15.404Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=fe1dd8ee51e2738d -C extra-filename=-c32c71ba51869d4b --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-c2d7fa6755e2dac2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-33a375d65b361fda.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33532025-02-22T20:31:15.419Z Compiling blake2 v0.10.6
33542025-02-22T20:31:15.421Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=4d80b32df0469838 -C extra-filename=-452f2413f0ab859d --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-a4b1566283312517.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33552025-02-22T20:31:15.597Z Compiling linear-map v1.2.0
33562025-02-22T20:31:15.600Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=1a724f97391192c1 -C extra-filename=-c9541320d3e0f7f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33572025-02-22T20:31:15.808Z Compiling pem v3.0.4
33582025-02-22T20:31:15.811Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=ac5a04928e5e2f2e -C extra-filename=-52aee055ba6c88d4 --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-210ce714c13e89e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33592025-02-22T20:31:15.943Z Compiling argon2 v0.5.3
33602025-02-22T20:31:15.983Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=1a2563b46720ed1e -C extra-filename=-34e313988bc5317c --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-c2d7fa6755e2dac2.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-452f2413f0ab859d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3596b2d9c128a0c2.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-c32c71ba51869d4b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33612025-02-22T20:31:16.257Z Compiling highway v1.2.0
33622025-02-22T20:31:16.259Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=15fde0508739c333 -C extra-filename=-d71e20050af7c2c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33632025-02-22T20:31:16.534Z Compiling lzma-sys v0.1.20
33642025-02-22T20:31:16.537Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=51e1756be4064231 -C extra-filename=-75227af744ae0b39 --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-75227af744ae0b39 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e609a1207c813737.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1751b2fccd5c0e7a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33652025-02-22T20:31:16.783Z Compiling heck v0.3.3
33662025-02-22T20:31:16.786Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=958a8b0a34453ceb -C extra-filename=-8e19a1621a581365 --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-8e7d1afc7f4d9c6b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33672025-02-22T20:31:16.951Z Compiling headers-core v0.3.0
33682025-02-22T20:31:16.954Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a05039f345fce07 -C extra-filename=-7a88994ad95021e3 --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-1058df05427b0bcf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33692025-02-22T20:31:17.132Z Compiling headers v0.4.0
33702025-02-22T20:31:17.157Z Compiling zone_cfg_derive v0.1.2
33712025-02-22T20:31:17.160Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=f16d49439998d189 -C extra-filename=-83db8555cd4eac4e --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-a7af361641f5e6e7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-7a88994ad95021e3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-9174e92732ce6af6.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-9b1079e703cbc0f0.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-79527ecaaadfa3cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33722025-02-22T20:31:17.160Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=65feff054837ad45 -C extra-filename=-8ade35ba725c46e7 --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-8e19a1621a581365.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-375662e2678ff0c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b6adb4a9d9691a83.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33732025-02-22T20:31:17.181Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33742025-02-22T20:31:17.181Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ddb5e4aa96d771d -C extra-filename=-e8fb1f0ec18bf749 --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-64c0c05ed5192e4e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e4f2b08c811228df.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec779404ba1c594a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33752025-02-22T20:31:17.366Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-75227af744ae0b39/build-script-build`
33762025-02-22T20:31:17.422Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name lzma_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=6da1273b7c0efdd4 -C extra-filename=-ae90601df17158a2 --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-366e89962da8a132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma`
33772025-02-22T20:31:17.581Z Compiling yasna v0.5.2
33782025-02-22T20:31:17.584Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=9ce118b56d01badc -C extra-filename=-aed5b8b19d609876 --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-78535d256acd279b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33792025-02-22T20:31:17.618Z Compiling humantime v2.1.0
33802025-02-22T20:31:17.620Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=946422022fb5b10a -C extra-filename=-4f29ef645259113c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33812025-02-22T20:31:18.105Z Compiling base64 v0.13.1
33822025-02-22T20:31:18.108Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=178740ecb602e50f -C extra-filename=-7177ca403dc52273 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33832025-02-22T20:31:18.634Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
33842025-02-22T20:31:18.676Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-09ced6a94fc790f2/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,test)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=1e93cbcf73e07990 -C extra-filename=-63e8c430a3b9aa43 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-63e8c430a3b9aa43 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33852025-02-22T20:31:18.679Z Compiling zone v0.1.8
33862025-02-22T20:31:18.679Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b46393c2dca6bd81 -C extra-filename=-5cd760d282e63a7e --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-18985f1e64cc7281.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-8ade35ba725c46e7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872025-02-22T20:31:18.704Z Compiling ron v0.7.1
33882025-02-22T20:31:18.707Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("indexmap"))' -C metadata=b4a6e922a0bd42d9 -C extra-filename=-55dc9058f68e95c9 --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-7177ca403dc52273.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-17fa9da22ed739fc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33892025-02-22T20:31:18.884Z Compiling rcgen v0.12.1
33902025-02-22T20:31:18.913Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=6c974771b2aaa08c -C extra-filename=-8f2d50c29b4f0579 --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-52aee055ba6c88d4.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-8d3edd2ba24448e4.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-78535d256acd279b.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-aed5b8b19d609876.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out`
33912025-02-22T20:31:19.052Z Compiling xz2 v0.1.7
33922025-02-22T20:31:19.055Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name xz2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=f636cc81bfe0b27f -C extra-filename=-464a081d07110902 --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-ae90601df17158a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
33932025-02-22T20:31:19.467Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-63e8c430a3b9aa43/build-script-build`
33942025-02-22T20:31:19.518Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33952025-02-22T20:31:19.520Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=797a348d7ee74870 -C extra-filename=-113ec7d8e83bff1f --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-e8fb1f0ec18bf749.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e4f2b08c811228df.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec779404ba1c594a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33962025-02-22T20:31:19.545Z Compiling subprocess v0.2.9
33972025-02-22T20:31:19.545Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b51ecfe658898921 -C extra-filename=-0058ca192383c4ad --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-366e89962da8a132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33982025-02-22T20:31:19.947Z Compiling aws-lc-sys v0.22.0
33992025-02-22T20:31:19.949Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=e919c957b2e4d0f0 -C extra-filename=-45cce444360ca2bd --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-45cce444360ca2bd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-a2a4c1e7eaf5e92a.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e609a1207c813737.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-c853daa879696dbd.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-60ba1eb8af7b4181.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-a07e8d834e3b67b7.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34002025-02-22T20:31:20.087Z Compiling semver v0.1.20
34012025-02-22T20:31:20.090Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5fa7c1e29ef0dc9b -C extra-filename=-af529e6f6ab80ad9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34022025-02-22T20:31:20.215Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-09ced6a94fc790f2/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,test)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=299115e3ec3a1953 -C extra-filename=-90210824df27d9d9 --out-dir /work/oxidecomputer/omicron/target/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`
34032025-02-22T20:31:20.513Z Compiling rustc_version v0.1.7
34042025-02-22T20:31:20.516Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=addc705017a1a5e0 -C extra-filename=-eaf4f0a5481cae8d --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-af529e6f6ab80ad9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34052025-02-22T20:31:20.686Z Compiling half v2.4.1
34062025-02-22T20:31:20.689Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "default", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=943b7c15f26d2c60 -C extra-filename=-9595e84bedd565bf --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-ec0e17f73ce37523.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34072025-02-22T20:31:20.712Z Compiling ciborium-io v0.2.2
34082025-02-22T20:31:20.718Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=ee1267a2c881d91c -C extra-filename=-040288379a3af552 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34092025-02-22T20:31:20.866Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
34102025-02-22T20:31:20.910Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/95d6a55/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=06cdb014c176aa28 -C extra-filename=-9f6a9ec8851e369f --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-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34112025-02-22T20:31:20.941Z Compiling newtype_derive v0.1.6
34122025-02-22T20:31:20.943Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=d7608cfb338e2587 -C extra-filename=-8878b6ed0c70dd1e --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-8878b6ed0c70dd1e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-eaf4f0a5481cae8d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34132025-02-22T20:31:20.967Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
34142025-02-22T20:31:20.970Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/d2d8f8a/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=34308c2c6a3a7f62 -C extra-filename=-c1fa243a846f6cc0 --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-210ce714c13e89e6.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-63faa6595a835011.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34152025-02-22T20:31:21.035Z Compiling display-error-chain v0.2.2
34162025-02-22T20:31:21.038Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=76d2fcba7534a519 -C extra-filename=-776eee4600d42f4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34172025-02-22T20:31:21.231Z Compiling ciborium-ll v0.2.2
34182025-02-22T20:31:21.233Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=8b97c0021f43cde0 -C extra-filename=-cf96ef3a5492464d --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-040288379a3af552.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-9595e84bedd565bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34192025-02-22T20:31:21.257Z Compiling slog-dtrace v0.3.0
34202025-02-22T20:31:21.259Z Compiling gethostname v0.5.0
34212025-02-22T20:31:21.259Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5a0676edbbb629f -C extra-filename=-17d0002e6f2ca697 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-17d0002e6f2ca697 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34222025-02-22T20:31:21.259Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ff768827171cc1e8 -C extra-filename=-7b70c1e195c2d804 --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-152bfd45ab679292.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34232025-02-22T20:31:21.369Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-8878b6ed0c70dd1e/build-script-build`
34242025-02-22T20:31:21.404Z Compiling progenitor-macro v0.9.1
34252025-02-22T20:31:21.428Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.9.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9456e2f2b7f8cbfc -C extra-filename=-642548f1f01ae349 --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-72c805df3d416219.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-7a6b0541e08f3f56.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-96b01b9797cb298d.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-366477258c565adc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34262025-02-22T20:31:21.431Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=6f7dadae0de58023 -C extra-filename=-c52584126248c235 --out-dir /work/oxidecomputer/omicron/target/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`
34272025-02-22T20:31:21.453Z Compiling nibble_vec v0.1.0
34282025-02-22T20:31:21.456Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5377abda5ad6da55 -C extra-filename=-e4477141466795ca --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-74855a779b273f99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34292025-02-22T20:31:21.475Z Compiling endian-type v0.1.2
34302025-02-22T20:31:21.478Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name endian_type --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6aab32a3f1fe9bd7 -C extra-filename=-a284d86fa2e275c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34312025-02-22T20:31:21.562Z Compiling steno v0.4.1
34322025-02-22T20:31:21.564Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c5d2a1c3da443f88 -C extra-filename=-4584b6a902a3b0bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b14df1d6f08c2229.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34332025-02-22T20:31:21.596Z Compiling ciborium v0.2.2
34342025-02-22T20:31:21.596Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1c4b4cb51ee4a9de -C extra-filename=-91dcc3fd39d3676b --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-040288379a3af552.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-cf96ef3a5492464d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34352025-02-22T20:31:21.665Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
34362025-02-22T20:31:21.668Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/95d6a55/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=340df9197ffa81dd -C extra-filename=-719fd1f596d8f6b9 --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-c1fa243a846f6cc0.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-9f6a9ec8851e369f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34372025-02-22T20:31:21.688Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-17d0002e6f2ca697/build-script-build`
34382025-02-22T20:31:21.713Z Compiling radix_trie v0.2.1
34392025-02-22T20:31:21.742Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=047b1438b873f0ed -C extra-filename=-6f78dcb70a61a5e9 --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-a284d86fa2e275c6.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-e4477141466795ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34402025-02-22T20:31:21.768Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad6a1382b8eed7af -C extra-filename=-dbdfd1f30881fa44 --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-0db435a960c04bbf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34412025-02-22T20:31:21.983Z Compiling keccak v0.1.5
34422025-02-22T20:31:22.010Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "no_unroll", "simd"))' -C metadata=99af690e32e2e371 -C extra-filename=-4673f24fcd00ec46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34432025-02-22T20:31:22.335Z Compiling bytecount v0.6.8
34442025-02-22T20:31:22.339Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=dd18d89b4c01fca2 -C extra-filename=-3f0f5141e8162747 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34452025-02-22T20:31:22.360Z Compiling sha3 v0.10.8
34462025-02-22T20:31:22.360Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=96f1c32541a191f2 -C extra-filename=-d8e1a7d8b96c5295 --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-a4b1566283312517.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-4673f24fcd00ec46.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34472025-02-22T20:31:22.585Z Compiling arrayvec v0.7.6
34482025-02-22T20:31:22.588Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=fddb2484146e5f0e -C extra-filename=-0c8a3536f160cb9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34492025-02-22T20:31:22.914Z Compiling arrayref v0.3.9
34502025-02-22T20:31:22.917Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=66179f2e469838e7 -C extra-filename=-e731655d913e606a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34512025-02-22T20:31:23.004Z Compiling constant_time_eq v0.3.1
34522025-02-22T20:31:23.044Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=13da7f21c3a02909 -C extra-filename=-6fffdd5480001e9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34532025-02-22T20:31:23.047Z Compiling universal-hash v0.5.1
34542025-02-22T20:31:23.047Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=9e214c4f8ba999b8 -C extra-filename=-e48374a435b7af3c --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-4c4e93b96f688a53.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34552025-02-22T20:31:23.183Z Compiling opaque-debug v0.3.1
34562025-02-22T20:31:23.186Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef464bb4a7a84a4e -C extra-filename=-fa2189fce529373d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34572025-02-22T20:31:23.233Z Compiling secrecy v0.8.0
34582025-02-22T20:31:23.267Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=69930619b98f9174 -C extra-filename=-7b245e26b9d64704 --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-755446f6329b0dd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34592025-02-22T20:31:23.276Z Compiling blake3 v1.5.4
34602025-02-22T20:31:23.278Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=0a615aee09a4ff8a -C extra-filename=-5f3b94fed9a2c44e --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-5f3b94fed9a2c44e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e609a1207c813737.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34612025-02-22T20:31:23.310Z Compiling memmap2 v0.9.5
34622025-02-22T20:31:23.372Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=a9935c62dcf02ee9 -C extra-filename=-deef037e5ce0a4f0 --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-366e89962da8a132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34632025-02-22T20:31:23.426Z Compiling aead v0.5.2
34642025-02-22T20:31:23.429Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=43b706575b28fd16 -C extra-filename=-48a1a8d80179800f --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-4c4e93b96f688a53.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-23a3e44f5f1498e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34652025-02-22T20:31:23.470Z Compiling topological-sort v0.2.2
34662025-02-22T20:31:23.472Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa7fb3f465fb7618 -C extra-filename=-86177580405ba44e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34672025-02-22T20:31:23.711Z Compiling poly1305 v0.8.0
34682025-02-22T20:31:23.714Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=82a30d0c11d363e7 -C extra-filename=-01b85cedb40c8017 --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-3596b2d9c128a0c2.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-fa2189fce529373d.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-e48374a435b7af3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34692025-02-22T20:31:23.736Z Compiling chacha20 v0.9.1
34702025-02-22T20:31:23.738Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=42312d5c3c4fca34 -C extra-filename=-45f7ed33588527a5 --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-ec0e17f73ce37523.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0e01915bfba7d74a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3596b2d9c128a0c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34712025-02-22T20:31:23.830Z Compiling toolchain_find v0.4.0
34722025-02-22T20:31:23.855Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=488dddb7c6da3dae -C extra-filename=-72b6620ad6a73663 --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-6fcefbc560fae140.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34732025-02-22T20:31:24.055Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-5f3b94fed9a2c44e/build-script-build`
34742025-02-22T20:31:24.237Z Compiling thiserror-impl-no-std v2.0.2
34752025-02-22T20:31:24.240Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=29d25f53c32a87fe -C extra-filename=-eb276c6e02b0cdd2 --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b6adb4a9d9691a83.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34762025-02-22T20:31:24.451Z Compiling rustfmt-wrapper v0.2.1
34772025-02-22T20:31:24.473Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb6b27feaa57bde8 -C extra-filename=-d791387f6f2c3b3e --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-64c0c05ed5192e4e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-72b6620ad6a73663.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34782025-02-22T20:31:24.648Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=c42d3e10fce03a6a -C extra-filename=-f9f12af393ec0b4b --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-e731655d913e606a.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-0c8a3536f160cb9e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-6fffdd5480001e9b.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-deef037e5ce0a4f0.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-e4dbe4f81cf74a8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/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()))'`
34792025-02-22T20:31:25.062Z Compiling async-recursion v1.1.1
34802025-02-22T20:31:25.064Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=373d0e5c74339b6a -C extra-filename=-3480cdb2a4d8d973 --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34812025-02-22T20:31:25.475Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
34822025-02-22T20:31:25.478Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/libipcc-48141936c515a820/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6414713314379b1 -C extra-filename=-e361073e890843f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-e361073e890843f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34832025-02-22T20:31:25.765Z Compiling chacha20poly1305 v0.10.1
34842025-02-22T20:31:25.768Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=d68290c246c91cf2 -C extra-filename=-b5565363c9b655db --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-48a1a8d80179800f.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-45f7ed33588527a5.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0e01915bfba7d74a.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-01b85cedb40c8017.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34852025-02-22T20:31:25.886Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-e361073e890843f0/build-script-build`
34862025-02-22T20:31:25.926Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/libipcc-48141936c515a820/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=af842fda0515b005 -C extra-filename=-d8f1b740f848a4e4 --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-ec0e17f73ce37523.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.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/`
34872025-02-22T20:31:25.965Z Compiling fxhash v0.2.1
34882025-02-22T20:31:25.995Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name fxhash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed1cf40d4ecb962a -C extra-filename=-09cc18c3176e95c4 --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-6fa0bc0485b87f2d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34892025-02-22T20:31:26.023Z Compiling zip v2.1.3
34902025-02-22T20:31:26.026Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=4b2fcda5c86fd5f9 -C extra-filename=-ccc591a46c40dabe --out-dir /work/oxidecomputer/omicron/target/debug/build/zip-ccc591a46c40dabe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34912025-02-22T20:31:26.192Z Compiling simd-adler32 v0.3.7
34922025-02-22T20:31:26.220Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=0aff035839031340 -C extra-filename=-243ec5af4b163d5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34932025-02-22T20:31:26.292Z Compiling lockfree-object-pool v0.1.6
34942025-02-22T20:31:26.295Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name lockfree_object_pool --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=32c5f7db1c0b30e9 -C extra-filename=-4ee34647b2175995 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34952025-02-22T20:31:26.412Z Compiling maplit v1.0.2
34962025-02-22T20:31:26.414Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=23474295a88e9d0c -C extra-filename=-f6b1adc3a6338f0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34972025-02-22T20:31:26.549Z Compiling bumpalo v3.16.0
34982025-02-22T20:31:26.570Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bumpalo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("allocator-api2", "allocator_api", "boxed", "collections", "default", "serde", "std"))' -C metadata=58cbe98f82582e79 -C extra-filename=-3bb7cfccf682cbcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34992025-02-22T20:31:26.606Z Running `/work/oxidecomputer/omicron/target/debug/build/zip-ccc591a46c40dabe/build-script-build`
35002025-02-22T20:31:26.610Z Compiling termcolor v1.4.1
35012025-02-22T20:31:26.613Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=eaa816400363072a -C extra-filename=-6c5a4ba51ba49c8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35022025-02-22T20:31:26.654Z Compiling const_format_proc_macros v0.2.34
35032025-02-22T20:31:26.657Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format_proc_macros-0.2.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "debug", "default", "derive", "syn"))' -C metadata=8757be0a9f3ed39b -C extra-filename=-5942afd12282fb10 --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-40b7ef4a12bb2f94.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35042025-02-22T20:31:26.762Z Compiling radium v0.7.0
35052025-02-22T20:31:26.765Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=97abf05fb8fdf8e9 -C extra-filename=-1763440dfd08de63 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-1763440dfd08de63 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35062025-02-22T20:31:26.986Z Compiling zopfli v0.8.1
35072025-02-22T20:31:26.988Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zopfli --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "gzip", "nightly", "std", "zlib"))' -C metadata=54757e1fdb84fc5e -C extra-filename=-95b7a0e6c82e381b --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-3bb7cfccf682cbcc.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-918de2abdeed200d.rmeta --extern lockfree_object_pool=/work/oxidecomputer/omicron/target/debug/deps/liblockfree_object_pool-4ee34647b2175995.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-243ec5af4b163d5a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35082025-02-22T20:31:27.138Z Compiling thiserror-no-std v2.0.2
35092025-02-22T20:31:27.161Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=56e4717fa4993415 -C extra-filename=-2abf0cbad12578b0 --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-eb276c6e02b0cdd2.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35102025-02-22T20:31:27.295Z Compiling vsss-rs v3.3.4
35112025-02-22T20:31:27.295Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "curve25519", "curve25519-dalek", "default", "hex", "serde", "std"))' -C metadata=ebb150150e95b78a -C extra-filename=-88b3948575906c7a --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-f6cde5aa3b23a4de.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3bac13ed22098a6f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-8318dd9a0af188dd.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-33a375d65b361fda.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-2abf0cbad12578b0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35122025-02-22T20:31:27.320Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-1763440dfd08de63/build-script-build`
35132025-02-22T20:31:27.342Z Compiling tap v1.0.1
35142025-02-22T20:31:27.345Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=904e676fb0a27a72 -C extra-filename=-2c94c7f32acbb5c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35152025-02-22T20:31:27.377Z Compiling maybe-uninit v2.0.0
35162025-02-22T20:31:27.386Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2eacf5ae048c8cc6 -C extra-filename=-7ef6683181995f8f --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-7ef6683181995f8f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35172025-02-22T20:31:27.542Z Compiling wyz v0.5.1
35182025-02-22T20:31:27.545Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "garbage", "once_cell", "std", "typemap"))' -C metadata=cabcc2462821aed0 -C extra-filename=-c251d949e624b0b3 --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-2c94c7f32acbb5c4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35192025-02-22T20:31:27.681Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=af0179958c9bd432 -C extra-filename=-288e4cbf12ec6ebc --out-dir /work/oxidecomputer/omicron/target/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`
35202025-02-22T20:31:27.918Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=501b5f708f3f01dc -C extra-filename=-f69e88c6aa32df81 --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-2003c10d50aa2175.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-918de2abdeed200d.rmeta --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-43a7e28777689e68.so --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-95b7a0e6c82e381b.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-d051ea22b9d716ef/out/lib`
35212025-02-22T20:31:28.026Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-7ef6683181995f8f/build-script-build`
35222025-02-22T20:31:28.059Z Compiling crc-catalog v2.4.0
35232025-02-22T20:31:28.061Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=16b4a745356e07aa -C extra-filename=-e8246a9dc94fb448 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35242025-02-22T20:31:28.126Z Compiling funty v2.0.0
35252025-02-22T20:31:28.128Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f1a0d53ef3903f40 -C extra-filename=-73a6c9934e7ffbce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35262025-02-22T20:31:28.245Z Compiling packed_struct v0.10.1
35272025-02-22T20:31:28.288Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=14c44c8994fb8300 -C extra-filename=-d46e13ff15592950 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-d46e13ff15592950 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35282025-02-22T20:31:28.529Z Compiling crc v3.2.1
35292025-02-22T20:31:28.529Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=10676df119da800e -C extra-filename=-a3bf84c3591272ee --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-e8246a9dc94fb448.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35302025-02-22T20:31:28.675Z Compiling const_format v0.2.34
35312025-02-22T20:31:28.726Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format-0.2.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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__debug", "__docsrs", "__inline_const_pat_tests", "__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", "rust_1_83"))' -C metadata=266ba3df07f5fd3c -C extra-filename=-b629ee635d485b87 --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-5942afd12282fb10.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35322025-02-22T20:31:28.785Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-d46e13ff15592950/build-script-build`
35332025-02-22T20:31:28.851Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd5899225e570a3d -C extra-filename=-ba5f87bdec759fa2 --out-dir /work/oxidecomputer/omicron/target/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`
35342025-02-22T20:31:28.956Z Compiling packed_struct_codegen v0.10.1
35352025-02-22T20:31:28.959Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=32fa5d787525eeaa -C extra-filename=-557e17581e31eb41 --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b6adb4a9d9691a83.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35362025-02-22T20:31:29.239Z Compiling bitvec v1.0.1
35372025-02-22T20:31:29.242Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=a9cc8a795e258819 -C extra-filename=-64ae76a29a77ee59 --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-73a6c9934e7ffbce.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-288e4cbf12ec6ebc.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-2c94c7f32acbb5c4.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-c251d949e624b0b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35382025-02-22T20:31:29.387Z Compiling indexmap v1.9.3
35392025-02-22T20:31:29.389Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=491e4e74704b5e83 -C extra-filename=-58c3252b94568a48 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-58c3252b94568a48 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c41639be1f87700d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35402025-02-22T20:31:29.708Z Compiling nodrop v0.1.14
35412025-02-22T20:31:29.710Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nodrop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "nodrop-union", "std", "use_needs_drop", "use_union"))' -C metadata=a50b7d7336eb4ceb -C extra-filename=-8c92d6021c2beb20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35422025-02-22T20:31:29.756Z Compiling smallvec v0.6.14
35432025-02-22T20:31:29.761Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "may_dangle", "serde", "specialization", "std", "union"))' -C metadata=75955d1d7b7ecdc9 -C extra-filename=-82768735543f5f34 --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-ba5f87bdec759fa2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35442025-02-22T20:31:29.848Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-58c3252b94568a48/build-script-build`
35452025-02-22T20:31:29.853Z Compiling array-init v0.0.4
35462025-02-22T20:31:29.856Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name array_init --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=76de3a27ef8ae31b -C extra-filename=-8b9e0556ca6c3ebf --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-8c92d6021c2beb20.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35472025-02-22T20:31:29.880Z Compiling vte_generate_state_changes v0.1.2
35482025-02-22T20:31:29.882Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6fe0f97df9295e00 -C extra-filename=-3c596888cefaacff --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35492025-02-22T20:31:30.230Z Compiling hashbrown v0.12.3
35502025-02-22T20:31:30.233Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=dd1d5c1e7376d5b0 -C extra-filename=-d9e817a5dcc32ca6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35512025-02-22T20:31:30.660Z Compiling bitfield v0.14.0
35522025-02-22T20:31:30.663Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ba1d41935dba7f0 -C extra-filename=-a0016941a8fd62a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35532025-02-22T20:31:30.892Z Compiling serde-hex v0.1.0
35542025-02-22T20:31:30.894Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4a65ea0080ce9dd -C extra-filename=-41079d5e39147658 --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-8b9e0556ca6c3ebf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-82768735543f5f34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35552025-02-22T20:31:30.999Z Compiling vte v0.11.1
35562025-02-22T20:31:31.034Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "default", "log", "nightly", "no_std", "serde"))' -C metadata=d280c2b0dde998d0 -C extra-filename=-df33ac9c2ccc7936 --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-162b0576827b427f.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-3c596888cefaacff.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35572025-02-22T20:31:31.258Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=6117e42ad7852589 -C extra-filename=-43c15afb08e1c279 --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-d9e817a5dcc32ca6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
35582025-02-22T20:31:31.454Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
35592025-02-22T20:31:31.457Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/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,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=c7fba6169ceaf982 -C extra-filename=-1b60906be9e0a75b --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-6fa0bc0485b87f2d.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-a3bf84c3591272ee.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ec8f136d0608bb6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35602025-02-22T20:31:31.685Z Compiling env_logger v0.10.2
35612025-02-22T20:31:31.688Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex"))' -C metadata=b361671199c506d6 -C extra-filename=-f1f7276411d21c28 --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-aa64a3a7acf8b774.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-6c5a4ba51ba49c8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35622025-02-22T20:31:31.768Z Compiling ron v0.8.1
35632025-02-22T20:31:31.770Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=b9a73298edc16199 -C extra-filename=-1ffb21bc163cbad6 --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-a7af361641f5e6e7.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3788a6375c269969.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e4f2b08c811228df.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35642025-02-22T20:31:32.054Z Compiling fd-lock v4.0.2
35652025-02-22T20:31:32.057Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4251b1c7104560e6 -C extra-filename=-b50c261104744a36 --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-ec0e17f73ce37523.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-152bfd45ab679292.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35662025-02-22T20:31:32.287Z Compiling hashbrown v0.13.2
35672025-02-22T20:31:32.290Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=ccb991970b597eaf -C extra-filename=-ed5c085637dead71 --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-a6519760343b1981.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35682025-02-22T20:31:32.505Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=b2b6c5fb8ba92590 -C extra-filename=-4bf8ad6963948174 --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-64ae76a29a77ee59.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-557e17581e31eb41.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35692025-02-22T20:31:32.584Z Compiling kstat-rs v0.2.4
35702025-02-22T20:31:32.587Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=af353979fb6ad3a1 -C extra-filename=-6987ff7e80e64753 --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-366e89962da8a132.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35712025-02-22T20:31:32.652Z Compiling crc-any v2.5.0
35722025-02-22T20:31:32.712Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "debug-helper", "default", "development", "heapless", "std"))' -C metadata=a8ff5c4df4d4edf1 -C extra-filename=-82b79f6caf04b763 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35732025-02-22T20:31:32.937Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-45cce444360ca2bd/build-script-main`
35742025-02-22T20:31:33.133Z Compiling strip-ansi-escapes v0.2.0
35752025-02-22T20:31:33.136Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b7ae0e72ce4dbdc2 -C extra-filename=-c7558537ff0329ac --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-df33ac9c2ccc7936.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35762025-02-22T20:31:33.161Z Compiling itertools v0.12.1
35772025-02-22T20:31:33.163Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=a3a92d9cf4e3fabe -C extra-filename=-bf6894a9f0f557de --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-f022353c3733c3cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35782025-02-22T20:31:33.370Z Compiling object v0.30.4
35792025-02-22T20:31:33.373Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=b834f5667d91f6b2 -C extra-filename=-5797df3fa0fe830b --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-918de2abdeed200d.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ed5c085637dead71.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-43c15afb08e1c279.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35802025-02-22T20:31:33.510Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
35812025-02-22T20:31:33.513Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=68d36e8a33425f21 -C extra-filename=-4ab3860a8a6033fc --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-1ffb21bc163cbad6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-1b60906be9e0a75b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ec8f136d0608bb6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35822025-02-22T20:31:34.024Z Compiling path-slash v0.1.5
35832025-02-22T20:31:34.047Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=124a8e7dce05f36e -C extra-filename=-833b0b90fdbee29b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35842025-02-22T20:31:34.104Z Compiling libefi-sys v0.1.0
35852025-02-22T20:31:34.106Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d34b4294cce8313a -C extra-filename=-fe5339464bcc53ff --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-fe5339464bcc53ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35862025-02-22T20:31:34.192Z Compiling nu-ansi-term v0.50.1
35872025-02-22T20:31:34.194Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=bf60753ebe630211 -C extra-filename=-d0c1d7189c168226 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35882025-02-22T20:31:34.246Z Compiling phf_generator v0.11.2
35892025-02-22T20:31:34.248Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=f615e737bf196b68 -C extra-filename=-4382ca6319c1ec66 --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-fcdecfe0c3f0f8df.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35902025-02-22T20:31:34.455Z Compiling bitfield-struct v0.6.2
35912025-02-22T20:31:34.466Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_struct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e47eb42a24b1650e -C extra-filename=-1ead6fca2818aefa --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35922025-02-22T20:31:34.522Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-fe5339464bcc53ff/build-script-build`
35932025-02-22T20:31:34.529Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
35942025-02-22T20:31:34.532Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a61220408c3e236 -C extra-filename=-e80bc5151dc66d33 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-e80bc5151dc66d33 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e609a1207c813737.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35952025-02-22T20:31:34.877Z Compiling nanorand v0.7.0
35962025-02-22T20:31:34.974Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=65b36e2abea5e2c6 -C extra-filename=-e5c78281da59d5fe --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-59b5076c3c3cced8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35972025-02-22T20:31:35.127Z Compiling parking_lot_core v0.8.6
35982025-02-22T20:31:35.151Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=bd05695b89d83125 -C extra-filename=-4078151d1923f712 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-4078151d1923f712 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35992025-02-22T20:31:35.170Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-e80bc5151dc66d33/build-script-build`
36002025-02-22T20:31:35.297Z Compiling flume v0.11.1
36012025-02-22T20:31:35.300Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=70acbb8444baf7b4 -C extra-filename=-70c26f90ec068bc2 --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-1576965aa7d154eb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ce74d051d15302a4.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-e5c78281da59d5fe.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-ce1398b91b784a2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36022025-02-22T20:31:35.446Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=83529ce8fa79b33e -C extra-filename=-af09f3492ac9e0f6 --out-dir /work/oxidecomputer/omicron/target/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`
36032025-02-22T20:31:35.666Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-4078151d1923f712/build-script-build`
36042025-02-22T20:31:35.709Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
36052025-02-22T20:31:35.747Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1819e8f0abe5df9d -C extra-filename=-6f491a1ac3eeafca --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-a0016941a8fd62a7.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-4bf8ad6963948174.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36062025-02-22T20:31:35.792Z Compiling phf_codegen v0.11.2
36072025-02-22T20:31:35.795Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_codegen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c17515d90d85ea86 -C extra-filename=-4fd66c17b5947107 --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-4382ca6319c1ec66.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-fcdecfe0c3f0f8df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36082025-02-22T20:31:35.889Z Compiling reedline v0.35.0
36092025-02-22T20:31:35.892Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=55878dddd32aa8d2 -C extra-filename=-a1cec06d6cefc4ed --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-0db435a960c04bbf.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-36b3cb06fadeba25.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-b50c261104744a36.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bf6894a9f0f557de.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-d0c1d7189c168226.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-c7558537ff0329ac.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-3ce92e3ab016b98a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-8e7d1afc7f4d9c6b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36102025-02-22T20:31:35.955Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36112025-02-22T20:31:35.965Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=655610b4b6318132 -C extra-filename=-bfd8f58e29a25e60 --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-1ead6fca2818aefa.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36122025-02-22T20:31:36.038Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
36132025-02-22T20:31:36.041Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-7ded718b7f0331e2/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d354edcc43680727 -C extra-filename=-b0d32054f4363a56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-ec42bdee399445d3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142025-02-22T20:31:36.064Z Compiling parse-zoneinfo v0.3.1
36152025-02-22T20:31:36.067Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_zoneinfo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f76f42892d6e3515 -C extra-filename=-40fbe1464b20153a --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-a3fbe9faafeab9f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36162025-02-22T20:31:36.149Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36172025-02-22T20:31:36.152Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e224b5ea02811c65 -C extra-filename=-3445f02f9660a259 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36182025-02-22T20:31:36.295Z Compiling cfg_aliases v0.1.1
36192025-02-22T20:31:36.297Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3fb87c5c849d654f -C extra-filename=-2be61054b6391d49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36202025-02-22T20:31:36.423Z Compiling nix v0.28.0
36212025-02-22T20:31:36.425Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=1cb1e0889a62bf57 -C extra-filename=-b41f9c7f3855c6f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-b41f9c7f3855c6f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-2be61054b6391d49.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36222025-02-22T20:31:36.637Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36232025-02-22T20:31:36.640Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3657f0875f78f905 -C extra-filename=-c124406847722384 --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-bfd8f58e29a25e60.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-3445f02f9660a259.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36242025-02-22T20:31:36.665Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e56ec30ae308b603 -C extra-filename=-eb754bee0d1dc50f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-b0d32054f4363a56.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out -l static=pci`
36252025-02-22T20:31:37.157Z Compiling chrono-tz-build v0.4.0
36262025-02-22T20:31:37.160Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("case-insensitive", "filter-by-regex", "phf_shared", "regex", "uncased"))' -C metadata=a298c39a52a01ac0 -C extra-filename=-f6b75f275dbe345c --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-40fbe1464b20153a.rmeta --extern phf_codegen=/work/oxidecomputer/omicron/target/debug/deps/libphf_codegen-4fd66c17b5947107.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36272025-02-22T20:31:37.284Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36282025-02-22T20:31:37.287Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-3568772d985bf341/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2db2720a5a73098c -C extra-filename=-8a25c15a7727e99f --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-366e89962da8a132.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-af09f3492ac9e0f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36292025-02-22T20:31:37.444Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=b6baafcdf35da97b -C extra-filename=-31913ca7e3e9379c --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-ec0e17f73ce37523.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-3e93ac753f724629.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-74855a779b273f99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36302025-02-22T20:31:37.651Z Compiling papergrid v0.11.0
36312025-02-22T20:31:37.654Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=2ec202b408e687f7 -C extra-filename=-e055de2ca6d1c616 --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-3f0f5141e8162747.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-98d3c5abcf530833.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36322025-02-22T20:31:37.677Z Compiling tabled_derive v0.7.0
36332025-02-22T20:31:37.710Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=79a128353887bbca -C extra-filename=-07ecb1e39213e2cd --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-c0fa63f21cdf542c.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-375662e2678ff0c1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b6adb4a9d9691a83.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36342025-02-22T20:31:37.995Z Compiling parking_lot v0.11.2
36352025-02-22T20:31:37.997Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "nightly", "owning_ref", "send_guard", "serde", "stdweb", "wasm-bindgen"))' -C metadata=b9654e7f46ef5aa6 -C extra-filename=-84bad9d981bd3ada --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-3e93ac753f724629.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-0b7b2231cbf9aba6.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-31913ca7e3e9379c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36362025-02-22T20:31:38.374Z Compiling chrono-tz v0.10.1
36372025-02-22T20:31:38.409Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=c1ea46b94d9d7932 -C extra-filename=-296209a1da8f42e4 --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-296209a1da8f42e4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono_tz_build=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz_build-f6b75f275dbe345c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36382025-02-22T20:31:38.811Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-b41f9c7f3855c6f8/build-script-build`
36392025-02-22T20:31:38.848Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
36402025-02-22T20:31:38.912Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-e860126d7fbbad75/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f164bb110d330871 -C extra-filename=-738e63b95c0fd69e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9d07bf0c2c85f58d.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36412025-02-22T20:31:39.289Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-296209a1da8f42e4/build-script-build`
36422025-02-22T20:31:40.040Z Compiling tabled v0.15.0
36432025-02-22T20:31:40.064Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=8d2ef870d6c50e60 -C extra-filename=-0d1a2689aba1e9ea --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-e055de2ca6d1c616.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-07ecb1e39213e2cd.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36442025-02-22T20:31:40.550Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=ce25318302df06ab -C extra-filename=-449ade716470ce66 --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-3788a6375c269969.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
36452025-02-22T20:31:40.916Z Compiling sled v0.34.7
36462025-02-22T20:31:40.923Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=49946e9605122aee -C extra-filename=-a051e13aaa9cbc22 --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-918de2abdeed200d.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-dbaf4c3b25d02f52.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2177475d79c1394d.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-09cc18c3176e95c4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-84bad9d981bd3ada.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36472025-02-22T20:31:41.272Z Compiling hickory-client v0.24.3
36482025-02-22T20:31:41.299Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-client-0.24.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(nightly)' --check-cfg 'cfg(docsrs,test)' --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=1d0ef38f6dacf07c -C extra-filename=-242171482fe3fa9a --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-ec0e17f73ce37523.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-7ca48bec20e507bd.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-6483d9579c8676ee.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-74b98f795200a9cd.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-8e8b2937c552ffd6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-6f78dcb70a61a5e9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-72c7d61f1d071b21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36492025-02-22T20:31:41.732Z Compiling peg-macros v0.8.4
36502025-02-22T20:31:41.747Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("trace"))' -C metadata=bf633603028a0de4 -C extra-filename=-1abb3dcd2c45cc12 --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-3b7d05325ea00dc5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36512025-02-22T20:31:41.960Z Compiling hickory-server v0.24.3
36522025-02-22T20:31:41.963Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_server --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.24.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(nightly)' --check-cfg 'cfg(docsrs,test)' --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=4ef1f331b918756d -C extra-filename=-3bb0bccf1ba1b4f3 --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-e28f9114d5d27a7c.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-3099890052e007d4.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-74b98f795200a9cd.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-8e8b2937c552ffd6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-78535d256acd279b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-72c7d61f1d071b21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36532025-02-22T20:31:42.636Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36542025-02-22T20:31:42.638Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=9e024f99885f5000 -C extra-filename=-b12203de64fb0373 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-b12203de64fb0373 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36552025-02-22T20:31:43.800Z Compiling sqlparser_derive v0.2.2
36562025-02-22T20:31:43.803Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=95878890ba41a70e -C extra-filename=-0c5c99382b17859d --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36572025-02-22T20:31:43.947Z Compiling unicode_categories v0.1.1
36582025-02-22T20:31:43.950Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4b27d6fd1ceb3e80 -C extra-filename=-8beb57c232a58582 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36592025-02-22T20:31:44.309Z Compiling sqlformat v0.2.6
36602025-02-22T20:31:44.312Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c1890588256841e -C extra-filename=-d58c9346ccaa359d --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-724241a249047847.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-8beb57c232a58582.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36612025-02-22T20:31:45.020Z Compiling sqlparser v0.45.0
36622025-02-22T20:31:45.023Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "json_example", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=f0fade00e953bff7 -C extra-filename=-847e81b9e9f61d07 --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-a147a23faaf349f2.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-0c5c99382b17859d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36632025-02-22T20:31:45.221Z Compiling peg v0.8.4
36642025-02-22T20:31:45.223Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std", "trace", "unstable"))' -C metadata=5473ca83dda44eeb -C extra-filename=-a94f5d8b52e2997c --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-1abb3dcd2c45cc12.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-3b7d05325ea00dc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36652025-02-22T20:31:45.359Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-b12203de64fb0373/build-script-build`
36662025-02-22T20:31:45.400Z Compiling rustyline v14.0.0
36672025-02-22T20:31:45.403Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=51213e3cbe5f1c02 -C extra-filename=-3fb9e8eb4c16c6f9 --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-3788a6375c269969.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-b50c261104744a36.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-6fcefbc560fae140.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-449ade716470ce66.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-6f78dcb70a61a5e9.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-8e7d1afc7f4d9c6b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-162b0576827b427f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36682025-02-22T20:31:45.891Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=16e672b219fe9149 -C extra-filename=-7ec1591fbb5974fa --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-0db435a960c04bbf.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-1da4d86323d7bd72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36692025-02-22T20:31:46.080Z Compiling bcs v0.1.6
36702025-02-22T20:31:46.082Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=050032e4ed58b11b -C extra-filename=-77e4bcea4d5e3f5e --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-64c0c05ed5192e4e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36712025-02-22T20:31:46.677Z Compiling termtree v0.5.1
36722025-02-22T20:31:46.680Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termtree-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 '--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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c66f887e9e775e3 -C extra-filename=-3a580e25dfd9460f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36732025-02-22T20:31:46.945Z Compiling diff v0.1.13
36742025-02-22T20:31:46.948Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name diff --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=31b831fa5d2f5414 -C extra-filename=-52b23efe75c73be7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36752025-02-22T20:31:47.525Z Compiling unicase v2.7.0
36762025-02-22T20:31:47.528Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=2925c12edf6ff9a4 -C extra-filename=-fd8941c9a0b20e6a --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-fd8941c9a0b20e6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36772025-02-22T20:31:47.948Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
36782025-02-22T20:31:47.951Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/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,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=d10c88295ff98e59 -C extra-filename=-955ed18f54869fcf --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-6fa0bc0485b87f2d.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-a6ccc56041b55513.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-82b79f6caf04b763.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-c123b92865098506.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-f1f7276411d21c28.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-6f491a1ac3eeafca.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-4bf8ad6963948174.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-80d877675d043747.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-88de28a1518c970b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-41079d5e39147658.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-80445c662c14a766.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ec8f136d0608bb6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36792025-02-22T20:31:49.043Z Compiling buf-list v1.0.3
36802025-02-22T20:31:49.045Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=a2a0a2e0e312e82b -C extra-filename=-03cfe2fa3daf6de4 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-03cfe2fa3daf6de4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36812025-02-22T20:31:49.750Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-03cfe2fa3daf6de4/build-script-build`
36822025-02-22T20:31:49.833Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-fd8941c9a0b20e6a/build-script-build`
36832025-02-22T20:31:50.074Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=0a219ecb9944466a -C extra-filename=-6729cc685447dd0b --out-dir /work/oxidecomputer/omicron/target/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`
36842025-02-22T20:31:50.185Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=7697c265254bf7fd -C extra-filename=-0a0863ede2691c3a --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-294058eedc90bb22.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
36852025-02-22T20:31:50.291Z Compiling dsl_auto_type v0.1.2
36862025-02-22T20:31:50.294Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dsl_auto_type --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d85c143073312c8 -C extra-filename=-3a3d6a3975708cf4 --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-e687f7cb1fa26c55.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36872025-02-22T20:31:50.491Z Compiling primeorder v0.13.6
36882025-02-22T20:31:50.495Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=8de448baf177c215 -C extra-filename=-844a84168e92682e --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-3bac13ed22098a6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36892025-02-22T20:31:50.695Z Compiling diesel_table_macro_syntax v0.2.0
36902025-02-22T20:31:50.698Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a7280d752c824d7 -C extra-filename=-2babc65bc2a8f751 --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-1c5bade0f202c7b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36912025-02-22T20:31:51.023Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
36922025-02-22T20:31:51.049Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b21f27bcae61bcce -C extra-filename=-64c6cc16a78c2417 --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-b0fa6313344b5261.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-6f491a1ac3eeafca.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-955ed18f54869fcf.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-5797df3fa0fe830b.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-833b0b90fdbee29b.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-88de28a1518c970b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-1b60906be9e0a75b.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-4ab3860a8a6033fc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec779404ba1c594a.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-80445c662c14a766.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ec8f136d0608bb6.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-14acb0b3843934a0.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-d051ea22b9d716ef/out/lib`
36932025-02-22T20:31:51.096Z Compiling scheduled-thread-pool v0.2.7
36942025-02-22T20:31:51.099Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=18d63dc33b8bb687 -C extra-filename=-d4db1b1f52fbceac --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-caf9cb2412e106e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36952025-02-22T20:31:51.439Z Compiling crunchy v0.2.2
36962025-02-22T20:31:51.442Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=c117850fe629fe5b -C extra-filename=-02f7793cda61a1be --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-02f7793cda61a1be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36972025-02-22T20:31:51.634Z Compiling r2d2 v0.8.10
36982025-02-22T20:31:51.665Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3156cce36ab5c00 -C extra-filename=-6df767584b007c99 --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-a147a23faaf349f2.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-caf9cb2412e106e6.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-d4db1b1f52fbceac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36992025-02-22T20:31:51.679Z Compiling diesel_derives v2.2.3
37002025-02-22T20:31:51.682Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=82eaa99ce7f379af -C extra-filename=-39d0cbc1177c5067 --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-2babc65bc2a8f751.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-3a3d6a3975708cf4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37012025-02-22T20:31:52.011Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-02f7793cda61a1be/build-script-build`
37022025-02-22T20:31:52.013Z Compiling mime_guess v2.0.5
37032025-02-22T20:31:52.013Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=7bdfdda82b61f889 -C extra-filename=-62efce3401ccd741 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-62efce3401ccd741 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-6729cc685447dd0b.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37042025-02-22T20:31:52.046Z Compiling http-range v0.1.5
37052025-02-22T20:31:52.049Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9080a0525b84a02d -C extra-filename=-a0c0f0603acf6183 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37062025-02-22T20:31:52.375Z Compiling tiny-keccak v2.0.2
37072025-02-22T20:31:52.378Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=86caa7dec8391fbf -C extra-filename=-37dd243f06cf900f --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-37dd243f06cf900f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37082025-02-22T20:31:52.793Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-37dd243f06cf900f/build-script-build`
37092025-02-22T20:31:52.834Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=b664427c9322a6c3 -C extra-filename=-a80fe247562bb3f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37102025-02-22T20:31:52.961Z Compiling atty v0.2.14
37112025-02-22T20:31:52.978Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c02cd3621171c8a -C extra-filename=-c0f8fabfefb69bd8 --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-366e89962da8a132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37122025-02-22T20:31:53.133Z Compiling salty v0.3.0
37132025-02-22T20:31:53.136Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=10a5b636014bdd4b -C extra-filename=-e97c78c5eb36f964 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-e97c78c5eb36f964 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37142025-02-22T20:31:53.203Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-62efce3401ccd741/build-script-build`
37152025-02-22T20:31:53.256Z Compiling ref-cast v1.0.23
37162025-02-22T20:31:53.258Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8080f9ad47aeeca -C extra-filename=-53f5b907f9062040 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-53f5b907f9062040 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37172025-02-22T20:31:53.645Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-e97c78c5eb36f964/build-script-build`
37182025-02-22T20:31:53.685Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=b90a992207f3ec65 -C extra-filename=-82981bee9ff5a34f --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-9b1079e703cbc0f0.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-6729cc685447dd0b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37192025-02-22T20:31:53.852Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-53f5b907f9062040/build-script-build`
37202025-02-22T20:31:53.935Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=795d40616e1ffe51 -C extra-filename=-c7eaa6807f5e70ea --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-a80fe247562bb3f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37212025-02-22T20:31:54.469Z Compiling p384 v0.13.0
37222025-02-22T20:31:54.472Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=290013708ebc2a43 -C extra-filename=-98eea68412fbdcfa --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-9805a722e2eb1b31.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3bac13ed22098a6f.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-844a84168e92682e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37232025-02-22T20:31:54.656Z Compiling ascii-canvas v3.0.0
37242025-02-22T20:31:54.658Z Compiling ref-cast-impl v1.0.23
37252025-02-22T20:31:54.658Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=afd8a18594f3ae68 -C extra-filename=-4598eb923f5af2bf --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-5d6f82ef0dbcbb73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37262025-02-22T20:31:54.658Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d24d71404ff43c5 -C extra-filename=-85215119de9e1396 --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37272025-02-22T20:31:55.183Z Compiling ena v0.14.3
37282025-02-22T20:31:55.186Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=3f5b695e7123c69d -C extra-filename=-9090d2ed625f6e6c --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-a147a23faaf349f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37292025-02-22T20:31:55.593Z Compiling regex-syntax v0.6.29
37302025-02-22T20:31:55.595Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=734ac4239bd387ba -C extra-filename=-6397a09e41a4053c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37312025-02-22T20:31:55.926Z Compiling hyper-staticfile v0.10.1
37322025-02-22T20:31:55.928Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b5cdf90b0da21ca -C extra-filename=-1976482bc15bf0d8 --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-74b98f795200a9cd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-9174e92732ce6af6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-82981bee9ff5a34f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f43279d14e0ff31f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37332025-02-22T20:31:55.993Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0946a4563a894cc9 -C extra-filename=-b2de876125aab162 --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-85215119de9e1396.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)'`
37342025-02-22T20:31:56.164Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=629270ab1f383b37 -C extra-filename=-43e6654dc3d5a20d --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-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
37352025-02-22T20:31:56.965Z Compiling env_filter v0.1.2
37362025-02-22T20:31:56.967Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=fe977c9cade71adf -C extra-filename=-fbd1cba163b1c0ca --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-a147a23faaf349f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37372025-02-22T20:31:57.091Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
37382025-02-22T20:31:57.094Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/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,test)' --check-cfg 'cfg(feature, values("getrandom", "std", "thiserror"))' -C metadata=9b594fb273761771 -C extra-filename=-b1ff33357c06567f --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-59b5076c3c3cced8.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e29d313c1845f7fe.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-43e6654dc3d5a20d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d8e1a7d8b96c5295.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37392025-02-22T20:31:57.601Z Compiling env_logger v0.11.5
37402025-02-22T20:31:57.604Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=2bfd961b5c2bb982 -C extra-filename=-3bc4aad776a633df --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-fbd1cba163b1c0ca.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37412025-02-22T20:31:57.933Z Compiling derive_builder_core v0.20.2
37422025-02-22T20:31:57.935Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=7e0ca067217b9e55 -C extra-filename=-81c3cc530bd1a874 --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-e687f7cb1fa26c55.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37432025-02-22T20:31:57.978Z Compiling cargo-platform v0.1.8
37442025-02-22T20:31:57.981Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b3c2287309ebe5b5 -C extra-filename=-7568a9dbb2714af5 --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-64c0c05ed5192e4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37452025-02-22T20:31:58.211Z Compiling libxml v0.3.3
37462025-02-22T20:31:58.213Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d90cb597e590321b -C extra-filename=-e50e5839b4dbcd63 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-e50e5839b4dbcd63 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1751b2fccd5c0e7a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37472025-02-22T20:31:58.524Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
37482025-02-22T20:31:58.527Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4b9f806e5916de6 -C extra-filename=-49b82f3bf13b3efd --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-49b82f3bf13b3efd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37492025-02-22T20:31:58.684Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-e50e5839b4dbcd63/build-script-build`
37502025-02-22T20:31:58.737Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
37512025-02-22T20:31:58.740Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=742e711f6a8a54a5 -C extra-filename=-50175b8713101b76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-b1ff33357c06567f.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-a6ccc56041b55513.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-403e877280c0257f.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-3bc4aad776a633df.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-98eea68412fbdcfa.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-80d877675d043747.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d8e1a7d8b96c5295.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-80445c662c14a766.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37522025-02-22T20:31:58.939Z Compiling lalrpop v0.19.12
37532025-02-22T20:31:58.942Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=6544a84d8fe98f6f -C extra-filename=-901021147ccc7fd0 --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-4598eb923f5af2bf.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-6604f7429f9585a6.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-52b23efe75c73be7.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-9090d2ed625f6e6c.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-aa64a3a7acf8b774.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-18985f1e64cc7281.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-50dd50cfa0a266f4.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b14df1d6f08c2229.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-6397a09e41a4053c.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-90bdb64aa3164b04.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5d6f82ef0dbcbb73.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-c7eaa6807f5e70ea.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-40b7ef4a12bb2f94.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37542025-02-22T20:31:59.764Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-49b82f3bf13b3efd/build-script-build`
37552025-02-22T20:31:59.802Z Compiling samael v0.0.17
37562025-02-22T20:31:59.805Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=97390c41f879f645 -C extra-filename=-5218df74e8aef7cc --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-5218df74e8aef7cc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-a2a4c1e7eaf5e92a.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1751b2fccd5c0e7a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37572025-02-22T20:32:00.032Z Compiling derive_builder_macro v0.20.2
37582025-02-22T20:32:00.035Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=e70cd6af0887c597 -C extra-filename=-069df06c7d391c89 --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-81c3cc530bd1a874.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37592025-02-22T20:32:00.762Z Compiling strum_macros v0.24.3
37602025-02-22T20:32:00.765Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=226c41676bd1a5b3 -C extra-filename=-77f82d19047daaa7 --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-c0fa63f21cdf542c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-249ca607bd6d7426.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b6adb4a9d9691a83.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37612025-02-22T20:32:00.912Z Compiling pin-project-internal v1.1.6
37622025-02-22T20:32:00.915Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a92ac4025213208 -C extra-filename=-e79403ab37698925 --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37632025-02-22T20:32:01.132Z Compiling indoc v1.0.9
37642025-02-22T20:32:01.134Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b0a1fb8d7b46f5f -C extra-filename=-d33a4a5442d4a3b1 --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`
37652025-02-22T20:32:02.097Z Compiling derive_builder v0.20.2
37662025-02-22T20:32:02.099Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' -C metadata=3584e1a3ba39585a -C extra-filename=-8ea7003d0e04afd0 --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-069df06c7d391c89.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37672025-02-22T20:32:02.243Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-5218df74e8aef7cc/build-script-bindings`
37682025-02-22T20:32:02.310Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=721d13146e100c79 -C extra-filename=-572f21b39d1f5653 --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-366e89962da8a132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
37692025-02-22T20:32:03.036Z Compiling diesel v2.2.7
37702025-02-22T20:32:03.039Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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,test)' --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=71a76c701de08c0c -C extra-filename=-878da364650a5ddd --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-3788a6375c269969.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-39d0cbc1177c5067.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-57976e99141aa10c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-6df767584b007c99.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
37712025-02-22T20:32:03.763Z Compiling pin-project v1.1.6
37722025-02-22T20:32:03.765Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7cc2efab4ae1f95 -C extra-filename=-96eac77b66e8b12f --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-e79403ab37698925.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37732025-02-22T20:32:03.921Z Compiling quick-xml v0.33.0
37742025-02-22T20:32:03.947Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=9d050fce89cfb02a -C extra-filename=-e54385dbd9e0bf67 --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-b0354db40e5a0a55.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37752025-02-22T20:32:04.147Z Compiling oso-derive v0.27.3
37762025-02-22T20:32:04.150Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6707a1b6a53d170 -C extra-filename=-29e7c9b4380f34da --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-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b6adb4a9d9691a83.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37772025-02-22T20:32:04.327Z Compiling impl-trait-for-tuples v0.2.2
37782025-02-22T20:32:04.330Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ac5c5bd3e70d7d4 -C extra-filename=-a5b7ace4b8156b09 --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b6adb4a9d9691a83.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37792025-02-22T20:32:04.639Z Compiling signal-hook-tokio v0.3.1
37802025-02-22T20:32:04.642Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=eb94f84a51e9b744 -C extra-filename=-7f60b55efb0fb150 --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-1576965aa7d154eb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6b8e649391260438.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37812025-02-22T20:32:04.852Z Compiling snafu-derive v0.8.5
37822025-02-22T20:32:04.900Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=3585c54ee73b36b6 -C extra-filename=-4df91ea0b35d38b0 --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-d7c4e21566c467a3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37832025-02-22T20:32:05.317Z Compiling diesel-dtrace v0.4.2
37842025-02-22T20:32:05.320Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed2c26f1d4d8e34c -C extra-filename=-3f6fe5a296a2cf6d --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-3f6fe5a296a2cf6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37852025-02-22T20:32:05.721Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-3f6fe5a296a2cf6d/build-script-build`
37862025-02-22T20:32:05.808Z Compiling olpc-cjson v0.1.4
37872025-02-22T20:32:05.810Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a22d2da68260060d -C extra-filename=-881b9a0675af3e55 --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-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-5c4775a21d28b414.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37882025-02-22T20:32:06.099Z Compiling globset v0.4.15
37892025-02-22T20:32:06.123Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=be056ed9cd31d657 -C extra-filename=-6e4ff5b6f276c867 --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-009794bcd0adcca4.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-6fc6ced58725ccf3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ff5e66a17a382b48.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37902025-02-22T20:32:07.123Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=e34ead5003f65949 -C extra-filename=-4e13b05b5faa8822 --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-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-7ca48bec20e507bd.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-8ea7003d0e04afd0.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-572f21b39d1f5653.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-47e63b6158a4412f.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-680b0b49a0cdfac0.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-f63c1abb2c60d82a.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-e54385dbd9e0bf67.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f43279d14e0ff31f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.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`
37912025-02-22T20:32:07.630Z Compiling bb8 v0.8.5
37922025-02-22T20:32:07.633Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=cf856499ff66f7f8 -C extra-filename=-892167402b9df2c8 --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-e28f9114d5d27a7c.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-74b98f795200a9cd.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-caf9cb2412e106e6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37932025-02-22T20:32:08.176Z Compiling serde_plain v1.0.2
37942025-02-22T20:32:08.179Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=15398608a82dc600 -C extra-filename=-403342b8ece173c4 --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-64c0c05ed5192e4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37952025-02-22T20:32:08.571Z Compiling typed-path v0.9.3
37962025-02-22T20:32:08.573Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5f4525a74ee5d27c -C extra-filename=-c7fc43f1738c1f14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37972025-02-22T20:32:09.809Z Compiling snafu v0.8.5
37982025-02-22T20:32:09.812Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=9363dec29bac02e7 -C extra-filename=-12c0a227cf18b022 --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-1576965aa7d154eb.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-96eac77b66e8b12f.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-4df91ea0b35d38b0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37992025-02-22T20:32:10.579Z Compiling tungstenite v0.23.0
38002025-02-22T20:32:10.581Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=10040cb4f4aad1d5 -C extra-filename=-25fa102f42b18235 --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-6fa0bc0485b87f2d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-7ca48bec20e507bd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-a0db6af83eafa305.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-79527ecaaadfa3cf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-ebca4d8c265e3ef2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38012025-02-22T20:32:11.049Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
38022025-02-22T20:32:11.052Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a288fb973cc47cd2 -C extra-filename=-e31240333ce3601d --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-e31240333ce3601d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38032025-02-22T20:32:11.349Z Compiling parse-size v1.1.0
38042025-02-22T20:32:11.352Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=8954ca9a2462e64a -C extra-filename=-2830dcd9912b9801 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38052025-02-22T20:32:11.451Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-e31240333ce3601d/build-script-build`
38062025-02-22T20:32:11.536Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
38072025-02-22T20:32:11.538Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/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,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=697058faedcf00af -C extra-filename=-e8a1232ecaccce8d --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-6fa0bc0485b87f2d.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-a3bf84c3591272ee.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ec8f136d0608bb6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38082025-02-22T20:32:11.611Z Compiling tokio-tungstenite v0.23.1
38092025-02-22T20:32:11.614Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=688647a9a14ddc44 -C extra-filename=-379faee575666cf4 --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-74b98f795200a9cd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-25fa102f42b18235.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38102025-02-22T20:32:11.638Z Compiling nix v0.27.1
38112025-02-22T20:32:11.638Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=18b5def03f058a85 -C extra-filename=-72ecf25f36c739d0 --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-3788a6375c269969.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-14161e92cc3c7739.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38122025-02-22T20:32:11.849Z Compiling cargo_metadata v0.18.1
38132025-02-22T20:32:11.851Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=5c59a6ba2f9db4a7 -C extra-filename=-bf70b5e16eb9ee1d --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-a4835f5f60f796f7.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-7568a9dbb2714af5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38142025-02-22T20:32:12.161Z Compiling itertools v0.14.0
38152025-02-22T20:32:12.164Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-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 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=c61a6aee7609c2d7 -C extra-filename=-0e80801ff897a8ad --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-f022353c3733c3cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38162025-02-22T20:32:12.471Z Compiling rand_seeder v0.3.0
38172025-02-22T20:32:12.501Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=504a56a947a0e4cc -C extra-filename=-611f1ab669fe503c --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-33a375d65b361fda.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38182025-02-22T20:32:12.790Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38192025-02-22T20:32:12.793Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-d70c5ef8a437b633/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=99f5a24cc319d640 -C extra-filename=-6f247bb8d3a9aff3 --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-c0fa63f21cdf542c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38202025-02-22T20:32:13.405Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=cf6dbab45bde6a6c -C extra-filename=-c89f81d1346e78da --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-e28f9114d5d27a7c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-2548eb88436ee279.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-09cc18c3176e95c4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e29d313c1845f7fe.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64c6cc16a78c2417.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-cad9f59ca151c452.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-72ecf25f36c739d0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-8f25b767fc0a91fb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6077ab337fa66134.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-90bdb64aa3164b04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-e8a1232ecaccce8d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-14acb0b3843934a0.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-d051ea22b9d716ef/out/lib`
38212025-02-22T20:32:14.531Z Compiling proc-macro-error-attr2 v2.0.0
38222025-02-22T20:32:14.533Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr2-2.0.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=clippy::pedantic' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8551ed005c7b931f -C extra-filename=-1e8b7e5f1d31c295 --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-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38232025-02-22T20:32:15.002Z Compiling assert_matches v1.5.0
38242025-02-22T20:32:15.005Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f1209292979fe56c -C extra-filename=-86d5c5f61282caca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38252025-02-22T20:32:15.134Z Compiling papergrid v0.14.0
38262025-02-22T20:32:15.138Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=1d6da5cf777295c2 -C extra-filename=-daaf3badf658b7ac --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-3f0f5141e8162747.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-98d3c5abcf530833.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-515a815f7ad69d61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38272025-02-22T20:32:15.166Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
38282025-02-22T20:32:15.187Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/9fc521c/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="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=bda8d00fa6be7df6 -C extra-filename=-f5d48c0fceb71620 --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-3788a6375c269969.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e29d313c1845f7fe.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98dfa1a7cebcf12b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38292025-02-22T20:32:15.479Z Compiling proc-macro-error2 v2.0.1
38302025-02-22T20:32:15.482Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' --warn=unexpected_cfgs '--allow=clippy::module_name_repetitions' --check-cfg 'cfg(run_ui_tests)' --cfg 'feature="default"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "syn-error"))' -C metadata=7cf291703ade531a -C extra-filename=-b68a95e07085f1d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr2-1e8b7e5f1d31c295.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38312025-02-22T20:32:16.149Z Compiling tabled_derive v0.10.0
38322025-02-22T20:32:16.152Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_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,test)' --check-cfg 'cfg(feature, values())' -C metadata=581020c7f4db804e -C extra-filename=-03a3f3be38df5bc5 --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-d7c4e21566c467a3.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-b68a95e07085f1d6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38332025-02-22T20:32:17.442Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
38342025-02-22T20:32:17.444Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/9fc521c/controller/build.rs --error-format=json --json=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-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=d3c636208e0f0021 -C extra-filename=-0224fd5355c347e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-0224fd5355c347e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-94a95822b5c1b816.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38352025-02-22T20:32:17.866Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-0224fd5355c347e9/build-script-build`
38362025-02-22T20:32:17.950Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
38372025-02-22T20:32:17.953Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/9fc521c/decode/src/lib.rs --error-format=json --json=diagnostic-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-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=c60690b066df123e -C extra-filename=-c3ca32235b31c487 --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-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98dfa1a7cebcf12b.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-f5d48c0fceb71620.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38382025-02-22T20:32:18.837Z Compiling libz-sys v1.1.20
38392025-02-22T20:32:18.840Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=d48f30cdb7a5436c -C extra-filename=-a65acbc05c51170c --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-a65acbc05c51170c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e609a1207c813737.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1751b2fccd5c0e7a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-86ab338041730e84.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38402025-02-22T20:32:19.094Z Compiling tabled v0.18.0
38412025-02-22T20:32:19.097Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=aeb07b92419eb616 -C extra-filename=-de6c0bac6e01cc7a --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-daaf3badf658b7ac.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-03a3f3be38df5bc5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38422025-02-22T20:32:19.350Z Compiling libgit2-sys v0.17.0+1.8.1
38432025-02-22T20:32:19.353Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=99f27087145b4f23 -C extra-filename=-a5b52c31a7b3fc18 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a5b52c31a7b3fc18 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e609a1207c813737.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1751b2fccd5c0e7a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38442025-02-22T20:32:19.601Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-a65acbc05c51170c/build-script-build`
38452025-02-22T20:32:19.731Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=fb3c3afe0925eedf -C extra-filename=-9075866ee8f76f39 --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-366e89962da8a132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z`
38462025-02-22T20:32:19.937Z Compiling castaway v0.2.3
38472025-02-22T20:32:19.943Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=516d0468b547ae87 -C extra-filename=-bebe91ee8d1e5394 --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-249ca607bd6d7426.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38482025-02-22T20:32:20.144Z Compiling indoc v2.0.5
38492025-02-22T20:32:20.144Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0fe6cc8ef1bd5caa -C extra-filename=-815fc54b118b2236 --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`
38502025-02-22T20:32:20.314Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a5b52c31a7b3fc18/build-script-build`
38512025-02-22T20:32:20.488Z Compiling compact_str v0.8.0
38522025-02-22T20:32:20.491Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=5ff17f053cdf932b -C extra-filename=-e6e585e9bf43fab3 --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-bebe91ee8d1e5394.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-57976e99141aa10c.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-249ca607bd6d7426.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-09050f2054347c06.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38532025-02-22T20:32:21.121Z Compiling unicode-truncate v1.1.0
38542025-02-22T20:32:21.124Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=262f0716654ee2df -C extra-filename=-31ed73d104ac3a7b --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-a1cccd9ad105ea3d.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-8e7d1afc7f4d9c6b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38552025-02-22T20:32:21.406Z Compiling vergen v8.3.2
38562025-02-22T20:32:21.409Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=332d0bc72fccc17f -C extra-filename=-33cb8f2c1dab6fba --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-33cb8f2c1dab6fba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-249ca607bd6d7426.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38572025-02-22T20:32:21.723Z Compiling instability v0.3.2
38582025-02-22T20:32:21.725Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b326ba900694e473 -C extra-filename=-fc69fa4dcdbe335a --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-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38592025-02-22T20:32:21.749Z Compiling lru v0.12.5
38602025-02-22T20:32:21.752Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=a84a5f951094049c -C extra-filename=-3a037f5c0a787963 --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-27c977240796c3a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38612025-02-22T20:32:21.806Z Compiling is_ci v1.2.0
38622025-02-22T20:32:21.830Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=126a4afb6e331626 -C extra-filename=-8407c98361d04245 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38632025-02-22T20:32:22.001Z Compiling cassowary v0.3.0
38642025-02-22T20:32:22.004Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cassowary --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=cba7839f836eaa42 -C extra-filename=-f090cbbff2df1e55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38652025-02-22T20:32:22.047Z Compiling supports-color v3.0.1
38662025-02-22T20:32:22.050Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=afe55a8d1e18ba64 -C extra-filename=-4d2c002994a4467e --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-8407c98361d04245.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38672025-02-22T20:32:22.315Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-33cb8f2c1dab6fba/build-script-build`
38682025-02-22T20:32:22.355Z Compiling libsqlite3-sys v0.30.1
38692025-02-22T20:32:22.358Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=4427e3b2ba86a200 -C extra-filename=-b8d25f0ed03c14ec --out-dir /work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-b8d25f0ed03c14ec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-1751b2fccd5c0e7a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-86ab338041730e84.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38702025-02-22T20:32:22.918Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/9fc521c/controller/src/lib.rs --error-format=json --json=diagnostic-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-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=91ba0db8558d66fe -C extra-filename=-c4c45c24aafdaa03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e29d313c1845f7fe.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e80801ff897a8ad.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d7048a6bd6a14241.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-de6c0bac6e01cc7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98dfa1a7cebcf12b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-c3ca32235b31c487.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-f5d48c0fceb71620.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
38712025-02-22T20:32:22.990Z Compiling ratatui v0.29.0
38722025-02-22T20:32:22.993Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-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 '--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,test)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "scrolling-regions", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-backend-writer", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=d84a9d01be230e4b -C extra-filename=-81526168fc76ae13 --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-3788a6375c269969.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-f090cbbff2df1e55.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-e6e585e9bf43fab3.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-36b3cb06fadeba25.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-815fc54b118b2236.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-fc69fa4dcdbe335a.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-3a037f5c0a787963.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-8e7d1afc7f4d9c6b.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-31ed73d104ac3a7b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-515a815f7ad69d61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38732025-02-22T20:32:23.022Z Compiling rustls v0.21.12
38742025-02-22T20:32:23.044Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=13f79097f12e0ec6 -C extra-filename=-b48cedb51e3ed6f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-b48cedb51e3ed6f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38752025-02-22T20:32:23.402Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-b48cedb51e3ed6f0/build-script-build`
38762025-02-22T20:32:23.437Z Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-b8d25f0ed03c14ec/build-script-build`
38772025-02-22T20:32:23.475Z Compiling rustls-webpki v0.101.7
38782025-02-22T20:32:23.478Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=82c008e4fafeb964 -C extra-filename=-ab95435479a91f94 --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-8d3edd2ba24448e4.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7771f0e505a6f670.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out`
38792025-02-22T20:32:25.166Z Compiling sct v0.7.1
38802025-02-22T20:32:25.169Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7551722f080ab637 -C extra-filename=-42a6560e8ab583de --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-8d3edd2ba24448e4.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7771f0e505a6f670.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out`
38812025-02-22T20:32:25.309Z Compiling concurrent-queue v2.5.0
38822025-02-22T20:32:25.312Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=dba41c2012b8e565 -C extra-filename=-6816705436395c48 --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-2177475d79c1394d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38832025-02-22T20:32:25.483Z Compiling smawk v0.3.2
38842025-02-22T20:32:25.506Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("ndarray"))' -C metadata=6d670b7b58c651d1 -C extra-filename=-cccb9b30b250fb03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38852025-02-22T20:32:25.509Z Compiling unicode-linebreak v0.1.5
38862025-02-22T20:32:25.511Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=77f64ed00b145e60 -C extra-filename=-59828cace56f042b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38872025-02-22T20:32:25.691Z Compiling parking v2.2.1
38882025-02-22T20:32:25.693Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=ac72a8e439c83d44 -C extra-filename=-36fd86b555587e8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38892025-02-22T20:32:25.717Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=9ccecb4ae1c8a1d3 -C extra-filename=-8d5871442b09a840 --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-a147a23faaf349f2.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-8d3edd2ba24448e4.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-ab95435479a91f94.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-42a6560e8ab583de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out`
38902025-02-22T20:32:26.002Z Compiling textwrap v0.16.1
38912025-02-22T20:32:26.005Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=3a051b8e7329d332 -C extra-filename=-a8b633791aeb45e8 --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-cccb9b30b250fb03.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-59828cace56f042b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38922025-02-22T20:32:26.038Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libsqlite3_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=7140b349664cfabb -C extra-filename=-5c7053a646c62531 --out-dir /work/oxidecomputer/omicron/target/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`
38932025-02-22T20:32:26.499Z Compiling hashlink v0.9.1
38942025-02-22T20:32:26.502Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hashlink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("serde", "serde_impl"))' -C metadata=e9540cc6c13ab856 -C extra-filename=-3f95fa49487edb1b --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-8fb5286259b91667.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38952025-02-22T20:32:27.056Z Compiling fallible-streaming-iterator v0.1.9
38962025-02-22T20:32:27.059Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_streaming_iterator --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=c5ff817fea3d8262 -C extra-filename=-1b3b62c6015c50e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38972025-02-22T20:32:27.110Z Compiling fallible-iterator v0.3.0
38982025-02-22T20:32:27.113Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=cdbc5746f79470ae -C extra-filename=-300a089bdb0f79ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38992025-02-22T20:32:27.318Z Compiling rustls-pemfile v1.0.4
39002025-02-22T20:32:27.321Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2de3c8c3c6853f15 -C extra-filename=-cd4ddec80e319a56 --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-a7af361641f5e6e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39012025-02-22T20:32:27.719Z Compiling rusqlite v0.32.1
39022025-02-22T20:32:27.735Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rusqlite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=f54e5257c7073220 -C extra-filename=-9c52a7e117db8a08 --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-3788a6375c269969.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-300a089bdb0f79ba.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-1b3b62c6015c50e4.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-3f95fa49487edb1b.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-5c7053a646c62531.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-74855a779b273f99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
39032025-02-22T20:32:27.756Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
39042025-02-22T20:32:27.759Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/ce952e6/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e1cc3d52f55d4e9 -C extra-filename=-670a7f2f82191589 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-74d7aade32c16db1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39052025-02-22T20:32:29.388Z Compiling tokio-rustls v0.24.1
39062025-02-22T20:32:29.391Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=e178f47bd40052da -C extra-filename=-e33f8ccc9c6eca77 --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-8d5871442b09a840.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out`
39072025-02-22T20:32:29.478Z Compiling twox-hash v2.1.0
39082025-02-22T20:32:29.481Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/twox-hash-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 --warn=unexpected_cfgs --check-cfg 'cfg(_internal_xxhash3_force_scalar)' --check-cfg 'cfg(_internal_xxhash3_force_neon)' --check-cfg 'cfg(_internal_xxhash3_force_sse2)' --check-cfg 'cfg(_internal_xxhash3_force_avx2)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="random"' --cfg 'feature="std"' --cfg 'feature="xxhash32"' --cfg 'feature="xxhash3_128"' --cfg 'feature="xxhash3_64"' --cfg 'feature="xxhash64"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "random", "serialize", "std", "xxhash32", "xxhash3_128", "xxhash3_64", "xxhash64"))' -C metadata=d5b10041cb0cdadc -C extra-filename=-919db23f46c32a31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39092025-02-22T20:32:29.794Z Compiling shell-words v1.1.0
39102025-02-22T20:32:29.816Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0c91f5b642f8a8e0 -C extra-filename=-90acba706e89bd7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39112025-02-22T20:32:30.119Z Compiling event-listener v5.3.1
39122025-02-22T20:32:30.122Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=84e9da1c7bb6d568 -C extra-filename=-a3c9ffbbf896f495 --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-6816705436395c48.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-36fd86b555587e8a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39132025-02-22T20:32:30.272Z Compiling fatfs v0.3.6
39142025-02-22T20:32:30.274Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=4fb675e8a79a4892 -C extra-filename=-7667baa1372d6789 --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-17fa9da22ed739fc.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39152025-02-22T20:32:30.296Z Compiling csv-core v0.1.11
39162025-02-22T20:32:30.298Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=da327e6765c305d1 -C extra-filename=-b92494bcd840d2ac --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-b0354db40e5a0a55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39172025-02-22T20:32:30.659Z Compiling event-listener-strategy v0.5.2
39182025-02-22T20:32:30.662Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4e37f8151bb8a291 -C extra-filename=-ced3744893ec90a3 --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-a3c9ffbbf896f495.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39192025-02-22T20:32:30.836Z Compiling csv v1.3.1
39202025-02-22T20:32:30.839Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf595ad56870d5be -C extra-filename=-907d7c5aa767ebba --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-b92494bcd840d2ac.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-57976e99141aa10c.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-09050f2054347c06.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39212025-02-22T20:32:30.911Z Compiling futures-lite v2.3.0
39222025-02-22T20:32:30.913Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_lite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "race", "std"))' -C metadata=1c1411a5c9af703d -C extra-filename=-4c37567c89aebb89 --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-565ca7897df9391c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-36fd86b555587e8a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39232025-02-22T20:32:31.778Z Compiling rtoolbox v0.0.2
39242025-02-22T20:32:31.781Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=7266361ed68cea3b -C extra-filename=-be71796df364bfa7 --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-366e89962da8a132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39252025-02-22T20:32:32.037Z Compiling hex-literal v0.4.1
39262025-02-22T20:32:32.040Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ca1d8db78b4c16c -C extra-filename=-08847813a8d37cc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39272025-02-22T20:32:32.185Z Compiling plotters-backend v0.3.7
39282025-02-22T20:32:32.188Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=08dd768ca999f499 -C extra-filename=-5968e4b2c02669cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39292025-02-22T20:32:32.223Z Compiling rpassword v7.3.1
39302025-02-22T20:32:32.226Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=260d9c95d6d53ea3 -C extra-filename=-5a36dbcfbfc926be --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-366e89962da8a132.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-be71796df364bfa7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39312025-02-22T20:32:32.406Z Compiling tui-tree-widget v0.23.0
39322025-02-22T20:32:32.409Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tui-tree-widget-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 --forbid=unsafe_code '--warn=clippy::pedantic' '--warn=clippy::nursery' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4b4e9e3595e4719f -C extra-filename=-e1b780ea124601f9 --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-81526168fc76ae13.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-515a815f7ad69d61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39332025-02-22T20:32:32.533Z Compiling cast v0.3.0
39342025-02-22T20:32:32.535Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=703949b22b32fbf8 -C extra-filename=-c3c10885ff040dc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39352025-02-22T20:32:32.732Z Compiling plotters-svg v0.3.7
39362025-02-22T20:32:32.735Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bitmap_encoder", "debug", "image"))' -C metadata=25d0b64423c6030d -C extra-filename=-972629b7c04acaea --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-5968e4b2c02669cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39372025-02-22T20:32:32.768Z Compiling yansi v1.0.1
39382025-02-22T20:32:32.770Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=429836a49f98ac53 -C extra-filename=-444815191326c7b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39392025-02-22T20:32:32.879Z Compiling criterion-plot v0.5.0
39402025-02-22T20:32:32.882Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=972d6a427d1639c8 -C extra-filename=-7821f514f018e734 --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-c3c10885ff040dc5.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-18985f1e64cc7281.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39412025-02-22T20:32:32.905Z Compiling async-lock v3.4.0
39422025-02-22T20:32:32.907Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=48304c9f8335bf7a -C extra-filename=-034697de2dece442 --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-a3c9ffbbf896f495.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-ced3744893ec90a3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39432025-02-22T20:32:33.111Z Compiling plotters v0.3.7
39442025-02-22T20:32:33.114Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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 --check-cfg 'cfg(doc_cfg)' --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ab_glyph", "all_elements", "all_series", "area_series", "bitmap_backend", "bitmap_encoder", "bitmap_gif", "boxplot", "candlestick", "chrono", "colormaps", "datetime", "default", "deprecated_items", "errorbar", "evcxr", "evcxr_bitmap", "font-kit", "fontconfig-dlopen", "full_palette", "histogram", "image", "lazy_static", "line_series", "once_cell", "pathfinder_geometry", "plotters-bitmap", "plotters-svg", "point_series", "surface_series", "svg_backend", "ttf", "ttf-parser"))' -C metadata=42b99869348331aa -C extra-filename=-6a14f82f12e45955 --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-e9d24d36744151b0.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-5968e4b2c02669cc.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-972629b7c04acaea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39452025-02-22T20:32:33.422Z Compiling pretty_assertions v1.4.1
39462025-02-22T20:32:33.424Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable"))' -C metadata=b9f67cbbef76d0ec -C extra-filename=-2bbd0034160bf9d5 --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-52b23efe75c73be7.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-444815191326c7b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39472025-02-22T20:32:33.774Z Compiling polyval v0.6.2
39482025-02-22T20:32:33.777Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=0fd007ede34af33b -C extra-filename=-e92e9d79ed925dee --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-ec0e17f73ce37523.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3596b2d9c128a0c2.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-fa2189fce529373d.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-e48374a435b7af3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39492025-02-22T20:32:33.862Z Compiling polling v3.7.3
39502025-02-22T20:32:33.864Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=98ff0df1598335ab -C extra-filename=-561c7469b1145e23 --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-ec0e17f73ce37523.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-152bfd45ab679292.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-72c7d61f1d071b21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39512025-02-22T20:32:33.982Z Compiling tinytemplate v1.2.1
39522025-02-22T20:32:33.985Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=25fe25fd0ae39298 -C extra-filename=-b577fa082643726b --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-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39532025-02-22T20:32:34.140Z Compiling anes v0.1.6
39542025-02-22T20:32:34.142Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bitflags", "default", "parser"))' -C metadata=4bd1bb57aed26739 -C extra-filename=-2843394d779a6254 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39552025-02-22T20:32:34.537Z Compiling oorandom v11.1.4
39562025-02-22T20:32:34.541Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=680ec18f4fb6a25f -C extra-filename=-9c8bffdcce49950a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39572025-02-22T20:32:34.578Z Compiling async-io v2.3.4
39582025-02-22T20:32:34.581Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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(polling_test_poll_backend)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=14fcf3a67c431caa -C extra-filename=-7e9aa9f8663c027b --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-034697de2dece442.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-6816705436395c48.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-4c37567c89aebb89.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-36fd86b555587e8a.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-561c7469b1145e23.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-152bfd45ab679292.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-b5b250c1c1b88026.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-72c7d61f1d071b21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39592025-02-22T20:32:34.755Z Compiling ghash v0.5.1
39602025-02-22T20:32:34.757Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=0b326cc109df9a48 -C extra-filename=-4b5386814adc1059 --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-fa2189fce529373d.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-e92e9d79ed925dee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39612025-02-22T20:32:34.896Z Compiling ctr v0.9.2
39622025-02-22T20:32:34.901Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=8a2113e79d541443 -C extra-filename=-fec36b91a38c5a70 --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-0e01915bfba7d74a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39632025-02-22T20:32:34.987Z Compiling doc-comment v0.3.3
39642025-02-22T20:32:34.989Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=ae19a3e3f107d006 -C extra-filename=-c435d2e39c49a2e0 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-c435d2e39c49a2e0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39652025-02-22T20:32:35.293Z Compiling criterion v0.5.1
39662025-02-22T20:32:35.296Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=7858814e450a376e -C extra-filename=-fa065991861294f7 --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-2843394d779a6254.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-c3c10885ff040dc5.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-91dcc3fd39d3676b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-7821f514f018e734.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-aa64a3a7acf8b774.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-18985f1e64cc7281.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-9c8bffdcce49950a.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-6a14f82f12e45955.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-454b7d2f2a06ca50.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e4f2b08c811228df.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-b577fa082643726b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39672025-02-22T20:32:35.365Z Compiling target-lexicon v0.13.2
39682025-02-22T20:32:35.368Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.13.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=5dc7e88a563a6c0d -C extra-filename=-363e6726acdd0622 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-363e6726acdd0622 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39692025-02-22T20:32:35.594Z Compiling async-task v4.7.1
39702025-02-22T20:32:35.597Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_task --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=9de098ad1428e124 -C extra-filename=-93d03bef6dab1333 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39712025-02-22T20:32:36.020Z Compiling async-bb8-diesel v0.2.1
39722025-02-22T20:32:36.022Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("cockroach", "default"))' -C metadata=9da3c8ac0c7fcd82 -C extra-filename=-2611b34b673cd24a --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-e28f9114d5d27a7c.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-892167402b9df2c8.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-878da364650a5ddd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39732025-02-22T20:32:36.485Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=55ff9ced6cf0e218 -C extra-filename=-556ce66d69fa9e9d --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-878da364650a5ddd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39742025-02-22T20:32:36.540Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-363e6726acdd0622/build-script-build`
39752025-02-22T20:32:36.616Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-c435d2e39c49a2e0/build-script-build`
39762025-02-22T20:32:36.765Z Compiling aes-gcm v0.10.3
39772025-02-22T20:32:36.768Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "default", "getrandom", "heapless", "rand_core", "std", "stream", "zeroize"))' -C metadata=9fe2788310d126ef -C extra-filename=-2a35005cb12251dd --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-48a1a8d80179800f.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-e62fa27e4c8aa9d1.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0e01915bfba7d74a.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-fec36b91a38c5a70.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-4b5386814adc1059.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39782025-02-22T20:32:36.818Z Compiling async-channel v2.3.1
39792025-02-22T20:32:36.820Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4f147f26a67333f3 -C extra-filename=-4fe29e1bacbd434b --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-6816705436395c48.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-ced3744893ec90a3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39802025-02-22T20:32:36.913Z Compiling piper v0.2.4
39812025-02-22T20:32:36.915Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name piper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "futures-io", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=10ad705bc357c73a -C extra-filename=-abd82ecc2cf10d5d --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-681c30393c48bbd3.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-565ca7897df9391c.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39822025-02-22T20:32:37.072Z Compiling ssh-encoding v0.2.0
39832025-02-22T20:32:37.075Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "bytes", "pem", "sha2", "std"))' -C metadata=8146e5f97b80474c -C extra-filename=-b34f065e57a9206d --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-c2d7fa6755e2dac2.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-80d877675d043747.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39842025-02-22T20:32:37.192Z Compiling blowfish v0.9.1
39852025-02-22T20:32:37.195Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=7c5beb37f9d2de7c -C extra-filename=-84e9f455ab442a25 --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-6fa0bc0485b87f2d.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0e01915bfba7d74a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39862025-02-22T20:32:37.298Z Compiling assert_cmd v2.0.16
39872025-02-22T20:32:37.300Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=0bddd4d9b561868f -C extra-filename=-fb48e12239b53ca7 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-fb48e12239b53ca7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39882025-02-22T20:32:37.545Z Compiling guppy-workspace-hack v0.1.0
39892025-02-22T20:32:37.548Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f9863d7d99eb788 -C extra-filename=-1baea951f9248ce0 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-1baea951f9248ce0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39902025-02-22T20:32:37.634Z Compiling ssh-cipher v0.2.0
39912025-02-22T20:32:37.637Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("aes-cbc", "aes-ctr", "aes-gcm", "chacha20poly1305", "std", "tdes"))' -C metadata=bc29f6d7dac1d6fb -C extra-filename=-f8b31e843e34fc76 --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-e62fa27e4c8aa9d1.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-2a35005cb12251dd.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-47ff17de9cb9a893.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-45f7ed33588527a5.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0e01915bfba7d74a.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-fec36b91a38c5a70.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-01b85cedb40c8017.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-b34f065e57a9206d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39922025-02-22T20:32:37.759Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-fb48e12239b53ca7/build-script-build`
39932025-02-22T20:32:37.787Z Compiling bcrypt-pbkdf v0.10.0
39942025-02-22T20:32:37.790Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "zeroize"))' -C metadata=93d3668cad5b20a3 -C extra-filename=-aeb771be3d30f3ad --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-84e9f455ab442a25.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-0ec409682190ad79.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39952025-02-22T20:32:37.818Z Compiling blocking v1.6.1
39962025-02-22T20:32:37.821Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name blocking --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=384dfe7315ada6fc -C extra-filename=-a08fb64382f79c47 --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-4fe29e1bacbd434b.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-93d03bef6dab1333.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-4c37567c89aebb89.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-abd82ecc2cf10d5d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39972025-02-22T20:32:37.966Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-1baea951f9248ce0/build-script-build`
39982025-02-22T20:32:37.969Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=70b443d93fdf5ee9 -C extra-filename=-182662e5ecbd8530 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39992025-02-22T20:32:38.090Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=fe4ba6d06697333b -C extra-filename=-43a8b6a8a2a9aea9 --out-dir /work/oxidecomputer/omicron/target/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"'`
40002025-02-22T20:32:38.376Z Compiling async-executor v1.13.1
40012025-02-22T20:32:38.379Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=189d95a19da9fc17 -C extra-filename=-9d2af3123687ef74 --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-93d03bef6dab1333.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-6816705436395c48.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-565ca7897df9391c.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-4c37567c89aebb89.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-b5b250c1c1b88026.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40022025-02-22T20:32:38.400Z Compiling async-signal v0.2.10
40032025-02-22T20:32:38.403Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_signal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=dac3d6cab103132f -C extra-filename=-59b255377e54736e --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-7e9aa9f8663c027b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-152bfd45ab679292.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-a4efed1b911530c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40042025-02-22T20:32:38.802Z Compiling password-hash v0.4.2
40052025-02-22T20:32:38.804Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rand_core", "std"))' -C metadata=5dc5de5f19cd456a -C extra-filename=-25901ee265bd8dd0 --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-c2d7fa6755e2dac2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-33a375d65b361fda.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40062025-02-22T20:32:38.820Z Compiling futures-timer v3.0.3
40072025-02-22T20:32:38.822Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=83f54e959de79c95 -C extra-filename=-1c9e203241d7a36c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40082025-02-22T20:32:38.971Z Compiling event-listener v2.5.3
40092025-02-22T20:32:38.974Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1033fda43f71166c -C extra-filename=-808af2bc3025f462 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40102025-02-22T20:32:39.077Z Compiling target-spec v3.4.2
40112025-02-22T20:32:39.079Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=62503c8b2d4b34c5 -C extra-filename=-050e9551b72c463b --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-050e9551b72c463b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40122025-02-22T20:32:39.355Z Compiling pbkdf2 v0.11.0
40132025-02-22T20:32:39.357Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=8b903835ebbdc142 -C extra-filename=-a6ed574c33822e79 --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-a4b1566283312517.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-79fae8b420b6cab0.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-25901ee265bd8dd0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40142025-02-22T20:32:39.560Z Compiling async-channel v1.9.0
40152025-02-22T20:32:39.563Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a8d764c71eb6a95 -C extra-filename=-f0b5b0e6cd1f79d7 --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-6816705436395c48.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-808af2bc3025f462.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40162025-02-22T20:32:39.637Z Compiling async-global-executor v2.4.1
40172025-02-22T20:32:39.639Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_global_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("async-io", "default", "tokio", "tokio-crate", "tokio02", "tokio02-crate", "tokio03", "tokio03-crate"))' -C metadata=cda0627f9cbf7f31 -C extra-filename=-663db2e82fbfd095 --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-4fe29e1bacbd434b.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-9d2af3123687ef74.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-7e9aa9f8663c027b.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-034697de2dece442.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-a08fb64382f79c47.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-4c37567c89aebb89.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40182025-02-22T20:32:39.683Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-050e9551b72c463b/build-script-build`
40192025-02-22T20:32:39.686Z Compiling async-process v2.3.0
40202025-02-22T20:32:39.689Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_process --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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(async_process_force_signal_backend)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ffc32a6f21f65bce -C extra-filename=-b156ee64f9297136 --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-7e9aa9f8663c027b.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-034697de2dece442.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-59b255377e54736e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-a3c9ffbbf896f495.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-4c37567c89aebb89.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-152bfd45ab679292.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-72c7d61f1d071b21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40212025-02-22T20:32:39.719Z Compiling cfg-expr v0.18.0
40222025-02-22T20:32:39.721Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-expr-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=50ef46c03fc9579d -C extra-filename=-a2d701dc53758377 --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-74855a779b273f99.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-43a8b6a8a2a9aea9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40232025-02-22T20:32:39.878Z Compiling ssh-key v0.6.6
40242025-02-22T20:32:39.880Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "getrandom", "p256", "p384", "p521", "rand_core", "rsa", "serde", "std", "tdes"))' -C metadata=4014ad829532a732 -C extra-filename=-c40d4132f3d1d359 --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-aeb771be3d30f3ad.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-403e877280c0257f.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-f93a02950bef4122.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-33a375d65b361fda.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-88de28a1518c970b.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-9874e76bea0a2a7a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-bb73bd4d071af2b3.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-f8b31e843e34fc76.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-b34f065e57a9206d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40252025-02-22T20:32:40.947Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=acdf58c014c7448c -C extra-filename=-d26229dfb167f6e1 --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-6d479df9ba02b817.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-6fc6ced58725ccf3.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-182662e5ecbd8530.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-4f14a9053a1aa129.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-20fd8b9173db8b53.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-196123a2c8b34c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40262025-02-22T20:32:41.015Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f12bdc19d7b8cc16 -C extra-filename=-c4a77aed3136874e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40272025-02-22T20:32:41.087Z Compiling p521 v0.13.3
40282025-02-22T20:32:41.090Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=b76f22784988e409 -C extra-filename=-13bc2ee25dd14c73 --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-59f735bafba8b59a.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-9805a722e2eb1b31.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3bac13ed22098a6f.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-844a84168e92682e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-33a375d65b361fda.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40292025-02-22T20:32:41.133Z Compiling p256 v0.13.2
40302025-02-22T20:32:41.135Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=9f5b190c2969c8b5 -C extra-filename=-00016e86a7043a9d --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-9805a722e2eb1b31.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3bac13ed22098a6f.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-844a84168e92682e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40312025-02-22T20:32:41.914Z Compiling petname v2.0.2
40322025-02-22T20:32:41.917Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=c9626ca85d670ef2 -C extra-filename=-7ff0bf17adc7d2a9 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-7ff0bf17adc7d2a9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40332025-02-22T20:32:42.059Z Compiling async-attributes v1.1.2
40342025-02-22T20:32:42.062Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=35de4adcccbc63df -C extra-filename=-dfad7379dd2c9d2c --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-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b6adb4a9d9691a83.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40352025-02-22T20:32:42.933Z Compiling russh-cryptovec v0.7.3
40362025-02-22T20:32:42.936Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ba2fb5f707f9be2 -C extra-filename=-6479d42d4d1a60a7 --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-366e89962da8a132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40372025-02-22T20:32:43.050Z Compiling num_cpus v1.16.0
40382025-02-22T20:32:43.052Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9a416640e3ea1a1 -C extra-filename=-dfcd9793840fdd62 --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-366e89962da8a132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40392025-02-22T20:32:43.194Z Compiling kv-log-macro v1.0.7
40402025-02-22T20:32:43.197Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name kv_log_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1890401a36a24f4 -C extra-filename=-2d4fc2622d364327 --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-a147a23faaf349f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40412025-02-22T20:32:43.218Z Compiling md5 v0.7.0
40422025-02-22T20:32:43.218Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=838966c9648680f2 -C extra-filename=-6ea6af0aaaf947a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40432025-02-22T20:32:43.243Z Compiling fixedbitset v0.5.7
40442025-02-22T20:32:43.246Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=5840e5210647d48d -C extra-filename=-140b94a4a31f886a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40452025-02-22T20:32:43.398Z Compiling async-std v1.13.0
40462025-02-22T20:32:43.401Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=f8094d3e22d3764f -C extra-filename=-367ae676ed9f67ba --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-dfad7379dd2c9d2c.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-f0b5b0e6cd1f79d7.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-663db2e82fbfd095.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-7e9aa9f8663c027b.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-034697de2dece442.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-b156ee64f9297136.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2177475d79c1394d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-4c37567c89aebb89.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-2d4fc2622d364327.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-bb870f0abbb928a4.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-b5b250c1c1b88026.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40472025-02-22T20:32:43.732Z Compiling petgraph v0.7.1
40482025-02-22T20:32:43.732Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-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,test)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=b82546f04557c132 -C extra-filename=-040a87ff23795608 --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-140b94a4a31f886a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40492025-02-22T20:32:43.829Z Compiling russh-keys v0.45.0
40502025-02-22T20:32:43.832Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl", "yasna"))' -C metadata=4e288966b588b3d3 -C extra-filename=-4caaf9537eebc91e --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-e62fa27e4c8aa9d1.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-aeb771be3d30f3ad.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-d3f583acf69fd371.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-47ff17de9cb9a893.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-fec36b91a38c5a70.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-7ca48bec20e507bd.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-c123b92865098506.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a4b1566283312517.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-9805a722e2eb1b31.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-403e877280c0257f.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3bac13ed22098a6f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-79fae8b420b6cab0.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-6fcefbc560fae140.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-d75ce32e354b1f14.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-6ea6af0aaaf947a5.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-00016e86a7043a9d.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-98eea68412fbdcfa.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-13bc2ee25dd14c73.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-a6ed574c33822e79.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-fd9aeca84fc5f13d.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-07e95c5029d28903.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-f1cf22a50d4c6f85.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-33a375d65b361fda.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-88de28a1518c970b.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-6479d42d4d1a60a7.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-9874e76bea0a2a7a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-79527ecaaadfa3cf.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d7c7d1a2622921a7.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-b34f065e57a9206d.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-c40d4132f3d1d359.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-47edc3495c08b40c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40512025-02-22T20:32:43.868Z Compiling threadpool v1.8.1
40522025-02-22T20:32:43.870Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name threadpool --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f681cd9181c16661 -C extra-filename=-50e995bbbb47c27b --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-dfcd9793840fdd62.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40532025-02-22T20:32:44.578Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-7ff0bf17adc7d2a9/build-script-build`
40542025-02-22T20:32:44.984Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=c4abe599c9145eff -C extra-filename=-625f6caa0cc8ba6f --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-a2d701dc53758377.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-c4a77aed3136874e.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-43a8b6a8a2a9aea9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40552025-02-22T20:32:45.927Z Compiling cargo_metadata v0.19.1
40562025-02-22T20:32:45.930Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.19.1/src/lib.rs --error-format=json --json=diagnostic-rendered-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,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=287cc8215e4de250 -C extra-filename=-7e8a4c6dfba1cb87 --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-a4835f5f60f796f7.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-7568a9dbb2714af5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98dfa1a7cebcf12b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40572025-02-22T20:32:46.011Z Compiling httptest v0.16.3
40582025-02-22T20:32:46.013Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httptest-0.16.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=766bd25e64155d1b -C extra-filename=-8232438a569b313a --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-6fc6ced58725ccf3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-f1f379659423d538.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-22f142bfb74a30f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1db31b657aec0acc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-78e992e88085361d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40592025-02-22T20:32:46.577Z Compiling num-bigint v0.4.6
40602025-02-22T20:32:46.580Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=8878c8259efb51d7 -C extra-filename=-91889706d68fd147 --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-f561a54ff4591bbd.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40612025-02-22T20:32:47.366Z Compiling pathdiff v0.2.3
40622025-02-22T20:32:47.368Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pathdiff-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="camino"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=e40316af3d36e7a3 -C extra-filename=-067b08a33af40602 --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-a4835f5f60f796f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40632025-02-22T20:32:47.561Z Compiling rustls-native-certs v0.7.3
40642025-02-22T20:32:47.564Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=43ea3f16257551fb -C extra-filename=-e0be760ec0461c24 --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-680b0b49a0cdfac0.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40652025-02-22T20:32:48.110Z Compiling des v0.8.1
40662025-02-22T20:32:48.113Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name des --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=abbbd7c43ff2f1fe -C extra-filename=-4c8f338bf47ceb87 --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-0e01915bfba7d74a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40672025-02-22T20:32:48.467Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
40682025-02-22T20:32:48.470Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-9964a40865484e81/120da6f/dhcproto-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b0aef1f6d4fc1614 -C extra-filename=-f64c4a59f7e37b13 --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-9423829603dc28c7.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40692025-02-22T20:32:49.254Z Compiling nested v0.1.1
40702025-02-22T20:32:49.256Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nested --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=361a063f99b9b5ce -C extra-filename=-6ec860b506b2a8d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40712025-02-22T20:32:49.394Z Compiling escape8259 v0.5.3
40722025-02-22T20:32:49.396Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=544de62d89b31650 -C extra-filename=-765284600dac886e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40732025-02-22T20:32:49.553Z Compiling guppy v0.17.16
40742025-02-22T20:32:49.555Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-0.17.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=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("guppy-summaries", "proptest", "proptest-derive", "proptest1", "rayon", "rayon1", "summaries", "toml"))' -C metadata=0ae9cbcd794d4c49 -C extra-filename=-9f93dda5a01049fc --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-a6519760343b1981.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7e8a4c6dfba1cb87.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-140b94a4a31f886a.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-c4a77aed3136874e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e80801ff897a8ad.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-6ec860b506b2a8d6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-067b08a33af40602.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-040a87ff23795608.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-74855a779b273f99.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-625f6caa0cc8ba6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40752025-02-22T20:32:49.738Z Compiling libtest-mimic v0.7.3
40762025-02-22T20:32:49.741Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1b986cfbd6791c6 -C extra-filename=-69cf9bc9c0fa4d6f --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-c7d79cd0ac68f4d1.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-765284600dac886e.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-6c5a4ba51ba49c8d.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-50e995bbbb47c27b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40772025-02-22T20:32:49.829Z Compiling russh v0.45.0
40782025-02-22T20:32:49.831Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "flate2", "legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl"))' -C metadata=4be0953d347c5476 -C extra-filename=-1b39d0007df67859 --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-e62fa27e4c8aa9d1.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-2a35005cb12251dd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3788a6375c269969.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-47ff17de9cb9a893.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-45f7ed33588527a5.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-fec36b91a38c5a70.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f6cde5aa3b23a4de.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-4c8f338bf47ceb87.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a4b1566283312517.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3bac13ed22098a6f.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-23a3e44f5f1498e3.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-79fae8b420b6cab0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-91889706d68fd147.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-00016e86a7043a9d.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-98eea68412fbdcfa.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-13bc2ee25dd14c73.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-01b85cedb40c8017.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-33a375d65b361fda.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-6479d42d4d1a60a7.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4caaf9537eebc91e.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-79527ecaaadfa3cf.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-b34f065e57a9206d.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-c40d4132f3d1d359.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40792025-02-22T20:32:50.691Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
40802025-02-22T20:32:50.694Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-9964a40865484e81/120da6f/src/lib.rs --error-format=json --json=diagnostic-rendered-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,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=13eb153d81cff8ae -C extra-filename=-9966b58f2e8872d2 --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-f64c4a59f7e37b13.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-8e8b2937c552ffd6.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-fb5ea697685cb8f8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f43279d14e0ff31f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40812025-02-22T20:32:51.572Z Compiling async-object-pool v0.1.5
40822025-02-22T20:32:51.575Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c16138286c9f2a8 -C extra-filename=-1a831f0ec147b11e --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-367ae676ed9f67ba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40832025-02-22T20:32:51.762Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name petname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=868f39a1c98cdb61 -C extra-filename=-ed64ac2691a6af44 --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-a1cccd9ad105ea3d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40842025-02-22T20:32:53.548Z Compiling fancy-regex v0.13.0
40852025-02-22T20:32:53.550Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name fancy_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "perf", "std", "track_caller", "unicode"))' -C metadata=2085dc8c6107f90f -C extra-filename=-0ae173e2d276b6c0 --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-6604f7429f9585a6.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ff5e66a17a382b48.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40862025-02-22T20:32:53.794Z Compiling rstest_macros v0.23.0
40872025-02-22T20:32:53.797Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=7e6e214a8aa82f8e -C extra-filename=-984476ef7f70c531 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-984476ef7f70c531 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-b9559c1eede45886.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40882025-02-22T20:32:54.356Z Compiling assert-json-diff v2.0.2
40892025-02-22T20:32:54.358Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ab51d42ccb595c9 -C extra-filename=-4ce77480d18ff31a --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-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40902025-02-22T20:32:55.168Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
40912025-02-22T20:32:55.171Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-247713406e77506c/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=383c2fc132ffbd44 -C extra-filename=-4bfdb6bd73c54327 --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-64c0c05ed5192e4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40922025-02-22T20:32:55.498Z Compiling serde_regex v1.1.0
40932025-02-22T20:32:55.501Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b5166920557b4e98 -C extra-filename=-2659bdb6f2fbebbe --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-a3fbe9faafeab9f5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40942025-02-22T20:32:55.651Z Compiling path-tree v0.8.1
40952025-02-22T20:32:55.683Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name path_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=df95a760da0c452a -C extra-filename=-56b7f47fc59f5742 --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-74855a779b273f99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40962025-02-22T20:32:55.808Z Compiling stringmetrics v2.2.2
40972025-02-22T20:32:55.810Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name stringmetrics --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("bench"))' -C metadata=2bb4121964930bf7 -C extra-filename=-6832e345e2f96af4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40982025-02-22T20:32:56.091Z Compiling internet-checksum v0.2.1
40992025-02-22T20:32:56.097Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("benchmark"))' -C metadata=d2298f0817871a9f -C extra-filename=-13051e6052c12f4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41002025-02-22T20:32:56.209Z Compiling target-triple v0.1.3
41012025-02-22T20:32:56.211Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0648956c8497b2b5 -C extra-filename=-570c10dfe4911b41 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-570c10dfe4911b41 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41022025-02-22T20:32:56.313Z Compiling sync-ptr v0.1.1
41032025-02-22T20:32:56.317Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_ptr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7755f01392e76ea5 -C extra-filename=-d93ec13b1f6e1d7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41042025-02-22T20:32:56.449Z Compiling httpmock v0.8.0-alpha.1
41052025-02-22T20:32:56.452Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=4573cd9a98e5b499 -C extra-filename=-1cf9c4f0ea79c1c8 --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-4ce77480d18ff31a.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-1a831f0ec147b11e.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-367ae676ed9f67ba.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2177475d79c1394d.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-22f142bfb74a30f8.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-1c9e203241d7a36c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-74b98f795200a9cd.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-83db8555cd4eac4e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1db31b657aec0acc.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-56b7f47fc59f5742.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-2659bdb6f2fbebbe.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a0cac73febcb3404.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-6832e345e2f96af4.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-104045e350ceb84d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f43279d14e0ff31f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41062025-02-22T20:32:56.549Z Compiling datatest-stable v0.2.9
41072025-02-22T20:32:56.549Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b926673a7e4b943 -C extra-filename=-5fe6eb624d380834 --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-a4835f5f60f796f7.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-0ae173e2d276b6c0.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-69cf9bc9c0fa4d6f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41082025-02-22T20:32:56.676Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-984476ef7f70c531/build-script-build`
41092025-02-22T20:32:56.728Z Compiling similar-asserts v1.6.0
41102025-02-22T20:32:56.731Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde", "unicode"))' -C metadata=9aac5442ee33f98b -C extra-filename=-45982e59270a1996 --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-251219e70dcfbc0c.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a0cac73febcb3404.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41112025-02-22T20:32:56.770Z Compiling proc-macro-crate v3.2.0
41122025-02-22T20:32:56.772Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a313349410bd3339 -C extra-filename=-85ae99f0ba1960a0 --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-5cfde39aa61042ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41132025-02-22T20:32:56.830Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-570c10dfe4911b41/build-script-build`
41142025-02-22T20:32:56.839Z Compiling relative-path v1.9.3
41152025-02-22T20:32:56.839Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=70de3d81af693cb0 -C extra-filename=-0eb028b20f7c09fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41162025-02-22T20:32:57.145Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f8ca345a1af0178 -C extra-filename=-e1ca1331af96a009 --out-dir /work/oxidecomputer/omicron/target/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"))'`
41172025-02-22T20:32:57.284Z Compiling multimap v0.10.0
41182025-02-22T20:32:57.286Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=71bad0ccc25ad091 -C extra-filename=-96bb35be01fb505a --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-64c0c05ed5192e4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41192025-02-22T20:32:57.455Z Compiling uzers v0.12.1
41202025-02-22T20:32:57.458Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("cache", "default", "log", "logging", "mock", "test-integration"))' -C metadata=62331eb5344a719a -C extra-filename=-9ae485cc2dcdc951 --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-366e89962da8a132.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41212025-02-22T20:32:57.626Z Compiling trybuild v1.0.101
41222025-02-22T20:32:57.629Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("diff", "dissimilar"))' -C metadata=2c8e50021d58c663 -C extra-filename=-6a739710a4bd8208 --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-0173d020d94cf3b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e4f2b08c811228df.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-e1ca1331af96a009.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-6c5a4ba51ba49c8d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41232025-02-22T20:32:57.735Z Compiling partial-io v0.5.4
41242025-02-22T20:32:57.737Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=ebd6290e3663bc88 -C extra-filename=-cabfe13014057fd9 --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-8847400d2a7d6ab4.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-96eac77b66e8b12f.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd9f2317ffb69cec.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41252025-02-22T20:32:57.870Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=4d403b26721c3b63 -C extra-filename=-b67d9240a036f5fa --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-ec0e17f73ce37523.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-85ae99f0ba1960a0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-0eb028b20f7c09fe.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-62358d43d54c950b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41262025-02-22T20:32:58.166Z Compiling blake2b_simd v1.0.2
41272025-02-22T20:32:58.169Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "std", "uninline_portable"))' -C metadata=c65964f4c9cd1808 -C extra-filename=-5fe6960b34ecb960 --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-e731655d913e606a.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-0c8a3536f160cb9e.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-6fffdd5480001e9b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41282025-02-22T20:32:58.600Z Compiling rand_distr v0.4.3
41292025-02-22T20:32:58.602Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "serde1", "std", "std_math"))' -C metadata=fb8faa989e310aec -C extra-filename=-4884719ed2bf86ff --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-e9d24d36744151b0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41302025-02-22T20:32:59.497Z Compiling approx v0.5.1
41312025-02-22T20:32:59.500Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name approx --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "num-complex", "std"))' -C metadata=f8413e81004cabb6 -C extra-filename=-b3e9fc05d66ffd44 --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-e9d24d36744151b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41322025-02-22T20:32:59.724Z Compiling rust-argon2 v2.1.0
41332025-02-22T20:32:59.747Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=1306718683f7c1ce -C extra-filename=-4686149c940e4104 --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-a7af361641f5e6e7.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-5fe6960b34ecb960.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-6fffdd5480001e9b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41342025-02-22T20:33:01.489Z Compiling cargo_toml v0.20.5
41352025-02-22T20:33:01.492Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("features"))' -C metadata=696d0b14a5fc1bcb -C extra-filename=-d648db728787e143 --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-64c0c05ed5192e4e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41362025-02-22T20:33:03.520Z Compiling termios v0.3.3
41372025-02-22T20:33:03.523Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name termios --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=15580141bebf0783 -C extra-filename=-cd6f1feeb5a11f73 --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-366e89962da8a132.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41382025-02-22T20:33:03.759Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=c743af74aa0fb336 -C extra-filename=-6d70eda608ed031a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6548ab0eb5118301.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-6c62123119d9c719.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41392025-02-22T20:33:06.800Z Compiling rstest v0.23.0
41402025-02-22T20:33:06.803Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=c21f474014c569a5 -C extra-filename=-b2bb499d5b5e8e89 --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-8847400d2a7d6ab4.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-1c9e203241d7a36c.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-b67d9240a036f5fa.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41412025-02-22T20:33:07.897Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
41422025-02-22T20:33:07.900Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e22dcc5bc2d6394 -C extra-filename=-3a916d93b6a20aa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-bf70b5e16eb9ee1d.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-d648db728787e143.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-c25b9e6b13f352fd.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-0d1a2689aba1e9ea.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a8b633791aeb45e8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41432025-02-22T20:33:08.856Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-fee8de572c3dd8bd/build-script-build`
41442025-02-22T20:33:08.901Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=4f96f313ec9a50e8 -C extra-filename=-1e7c8e5aab22e6fb --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-366e89962da8a132.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.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-cc96ab0cdd1a2dff/out/build/artifacts/ -l static=aws_lc_0_22_0_crypto -l static=aws_lc_0_22_0_rust_wrapper --cfg use_bindgen_generated`
41452025-02-22T20:33:09.015Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-3efb7a8133c72be9/build-script-build`
41462025-02-22T20:33:11.115Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=af2c42eb3871e90d -C extra-filename=-4d18b5d742c1144c --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-1e7c8e5aab22e6fb.rmeta --extern mirai_annotations=/work/oxidecomputer/omicron/target/debug/deps/libmirai_annotations-101b26e9f09f60cf.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-3d1d78866ee01987.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.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-cc96ab0cdd1a2dff/out/build/artifacts/`
41472025-02-22T20:33:11.901Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=cf56bf1af976e242 -C extra-filename=-3c3a586977d3651b --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-366e89962da8a132.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-9075866ee8f76f39.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-0aec9311a42ffbbe/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
41482025-02-22T20:33:12.516Z Compiling git2 v0.19.0
41492025-02-22T20:33:12.519Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=d56a073846586c1d -C extra-filename=-bc9049d241ab7f38 --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-3788a6375c269969.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-3c3a586977d3651b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f43279d14e0ff31f.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-0aec9311a42ffbbe/out/build -L native=/usr/lib/amd64`
41502025-02-22T20:33:14.047Z Compiling rustls-webpki v0.102.8
41512025-02-22T20:33:14.050Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=c65c9c6cad2bd628 -C extra-filename=-d301e05838373329 --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-4d18b5d742c1144c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-8d3edd2ba24448e4.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7771f0e505a6f670.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out`
41522025-02-22T20:33:15.942Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=9c6429db6d1827ba -C extra-filename=-ad0ae38d13670edd --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-4d18b5d742c1144c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-8d3edd2ba24448e4.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-d301e05838373329.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
41532025-02-22T20:33:18.781Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=2ed27017de01aa3b -C extra-filename=-d692638090501d6d --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-a147a23faaf349f2.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-8d3edd2ba24448e4.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-d301e05838373329.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/`
41542025-02-22T20:33:19.184Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=207b4f52cc5afa79 -C extra-filename=-0a67a1962908aff3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-bf70b5e16eb9ee1d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-bc9049d241ab7f38.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-b9559c1eede45886.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-78535d256acd279b.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-0aec9311a42ffbbe/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)'`
41552025-02-22T20:33:20.401Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
41562025-02-22T20:33:20.405Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/d2d8f8a/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b049d05502e33895 -C extra-filename=-7aecd58256ce6c73 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-7aecd58256ce6c73 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-0a67a1962908aff3.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-0aec9311a42ffbbe/out/build -L native=/usr/lib/amd64`
41572025-02-22T20:33:21.026Z Compiling polar-core v0.27.3
41582025-02-22T20:33:21.029Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=c1f61f7b196148b1 -C extra-filename=-74ee3c4f63ff7ff0 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-74ee3c4f63ff7ff0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-901021147ccc7fd0.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e4f2b08c811228df.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41592025-02-22T20:33:21.686Z Compiling tokio-rustls v0.26.0
41602025-02-22T20:33:21.689Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=6f675080939b3893 -C extra-filename=-1898c02e0b7db191 --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-ad0ae38d13670edd.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out`
41612025-02-22T20:33:21.816Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-7aecd58256ce6c73/build-script-build`
41622025-02-22T20:33:22.157Z Compiling hyper-rustls v0.27.3
41632025-02-22T20:33:22.160Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=2f410e62d70d6356 -C extra-filename=-d371b1171a1ed730 --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-74b98f795200a9cd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1db31b657aec0acc.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ad0ae38d13670edd.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-1898c02e0b7db191.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fb76a7a0ea1865e1.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-481633e7b4bd1156.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out`
41642025-02-22T20:33:22.182Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea86c7633f7562fa -C extra-filename=-407d02d5e9dd6977 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-b1ff33357c06567f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-50175b8713101b76.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-403e877280c0257f.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-d8f1b740f848a4e4.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-80d877675d043747.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ad0ae38d13670edd.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-7b245e26b9d64704.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d8e1a7d8b96c5295.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-1898c02e0b7db191.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-80445c662c14a766.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out`
41652025-02-22T20:33:22.479Z Compiling tokio-rustls v0.25.0
41662025-02-22T20:33:22.482Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=ac04c4d443772fcc -C extra-filename=-5274135f75e36a72 --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-d692638090501d6d.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/`
41672025-02-22T20:33:22.599Z Compiling reqwest v0.12.12
41682025-02-22T20:33:22.602Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.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 --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --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,test)' --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"))' -C metadata=1750eb448e30b9cb -C extra-filename=-aa6e4eae89a8a2a9 --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-210ce714c13e89e6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-c858d07813c4af7f.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-1b52e5e7f166545c.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-9cbd6bf8af19e966.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-6483d9579c8676ee.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-74b98f795200a9cd.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-c561638f775bd3da.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-e343fd1cda966308.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-d371b1171a1ed730.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-783f83a9e077d445.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1db31b657aec0acc.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-fb5ea697685cb8f8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-9b1079e703cbc0f0.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-83ddcdc9e83c8080.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-3d55b6ea8d435783.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ad0ae38d13670edd.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-78e992e88085361d.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-c8cdca1dd6ff079a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-2fe1ff7e7d20ce1e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-1898c02e0b7db191.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-f8bb17dee24fcad4.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fb76a7a0ea1865e1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f43279d14e0ff31f.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-481633e7b4bd1156.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64`
41692025-02-22T20:33:22.792Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-74ee3c4f63ff7ff0/build-script-build`
41702025-02-22T20:33:22.958Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1795c210d7278f71 -C extra-filename=-a9209d58bfc1dceb --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-643b1e590fa1f769.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-12ef06273e33e954.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-22f142bfb74a30f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-35604869b5c777e6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1db31b657aec0acc.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-72d366663c44c8d9.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d692638090501d6d.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-05a475995c9906c0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-1d005b2cfdbc044d.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-78e992e88085361d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-79527ecaaadfa3cf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-74d7aade32c16db1.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-1699de1342240be3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-5274135f75e36a72.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-7c16aac9203f6a9f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/`
41712025-02-22T20:33:23.138Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-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 '--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(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b31dc87847730ec8 -C extra-filename=-6c814a7ad1b72375 --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-643b1e590fa1f769.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-9294b8ca9620dfb6.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-22f142bfb74a30f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-35604869b5c777e6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1db31b657aec0acc.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-72d366663c44c8d9.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d692638090501d6d.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-05a475995c9906c0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-1d005b2cfdbc044d.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-78e992e88085361d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-79527ecaaadfa3cf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-74d7aade32c16db1.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-1699de1342240be3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-98dfa1a7cebcf12b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-5274135f75e36a72.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-7c16aac9203f6a9f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/`
41722025-02-22T20:33:23.458Z Compiling hyper-rustls v0.26.0
41732025-02-22T20:33:23.512Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=b9821ffc9da45fee -C extra-filename=-27f6b93af489bf99 --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-74b98f795200a9cd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1db31b657aec0acc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d692638090501d6d.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-e0be760ec0461c24.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-5274135f75e36a72.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fb76a7a0ea1865e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/`
41742025-02-22T20:33:24.563Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=0e9463edeb3182d6 -C extra-filename=-8a262ceeb0e8cf42 --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-d33a4a5442d4a3b1.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-50dd50cfa0a266f4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-77f82d19047daaa7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41752025-02-22T20:33:25.549Z Compiling progenitor-client v0.9.1
41762025-02-22T20:33:25.549Z Compiling progenitor-client v0.8.0
41772025-02-22T20:33:25.552Z Compiling omicron-zone-package v0.12.0
41782025-02-22T20:33:25.552Z Compiling tough v0.19.0
41792025-02-22T20:33:25.552Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f4716c6c6677b2cf -C extra-filename=-333068429ccc4aca --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-294058eedc90bb22.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-78e992e88085361d.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64`
41802025-02-22T20:33:25.552Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=90ff8ca154523daa -C extra-filename=-39d10de6fa784fae --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-294058eedc90bb22.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-78e992e88085361d.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64`
41812025-02-22T20:33:25.552Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/omicron-zone-package-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b7c8a6bdfad6cb87 -C extra-filename=-2e74b9cb0c91a2a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-f9f12af393ec0b4b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-041a650967360b28.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-74b98f795200a9cd.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e4f2b08c811228df.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec779404ba1c594a.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-86177580405ba44e.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64`
41822025-02-22T20:33:25.576Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("fips", "http", "integ", "reqwest"))' -C metadata=e78314bf52198814 -C extra-filename=-6083a4adc414eabe --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-3480cdb2a4d8d973.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-4d18b5d742c1144c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-324174bc038fa7c5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-6e4ff5b6f276c867.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-881b9a0675af3e55.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-52aee055ba6c88d4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ad0ae38d13670edd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-403342b8ece173c4.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-12c0a227cf18b022.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-c7fc43f1738c1f14.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-3d1d78866ee01987.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f43279d14e0ff31f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64`
41832025-02-22T20:33:26.077Z Compiling progenitor v0.8.0
41842025-02-22T20:33:26.080Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3eba6864a3bd823d -C extra-filename=-eaf354557f21a4c9 --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-39d10de6fa784fae.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-f057ea4c43ef46af.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-767b253469191c6e.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64`
41852025-02-22T20:33:26.101Z Compiling progenitor v0.9.1
41862025-02-22T20:33:26.104Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-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"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=137a08d6faae6539 -C extra-filename=-9d94a495a3fd94a8 --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-333068429ccc4aca.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-7a6b0541e08f3f56.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-642548f1f01ae349.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64`
41872025-02-22T20:33:26.344Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
41882025-02-22T20:33:26.347Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/cb2b592/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd1ce91f82ec7b63 -C extra-filename=-2d128bf036404d10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eaf354557f21a4c9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64`
41892025-02-22T20:33:26.369Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
41902025-02-22T20:33:26.372Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/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,test)' --check-cfg 'cfg(feature, values("default", "falcon"))' -C metadata=cac1be49051fec13 -C extra-filename=-fa6cbc1823942851 --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-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a7af361641f5e6e7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eaf354557f21a4c9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ab18bc599ced1550.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64`
41912025-02-22T20:33:31.072Z Compiling qorb v0.2.1
41922025-02-22T20:33:31.075Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=233cefb4ba62bf2b -C extra-filename=-ac4942e795c78de0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-a3fffa6f40d734d2.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a9209d58bfc1dceb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d7e7017316172551.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-72c7d61f1d071b21.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/`
41932025-02-22T20:33:31.290Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
41942025-02-22T20:33:31.293Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/95d6a55/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b06c838246d4e07 -C extra-filename=-9b79a1056ed076b3 --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-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a7af361641f5e6e7.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c1fa243a846f6cc0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-333068429ccc4aca.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-719fd1f596d8f6b9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ab18bc599ced1550.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64`
41952025-02-22T20:33:31.642Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
41962025-02-22T20:33:31.644Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-45d28c3107cfa8a3/f3fe054/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d8d230aa2d857bd -C extra-filename=-400c92cad4f3b9ee --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-6d479df9ba02b817.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7ec8b19bd364aede.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f1942e67c9424e24.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-d00d75d99db43af4.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fa6cbc1823942851.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-113ec7d8e83bff1f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-55dc9058f68e95c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-976f7ea65f728dd1.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-104045e350ceb84d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ab18bc599ced1550.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec779404ba1c594a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-464a081d07110902.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-5cd760d282e63a7e.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41972025-02-22T20:33:32.681Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
41982025-02-22T20:33:32.684Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=902f240e659a2d9c -C extra-filename=-7a533270435a2b14 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-7a533270435a2b14 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-2e74b9cb0c91a2a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-d791387f6f2c3b3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-25ae10455d0b3a31.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64`
41992025-02-22T20:33:33.082Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
42002025-02-22T20:33:33.085Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/cb2b592/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=49a9aac1ea8f1e55 -C extra-filename=-9e309ac1bd499e59 --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-09d45f27073fd283.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eaf354557f21a4c9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64`
42012025-02-22T20:33:33.744Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
42022025-02-22T20:33:33.747Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/d2d8f8a/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ec32a72260174e3 -C extra-filename=-8162f02aa715f514 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-63faa6595a835011.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64`
42032025-02-22T20:33:34.500Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
42042025-02-22T20:33:34.503Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/95d6a55/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d11db8e944db93a2 -C extra-filename=-bd6a6b0d76a91b42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-c0f8fabfefb69bd8.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a7af361641f5e6e7.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a9209d58bfc1dceb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-9f6a9ec8851e369f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-74d7aade32c16db1.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ab18bc599ced1550.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64`
42052025-02-22T20:33:35.193Z Compiling oso v0.27.3
42062025-02-22T20:33:35.195Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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,test)' --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=e814fb81aef7debd -C extra-filename=-ffe69e8bdf82ba86 --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-a5b7ace4b8156b09.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-29e7c9b4380f34da.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-8a262ceeb0e8cf42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-72c7d61f1d071b21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42072025-02-22T20:33:35.375Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/d2d8f8a/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=80fe92e3ae2aee91 -C extra-filename=-f53512832f8b2961 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-c0f8fabfefb69bd8.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-63faa6595a835011.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a9209d58bfc1dceb.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d7048a6bd6a14241.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-9c52a7e117db8a08.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cd4ddec80e319a56.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-74d7aade32c16db1.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-e33f8ccc9c6eca77.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-919db23f46c32a31.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/lib/amd64`
42082025-02-22T20:33:36.688Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
42092025-02-22T20:33:36.691Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/d2d8f8a/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca564f2953df5d85 -C extra-filename=-1b4978a2fea9d627 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-63faa6595a835011.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64`
42102025-02-22T20:33:36.747Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
42112025-02-22T20:33:36.773Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b47db5fbe88306c6 -C extra-filename=-78429b3512f340be --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-78429b3512f340be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-a6519760343b1981.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-009794bcd0adcca4.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-4d18b5d742c1144c.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-59f735bafba8b59a.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-c2d7fa6755e2dac2.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-6604f7429f9585a6.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-9085f943568be129.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-17fa9da22ed739fc.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3788a6375c269969.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-6fc6ced58725ccf3.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e609a1207c813737.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0e01915bfba7d74a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-3d784aed03e2afab.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-251219e70dcfbc0c.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-c858d07813c4af7f.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-dbaf4c3b25d02f52.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2177475d79c1394d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-36b3cb06fadeba25.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-4c4e93b96f688a53.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f6cde5aa3b23a4de.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a4b1566283312517.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-03d1d5c49c420e4a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a9209d58bfc1dceb.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-9805a722e2eb1b31.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-403e877280c0257f.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3bac13ed22098a6f.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-269933246d568163.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-c25b9e6b13f352fd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-6483d9579c8676ee.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ce74d051d15302a4.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1ad1d5b43cab278f.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-74b98f795200a9cd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-23a3e44f5f1498e3.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-59b5076c3c3cced8.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-38ff2a5cedadb430.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-27c977240796c3a1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-8e8b2937c552ffd6.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-79fae8b420b6cab0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-d371b1171a1ed730.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1db31b657aec0acc.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-0fc81543dcfc93ec.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f1942e67c9424e24.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-d75ce32e354b1f14.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-18985f1e64cc7281.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-50dd50cfa0a266f4.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-b343cf89d314a7c5.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-a4b0540ee9bf5c45.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-6c62123119d9c719.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d7048a6bd6a14241.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-f93a02950bef4122.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d34edb7beefa1477.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-3b7d05325ea00dc5.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-80d877675d043747.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b14df1d6f08c2229.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-1da4d86323d7bd72.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-fcdecfe0c3f0f8df.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-f1cf22a50d4c6f85.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-20bb82dfb46e7778.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ac4942e795c78de0.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ff5e66a17a382b48.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-88de28a1518c970b.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-152bfd45ab679292.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ad0ae38d13670edd.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-d301e05838373329.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-05a475995c9906c0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-79527ecaaadfa3cf.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a0cac73febcb3404.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-74855a779b273f99.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ce1398b91b784a2b.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-90bdb64aa3164b04.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b6adb4a9d9691a83.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-78535d256acd279b.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-87cb7e65f90be4f1.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-1898c02e0b7db191.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec779404ba1c594a.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-bff0ebbf9fab601e.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-ce4abb6fba0762bb.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5cfde39aa61042ae.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-72c7d61f1d071b21.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-40b7ef4a12bb2f94.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-b7e82e6c621a6e0a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-80445c662c14a766.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ab9e65bab06f5ef5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-14acb0b3843934a0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42122025-02-22T20:33:37.154Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-78429b3512f340be/build-script-build`
42132025-02-22T20:33:37.186Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
42142025-02-22T20:33:37.189Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_client --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/ce952e6/lldpd-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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d3cbeb2fe416712 -C extra-filename=-31fd16ad2432c620 --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-0db435a960c04bbf.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-670a7f2f82191589.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eaf354557f21a4c9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64`
42152025-02-22T20:33:37.227Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a499fc49725d5f36 -C extra-filename=-17e99e35dbcd75ae --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-a6519760343b1981.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-009794bcd0adcca4.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-4d18b5d742c1144c.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-59f735bafba8b59a.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-c2d7fa6755e2dac2.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-6604f7429f9585a6.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-9085f943568be129.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-17fa9da22ed739fc.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3788a6375c269969.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-6fc6ced58725ccf3.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0e01915bfba7d74a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-3d784aed03e2afab.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-251219e70dcfbc0c.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-c858d07813c4af7f.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-dbaf4c3b25d02f52.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2177475d79c1394d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-36b3cb06fadeba25.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-4c4e93b96f688a53.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f6cde5aa3b23a4de.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a4b1566283312517.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-03d1d5c49c420e4a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a9209d58bfc1dceb.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-9805a722e2eb1b31.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-403e877280c0257f.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3bac13ed22098a6f.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-269933246d568163.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-c25b9e6b13f352fd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-6483d9579c8676ee.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ce74d051d15302a4.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1ad1d5b43cab278f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-74b98f795200a9cd.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-23a3e44f5f1498e3.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-59b5076c3c3cced8.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-38ff2a5cedadb430.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-27c977240796c3a1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-8e8b2937c552ffd6.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-79fae8b420b6cab0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-d371b1171a1ed730.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1db31b657aec0acc.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-0fc81543dcfc93ec.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f1942e67c9424e24.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-d75ce32e354b1f14.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-18985f1e64cc7281.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-50dd50cfa0a266f4.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-b343cf89d314a7c5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-a4b0540ee9bf5c45.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-6c62123119d9c719.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d7048a6bd6a14241.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-f93a02950bef4122.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d34edb7beefa1477.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-3b7d05325ea00dc5.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-80d877675d043747.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b14df1d6f08c2229.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-1da4d86323d7bd72.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-fcdecfe0c3f0f8df.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-f1cf22a50d4c6f85.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-20bb82dfb46e7778.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ac4942e795c78de0.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ff5e66a17a382b48.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-88de28a1518c970b.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-152bfd45ab679292.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ad0ae38d13670edd.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-d301e05838373329.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-05a475995c9906c0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-79527ecaaadfa3cf.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a0cac73febcb3404.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-74855a779b273f99.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ce1398b91b784a2b.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-90bdb64aa3164b04.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-78535d256acd279b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-1898c02e0b7db191.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec779404ba1c594a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-bff0ebbf9fab601e.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-ce4abb6fba0762bb.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5cfde39aa61042ae.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-72c7d61f1d071b21.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-b7e82e6c621a6e0a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-80445c662c14a766.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ab9e65bab06f5ef5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-14acb0b3843934a0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42162025-02-22T20:33:37.372Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
42172025-02-22T20:33:37.374Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0713902589ed9ee6 -C extra-filename=-0575a1f7d6eeb629 --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-17e99e35dbcd75ae.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42182025-02-22T20:33:37.880Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42192025-02-22T20:33:37.883Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=851ddffb813054e5 -C extra-filename=-37242b2d0d3ed516 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-831a0e7210e5174c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42202025-02-22T20:33:38.302Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42212025-02-22T20:33:38.305Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=120f0abffd6a7d63 -C extra-filename=-450e5a3a345f4bac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0575a1f7d6eeb629.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-2548eb88436ee279.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6548ab0eb5118301.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d128bf036404d10.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-333068429ccc4aca.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd9f2317ffb69cec.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d324ac6f55fbcfea.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-894b481f8a11dd78.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-5fe5f9bbb228d2ae.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42222025-02-22T20:33:38.819Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42232025-02-22T20:33:38.822Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b30f4bb967be907 -C extra-filename=-6e07f8addd515b30 --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-17e99e35dbcd75ae.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42242025-02-22T20:33:39.117Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
42252025-02-22T20:33:39.120Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1073215483536d4 -C extra-filename=-9da849f5f21278fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-438b96921aa3ac51.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-a3fffa6f40d734d2.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-6194f6f9ad1cf7c7.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-c9541320d3e0f7f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ec535ea8f0609ef8.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b14df1d6f08c2229.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42262025-02-22T20:33:39.188Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42272025-02-22T20:33:39.213Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=856cdd87a75a1fc9 -C extra-filename=-eb8684b88f3db11c --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-34e313988bc5317c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42282025-02-22T20:33:39.630Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
42292025-02-22T20:33:39.632Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e2ad28f730e868a -C extra-filename=-d13e42c434a0380e --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-210ce714c13e89e6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42302025-02-22T20:33:40.366Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=b993c87de012beb9 -C extra-filename=-f118abac1e938f83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0575a1f7d6eeb629.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-2548eb88436ee279.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6548ab0eb5118301.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d128bf036404d10.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-333068429ccc4aca.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d324ac6f55fbcfea.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-894b481f8a11dd78.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42312025-02-22T20:33:40.763Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
42322025-02-22T20:33:40.765Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0726686dd7f937c4 -C extra-filename=-1a570ec039b8aab5 --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-17e99e35dbcd75ae.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42332025-02-22T20:33:42.010Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42342025-02-22T20:33:42.013Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4903faed7ac5ef70 -C extra-filename=-449828031ab5d8fa --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-449828031ab5d8fa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6e07f8addd515b30.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42352025-02-22T20:33:42.445Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-449828031ab5d8fa/build-script-build`
42362025-02-22T20:33:42.486Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
42372025-02-22T20:33:42.489Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_brand_metadata --edition=2021 brand-metadata/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e24e373247689468 -C extra-filename=-570d1c3b12dbcc64 --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-17e99e35dbcd75ae.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42382025-02-22T20:33:42.899Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42392025-02-22T20:33:42.902Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b8358271ea32e29 -C extra-filename=-ca0b6634410e918a --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-17e99e35dbcd75ae.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42402025-02-22T20:33:42.951Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
42412025-02-22T20:33:42.994Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3ed3464dbfda266 -C extra-filename=-599b7e1123a8a674 --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-ec0e17f73ce37523.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-c25b9e6b13f352fd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42422025-02-22T20:33:43.165Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42432025-02-22T20:33:43.199Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=64dc4ede7b42f0d9 -C extra-filename=-d749f07103a5e16e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-d749f07103a5e16e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6e07f8addd515b30.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42442025-02-22T20:33:43.580Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-d749f07103a5e16e/build-script-build`
42452025-02-22T20:33:43.620Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42462025-02-22T20:33:43.623Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec87d190d813f020 -C extra-filename=-f3e0c56eaadd309f --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-d7c4e21566c467a3.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-ca0b6634410e918a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-96b01b9797cb298d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42472025-02-22T20:33:43.990Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
42482025-02-22T20:33:43.992Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=239019a51c6461ba -C extra-filename=-74f4e9a29ca95cf7 --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-294058eedc90bb22.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42492025-02-22T20:33:44.570Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42502025-02-22T20:33:44.572Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b2f78530adeda3c -C extra-filename=-c97cdb8481979e0e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-c97cdb8481979e0e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6e07f8addd515b30.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42512025-02-22T20:33:45.031Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-c97cdb8481979e0e/build-script-build`
42522025-02-22T20:33:45.050Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42532025-02-22T20:33:45.052Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=354652ef702713ea -C extra-filename=-91c3a7c9701ebdcd --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-91c3a7c9701ebdcd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6e07f8addd515b30.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42542025-02-22T20:33:45.428Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
42552025-02-22T20:33:45.428Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0952be0b11337870 -C extra-filename=-2cd613d076c5a0f5 --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-17e99e35dbcd75ae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42562025-02-22T20:33:45.524Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-7a533270435a2b14/build-script-build`
42572025-02-22T20:33:45.679Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-91c3a7c9701ebdcd/build-script-build`
42582025-02-22T20:33:45.721Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42592025-02-22T20:33:45.723Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=71effd65a17c8a73 -C extra-filename=-c4b3369a56067061 --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-d7c4e21566c467a3.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-ca0b6634410e918a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-96b01b9797cb298d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42602025-02-22T20:33:46.206Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42612025-02-22T20:33:46.208Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=5607e21c14645c34 -C extra-filename=-5aeff6b07d9a7d31 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-5aeff6b07d9a7d31 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6e07f8addd515b30.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42622025-02-22T20:33:46.595Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-5aeff6b07d9a7d31/build-script-build`
42632025-02-22T20:33:46.619Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
42642025-02-22T20:33:46.619Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d4fd9ca532d8c2f -C extra-filename=-de22f95a9b8c84ee --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-6c62123119d9c719.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-33a375d65b361fda.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-611f1ab669fe503c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42652025-02-22T20:33:46.818Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
42662025-02-22T20:33:46.828Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8be9ca883a81bfd -C extra-filename=-0c7c7656c5445590 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42672025-02-22T20:33:46.903Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42682025-02-22T20:33:46.906Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c728754388571e89 -C extra-filename=-7e3b7fb82df8272b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-7e3b7fb82df8272b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6e07f8addd515b30.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42692025-02-22T20:33:46.984Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42702025-02-22T20:33:47.014Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d2d3bdf7c3f271b -C extra-filename=-6ee2ad03a7fd5dae --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-6ee2ad03a7fd5dae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6e07f8addd515b30.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42712025-02-22T20:33:47.306Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-7e3b7fb82df8272b/build-script-build`
42722025-02-22T20:33:47.349Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42732025-02-22T20:33:47.349Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/rendezvous/build.rs --error-format=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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a1962f376279cc96 -C extra-filename=-863ba68dcfd3d89e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-863ba68dcfd3d89e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6e07f8addd515b30.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42742025-02-22T20:33:47.371Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-6ee2ad03a7fd5dae/build-script-build`
42752025-02-22T20:33:47.406Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42762025-02-22T20:33:47.408Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3d8ddead80bf633 -C extra-filename=-63d6d72bfc4e7ec0 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-63d6d72bfc4e7ec0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6e07f8addd515b30.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42772025-02-22T20:33:47.454Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42782025-02-22T20:33:47.457Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5056b3051e2485f0 -C extra-filename=-5c8b18d7b493161c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-5c8b18d7b493161c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6e07f8addd515b30.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42792025-02-22T20:33:47.535Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e9e22732f90a65e -C extra-filename=-59dc0b966dce4c12 --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-0db435a960c04bbf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-333068429ccc4aca.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d324ac6f55fbcfea.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42802025-02-22T20:33:47.740Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-863ba68dcfd3d89e/build-script-build`
42812025-02-22T20:33:47.775Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
42822025-02-22T20:33:47.797Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b666153b84d7fe1 -C extra-filename=-6769e36dab0a07d2 --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-0db435a960c04bbf.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42832025-02-22T20:33:47.801Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-63d6d72bfc4e7ec0/build-script-build`
42842025-02-22T20:33:47.835Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
42852025-02-22T20:33:47.838Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b439188bba35f871 -C extra-filename=-4f6af58a7a41a416 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-333068429ccc4aca.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d324ac6f55fbcfea.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42862025-02-22T20:33:47.861Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-5c8b18d7b493161c/build-script-build`
42872025-02-22T20:33:47.901Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
42882025-02-22T20:33:47.903Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0718fbbc02f6c863 -C extra-filename=-de0c93ea357303d6 --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-17e99e35dbcd75ae.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42892025-02-22T20:33:49.198Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42902025-02-22T20:33:49.201Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a47a7e08c6f3c92d -C extra-filename=-7f0acd8ce304a0a7 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-7f0acd8ce304a0a7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6e07f8addd515b30.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42912025-02-22T20:33:49.378Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42922025-02-22T20:33:49.421Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2526b3c5b9ad9ce4 -C extra-filename=-2dfab81fd5473d1f --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-2dfab81fd5473d1f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6e07f8addd515b30.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42932025-02-22T20:33:49.587Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
42942025-02-22T20:33:49.589Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4e8fe08348912dd2 -C extra-filename=-172c49af3349496e --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-172c49af3349496e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6e07f8addd515b30.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42952025-02-22T20:33:49.785Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42962025-02-22T20:33:49.787Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7efda19bc9cea5b6 -C extra-filename=-cb57f6cab099878b --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-cb57f6cab099878b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6e07f8addd515b30.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42972025-02-22T20:33:50.030Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42982025-02-22T20:33:50.034Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d873fce24a930168 -C extra-filename=-430fc8c481f9310a --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-430fc8c481f9310a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6e07f8addd515b30.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
42992025-02-22T20:33:50.274Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=6aefbd9da5d39f45 -C extra-filename=-e8673e889f3a6415 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-0b412b2dd8675b6c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-d1b679197622af74.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-1afe388d0ba4554a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b970dad73352ec91.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-6f74d20b4955fae9.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-37242b2d0d3ed516.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-976f7ea65f728dd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-e83632967c5c0152.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a71baf0c628466b8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib --check-cfg 'cfg(svcadm_autoclear)'`
43002025-02-22T20:33:50.429Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43012025-02-22T20:33:50.463Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=354a4c4925e855a7 -C extra-filename=-10358eb5d2595409 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43022025-02-22T20:33:51.696Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43032025-02-22T20:33:51.699Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=01d4739a038e63c7 -C extra-filename=-1796118fc82ff53f --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-294058eedc90bb22.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-9da727f87bc9096c.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43042025-02-22T20:33:53.755Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43052025-02-22T20:33:53.758Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=33636811168c3cc2 -C extra-filename=-cf491ae506bfad74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d3756bca22c2c8be.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6548ab0eb5118301.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9d07bf0c2c85f58d.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43062025-02-22T20:33:58.319Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43072025-02-22T20:33:58.322Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=35f83f894e784659 -C extra-filename=-8cd81aa842e163b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43082025-02-22T20:33:58.558Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43092025-02-22T20:33:58.561Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0401386bbf156c9e -C extra-filename=-5dab39df2319de18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d71e20050af7c2c6.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1796118fc82ff53f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43102025-02-22T20:33:58.646Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43112025-02-22T20:33:58.649Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=2eb4c0f8c2baee91 -C extra-filename=-7b2165f0f7ba7688 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d3756bca22c2c8be.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-041a650967360b28.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-83db8555cd4eac4e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-400c92cad4f3b9ee.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-52aee055ba6c88d4.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f2d50c29b4f0579.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-8d3edd2ba24448e4.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d692638090501d6d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/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-d051ea22b9d716ef/out/lib`
43122025-02-22T20:34:00.173Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=afd77a687395c040 -C extra-filename=-33e5a027e0276713 --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-294058eedc90bb22.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-9da727f87bc9096c.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f118abac1e938f83.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43132025-02-22T20:34:00.887Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43142025-02-22T20:34:00.894Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=44e6227259523eca -C extra-filename=-3c8c8e8da1cdfd4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1796118fc82ff53f.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-f158eb699be35e38.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43152025-02-22T20:34:01.509Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
43162025-02-22T20:34:01.512Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6da6b18d6959c251 -C extra-filename=-f6712c9787e3e348 --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-8847400d2a7d6ab4.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ac4942e795c78de0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43172025-02-22T20:34:02.480Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
43182025-02-22T20:34:02.483Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b2906ca6a515d72 -C extra-filename=-5149a6eb21e28628 --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-e8673e889f3a6415.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43192025-02-22T20:34:03.002Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43202025-02-22T20:34:03.005Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3462b13a54d1f5e1 -C extra-filename=-a8726851fd5f6e18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43212025-02-22T20:34:03.545Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
43222025-02-22T20:34:03.547Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=258fa6d3c2703002 -C extra-filename=-c915df1b49624313 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6548ab0eb5118301.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43232025-02-22T20:34:04.303Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=451a475f8c528b62 -C extra-filename=-f5097f6370a67ca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-33e5a027e0276713.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-f158eb699be35e38.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43242025-02-22T20:34:04.780Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=26244f380349b1c4 -C extra-filename=-4977a38b0d3513bd --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-294058eedc90bb22.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-b5565363c9b655db.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-91dcc3fd39d3676b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9d07bf0c2c85f58d.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4f19ca9aa2735052.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-7b245e26b9d64704.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d8e1a7d8b96c5295.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-88b3948575906c7a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
43252025-02-22T20:34:04.977Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
43262025-02-22T20:34:05.014Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3c3cded09bfa753 -C extra-filename=-db77ca5e9f41b335 --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-0db435a960c04bbf.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43272025-02-22T20:34:06.062Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43282025-02-22T20:34:06.065Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=228801abe0daed92 -C extra-filename=-59c44624f76b8676 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0575a1f7d6eeb629.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-c858d07813c4af7f.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6548ab0eb5118301.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-a3fffa6f40d734d2.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9d07bf0c2c85f58d.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-6c62123119d9c719.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-47e63b6158a4412f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5dab39df2319de18.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4584b6a902a3b0bc.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43292025-02-22T20:34:06.369Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
43302025-02-22T20:34:06.371Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=58b28b93ae0de693 -C extra-filename=-74eaa4c1fa2e92ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9b79a1056ed076b3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d324ac6f55fbcfea.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43312025-02-22T20:34:06.998Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
43322025-02-22T20:34:07.001Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a03ccac93979a45 -C extra-filename=-75ec3b0e57018419 --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-0db435a960c04bbf.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43332025-02-22T20:34:07.824Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
43342025-02-22T20:34:07.827Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c2eee504de1b87cc -C extra-filename=-45804496c0ae8d56 --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-17e99e35dbcd75ae.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-f5097f6370a67ca3.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-33e5a027e0276713.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43352025-02-22T20:34:08.139Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43362025-02-22T20:34:08.141Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=35026a4c41b8ed99 -C extra-filename=-2bea357d61ca3ffa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4977a38b0d3513bd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9b79a1056ed076b3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-894b481f8a11dd78.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d8e1a7d8b96c5295.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
43372025-02-22T20:34:12.805Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43382025-02-22T20:34:12.807Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e53e571b61961094 -C extra-filename=-034ca656a4492a50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-7b70c1e195c2d804.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-b0d32054f4363a56.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-8a25c15a7727e99f.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-c124406847722384.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb754bee0d1dc50f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out`
43392025-02-22T20:34:15.580Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
43402025-02-22T20:34:15.604Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=225f3cb41222b958 -C extra-filename=-e9545ed4d5bbbf4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1a570ec039b8aab5.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-3c8c8e8da1cdfd4a.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-45804496c0ae8d56.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1796118fc82ff53f.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-f158eb699be35e38.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43412025-02-22T20:34:16.023Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
43422025-02-22T20:34:16.026Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=9d9f80cd852a959a -C extra-filename=-9b1640adff902469 --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-ec0e17f73ce37523.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-6987ff7e80e64753.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43432025-02-22T20:34:16.230Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
43442025-02-22T20:34:16.233Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6f7b0db2c8a21e7 -C extra-filename=-c0724b4300a0cee3 --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-450e5a3a345f4bac.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d324ac6f55fbcfea.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43452025-02-22T20:34:19.312Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=7a4f7edccddf7a54 -C extra-filename=-02def721637cd168 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-3480cdb2a4d8d973.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-77e4bcea4d5e3f5e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-7ec1591fbb5974fa.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-738e63b95c0fd69e.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b629ee635d485b87.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-36b3cb06fadeba25.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-7b70c1e195c2d804.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d71e20050af7c2c6.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b45bb0bd37fbdaf4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5dab39df2319de18.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-a94f5d8b52e2997c.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ac4942e795c78de0.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a1cec06d6cefc4ed.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3fb9e8eb4c16c6f9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-d58c9346ccaa359d.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-847e81b9e9f61d07.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-0d1a2689aba1e9ea.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3a580e25dfd9460f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43462025-02-22T20:34:21.182Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43472025-02-22T20:34:21.185Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d84a0d3bec269e61 -C extra-filename=-a1d323147798cd87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-db77ca5e9f41b335.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-242171482fe3fa9a.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-8e8b2937c552ffd6.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-3bb0bccf1ba1b4f3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a051e13aaa9cbc22.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43482025-02-22T20:34:21.436Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
43492025-02-22T20:34:21.439Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=abab6706ae83cf6f -C extra-filename=-0191cffadeb294a7 --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-9e309ac1bd499e59.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-333068429ccc4aca.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43502025-02-22T20:34:21.518Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43512025-02-22T20:34:21.521Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0cfa59b2a912780 -C extra-filename=-1c135be6efa99bd2 --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-e28f9114d5d27a7c.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4f19ca9aa2735052.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-7b245e26b9d64704.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d8e1a7d8b96c5295.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43522025-02-22T20:34:22.366Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
43532025-02-22T20:34:22.407Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd45cb08ca86b959 -C extra-filename=-efee7381a840a864 --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-91dcc3fd39d3676b.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-d8f1b740f848a4e4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43542025-02-22T20:34:23.597Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43552025-02-22T20:34:23.600Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=846651cafb787f08 -C extra-filename=-dcfbbc1cf1396d45 --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-776eee4600d42f4b.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-ea18e7c28480a4d8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-47e63b6158a4412f.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-f63c1abb2c60d82a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43562025-02-22T20:34:23.774Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43572025-02-22T20:34:23.777Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=d16a9860f793e7f2 -C extra-filename=-fc3e9e3b18853bd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9d07bf0c2c85f58d.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1c135be6efa99bd2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-034ca656a4492a50.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out`
43582025-02-22T20:34:24.407Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43592025-02-22T20:34:24.410Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=684dc7f86e18813c -C extra-filename=-cb17887d2c3dc08d --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-362ba53e5f217d0b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-efee7381a840a864.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43602025-02-22T20:34:25.107Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
43612025-02-22T20:34:25.109Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=67b089bea56644b9 -C extra-filename=-654aabcb504e9088 --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-a4835f5f60f796f7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2bea357d61ca3ffa.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-599b7e1123a8a674.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
43622025-02-22T20:34:25.773Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
43632025-02-22T20:34:25.776Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c62d5d6812fc5c2 -C extra-filename=-bea55806bd825c81 --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-6c814a7ad1b72375.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2bea357d61ca3ffa.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
43642025-02-22T20:34:27.454Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43652025-02-22T20:34:27.457Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce40c4039a60b93a -C extra-filename=-b2a8eb424edeb5f4 --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-0db435a960c04bbf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d324ac6f55fbcfea.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43662025-02-22T20:34:27.580Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43672025-02-22T20:34:27.582Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=623a349fae952b2b -C extra-filename=-df2a6c2ac4b08755 --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-6c814a7ad1b72375.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43682025-02-22T20:34:28.585Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43692025-02-22T20:34:28.588Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef04eff4abeb9128 -C extra-filename=-8f255e73f6c15c95 --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-d92c54e8d494ed14.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43702025-02-22T20:34:29.081Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
43712025-02-22T20:34:29.104Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c620c7e075af7101 -C extra-filename=-d582f28e471d62c6 --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-6c814a7ad1b72375.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cb17887d2c3dc08d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/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-d051ea22b9d716ef/out/lib`
43722025-02-22T20:34:29.256Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6a973a7299eeb66 -C extra-filename=-fcb1325dd7c6f679 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f3e0c56eaadd309f.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-a3fffa6f40d734d2.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-878da364650a5ddd.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-8f255e73f6c15c95.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-dcfbbc1cf1396d45.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b2de876125aab162.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4584b6a902a3b0bc.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
43732025-02-22T20:34:30.013Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
43742025-02-22T20:34:30.018Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9a9f918f87350be -C extra-filename=-8a489ea5fb4232fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-4d18b5d742c1144c.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0a0863ede2691c3a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-c25b9e6b13f352fd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64c6cc16a78c2417.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rmeta --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-570d1c3b12dbcc64.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-2830dcd9912b9801.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-1d005b2cfdbc044d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6083a4adc414eabe.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f43279d14e0ff31f.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f69e88c6aa32df81.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64`
43752025-02-22T20:34:31.831Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43762025-02-22T20:34:31.834Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=82362e17c1756d6c -C extra-filename=-94cdcf67fff7e92c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cb17887d2c3dc08d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d7048a6bd6a14241.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/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-d051ea22b9d716ef/out/lib`
43772025-02-22T20:34:36.069Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
43782025-02-22T20:34:36.071Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d84fba134e946de -C extra-filename=-866124d37c95eb19 --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-0db435a960c04bbf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43792025-02-22T20:34:37.195Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
43802025-02-22T20:34:37.198Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=25d9acc3ed24ab79 -C extra-filename=-d2a95a44720243f6 --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-0db435a960c04bbf.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43812025-02-22T20:34:38.302Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43822025-02-22T20:34:38.305Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1699e50dfc7bbb80 -C extra-filename=-349692d3a2f5b779 --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-0db435a960c04bbf.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43832025-02-22T20:34:38.742Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
43842025-02-22T20:34:38.744Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b0b5a4d3943cc515 -C extra-filename=-f07c673313dbc386 --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-0db435a960c04bbf.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43852025-02-22T20:34:39.829Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43862025-02-22T20:34:39.856Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=11be7689fccc98c9 -C extra-filename=-37a1cc90254cda62 --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-c915df1b49624313.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43872025-02-22T20:34:39.986Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
43882025-02-22T20:34:39.989Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c9383215caa1d699 -C extra-filename=-af06526a3946e206 --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-0db435a960c04bbf.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43892025-02-22T20:34:40.900Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43902025-02-22T20:34:40.904Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=5dfef708ed95b067 -C extra-filename=-450b55e45c32aae2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4977a38b0d3513bd.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bea55806bd825c81.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c0724b4300a0cee3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-438b96921aa3ac51.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8162f02aa715f514.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9d07bf0c2c85f58d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a1d323147798cd87.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-59dc0b966dce4c12.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-70c26f90ec068bc2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1976482bc15bf0d8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a8726851fd5f6e18.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1c135be6efa99bd2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d128bf036404d10.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rmeta --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-570d1c3b12dbcc64.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0191cffadeb294a7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b970dad73352ec91.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9b1640adff902469.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-349692d3a2f5b779.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9b79a1056ed076b3.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-bd6a6b0d76a91b42.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-719fd1f596d8f6b9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-74f4e9a29ca95cf7.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df2a6c2ac4b08755.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2cd613d076c5a0f5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-894b481f8a11dd78.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d8e1a7d8b96c5295.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-654aabcb504e9088.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2bea357d61ca3ffa.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-599b7e1123a8a674.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-034ca656a4492a50.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fc3e9e3b18853bd2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-976f7ea65f728dd1.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-407d02d5e9dd6977.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb754bee0d1dc50f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f69e88c6aa32df81.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a71baf0c628466b8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
43912025-02-22T20:34:43.101Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43922025-02-22T20:34:43.104Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf8429bd07dd8347 -C extra-filename=-6de3f0215cda0611 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-d582f28e471d62c6.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-c89f81d1346e78da.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cb17887d2c3dc08d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-efee7381a840a864.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9b1640adff902469.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-349692d3a2f5b779.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6b8e649391260438.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7f60b55efb0fb150.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-379faee575666cf4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/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-d051ea22b9d716ef/out/lib`
43932025-02-22T20:34:43.178Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43942025-02-22T20:34:43.211Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=49ceb531f9758ea3 -C extra-filename=-a780de4e9075e1a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-af06526a3946e206.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d2a95a44720243f6.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-de22f95a9b8c84ee.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43952025-02-22T20:34:43.335Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43962025-02-22T20:34:43.338Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c2c1923dd5d73c3 -C extra-filename=-0c6bce7e073a48c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f07c673313dbc386.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-866124d37c95eb19.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ac4942e795c78de0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43972025-02-22T20:34:46.002Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43982025-02-22T20:34:46.004Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3fcc13cb9ca0ba52 -C extra-filename=-ff8460b1b4d4dd57 --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-e28f9114d5d27a7c.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
43992025-02-22T20:34:46.594Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44002025-02-22T20:34:46.664Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c74dab47338c19b7 -C extra-filename=-beb0d90a1edb7a7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6548ab0eb5118301.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-fb5ea697685cb8f8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a780de4e9075e1a6.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-37a1cc90254cda62.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-de22f95a9b8c84ee.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
44012025-02-22T20:34:48.130Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44022025-02-22T20:34:48.132Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2056c6ddb48ede36 -C extra-filename=-1fc37d30f95837f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-59dc0b966dce4c12.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ec535ea8f0609ef8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-c4c45c24aafdaa03.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
44032025-02-22T20:34:53.460Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44042025-02-22T20:34:53.463Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f89387465f2224cc -C extra-filename=-47da70cf146c14eb --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-a4835f5f60f796f7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cb17887d2c3dc08d.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-6de3f0215cda0611.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94cdcf67fff7e92c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/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-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
44052025-02-22T20:34:53.486Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44062025-02-22T20:34:53.488Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=835ca383ae8bf371 -C extra-filename=-e347a261e3e7d0c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-c25b9e6b13f352fd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64c6cc16a78c2417.rmeta --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-570d1c3b12dbcc64.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6083a4adc414eabe.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8a489ea5fb4232fe.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/ssl-3/lib/amd64`
44072025-02-22T20:34:55.596Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44082025-02-22T20:34:55.619Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3583dc5d83e234f -C extra-filename=-5c263750a6e1623f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-0c7c7656c5445590.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1796118fc82ff53f.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5dab39df2319de18.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
44092025-02-22T20:34:55.791Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44102025-02-22T20:34:55.794Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c5528b40bfe38e3 -C extra-filename=-4838db10dee0e90c --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-6c814a7ad1b72375.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
44112025-02-22T20:34:55.985Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
44122025-02-22T20:34:55.987Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a5efe538ed83470 -C extra-filename=-b0f83191becf8650 --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-0db435a960c04bbf.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
44132025-02-22T20:34:57.041Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
44142025-02-22T20:34:57.044Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=770188a3c39de8ae -C extra-filename=-5b94915170caaee4 --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-0db435a960c04bbf.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a8726851fd5f6e18.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d324ac6f55fbcfea.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2bea357d61ca3ffa.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fc37d30f95837f7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
44152025-02-22T20:34:59.853Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
44162025-02-22T20:34:59.856Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=09efea79797a30d8 -C extra-filename=-a3ac0d3944cfef35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-251219e70dcfbc0c.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8a489ea5fb4232fe.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
44172025-02-22T20:35:01.004Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
44182025-02-22T20:35:01.006Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3517e95d25ef92f5 -C extra-filename=-06edc48ba4d32124 --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-cf491ae506bfad74.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
44192025-02-22T20:35:01.801Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
44202025-02-22T20:35:01.803Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c4b308d8eca6aad -C extra-filename=-134dcec3aaa007b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-738e63b95c0fd69e.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1a570ec039b8aab5.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1796118fc82ff53f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/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-d051ea22b9d716ef/out/lib`
44212025-02-22T20:35:02.823Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44222025-02-22T20:35:02.826Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=93e80663e1980c55 -C extra-filename=-24db1ff7c6393b02 --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-c0724b4300a0cee3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fc37d30f95837f7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
44232025-02-22T20:35:03.044Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44242025-02-22T20:35:03.047Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e280eaf30b06480a -C extra-filename=-a9e9f2c78f97fc82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a8726851fd5f6e18.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
44252025-02-22T20:35:03.643Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44262025-02-22T20:35:03.645Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=04fbdce6b677ea20 -C extra-filename=-289d23f287dd4769 --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-0db435a960c04bbf.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-907d7c5aa767ebba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
44272025-02-22T20:35:04.855Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
44282025-02-22T20:35:04.858Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=80aab6e588b7f3f7 -C extra-filename=-ab10b98fa3558141 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-06edc48ba4d32124.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-70c26f90ec068bc2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
44292025-02-22T20:35:05.662Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
44302025-02-22T20:35:05.665Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d5dd321516ca651e -C extra-filename=-ce003b534ad1897d --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-289d23f287dd4769.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
44312025-02-22T20:35:07.148Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44322025-02-22T20:35:07.151Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a80473e06695f089 -C extra-filename=-1ec65079fea014fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0a0863ede2691c3a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-91dcc3fd39d3676b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-36b3cb06fadeba25.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f1942e67c9424e24.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ec535ea8f0609ef8.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-81526168fc76ae13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-5a36dbcfbfc926be.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-90acba706e89bd7a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-4d2c002994a4467e.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a8b633791aeb45e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5cfde39aa61042ae.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-c4c45c24aafdaa03.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-e1b780ea124601f9.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fc37d30f95837f7.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5b94915170caaee4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
44332025-02-22T20:35:07.346Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44342025-02-22T20:35:07.349Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=565b97771b809d30 -C extra-filename=-bb666c84c0555c1c --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-a8726851fd5f6e18.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d324ac6f55fbcfea.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
44352025-02-22T20:35:07.457Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
44362025-02-22T20:35:07.488Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b0732777be50e42 -C extra-filename=-3292a0827824a054 --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-a4835f5f60f796f7.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-738e63b95c0fd69e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
44372025-02-22T20:35:08.052Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
44382025-02-22T20:35:08.089Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a534f8299471d1ff -C extra-filename=-9b8de8625bd9d1f7 --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-366e89962da8a132.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/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-d051ea22b9d716ef/out/lib`
44392025-02-22T20:35:08.729Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
44402025-02-22T20:35:08.733Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=550a2c56697dcf2d -C extra-filename=-4dbbc782a3bed667 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c0724b4300a0cee3.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0a0863ede2691c3a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-59dc0b966dce4c12.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-70c26f90ec068bc2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64c6cc16a78c2417.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a9e9f2c78f97fc82.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a8726851fd5f6e18.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-dcfbbc1cf1396d45.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0191cffadeb294a7.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6083a4adc414eabe.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-c4c45c24aafdaa03.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8a489ea5fb4232fe.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e347a261e3e7d0c7.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fc37d30f95837f7.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-24db1ff7c6393b02.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5b94915170caaee4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
44412025-02-22T20:35:10.677Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
44422025-02-22T20:35:10.680Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a1e8391b4b9a9083 -C extra-filename=-e76883cf0533755a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a780de4e9075e1a6.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-beb0d90a1edb7a7c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-ed64ac2691a6af44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-d93ec13b1f6e1d7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-de22f95a9b8c84ee.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
44432025-02-22T20:35:10.728Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-430fc8c481f9310a/build-script-build`
44442025-02-22T20:35:10.768Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-cb57f6cab099878b/build-script-build`
44452025-02-22T20:35:10.808Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-172c49af3349496e/build-script-build`
44462025-02-22T20:35:10.846Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-2dfab81fd5473d1f/build-script-build`
44472025-02-22T20:35:10.886Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44482025-02-22T20:35:10.889Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=c1cb0015fb3ef85c -C extra-filename=-0437e5077a7c9931 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0a0863ede2691c3a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-438b96921aa3ac51.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-bb666c84c0555c1c.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a8726851fd5f6e18.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-efee7381a840a864.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0191cffadeb294a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-034ca656a4492a50.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fc3e9e3b18853bd2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-976f7ea65f728dd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8a489ea5fb4232fe.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out`
44492025-02-22T20:35:12.307Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-7f0acd8ce304a0a7/build-script-build`
44502025-02-22T20:35:12.347Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
44512025-02-22T20:35:12.350Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e954fb9158f58db -C extra-filename=-6f0daced59078b0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-bf70b5e16eb9ee1d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b14df1d6f08c2229.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
44522025-02-22T20:35:13.002Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
44532025-02-22T20:35:13.004Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1cf2b60dc3cf8913 -C extra-filename=-a57cf18bb176b990 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-a57cf18bb176b990 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6e07f8addd515b30.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
44542025-02-22T20:35:13.404Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
44552025-02-22T20:35:13.407Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a12bc0363650b1a8 -C extra-filename=-49dc0a0681ddf5b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-49dc0a0681ddf5b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6e07f8addd515b30.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
44562025-02-22T20:35:13.840Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-49dc0a0681ddf5b3/build-script-build`
44572025-02-22T20:35:13.863Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-a57cf18bb176b990/build-script-build`
44582025-02-22T20:35:13.881Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a600efb6f34af72 -C extra-filename=-25ed42f4edbbf381 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-ce003b534ad1897d.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-289d23f287dd4769.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-907d7c5aa767ebba.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
44592025-02-22T20:35:13.907Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
44602025-02-22T20:35:13.947Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2814355e28db0dca -C extra-filename=-66975d84052fb010 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d3756bca22c2c8be.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bea55806bd825c81.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-06edc48ba4d32124.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-ce003b534ad1897d.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-db77ca5e9f41b335.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-c25b9e6b13f352fd.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-d582f28e471d62c6.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a9e9f2c78f97fc82.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5c263750a6e1623f.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-4838db10dee0e90c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-0c7c7656c5445590.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ec535ea8f0609ef8.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f07c673313dbc386.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df2a6c2ac4b08755.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a0cac73febcb3404.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-654aabcb504e9088.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-4d2c002994a4467e.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-24db1ff7c6393b02.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
44612025-02-22T20:35:17.342Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
44622025-02-22T20:35:17.345Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6079361685c38f32 -C extra-filename=-9069613f6bc310ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-91dcc3fd39d3676b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-36b3cb06fadeba25.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a1cec06d6cefc4ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1ec65079fea014fc.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
44632025-02-22T20:35:18.922Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
44642025-02-22T20:35:18.924Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d68e6b5e11a32ff -C extra-filename=-525d8dee9bea4041 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d2a95a44720243f6.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-81526168fc76ae13.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
44652025-02-22T20:35:19.122Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44662025-02-22T20:35:19.125Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=816e8f15dc65a8ea -C extra-filename=-afa9a74483df341b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-bf70b5e16eb9ee1d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f1942e67c9424e24.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-2e74b9cb0c91a2a4.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b14df1d6f08c2229.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-454b7d2f2a06ca50.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-8d3edd2ba24448e4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-90acba706e89bd7a.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-034ca656a4492a50.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-74d7aade32c16db1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-976f7ea65f728dd1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out`
44672025-02-22T20:35:20.558Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
44682025-02-22T20:35:20.560Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=03ade80f1ffa028a -C extra-filename=-5c79a622a3b5c6fa --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-17e99e35dbcd75ae.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
44692025-02-22T20:35:21.569Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44702025-02-22T20:35:21.572Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=25cf902ab567ed53 -C extra-filename=-e4e03070c0f0b4c6 --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-6d479df9ba02b817.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7ec8b19bd364aede.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9966b58f2e8872d2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-13051e6052c12f4e.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-4bfdb6bd73c54327.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-450b55e45c32aae2.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4f6af58a7a41a416.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-1b39d0007df67859.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4caaf9537eebc91e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2bea357d61ca3ffa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6077ab337fa66134.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
44712025-02-22T20:35:22.579Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
44722025-02-22T20:35:22.582Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=88c0ff43723dec36 -C extra-filename=-b8b7526169307400 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-450b55e45c32aae2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-9ae485cc2dcdc951.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a71baf0c628466b8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
44732025-02-22T20:35:23.713Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
44742025-02-22T20:35:23.718Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=66dd14812cc00c14 -C extra-filename=-be4c8032c674f4dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
44752025-02-22T20:35:23.850Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44762025-02-22T20:35:23.853Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2021 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c9605582514de22 -C extra-filename=-06fa643f6fd536e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-bf70b5e16eb9ee1d.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-c25b9e6b13f352fd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5cfde39aa61042ae.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
44772025-02-22T20:35:24.635Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44782025-02-22T20:35:24.638Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2fd04134480da02b -C extra-filename=-4300d9292c1921e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-bf70b5e16eb9ee1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-c25b9e6b13f352fd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-06fa643f6fd536e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-2e74b9cb0c91a2a4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-90acba706e89bd7a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8a489ea5fb4232fe.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out`
44792025-02-22T20:35:24.660Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9caa587ca571d4c2 -C extra-filename=-1e68d6d897c48cce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-bf70b5e16eb9ee1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f1942e67c9424e24.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-afa9a74483df341b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-2e74b9cb0c91a2a4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b14df1d6f08c2229.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-454b7d2f2a06ca50.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-8d3edd2ba24448e4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-90acba706e89bd7a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-034ca656a4492a50.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-74d7aade32c16db1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-976f7ea65f728dd1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out`
44802025-02-22T20:35:25.310Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4de0565d16646c1c -C extra-filename=-647db7a2cb23d7ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-be4c8032c674f4dc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
44812025-02-22T20:35:26.156Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=181d85101a716e49 -C extra-filename=-efb53b27fe4bb767 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d3756bca22c2c8be.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bea55806bd825c81.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-06edc48ba4d32124.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-ce003b534ad1897d.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-db77ca5e9f41b335.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-c25b9e6b13f352fd.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-d582f28e471d62c6.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a9e9f2c78f97fc82.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5c263750a6e1623f.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-4838db10dee0e90c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-66975d84052fb010.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-0c7c7656c5445590.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ec535ea8f0609ef8.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f07c673313dbc386.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df2a6c2ac4b08755.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a0cac73febcb3404.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-654aabcb504e9088.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-4d2c002994a4467e.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-24db1ff7c6393b02.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
44822025-02-22T20:35:28.140Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=67ca72e12c9ddc83 -C extra-filename=-985abfd5f99b0050 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-525d8dee9bea4041.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d2a95a44720243f6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-81526168fc76ae13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
44832025-02-22T20:35:28.411Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ea60b923c824537 -C extra-filename=-390a554e20839d45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-bf70b5e16eb9ee1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-6f0daced59078b0a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b14df1d6f08c2229.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
44842025-02-22T20:35:28.445Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=cad72f794940000d -C extra-filename=-e0a8cc9e98f45810 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-bf70b5e16eb9ee1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-6f0daced59078b0a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b14df1d6f08c2229.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
44852025-02-22T20:35:30.033Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd3b2aaa51833133 -C extra-filename=-4a00fa7c300a930e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-bf70b5e16eb9ee1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-6f0daced59078b0a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b14df1d6f08c2229.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
44862025-02-22T20:35:30.395Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=e7c94c82ca09ebd8 -C extra-filename=-d4cd3647cbb13f39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0a0863ede2691c3a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-438b96921aa3ac51.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-0437e5077a7c9931.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-bb666c84c0555c1c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a8726851fd5f6e18.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-efee7381a840a864.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0191cffadeb294a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-cabfe13014057fd9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd9f2317ffb69cec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-034ca656a4492a50.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fc3e9e3b18853bd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-976f7ea65f728dd1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-5fe5f9bbb228d2ae.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8a489ea5fb4232fe.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out -L native=/usr/lib/amd64`
44872025-02-22T20:35:30.973Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=545e882aaf1e17b1 -C extra-filename=-9c35b7fafde2c02b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7ec8b19bd364aede.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a780de4e9075e1a6.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-37a1cc90254cda62.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-beb0d90a1edb7a7c.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-e76883cf0533755a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a1cec06d6cefc4ed.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-0d1a2689aba1e9ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
44882025-02-22T20:35:31.342Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d78ec466d8dd748 -C extra-filename=-de6786a1421029be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7f60b55efb0fb150.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
44892025-02-22T20:35:32.759Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a29c199c14ac899 -C extra-filename=-33e5f3c6d59f5710 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-06edc48ba4d32124.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3292a0827824a054.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-738e63b95c0fd69e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-70c26f90ec068bc2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ab10b98fa3558141.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-134dcec3aaa007b8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f43279d14e0ff31f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
44902025-02-22T20:35:33.668Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ccca1772b65e4a9a -C extra-filename=-d4bad72215147bfa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-06edc48ba4d32124.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3292a0827824a054.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-738e63b95c0fd69e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-70c26f90ec068bc2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ab10b98fa3558141.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-134dcec3aaa007b8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f43279d14e0ff31f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
44912025-02-22T20:35:36.301Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=09c0cb058b73082d -C extra-filename=-d2e69833aaf6e1a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-06edc48ba4d32124.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-70c26f90ec068bc2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ab10b98fa3558141.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
44922025-02-22T20:35:37.177Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ff2399215eabf15 -C extra-filename=-1b365d035785729a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-06edc48ba4d32124.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-70c26f90ec068bc2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ab10b98fa3558141.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
44932025-02-22T20:35:39.247Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b42db168084fbce -C extra-filename=-ac1aa16ee4824e59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-d26229dfb167f6e1.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0a0863ede2691c3a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-91dcc3fd39d3676b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-36b3cb06fadeba25.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f1942e67c9424e24.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ec535ea8f0609ef8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd9f2317ffb69cec.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-81526168fc76ae13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-5a36dbcfbfc926be.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-90acba706e89bd7a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-4d2c002994a4467e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a8b633791aeb45e8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5cfde39aa61042ae.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-c4c45c24aafdaa03.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-e1b780ea124601f9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1ec65079fea014fc.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fc37d30f95837f7.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5b94915170caaee4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
44942025-02-22T20:35:41.638Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef79f821b7b8ab8a -C extra-filename=-2b3238d0e1859817 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c0724b4300a0cee3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0a0863ede2691c3a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-59dc0b966dce4c12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-70c26f90ec068bc2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-c25b9e6b13f352fd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-47da70cf146c14eb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64c6cc16a78c2417.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-0437e5077a7c9931.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a9e9f2c78f97fc82.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-bb666c84c0555c1c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a8726851fd5f6e18.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-dcfbbc1cf1396d45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0191cffadeb294a7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6083a4adc414eabe.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-c4c45c24aafdaa03.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a3ac0d3944cfef35.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8a489ea5fb4232fe.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e347a261e3e7d0c7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1ec65079fea014fc.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fc37d30f95837f7.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-24db1ff7c6393b02.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5b94915170caaee4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out -L native=/opt/ooce/pgsql-13/lib/amd64`
44952025-02-22T20:35:47.201Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=904674d480c3147c -C extra-filename=-da66ca21f5726dea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-d26229dfb167f6e1.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0a0863ede2691c3a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-91dcc3fd39d3676b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-36b3cb06fadeba25.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f1942e67c9424e24.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ec535ea8f0609ef8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd9f2317ffb69cec.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-81526168fc76ae13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-5a36dbcfbfc926be.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-90acba706e89bd7a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-4d2c002994a4467e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a8b633791aeb45e8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5cfde39aa61042ae.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-c4c45c24aafdaa03.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-e1b780ea124601f9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1ec65079fea014fc.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fc37d30f95837f7.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5b94915170caaee4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
44962025-02-22T20:35:48.444Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6a223ad5ea07265 -C extra-filename=-573430f33c45cd62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-91dcc3fd39d3676b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-36b3cb06fadeba25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a1cec06d6cefc4ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1ec65079fea014fc.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-9069613f6bc310ad.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
44972025-02-22T20:35:48.725Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=88a3e67f32591c60 -C extra-filename=-f4acb3892bdb517a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c0724b4300a0cee3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0a0863ede2691c3a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-59dc0b966dce4c12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-70c26f90ec068bc2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64c6cc16a78c2417.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a9e9f2c78f97fc82.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a8726851fd5f6e18.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-dcfbbc1cf1396d45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0191cffadeb294a7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6083a4adc414eabe.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-c4c45c24aafdaa03.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8a489ea5fb4232fe.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e347a261e3e7d0c7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fc37d30f95837f7.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-4dbbc782a3bed667.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-24db1ff7c6393b02.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5b94915170caaee4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
44982025-02-22T20:35:51.129Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8bef89cf139ceea2 -C extra-filename=-37b560fdb38c3f74 --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-fcb1325dd7c6f679.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
44992025-02-22T20:35:52.509Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a659aa04006d203 -C extra-filename=-87a8395f60854c9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-c4b3369a56067061.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-c858d07813c4af7f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-83db8555cd4eac4e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-37b560fdb38c3f74.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fcb1325dd7c6f679.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-47e63b6158a4412f.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ffe69e8bdf82ba86.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4e13b05b5faa8822.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-78e992e88085361d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45002025-02-22T20:35:54.642Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=458b4cec7d198f3a -C extra-filename=-654a9b32114c4d23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c0724b4300a0cee3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0a0863ede2691c3a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-59dc0b966dce4c12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-70c26f90ec068bc2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-c25b9e6b13f352fd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-47da70cf146c14eb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64c6cc16a78c2417.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-0437e5077a7c9931.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a9e9f2c78f97fc82.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-bb666c84c0555c1c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a8726851fd5f6e18.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-dcfbbc1cf1396d45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0191cffadeb294a7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6083a4adc414eabe.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-c4c45c24aafdaa03.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a3ac0d3944cfef35.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8a489ea5fb4232fe.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e347a261e3e7d0c7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1ec65079fea014fc.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fc37d30f95837f7.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-4dbbc782a3bed667.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-24db1ff7c6393b02.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5b94915170caaee4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45012025-02-22T20:35:55.198Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6f99bea187e9e86 -C extra-filename=-f67f86c05127f78e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c0724b4300a0cee3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0a0863ede2691c3a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-59dc0b966dce4c12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-70c26f90ec068bc2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-c25b9e6b13f352fd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-47da70cf146c14eb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64c6cc16a78c2417.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-0437e5077a7c9931.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a9e9f2c78f97fc82.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-bb666c84c0555c1c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a8726851fd5f6e18.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-dcfbbc1cf1396d45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0191cffadeb294a7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6083a4adc414eabe.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-c4c45c24aafdaa03.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a3ac0d3944cfef35.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8a489ea5fb4232fe.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e347a261e3e7d0c7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1ec65079fea014fc.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fc37d30f95837f7.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-4dbbc782a3bed667.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-24db1ff7c6393b02.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5b94915170caaee4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45022025-02-22T20:35:55.922Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=dfe19466202199ad -C extra-filename=-66a5b217a145cbe4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-91dcc3fd39d3676b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-36b3cb06fadeba25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a1cec06d6cefc4ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1ec65079fea014fc.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-9069613f6bc310ad.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45032025-02-22T20:35:57.573Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=777517c76c3fadff -C extra-filename=-89d95eaf248db51b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-91dcc3fd39d3676b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-36b3cb06fadeba25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a1cec06d6cefc4ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1ec65079fea014fc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45042025-02-22T20:35:58.579Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=918a51573cc35ed8 -C extra-filename=-44142ff7b101dbc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2611b34b673cd24a.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b629ee635d485b87.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f3e0c56eaadd309f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-878da364650a5ddd.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-556ce66d69fa9e9d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87a8395f60854c9a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-37b560fdb38c3f74.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fcb1325dd7c6f679.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ac4942e795c78de0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b2de876125aab162.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4584b6a902a3b0bc.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f43279d14e0ff31f.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45052025-02-22T20:36:00.730Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1913684d3984e03 -C extra-filename=-ab02fa1db1d08fb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0a0863ede2691c3a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-91dcc3fd39d3676b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-36b3cb06fadeba25.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f1942e67c9424e24.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ec535ea8f0609ef8.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-81526168fc76ae13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-5a36dbcfbfc926be.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-90acba706e89bd7a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-4d2c002994a4467e.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a8b633791aeb45e8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5cfde39aa61042ae.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-c4c45c24aafdaa03.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-e1b780ea124601f9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1ec65079fea014fc.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fc37d30f95837f7.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5b94915170caaee4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45062025-02-22T20:36:01.744Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5179044ef7eb2762 -C extra-filename=-c9b06d79c2b789d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-06edc48ba4d32124.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3292a0827824a054.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-738e63b95c0fd69e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-70c26f90ec068bc2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ab10b98fa3558141.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-134dcec3aaa007b8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f43279d14e0ff31f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
45072025-02-22T20:36:02.101Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a585ebda2cf3c92d -C extra-filename=-d64abf8d372b2620 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-06edc48ba4d32124.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3292a0827824a054.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-738e63b95c0fd69e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-70c26f90ec068bc2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ab10b98fa3558141.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-134dcec3aaa007b8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f43279d14e0ff31f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
45082025-02-22T20:36:04.249Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=dbc57d0ce1bd2f4c -C extra-filename=-5873d1c82e46326d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-06edc48ba4d32124.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-70c26f90ec068bc2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ab10b98fa3558141.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
45092025-02-22T20:36:04.684Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=cceca2573d617212 -C extra-filename=-8eb35a7827ba4f8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0a0863ede2691c3a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-438b96921aa3ac51.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-bb666c84c0555c1c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a8726851fd5f6e18.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-efee7381a840a864.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0191cffadeb294a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-cabfe13014057fd9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd9f2317ffb69cec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-034ca656a4492a50.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fc3e9e3b18853bd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-976f7ea65f728dd1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-5fe5f9bbb228d2ae.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8a489ea5fb4232fe.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out`
45102025-02-22T20:36:08.430Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=446a73968e5f28f7 -C extra-filename=-5aeb9671636b8b6d --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-fcb1325dd7c6f679.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45112025-02-22T20:36:13.977Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f71032936592b314 -C extra-filename=-df36222942a52872 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-c4b3369a56067061.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-c858d07813c4af7f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-83db8555cd4eac4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-37b560fdb38c3f74.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fcb1325dd7c6f679.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-47e63b6158a4412f.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ffe69e8bdf82ba86.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4e13b05b5faa8822.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-78e992e88085361d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/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`
45122025-02-22T20:36:22.830Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b2fcf30a6b614453 -C extra-filename=-c53c65b3f66d5d78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-9b8de8625bd9d1f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7f60b55efb0fb150.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/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-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45132025-02-22T20:36:23.828Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=36e5f17eddfad674 -C extra-filename=-2df66dfaf4f31d08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7f60b55efb0fb150.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/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-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45142025-02-22T20:36:23.967Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=55eb50e936d38b37 -C extra-filename=-93c5f0a74c1eee2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-9b8de8625bd9d1f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7f60b55efb0fb150.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/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-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45152025-02-22T20:36:26.289Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=696b1e7b8594c2f5 -C extra-filename=-cac850e4a6eeccdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-d26229dfb167f6e1.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0a0863ede2691c3a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-91dcc3fd39d3676b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-36b3cb06fadeba25.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f1942e67c9424e24.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ec535ea8f0609ef8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd9f2317ffb69cec.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-81526168fc76ae13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-5a36dbcfbfc926be.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-90acba706e89bd7a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-4d2c002994a4467e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a8b633791aeb45e8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5cfde39aa61042ae.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-c4c45c24aafdaa03.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-e1b780ea124601f9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fc37d30f95837f7.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5b94915170caaee4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45162025-02-22T20:36:30.440Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=aae604fca767f0ec -C extra-filename=-30924b73f196c06e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4977a38b0d3513bd.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bea55806bd825c81.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c0724b4300a0cee3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-438b96921aa3ac51.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8162f02aa715f514.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9d07bf0c2c85f58d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a1d323147798cd87.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-59dc0b966dce4c12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-70c26f90ec068bc2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-9f93dda5a01049fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1976482bc15bf0d8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a8726851fd5f6e18.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1c135be6efa99bd2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d128bf036404d10.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-37a1cc90254cda62.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-570d1c3b12dbcc64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0191cffadeb294a7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-450b55e45c32aae2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b970dad73352ec91.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9b1640adff902469.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-349692d3a2f5b779.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9b79a1056ed076b3.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-bd6a6b0d76a91b42.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-719fd1f596d8f6b9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-74f4e9a29ca95cf7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f2d50c29b4f0579.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df2a6c2ac4b08755.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2cd613d076c5a0f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-894b481f8a11dd78.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d8e1a7d8b96c5295.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-654aabcb504e9088.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2bea357d61ca3ffa.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-599b7e1123a8a674.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-034ca656a4492a50.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fc3e9e3b18853bd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-976f7ea65f728dd1.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-407d02d5e9dd6977.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb754bee0d1dc50f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f69e88c6aa32df81.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a71baf0c628466b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45172025-02-22T20:36:31.123Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=479bbdb9a468b9c7 -C extra-filename=-f02b10025e83df79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4977a38b0d3513bd.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bea55806bd825c81.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c0724b4300a0cee3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-438b96921aa3ac51.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8162f02aa715f514.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9d07bf0c2c85f58d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a1d323147798cd87.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-59dc0b966dce4c12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-70c26f90ec068bc2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-9f93dda5a01049fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1976482bc15bf0d8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a8726851fd5f6e18.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1c135be6efa99bd2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d128bf036404d10.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-37a1cc90254cda62.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-570d1c3b12dbcc64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0191cffadeb294a7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-450b55e45c32aae2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b970dad73352ec91.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9b1640adff902469.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-349692d3a2f5b779.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9b79a1056ed076b3.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-bd6a6b0d76a91b42.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-719fd1f596d8f6b9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-74f4e9a29ca95cf7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f2d50c29b4f0579.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df2a6c2ac4b08755.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2cd613d076c5a0f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-894b481f8a11dd78.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d8e1a7d8b96c5295.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-654aabcb504e9088.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2bea357d61ca3ffa.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-599b7e1123a8a674.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-034ca656a4492a50.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fc3e9e3b18853bd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-976f7ea65f728dd1.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-407d02d5e9dd6977.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb754bee0d1dc50f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f69e88c6aa32df81.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a71baf0c628466b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45182025-02-22T20:36:33.523Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=71bdc3653342df48 -C extra-filename=-8ee40e256b2da1df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4977a38b0d3513bd.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bea55806bd825c81.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c0724b4300a0cee3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-438b96921aa3ac51.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8162f02aa715f514.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9d07bf0c2c85f58d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a1d323147798cd87.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-59dc0b966dce4c12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-70c26f90ec068bc2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1976482bc15bf0d8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a8726851fd5f6e18.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1c135be6efa99bd2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d128bf036404d10.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-570d1c3b12dbcc64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0191cffadeb294a7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-450b55e45c32aae2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b970dad73352ec91.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9b1640adff902469.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-349692d3a2f5b779.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9b79a1056ed076b3.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-bd6a6b0d76a91b42.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-719fd1f596d8f6b9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-74f4e9a29ca95cf7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df2a6c2ac4b08755.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2cd613d076c5a0f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-894b481f8a11dd78.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d8e1a7d8b96c5295.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-654aabcb504e9088.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2bea357d61ca3ffa.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-599b7e1123a8a674.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-034ca656a4492a50.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fc3e9e3b18853bd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-976f7ea65f728dd1.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-407d02d5e9dd6977.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb754bee0d1dc50f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f69e88c6aa32df81.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a71baf0c628466b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
45192025-02-22T20:36:33.780Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=e1b136f4b0df18c8 -C extra-filename=-a207427e1cf059fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4977a38b0d3513bd.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bea55806bd825c81.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c0724b4300a0cee3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-438b96921aa3ac51.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8162f02aa715f514.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9d07bf0c2c85f58d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a1d323147798cd87.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-59dc0b966dce4c12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-70c26f90ec068bc2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-9f93dda5a01049fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1976482bc15bf0d8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a8726851fd5f6e18.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1c135be6efa99bd2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d128bf036404d10.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-37a1cc90254cda62.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-570d1c3b12dbcc64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0191cffadeb294a7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-450b55e45c32aae2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b970dad73352ec91.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9b1640adff902469.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-349692d3a2f5b779.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9b79a1056ed076b3.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-bd6a6b0d76a91b42.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-719fd1f596d8f6b9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-74f4e9a29ca95cf7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f2d50c29b4f0579.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df2a6c2ac4b08755.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2cd613d076c5a0f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-894b481f8a11dd78.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d8e1a7d8b96c5295.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-654aabcb504e9088.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2bea357d61ca3ffa.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-599b7e1123a8a674.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-034ca656a4492a50.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fc3e9e3b18853bd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-976f7ea65f728dd1.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-407d02d5e9dd6977.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb754bee0d1dc50f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f69e88c6aa32df81.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a71baf0c628466b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45202025-02-22T20:36:34.595Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7fc1a0edc7ca4cdb -C extra-filename=-20a03ba8a7cf5f88 --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-6d479df9ba02b817.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7ec8b19bd364aede.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9966b58f2e8872d2.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-e4e03070c0f0b4c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-13051e6052c12f4e.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-4bfdb6bd73c54327.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-450b55e45c32aae2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4f6af58a7a41a416.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-1b39d0007df67859.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4caaf9537eebc91e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2bea357d61ca3ffa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6077ab337fa66134.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45212025-02-22T20:36:35.446Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=8177f5f231f026d9 -C extra-filename=-ed64e51beb8c03c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4977a38b0d3513bd.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bea55806bd825c81.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c0724b4300a0cee3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-438b96921aa3ac51.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8162f02aa715f514.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9d07bf0c2c85f58d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a1d323147798cd87.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-59dc0b966dce4c12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-70c26f90ec068bc2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-9f93dda5a01049fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1976482bc15bf0d8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a8726851fd5f6e18.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1c135be6efa99bd2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d128bf036404d10.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-37a1cc90254cda62.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-570d1c3b12dbcc64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0191cffadeb294a7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-450b55e45c32aae2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b970dad73352ec91.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9b1640adff902469.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-349692d3a2f5b779.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9b79a1056ed076b3.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-bd6a6b0d76a91b42.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-719fd1f596d8f6b9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-74f4e9a29ca95cf7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f2d50c29b4f0579.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df2a6c2ac4b08755.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2cd613d076c5a0f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-894b481f8a11dd78.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d8e1a7d8b96c5295.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-654aabcb504e9088.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2bea357d61ca3ffa.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-599b7e1123a8a674.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-034ca656a4492a50.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fc3e9e3b18853bd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-976f7ea65f728dd1.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-407d02d5e9dd6977.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb754bee0d1dc50f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f69e88c6aa32df81.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a71baf0c628466b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45222025-02-22T20:36:37.260Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=67ab0c6690130363 -C extra-filename=-4d737c0524fabb7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-af06526a3946e206.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d2a95a44720243f6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-47da70cf146c14eb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-450b55e45c32aae2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-de22f95a9b8c84ee.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/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-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/`
45232025-02-22T20:36:38.727Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d69ac7b38132b6b -C extra-filename=-d0fdff884c6cbbb5 --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-6d479df9ba02b817.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7ec8b19bd364aede.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9966b58f2e8872d2.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-e4e03070c0f0b4c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-13051e6052c12f4e.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-4bfdb6bd73c54327.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-450b55e45c32aae2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4f6af58a7a41a416.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-1b39d0007df67859.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4caaf9537eebc91e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2bea357d61ca3ffa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6077ab337fa66134.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45242025-02-22T20:36:38.753Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd20356e8f845846 -C extra-filename=-dcae076ac8bcde0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-450b55e45c32aae2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-9ae485cc2dcdc951.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a71baf0c628466b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
45252025-02-22T20:36:40.862Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c7cc6c891da2a94 -C extra-filename=-9239f85b1c62456b --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-6d479df9ba02b817.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7ec8b19bd364aede.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9966b58f2e8872d2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-13051e6052c12f4e.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-4bfdb6bd73c54327.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-450b55e45c32aae2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4f6af58a7a41a416.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-1b39d0007df67859.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4caaf9537eebc91e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2bea357d61ca3ffa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6077ab337fa66134.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45262025-02-22T20:36:41.673Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=2b18718d65a46dd9 -C extra-filename=-5c86ce48bf64e8fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4977a38b0d3513bd.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bea55806bd825c81.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c0724b4300a0cee3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-438b96921aa3ac51.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8162f02aa715f514.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9d07bf0c2c85f58d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a1d323147798cd87.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-59dc0b966dce4c12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-70c26f90ec068bc2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1976482bc15bf0d8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a8726851fd5f6e18.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1c135be6efa99bd2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d128bf036404d10.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-570d1c3b12dbcc64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0191cffadeb294a7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-450b55e45c32aae2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b970dad73352ec91.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9b1640adff902469.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-349692d3a2f5b779.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9b79a1056ed076b3.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-bd6a6b0d76a91b42.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-719fd1f596d8f6b9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-74f4e9a29ca95cf7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df2a6c2ac4b08755.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2cd613d076c5a0f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-894b481f8a11dd78.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d8e1a7d8b96c5295.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-654aabcb504e9088.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2bea357d61ca3ffa.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-599b7e1123a8a674.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-034ca656a4492a50.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fc3e9e3b18853bd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-976f7ea65f728dd1.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-407d02d5e9dd6977.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb754bee0d1dc50f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f69e88c6aa32df81.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a71baf0c628466b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
45272025-02-22T20:36:43.680Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=7594886bf7dd3de9 -C extra-filename=-61ecf49b593e8216 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4977a38b0d3513bd.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bea55806bd825c81.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c0724b4300a0cee3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-438b96921aa3ac51.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8162f02aa715f514.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9d07bf0c2c85f58d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a1d323147798cd87.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-59dc0b966dce4c12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-70c26f90ec068bc2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1976482bc15bf0d8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a8726851fd5f6e18.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1c135be6efa99bd2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d128bf036404d10.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-570d1c3b12dbcc64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0191cffadeb294a7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-450b55e45c32aae2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b970dad73352ec91.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9b1640adff902469.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-349692d3a2f5b779.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9b79a1056ed076b3.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-bd6a6b0d76a91b42.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-719fd1f596d8f6b9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-74f4e9a29ca95cf7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df2a6c2ac4b08755.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2cd613d076c5a0f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-894b481f8a11dd78.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d8e1a7d8b96c5295.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-654aabcb504e9088.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2bea357d61ca3ffa.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-599b7e1123a8a674.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-034ca656a4492a50.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fc3e9e3b18853bd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-976f7ea65f728dd1.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-407d02d5e9dd6977.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb754bee0d1dc50f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f69e88c6aa32df81.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a71baf0c628466b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
45282025-02-22T20:36:45.050Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc463e73728ea32c -C extra-filename=-54a9f2540b4bac25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-450b55e45c32aae2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-9ae485cc2dcdc951.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a71baf0c628466b8.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-b8b7526169307400.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
45292025-02-22T20:36:48.355Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e819f403166998bc -C extra-filename=-c76b8eb358cb78c4 --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-6d479df9ba02b817.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7ec8b19bd364aede.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9966b58f2e8872d2.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-e4e03070c0f0b4c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-13051e6052c12f4e.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-4bfdb6bd73c54327.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-450b55e45c32aae2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4f6af58a7a41a416.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-1b39d0007df67859.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4caaf9537eebc91e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2bea357d61ca3ffa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6077ab337fa66134.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45302025-02-22T20:36:48.475Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=91f8cda76aad1462 -C extra-filename=-8844910fec18a29a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-06edc48ba4d32124.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3292a0827824a054.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-738e63b95c0fd69e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-70c26f90ec068bc2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-134dcec3aaa007b8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f43279d14e0ff31f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
45312025-02-22T20:36:48.561Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
45322025-02-22T20:36:48.564Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fcb8b42aa3c507f5 -C extra-filename=-c1e3ace1b28aa14d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3292a0827824a054.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-738e63b95c0fd69e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-134dcec3aaa007b8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
45332025-02-22T20:36:50.785Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45342025-02-22T20:36:50.785Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=4562416154d17371 -C extra-filename=-4757150001def43b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8162f02aa715f514.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a1d323147798cd87.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-47da70cf146c14eb.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-83db8555cd4eac4e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ff8460b1b4d4dd57.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-450b55e45c32aae2.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0c6bce7e073a48c4.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-349692d3a2f5b779.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-78e992e88085361d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/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-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/`
45352025-02-22T20:36:50.888Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45362025-02-22T20:36:50.931Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f7b24e70f7426fde -C extra-filename=-44652205ff194d83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fcb1325dd7c6f679.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/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`
45372025-02-22T20:36:52.996Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45382025-02-22T20:36:52.999Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=853a59af43b8a208 -C extra-filename=-09191ecdcbe9008c --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-8847400d2a7d6ab4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45392025-02-22T20:36:54.865Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b51c61b88b46950 -C extra-filename=-5ffa4fa3284749c2 --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-0db435a960c04bbf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fcb1325dd7c6f679.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4584b6a902a3b0bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/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`
45402025-02-22T20:36:57.564Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=645c10e5c3ef88d5 -C extra-filename=-d6a0862d5123677f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-af06526a3946e206.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d2a95a44720243f6.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-b0f83191becf8650.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6769e36dab0a07d2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-6c62123119d9c719.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fcb1325dd7c6f679.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-09191ecdcbe9008c.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/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`
45412025-02-22T20:36:58.866Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8caa674b11d60cc8 -C extra-filename=-134600cf0fced5d3 --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-0db435a960c04bbf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-866124d37c95eb19.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45422025-02-22T20:37:00.284Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2021 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f9247189d1331d0 -C extra-filename=-3b91338b5516f019 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45432025-02-22T20:37:00.399Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=3667d5ab912ca946 -C extra-filename=-28ad0f9d25d27de8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8162f02aa715f514.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a1d323147798cd87.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-47da70cf146c14eb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-83db8555cd4eac4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ff8460b1b4d4dd57.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-450b55e45c32aae2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0c6bce7e073a48c4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-349692d3a2f5b779.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-78e992e88085361d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/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-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/`
45442025-02-22T20:37:00.502Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b964033bb6dd4bd0 -C extra-filename=-bcb6e043caaecee9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-5c79a622a3b5c6fa.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fcb1325dd7c6f679.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a780de4e9075e1a6.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-beb0d90a1edb7a7c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-44652205ff194d83.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a8b633791aeb45e8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/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`
45452025-02-22T20:37:01.230Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=101003c3928c67f0 -C extra-filename=-f100f95bcc1e834d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-ce003b534ad1897d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-289d23f287dd4769.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-907d7c5aa767ebba.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4757150001def43b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd9f2317ffb69cec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-5fe5f9bbb228d2ae.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f43279d14e0ff31f.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/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-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/`
45462025-02-22T20:37:05.731Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb80ce4742af145d -C extra-filename=-f1d64491305d0ec0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0a0863ede2691c3a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-438b96921aa3ac51.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-af06526a3946e206.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d2a95a44720243f6.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-b0f83191becf8650.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6769e36dab0a07d2.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8162f02aa715f514.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-f53512832f8b2961.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1b4978a2fea9d627.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-59dc0b966dce4c12.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-7667baa1372d6789.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-83db8555cd4eac4e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1976482bc15bf0d8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-31fd16ad2432c620.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d128bf036404d10.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87a8395f60854c9a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fcb1325dd7c6f679.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-8f255e73f6c15c95.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5c263750a6e1623f.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-4838db10dee0e90c.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a780de4e9075e1a6.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-134600cf0fced5d3.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-09191ecdcbe9008c.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d6a0862d5123677f.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-beb0d90a1edb7a7c.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-44652205ff194d83.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3b91338b5516f019.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-5ffa4fa3284749c2.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ff8460b1b4d4dd57.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-47e63b6158a4412f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-866124d37c95eb19.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9b1640adff902469.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-349692d3a2f5b779.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5dab39df2319de18.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-333068429ccc4aca.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9b79a1056ed076b3.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ac4942e795c78de0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-74f4e9a29ca95cf7.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b2de876125aab162.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-8d3edd2ba24448e4.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d692638090501d6d.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4e13b05b5faa8822.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-78e992e88085361d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4584b6a902a3b0bc.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6083a4adc414eabe.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e347a261e3e7d0c7.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f69e88c6aa32df81.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/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`
45472025-02-22T20:37:06.044Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2021 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2463b1c1ea00b544 -C extra-filename=-49f09acdedf0fd03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2611b34b673cd24a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-878da364650a5ddd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fcb1325dd7c6f679.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd9f2317ffb69cec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-5fe5f9bbb228d2ae.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45482025-02-22T20:37:15.726Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6dae087fab73ed6 -C extra-filename=-b6b6b84a43641e2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-ce003b534ad1897d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-289d23f287dd4769.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-907d7c5aa767ebba.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4757150001def43b.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-25ed42f4edbbf381.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd9f2317ffb69cec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-5fe5f9bbb228d2ae.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f43279d14e0ff31f.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/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-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/`
45492025-02-22T20:37:18.212Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c0a9f29a6b3c329e -C extra-filename=-63bd0396f48a1eab --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-0db435a960c04bbf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87a8395f60854c9a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fcb1325dd7c6f679.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4757150001def43b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-de0c93ea357303d6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4584b6a902a3b0bc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/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-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/`
45502025-02-22T20:37:18.351Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3fd163bde4b258ef -C extra-filename=-53923b55401dd019 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fcb1325dd7c6f679.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/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`
45512025-02-22T20:37:21.587Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=04e41061a3bbf206 -C extra-filename=-fb09306ad38c3d33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2611b34b673cd24a.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b629ee635d485b87.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f3e0c56eaadd309f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-878da364650a5ddd.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-556ce66d69fa9e9d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-27f6b93af489bf99.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87a8395f60854c9a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-37b560fdb38c3f74.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fcb1325dd7c6f679.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a780de4e9075e1a6.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-beb0d90a1edb7a7c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4757150001def43b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-450b55e45c32aae2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ffe69e8bdf82ba86.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-52aee055ba6c88d4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b14df1d6f08c2229.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ac4942e795c78de0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f2d50c29b4f0579.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b2de876125aab162.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d692638090501d6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4584b6a902a3b0bc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5d6f82ef0dbcbb73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f43279d14e0ff31f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/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-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/`
45522025-02-22T20:37:24.816Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6957d0b3aba4af75 -C extra-filename=-8a61ec3fa9fbb1c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2611b34b673cd24a.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0a0863ede2691c3a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-438b96921aa3ac51.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-af06526a3946e206.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d2a95a44720243f6.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-b0f83191becf8650.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6769e36dab0a07d2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fa065991861294f7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8162f02aa715f514.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-f53512832f8b2961.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1b4978a2fea9d627.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-878da364650a5ddd.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a1d323147798cd87.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-59dc0b966dce4c12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-7667baa1372d6789.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-47da70cf146c14eb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-83db8555cd4eac4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8232438a569b313a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64c6cc16a78c2417.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-27f6b93af489bf99.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1976482bc15bf0d8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-31fd16ad2432c620.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d128bf036404d10.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87a8395f60854c9a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fcb1325dd7c6f679.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-8f255e73f6c15c95.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5c263750a6e1623f.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-4838db10dee0e90c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a780de4e9075e1a6.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-134600cf0fced5d3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-09191ecdcbe9008c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d6a0862d5123677f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-beb0d90a1edb7a7c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-44652205ff194d83.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3b91338b5516f019.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-5ffa4fa3284749c2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ff8460b1b4d4dd57.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4757150001def43b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-de0c93ea357303d6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-450b55e45c32aae2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-47e63b6158a4412f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4f6af58a7a41a416.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-866124d37c95eb19.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0c6bce7e073a48c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9b1640adff902469.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-349692d3a2f5b779.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5dab39df2319de18.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-52aee055ba6c88d4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b14df1d6f08c2229.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-333068429ccc4aca.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9b79a1056ed076b3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ac4942e795c78de0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-74f4e9a29ca95cf7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f2d50c29b4f0579.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b2de876125aab162.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-8d3edd2ba24448e4.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d692638090501d6d.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4e13b05b5faa8822.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-78e992e88085361d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-45982e59270a1996.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2bea357d61ca3ffa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94cdcf67fff7e92c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4584b6a902a3b0bc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5d6f82ef0dbcbb73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6083a4adc414eabe.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a3ac0d3944cfef35.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8a489ea5fb4232fe.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e347a261e3e7d0c7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f69e88c6aa32df81.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/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-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/`
45532025-02-22T20:37:25.216Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb8620e6324510c6 -C extra-filename=-68c536009c8392b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2611b34b673cd24a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-36b3cb06fadeba25.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8162f02aa715f514.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-907d7c5aa767ebba.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-878da364650a5ddd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-324174bc038fa7c5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-47da70cf146c14eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f1942e67c9424e24.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-96bb35be01fb505a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fcb1325dd7c6f679.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a780de4e9075e1a6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-44652205ff194d83.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-5ffa4fa3284749c2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-866124d37c95eb19.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-81526168fc76ae13.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a1cec06d6cefc4ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-4d2c002994a4467e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-0d1a2689aba1e9ea.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a8b633791aeb45e8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f43279d14e0ff31f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45542025-02-22T20:37:36.244Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0d39034f59158af -C extra-filename=-a9bcdfc777b123ff --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-2611b34b673cd24a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-878da364650a5ddd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8232438a569b313a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fcb1325dd7c6f679.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4757150001def43b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-866124d37c95eb19.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/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-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/`
45552025-02-22T20:37:41.700Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=086ebf4ca69bcb9e -C extra-filename=-1007dfe007c3ed7b --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-8847400d2a7d6ab4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45562025-02-22T20:37:44.883Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=947c6cd1de243e8b -C extra-filename=-35b2699839b1c0c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d3756bca22c2c8be.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bea55806bd825c81.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-06edc48ba4d32124.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-ce003b534ad1897d.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-db77ca5e9f41b335.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-c25b9e6b13f352fd.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-d582f28e471d62c6.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a9e9f2c78f97fc82.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5c263750a6e1623f.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-4838db10dee0e90c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-0c7c7656c5445590.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ec535ea8f0609ef8.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f07c673313dbc386.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df2a6c2ac4b08755.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a0cac73febcb3404.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-654aabcb504e9088.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-4d2c002994a4467e.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-24db1ff7c6393b02.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45572025-02-22T20:37:51.273Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba97ed703a4644e0 -C extra-filename=-576ffbe6718f78e7 --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-289d23f287dd4769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
45582025-02-22T20:37:53.296Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=11fd8ddb5dab7105 -C extra-filename=-26ee7e5cb675d845 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-3480cdb2a4d8d973.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-77e4bcea4d5e3f5e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-7ec1591fbb5974fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-738e63b95c0fd69e.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b629ee635d485b87.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fa065991861294f7.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-36b3cb06fadeba25.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-7b70c1e195c2d804.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d71e20050af7c2c6.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b45bb0bd37fbdaf4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-134dcec3aaa007b8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5dab39df2319de18.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-a94f5d8b52e2997c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ac4942e795c78de0.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a1cec06d6cefc4ed.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3fb9e8eb4c16c6f9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-d58c9346ccaa359d.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-847e81b9e9f61d07.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-0d1a2689aba1e9ea.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3a580e25dfd9460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
45592025-02-22T20:37:58.770Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=c34f6a6e3214a7d4 -C extra-filename=-7dfc6e7d54a5d885 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-3480cdb2a4d8d973.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-77e4bcea4d5e3f5e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-7ec1591fbb5974fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-738e63b95c0fd69e.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b629ee635d485b87.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fa065991861294f7.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-36b3cb06fadeba25.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-7b70c1e195c2d804.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d71e20050af7c2c6.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b45bb0bd37fbdaf4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-134dcec3aaa007b8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5dab39df2319de18.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-a94f5d8b52e2997c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ac4942e795c78de0.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a1cec06d6cefc4ed.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3fb9e8eb4c16c6f9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-d58c9346ccaa359d.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-847e81b9e9f61d07.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-0d1a2689aba1e9ea.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3a580e25dfd9460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
45602025-02-22T20:38:06.693Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=a39fd2b5436373b4 -C extra-filename=-a2a2fa7ab0976746 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-3480cdb2a4d8d973.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-77e4bcea4d5e3f5e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-7ec1591fbb5974fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-738e63b95c0fd69e.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b629ee635d485b87.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fa065991861294f7.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-36b3cb06fadeba25.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-7b70c1e195c2d804.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d71e20050af7c2c6.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b45bb0bd37fbdaf4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-134dcec3aaa007b8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5dab39df2319de18.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-a94f5d8b52e2997c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ac4942e795c78de0.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a1cec06d6cefc4ed.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3fb9e8eb4c16c6f9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-d58c9346ccaa359d.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-847e81b9e9f61d07.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-0d1a2689aba1e9ea.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3a580e25dfd9460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
45612025-02-22T20:38:09.477Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
45622025-02-22T20:38:09.480Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0292ef28935d16bb -C extra-filename=-3b2cd92a279a1ca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-47da70cf146c14eb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-6de3f0215cda0611.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7f60b55efb0fb150.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/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-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
45632025-02-22T20:38:12.453Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4b5e2da6028601a3 -C extra-filename=-c2cb48565affc701 --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-a4835f5f60f796f7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cb17887d2c3dc08d.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-6de3f0215cda0611.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94cdcf67fff7e92c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/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-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
45642025-02-22T20:38:12.496Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=dcda36094b67fd05 -C extra-filename=-8727570c49e6047d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-d582f28e471d62c6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-c89f81d1346e78da.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-47da70cf146c14eb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cb17887d2c3dc08d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-efee7381a840a864.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-6de3f0215cda0611.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9b1640adff902469.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-349692d3a2f5b779.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6b8e649391260438.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7f60b55efb0fb150.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94cdcf67fff7e92c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-379faee575666cf4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/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-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
45652025-02-22T20:38:15.291Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a948a13b688f3b84 -C extra-filename=-25778b576192f839 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-d582f28e471d62c6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-c89f81d1346e78da.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-47da70cf146c14eb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cb17887d2c3dc08d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-efee7381a840a864.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-6de3f0215cda0611.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9b1640adff902469.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-349692d3a2f5b779.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6b8e649391260438.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7f60b55efb0fb150.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94cdcf67fff7e92c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-379faee575666cf4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/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-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
45662025-02-22T20:38:15.399Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7ad1fd34f684bee -C extra-filename=-54ccd7140aeeb50a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-d582f28e471d62c6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-c89f81d1346e78da.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-47da70cf146c14eb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cb17887d2c3dc08d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-efee7381a840a864.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9b1640adff902469.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-349692d3a2f5b779.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6b8e649391260438.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7f60b55efb0fb150.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94cdcf67fff7e92c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-379faee575666cf4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/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-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
45672025-02-22T20:38:17.624Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=52177b6e5da78c5b -C extra-filename=-c5abd538f700685b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-d582f28e471d62c6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-c89f81d1346e78da.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cb17887d2c3dc08d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-efee7381a840a864.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-6de3f0215cda0611.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9b1640adff902469.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-349692d3a2f5b779.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6b8e649391260438.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7f60b55efb0fb150.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-379faee575666cf4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/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-d051ea22b9d716ef/out/lib`
45682025-02-22T20:38:34.988Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d2be4a13a71a7460 -C extra-filename=-f1d55dd35579870b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-251219e70dcfbc0c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a3ac0d3944cfef35.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8a489ea5fb4232fe.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
45692025-02-22T20:38:39.736Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=95edeb7e81f2b3f3 -C extra-filename=-0cb47b46ec60c952 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-c25b9e6b13f352fd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64c6cc16a78c2417.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-570d1c3b12dbcc64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6083a4adc414eabe.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a3ac0d3944cfef35.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8a489ea5fb4232fe.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
45702025-02-22T20:38:43.394Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a65bd20564beef11 -C extra-filename=-5347b9bea845e7c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-d26229dfb167f6e1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-251219e70dcfbc0c.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-5fe6eb624d380834.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-c25b9e6b13f352fd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a3ac0d3944cfef35.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8a489ea5fb4232fe.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
45712025-02-22T20:38:43.880Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e2fb514ebda8950f -C extra-filename=-c0597b312e49a8bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-d26229dfb167f6e1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-251219e70dcfbc0c.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-5fe6eb624d380834.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-c25b9e6b13f352fd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a3ac0d3944cfef35.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8a489ea5fb4232fe.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
45722025-02-22T20:38:52.115Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e4b7b91379a1b05a -C extra-filename=-3f796ab02fc3299e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-d26229dfb167f6e1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-251219e70dcfbc0c.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-5fe6eb624d380834.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-c25b9e6b13f352fd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a3ac0d3944cfef35.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8a489ea5fb4232fe.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
45732025-02-22T20:38:54.287Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c831d95086f668d -C extra-filename=-1332198866b84280 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f07c673313dbc386.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-866124d37c95eb19.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0c6bce7e073a48c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ac4942e795c78de0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
45742025-02-22T20:38:54.560Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=33cc8fdaead01fb2 -C extra-filename=-941fbb66571d6250 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-1cf9c4f0ea79c1c8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f07c673313dbc386.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-866124d37c95eb19.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0c6bce7e073a48c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ac4942e795c78de0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
45752025-02-22T20:38:57.809Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c34b6a6aaeff478 -C extra-filename=-fac5b805ac77f9e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f07c673313dbc386.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-866124d37c95eb19.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0c6bce7e073a48c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ac4942e795c78de0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
45762025-02-22T20:39:03.905Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2deb80f1569725f8 -C extra-filename=-f3c6e715e5faeb7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-1cf9c4f0ea79c1c8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f07c673313dbc386.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-866124d37c95eb19.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0c6bce7e073a48c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ac4942e795c78de0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
45772025-02-22T20:39:04.796Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=dcf9a63bc948d93b -C extra-filename=-72f18368affcaecc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-1cf9c4f0ea79c1c8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f07c673313dbc386.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-866124d37c95eb19.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0c6bce7e073a48c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ac4942e795c78de0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
45782025-02-22T20:39:06.305Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac5dc8fe55379e89 -C extra-filename=-f72da7a8cd50e2c9 --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-beb0d90a1edb7a7c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
45792025-02-22T20:39:07.759Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c20b5faebe8ef20 -C extra-filename=-2e9167c7245d61c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a780de4e9075e1a6.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-beb0d90a1edb7a7c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-ed64ac2691a6af44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-d93ec13b1f6e1d7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-de22f95a9b8c84ee.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
45802025-02-22T20:39:07.883Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d778656f1c987a92 -C extra-filename=-16a3e77bd85798ab --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-0db435a960c04bbf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a8726851fd5f6e18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d324ac6f55fbcfea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2bea357d61ca3ffa.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fc37d30f95837f7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45812025-02-22T20:39:10.347Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb107af2ad8cc983 -C extra-filename=-a8e2da46e286825e --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-c0724b4300a0cee3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fc37d30f95837f7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
45822025-02-22T20:39:13.627Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa86abdb21d8ad49 -C extra-filename=-a2ccfdd2bdcba8a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6548ab0eb5118301.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-fb5ea697685cb8f8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a780de4e9075e1a6.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-37a1cc90254cda62.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd9f2317ffb69cec.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-5fe5f9bbb228d2ae.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-de22f95a9b8c84ee.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
45832025-02-22T20:39:18.412Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=5e1d22c8b3d0b92b -C extra-filename=-a8210825c10bded1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4977a38b0d3513bd.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bea55806bd825c81.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c0724b4300a0cee3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-438b96921aa3ac51.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8162f02aa715f514.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9d07bf0c2c85f58d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a1d323147798cd87.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-59dc0b966dce4c12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-70c26f90ec068bc2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-9f93dda5a01049fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1976482bc15bf0d8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a8726851fd5f6e18.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1c135be6efa99bd2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d128bf036404d10.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-37a1cc90254cda62.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-570d1c3b12dbcc64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0191cffadeb294a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b970dad73352ec91.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9b1640adff902469.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-349692d3a2f5b779.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9b79a1056ed076b3.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-bd6a6b0d76a91b42.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-719fd1f596d8f6b9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-74f4e9a29ca95cf7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f2d50c29b4f0579.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df2a6c2ac4b08755.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2cd613d076c5a0f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-894b481f8a11dd78.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d8e1a7d8b96c5295.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-654aabcb504e9088.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2bea357d61ca3ffa.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-599b7e1123a8a674.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-034ca656a4492a50.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fc3e9e3b18853bd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-976f7ea65f728dd1.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-407d02d5e9dd6977.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb754bee0d1dc50f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f69e88c6aa32df81.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a71baf0c628466b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
45842025-02-22T20:39:25.183Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e68548d7745f6cd8 -C extra-filename=-24ad04464c2faafa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-1cf9c4f0ea79c1c8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f07c673313dbc386.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-866124d37c95eb19.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ac4942e795c78de0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
45852025-02-22T20:39:26.072Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=03c8395c9429f0d8 -C extra-filename=-2db32ec5295d08d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
45862025-02-22T20:39:33.309Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b2d27b69bfec3ce -C extra-filename=-ad046d533ab50b94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d2a95a44720243f6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-81526168fc76ae13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
45872025-02-22T20:39:42.203Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=a82e4c52f6f48497 -C extra-filename=-8aa8c3c89d1e53de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-3480cdb2a4d8d973.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-77e4bcea4d5e3f5e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-7ec1591fbb5974fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-738e63b95c0fd69e.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b629ee635d485b87.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-36b3cb06fadeba25.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-7b70c1e195c2d804.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d71e20050af7c2c6.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b45bb0bd37fbdaf4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5dab39df2319de18.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-a94f5d8b52e2997c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ac4942e795c78de0.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a1cec06d6cefc4ed.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3fb9e8eb4c16c6f9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-d58c9346ccaa359d.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-847e81b9e9f61d07.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-0d1a2689aba1e9ea.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3a580e25dfd9460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
45882025-02-22T20:39:48.048Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9b1a65d6b69d19b -C extra-filename=-7ef459026c845d01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-738e63b95c0fd69e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1a570ec039b8aab5.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1796118fc82ff53f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/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-d051ea22b9d716ef/out/lib`
45892025-02-22T20:39:49.968Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8aaf91c2fc3746d6 -C extra-filename=-16782aa264878235 --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-0db435a960c04bbf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d324ac6f55fbcfea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
45902025-02-22T20:39:57.869Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=dbc35c3b89c1c4cd -C extra-filename=-ed13f77522f0208b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-0c7c7656c5445590.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1796118fc82ff53f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5dab39df2319de18.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
45912025-02-22T20:40:01.197Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0aeaa91370a63138 -C extra-filename=-21b4f89429529b9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f3e0c56eaadd309f.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-a3fffa6f40d734d2.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-878da364650a5ddd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-8f255e73f6c15c95.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-dcfbbc1cf1396d45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b2de876125aab162.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4584b6a902a3b0bc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45922025-02-22T20:40:02.138Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=43843965b70e792f -C extra-filename=-dbefa3a613a4ebe7 --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-6c814a7ad1b72375.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
45932025-02-22T20:40:02.259Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=06f41f31876b89d9 -C extra-filename=-ddfbd464582bdae7 --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-e28f9114d5d27a7c.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
45942025-02-22T20:40:02.318Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a87e6659f6c687b -C extra-filename=-a63736a6c6f51ba5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-d26229dfb167f6e1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-251219e70dcfbc0c.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-5fe6eb624d380834.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-c25b9e6b13f352fd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8a489ea5fb4232fe.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
45952025-02-22T20:40:04.594Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=08e927ceafc22314 -C extra-filename=-2d96a00ca114c9f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cb17887d2c3dc08d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d7048a6bd6a14241.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94cdcf67fff7e92c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/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-d051ea22b9d716ef/out/lib`
45962025-02-22T20:40:04.871Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=af3ce3b8b801a364 -C extra-filename=-4c6602b451db5fb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cb17887d2c3dc08d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d7048a6bd6a14241.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/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-d051ea22b9d716ef/out/lib`
45972025-02-22T20:40:05.169Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=08b026ccf319031b -C extra-filename=-a3685e5c17460b97 --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-6c814a7ad1b72375.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cb17887d2c3dc08d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/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-d051ea22b9d716ef/out/lib`
45982025-02-22T20:40:06.743Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b8c07679f7fdb6b7 -C extra-filename=-a286eb2acd418e9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a1d323147798cd87.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-db77ca5e9f41b335.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-242171482fe3fa9a.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-8e8b2937c552ffd6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-3bb0bccf1ba1b4f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a051e13aaa9cbc22.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
45992025-02-22T20:40:07.807Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc561d5e854ffe49 -C extra-filename=-852726606916c787 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a1d323147798cd87.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ac4942e795c78de0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a051e13aaa9cbc22.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
46002025-02-22T20:40:08.736Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f975d8e9b3308f4f -C extra-filename=-d51345a87c73e010 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a1d323147798cd87.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-db77ca5e9f41b335.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-242171482fe3fa9a.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-8e8b2937c552ffd6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-3bb0bccf1ba1b4f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a051e13aaa9cbc22.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
46012025-02-22T20:40:09.069Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b549494542edb23c -C extra-filename=-0b5eaad11ef77ead --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a1d323147798cd87.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-db77ca5e9f41b335.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-242171482fe3fa9a.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-8e8b2937c552ffd6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-3bb0bccf1ba1b4f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a051e13aaa9cbc22.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46022025-02-22T20:40:10.575Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9153e94066baeb5 -C extra-filename=-a974185de6ffc38f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a1d323147798cd87.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-db77ca5e9f41b335.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-242171482fe3fa9a.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-8e8b2937c552ffd6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-3bb0bccf1ba1b4f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a051e13aaa9cbc22.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46032025-02-22T20:40:11.190Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d41a60f619d4bd43 -C extra-filename=-2625aceda6d6dcf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a1d323147798cd87.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-db77ca5e9f41b335.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-242171482fe3fa9a.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-8e8b2937c552ffd6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-3bb0bccf1ba1b4f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a051e13aaa9cbc22.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
46042025-02-22T20:40:21.815Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f25c7233d9c58f3 -C extra-filename=-fad03b26bd563260 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a1d323147798cd87.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-db77ca5e9f41b335.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-242171482fe3fa9a.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-8e8b2937c552ffd6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-3bb0bccf1ba1b4f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a051e13aaa9cbc22.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
46052025-02-22T20:40:27.589Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a4af10d8e241d25 -C extra-filename=-a25f694716a01f52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a1d323147798cd87.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-db77ca5e9f41b335.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-242171482fe3fa9a.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-8e8b2937c552ffd6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-3bb0bccf1ba1b4f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a051e13aaa9cbc22.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
46062025-02-22T20:40:28.306Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2084065d829ff72c -C extra-filename=-cb290eabadd31e67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a1d323147798cd87.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-db77ca5e9f41b335.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-242171482fe3fa9a.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-8e8b2937c552ffd6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-3bb0bccf1ba1b4f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a051e13aaa9cbc22.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46072025-02-22T20:40:31.455Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b3bf7d3c4cf68b30 -C extra-filename=-d20168ad24fbd42e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4977a38b0d3513bd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9b79a1056ed076b3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f2d50c29b4f0579.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-894b481f8a11dd78.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d8e1a7d8b96c5295.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
46082025-02-22T20:40:39.569Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=c2096c898dcd8ef7 -C extra-filename=-6d3759e098a8cb5a --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-6c814a7ad1b72375.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2bea357d61ca3ffa.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
46092025-02-22T20:40:42.104Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ce29d6605e2fe55 -C extra-filename=-a54343885823664e --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-86d5c5f61282caca.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4977a38b0d3513bd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-b5565363c9b655db.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-91dcc3fd39d3676b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9d07bf0c2c85f58d.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4f19ca9aa2735052.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd9f2317ffb69cec.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-7b245e26b9d64704.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d8e1a7d8b96c5295.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-88b3948575906c7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
46102025-02-22T20:40:46.637Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=827331b42d4f59cb -C extra-filename=-a86046c5cf69dee0 --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-a4835f5f60f796f7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2bea357d61ca3ffa.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-599b7e1123a8a674.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
46112025-02-22T20:40:50.161Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=393b97362d156969 -C extra-filename=-96611d4ea07e4108 --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-86d5c5f61282caca.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4977a38b0d3513bd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-b5565363c9b655db.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-91dcc3fd39d3676b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9d07bf0c2c85f58d.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4f19ca9aa2735052.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd9f2317ffb69cec.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-7b245e26b9d64704.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d8e1a7d8b96c5295.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-88b3948575906c7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
46122025-02-22T20:41:01.227Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=169f8493ca191dc7 -C extra-filename=-6b1a6b8064b08417 --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-362ba53e5f217d0b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-efee7381a840a864.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46132025-02-22T20:41:22.841Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=a312b4609b19d561 -C extra-filename=-b8cafe8e01040aa9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9d07bf0c2c85f58d.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1c135be6efa99bd2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-034ca656a4492a50.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out`
46142025-02-22T20:41:25.014Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ffcb78e968e4dd5 -C extra-filename=-08e7669b349e7c54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-bf70b5e16eb9ee1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f1942e67c9424e24.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-2e74b9cb0c91a2a4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b14df1d6f08c2229.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-454b7d2f2a06ca50.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-8d3edd2ba24448e4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-90acba706e89bd7a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-034ca656a4492a50.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-74d7aade32c16db1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-976f7ea65f728dd1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out`
46152025-02-22T20:41:34.721Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=c4004703c0048fba -C extra-filename=-64a0bb83dbacae97 --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-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-6987ff7e80e64753.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46162025-02-22T20:41:35.633Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=78c5ce103cdde171 -C extra-filename=-891f7bd96e93420f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1a570ec039b8aab5.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-3c8c8e8da1cdfd4a.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-45804496c0ae8d56.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1796118fc82ff53f.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-f158eb699be35e38.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46172025-02-22T20:41:39.880Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b694a628f699ae7d -C extra-filename=-b42b325e4862930c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6548ab0eb5118301.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46182025-02-22T20:41:45.346Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=59c72c91576b9f2f -C extra-filename=-7d9ea0055b5eff9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9b79a1056ed076b3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d324ac6f55fbcfea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46192025-02-22T20:41:50.651Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd907649fd899b86 -C extra-filename=-1149cb6ded9f5ffb --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-9e309ac1bd499e59.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-333068429ccc4aca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46202025-02-22T20:41:50.683Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=caa29526164f9161 -C extra-filename=-267c812846f81ad2 --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-a8726851fd5f6e18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d324ac6f55fbcfea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46212025-02-22T20:41:51.402Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8ce851e14c9b67b -C extra-filename=-175aa1bb9078e774 --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-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d324ac6f55fbcfea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46222025-02-22T20:41:52.984Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2868aade9de357b0 -C extra-filename=-87770662ba620e46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-7b70c1e195c2d804.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-b0d32054f4363a56.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-8a25c15a7727e99f.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-c124406847722384.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb754bee0d1dc50f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out`
46232025-02-22T20:41:55.721Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=21e9a6544fbd622c -C extra-filename=-5f1fac8ee1c923a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd9f2317ffb69cec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-5fe5f9bbb228d2ae.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46242025-02-22T20:41:55.954Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f575fa9e6f05431 -C extra-filename=-c4d5758af612e00d --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-e8673e889f3a6415.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46252025-02-22T20:41:56.259Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=de77b0ae696cd86f -C extra-filename=-35908b4ad65be4a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-59dc0b966dce4c12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ec535ea8f0609ef8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-c4c45c24aafdaa03.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46262025-02-22T20:41:57.654Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bbfbfee5bd6b6d50 -C extra-filename=-8b14103de1ace897 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a8726851fd5f6e18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46272025-02-22T20:42:00.019Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6819a6511cc130d -C extra-filename=-e5325d0604026637 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0575a1f7d6eeb629.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-c858d07813c4af7f.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6548ab0eb5118301.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-a3fffa6f40d734d2.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9d07bf0c2c85f58d.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-6c62123119d9c719.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-47e63b6158a4412f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5dab39df2319de18.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd9f2317ffb69cec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4584b6a902a3b0bc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-5fe5f9bbb228d2ae.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46282025-02-22T20:42:04.312Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb362dcc2b5987da -C extra-filename=-49d8e3a84033cb0f --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-86d5c5f61282caca.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-b5565363c9b655db.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-91dcc3fd39d3676b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9d07bf0c2c85f58d.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4f19ca9aa2735052.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd9f2317ffb69cec.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-7b245e26b9d64704.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d8e1a7d8b96c5295.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-88b3948575906c7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46292025-02-22T20:42:05.079Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d191923e3e71144 -C extra-filename=-57de9145dfb5e05e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-db77ca5e9f41b335.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-242171482fe3fa9a.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-8e8b2937c552ffd6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-3bb0bccf1ba1b4f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a051e13aaa9cbc22.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
46302025-02-22T20:42:05.704Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=f4515f923916a168 -C extra-filename=-224c2506a264b495 --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-17e99e35dbcd75ae.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-f5097f6370a67ca3.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-33e5a027e0276713.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46312025-02-22T20:42:07.470Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=edcf67bd00e4ddd8 -C extra-filename=-d0591dbd2afba546 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-3c8c8e8da1cdfd4a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1796118fc82ff53f.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-f158eb699be35e38.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46322025-02-22T20:42:09.559Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46332025-02-22T20:42:09.562Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ada369ff9f6c3d7 -C extra-filename=-825243ec0b8ac12a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46342025-02-22T20:42:09.772Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5fa94273929ea3f -C extra-filename=-09659fecfa70b3e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-4d18b5d742c1144c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0a0863ede2691c3a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-c25b9e6b13f352fd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64c6cc16a78c2417.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-570d1c3b12dbcc64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-2830dcd9912b9801.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-1d005b2cfdbc044d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6083a4adc414eabe.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f43279d14e0ff31f.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f69e88c6aa32df81.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
46352025-02-22T20:42:11.849Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
46362025-02-22T20:42:11.852Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=801ebf6c38306d78 -C extra-filename=-2b7450da6b3d6565 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/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-d051ea22b9d716ef/out/lib`
46372025-02-22T20:42:13.935Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=0eba1b6cf63e060e -C extra-filename=-3c4181df7515155a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-0b412b2dd8675b6c.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-d1b679197622af74.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-1afe388d0ba4554a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b970dad73352ec91.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-6f74d20b4955fae9.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-37242b2d0d3ed516.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d324ac6f55fbcfea.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-976f7ea65f728dd1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-e83632967c5c0152.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a71baf0c628466b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
46382025-02-22T20:42:18.346Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b9f6d70934920f1 -C extra-filename=-e0f60ffb34eb0fc9 --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-776eee4600d42f4b.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-ea18e7c28480a4d8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-47e63b6158a4412f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-f63c1abb2c60d82a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f2d50c29b4f0579.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/usr/lib/amd64`
46392025-02-22T20:42:27.708Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=8eb25acd34d05231 -C extra-filename=-494abd2fb912171c --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-366e89962da8a132.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/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-d051ea22b9d716ef/out/lib`
46402025-02-22T20:42:29.644Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
46412025-02-22T20:42:29.647Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b2a3b3032f23414c -C extra-filename=-a15c54d2c2abe6fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-47e63b6158a4412f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f2d50c29b4f0579.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/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-d051ea22b9d716ef/out/lib`
46422025-02-22T20:42:30.552Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e3bcc0865e934ea -C extra-filename=-b1516fd395c5128e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-47e63b6158a4412f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f2d50c29b4f0579.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/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-d051ea22b9d716ef/out/lib`
46432025-02-22T20:42:31.573Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=26d6df8221a7bfd5 -C extra-filename=-6335020c57e6f343 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d3756bca22c2c8be.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-041a650967360b28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-7b70c1e195c2d804.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-83db8555cd4eac4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-400c92cad4f3b9ee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-52aee055ba6c88d4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f2d50c29b4f0579.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-8d3edd2ba24448e4.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d692638090501d6d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/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-d051ea22b9d716ef/out/lib`
46442025-02-22T20:42:34.000Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=65ae6ad8467b9348 -C extra-filename=-b4ac33f4c1424f64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d3756bca22c2c8be.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-041a650967360b28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-7b70c1e195c2d804.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-83db8555cd4eac4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-400c92cad4f3b9ee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-52aee055ba6c88d4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f2d50c29b4f0579.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-8d3edd2ba24448e4.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d692638090501d6d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/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-d051ea22b9d716ef/out/lib`
46452025-02-22T20:42:34.949Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2568704e2528a295 -C extra-filename=-7e4613c45771abd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0a0863ede2691c3a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-438b96921aa3ac51.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-a3fffa6f40d734d2.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f1942e67c9424e24.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-815fc54b118b2236.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-6194f6f9ad1cf7c7.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-c9541320d3e0f7f1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ec535ea8f0609ef8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b14df1d6f08c2229.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-4d2c002994a4467e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/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-d051ea22b9d716ef/out/lib`
46462025-02-22T20:42:35.118Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a69f7f0baa57f155 -C extra-filename=-d9df6cfc775446ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-bf70b5e16eb9ee1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b14df1d6f08c2229.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/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-d051ea22b9d716ef/out/lib`
46472025-02-22T20:42:36.512Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=99cb010c7eaf53eb -C extra-filename=-ed561e6021a950ee --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-0db435a960c04bbf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46482025-02-22T20:42:38.474Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6fd85e809b766d3e -C extra-filename=-1612b4da5a293fd1 --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-0db435a960c04bbf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46492025-02-22T20:42:38.509Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=54576f84ca5c15fc -C extra-filename=-0c8fa15ef7710bd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d71e20050af7c2c6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1796118fc82ff53f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46502025-02-22T20:42:41.049Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=121218fbfdac4545 -C extra-filename=-3ce9c21805ce15cf --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-b3e9fc05d66ffd44.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fa065991861294f7.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-9da727f87bc9096c.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1a570ec039b8aab5.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1796118fc82ff53f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-4884719ed2bf86ff.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-b2bb499d5b5e8e89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-6a739710a4bd8208.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46512025-02-22T20:42:42.416Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=47e2e7d3f5593989 -C extra-filename=-c99e133910763b8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1796118fc82ff53f.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-f158eb699be35e38.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46522025-02-22T20:42:42.642Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b050d28eb1972181 -C extra-filename=-79d1718f4eceef4a --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-a4835f5f60f796f7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-738e63b95c0fd69e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46532025-02-22T20:42:44.541Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=041ee6939521bec2 -C extra-filename=-49177060bee97330 --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-cf491ae506bfad74.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46542025-02-22T20:42:46.540Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0706010667c7ddd9 -C extra-filename=-a29ef7b615a161df --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-0db435a960c04bbf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46552025-02-22T20:42:47.940Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=11042c7ca5449e33 -C extra-filename=-ae2fc4c6de0417e2 --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-0db435a960c04bbf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46562025-02-22T20:42:49.864Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=aeeedf18e377816a -C extra-filename=-15d416f5f47e05c4 --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-0db435a960c04bbf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46572025-02-22T20:42:51.586Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=10a0ec190f9cd8ef -C extra-filename=-564a4403723444f8 --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-e28f9114d5d27a7c.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4f19ca9aa2735052.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-7b245e26b9d64704.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d8e1a7d8b96c5295.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46582025-02-22T20:42:53.978Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=b56d51a19117c202 -C extra-filename=-598683e284c66de2 --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-0db435a960c04bbf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46592025-02-22T20:42:54.309Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a238fde961081c00 -C extra-filename=-4250ba4d3c4ea0a3 --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-b3e9fc05d66ffd44.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fa065991861294f7.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-9da727f87bc9096c.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1a570ec039b8aab5.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-4884719ed2bf86ff.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-b2bb499d5b5e8e89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-6a739710a4bd8208.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46602025-02-22T20:42:55.237Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e2ac2e231c42f7da -C extra-filename=-edfcf12b45c689d3 --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-91dcc3fd39d3676b.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-d8f1b740f848a4e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd9f2317ffb69cec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-5fe5f9bbb228d2ae.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46612025-02-22T20:42:57.764Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=424c8852d46c052b -C extra-filename=-a4a28cea65ac6def --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-0db435a960c04bbf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46622025-02-22T20:43:00.231Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46632025-02-22T20:43:00.234Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=565bb5810a50f1a4 -C extra-filename=-0cc80c3fd4f2e201 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-cd6f1feeb5a11f73.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-379faee575666cf4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46642025-02-22T20:43:01.647Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=32a114b7585672b0 -C extra-filename=-86afe6e3187dd8bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46652025-02-22T20:43:17.178Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=449653d59405ab1a -C extra-filename=-25c8eb4b36ca64ad --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-0db435a960c04bbf.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-907d7c5aa767ebba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd9f2317ffb69cec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-5fe5f9bbb228d2ae.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46662025-02-22T20:43:17.505Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=123227e89371519e -C extra-filename=-6907ea53bae0d206 --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-d92c54e8d494ed14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46672025-02-22T20:43:17.529Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f79a3e20f248fc9 -C extra-filename=-0f832bfc1a3cebba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46682025-02-22T20:43:20.532Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=024c7f6dba5dff38 -C extra-filename=-25a6af05748af779 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d3756bca22c2c8be.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-041a650967360b28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-7b70c1e195c2d804.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-83db8555cd4eac4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-400c92cad4f3b9ee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-52aee055ba6c88d4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f2d50c29b4f0579.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-8d3edd2ba24448e4.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d692638090501d6d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/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-d051ea22b9d716ef/out/lib`
46692025-02-22T20:43:29.182Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=906867ef8f6eae30 -C extra-filename=-03654eb5e969cc9e --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-6c814a7ad1b72375.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46702025-02-22T20:43:30.207Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5e065d12f92f8e2 -C extra-filename=-dda73a2b63f48ec5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d3756bca22c2c8be.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6548ab0eb5118301.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9d07bf0c2c85f58d.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46712025-02-22T20:43:30.277Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=726be67ded6122ea -C extra-filename=-e945f65f9a5d6691 --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-0db435a960c04bbf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-333068429ccc4aca.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d324ac6f55fbcfea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46722025-02-22T20:43:31.917Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8ea9c727db28114 -C extra-filename=-edb234da172d74a3 --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-19493fba9a8233ba.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-ca0b6634410e918a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-f158eb699be35e38.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-96b01b9797cb298d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46732025-02-22T20:43:35.595Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2201a6688d0edc0d -C extra-filename=-4939e96eb67709ba --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-19493fba9a8233ba.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-ca0b6634410e918a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-f158eb699be35e38.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-96b01b9797cb298d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46742025-02-22T20:43:40.243Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=76a2b6a39b54f82e -C extra-filename=-2e9264e47b279795 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-37242b2d0d3ed516.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-831a0e7210e5174c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46752025-02-22T20:43:41.127Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=5145f9ec2c8ec643 -C extra-filename=-c224c0293f0494ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0575a1f7d6eeb629.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-2548eb88436ee279.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6548ab0eb5118301.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d128bf036404d10.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-333068429ccc4aca.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd9f2317ffb69cec.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d324ac6f55fbcfea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-894b481f8a11dd78.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-78e992e88085361d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-5fe5f9bbb228d2ae.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46762025-02-22T20:43:41.953Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=620145c8aa93aa68 -C extra-filename=-3ecf36854ce6d4dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46772025-02-22T20:43:42.495Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee7f76b1be592fbc -C extra-filename=-5aa15602f7cc34a3 --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-0db435a960c04bbf.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46782025-02-22T20:43:43.359Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=36b675767359d1a3 -C extra-filename=-49e7f311b8203ab2 --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-294058eedc90bb22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-e343fd1cda966308.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd9f2317ffb69cec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46792025-02-22T20:43:44.254Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a17e413fc0b63af6 -C extra-filename=-5af3c63b09e15ab0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46802025-02-22T20:43:45.899Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=141258f03f6d749c -C extra-filename=-59a7d7133c4ea51a --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-6c62123119d9c719.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-33a375d65b361fda.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-611f1ab669fe503c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46812025-02-22T20:43:46.576Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ca5f703707239b1 -C extra-filename=-b81751cf468ce01c --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-17e99e35dbcd75ae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46822025-02-22T20:43:47.831Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=072a4d741f77ab9d -C extra-filename=-0788f7958d28d056 --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-17e99e35dbcd75ae.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46832025-02-22T20:43:48.290Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=63204df278e1de45 -C extra-filename=-a47511f3f276994f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f2d50c29b4f0579.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46842025-02-22T20:43:48.510Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=455521c16ef68831 -C extra-filename=-e13b1756bc8d813b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-831a0e7210e5174c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46852025-02-22T20:43:49.221Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a08659fe3fedde5b -C extra-filename=-293cf6e2da9d50c1 --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-17e99e35dbcd75ae.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46862025-02-22T20:43:49.668Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b8082f9cfb0cc4f -C extra-filename=-bd35f92c0fe31f80 --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-17e99e35dbcd75ae.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46872025-02-22T20:43:49.715Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef4771e95db7ed84 -C extra-filename=-982263e63afe05a2 --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-17e99e35dbcd75ae.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46882025-02-22T20:43:50.566Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc53ab482786194a -C extra-filename=-62c87b4a50d8521e --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-17e99e35dbcd75ae.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46892025-02-22T20:43:50.644Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=d681ce28c24e95e0 -C extra-filename=-63215212f1d576ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-34e313988bc5317c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fa065991861294f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-4686149c940e4104.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46902025-02-22T20:43:50.669Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_brand_metadata --edition=2021 brand-metadata/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d5a2d487d476a536 -C extra-filename=-3f1cc22720b0659a --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-17e99e35dbcd75ae.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46912025-02-22T20:43:50.827Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=04a1b7666e146e54 -C extra-filename=-79aed3e73fc7608c --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-17e99e35dbcd75ae.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46922025-02-22T20:43:50.950Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=44a192a51081a891 -C extra-filename=-ed158b6c8043b3ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-333068429ccc4aca.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d324ac6f55fbcfea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46932025-02-22T20:43:51.410Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2021 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4e628c9e027475c8 -C extra-filename=-5058cd7d31e5c2ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-bf70b5e16eb9ee1d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-c25b9e6b13f352fd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5cfde39aa61042ae.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46942025-02-22T20:43:52.076Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=89551aa10b0a72b0 -C extra-filename=-124e8f16dbe614bf --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-ec0e17f73ce37523.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-c25b9e6b13f352fd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46952025-02-22T20:43:52.143Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0245ccb4b94c6c83 -C extra-filename=-59ccbe2a0648dfab --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-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46962025-02-22T20:43:52.676Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e7d0491d60644c1 -C extra-filename=-01e435c01ab2324c --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-a6519760343b1981.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-009794bcd0adcca4.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-4d18b5d742c1144c.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-59f735bafba8b59a.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-c2d7fa6755e2dac2.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-6604f7429f9585a6.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-9085f943568be129.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-17fa9da22ed739fc.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3788a6375c269969.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-6fc6ced58725ccf3.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0e01915bfba7d74a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-3d784aed03e2afab.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-251219e70dcfbc0c.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-c858d07813c4af7f.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-dbaf4c3b25d02f52.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2177475d79c1394d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-36b3cb06fadeba25.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-4c4e93b96f688a53.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f6cde5aa3b23a4de.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a4b1566283312517.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-03d1d5c49c420e4a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a9209d58bfc1dceb.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-9805a722e2eb1b31.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-403e877280c0257f.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3bac13ed22098a6f.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-269933246d568163.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-c25b9e6b13f352fd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-6483d9579c8676ee.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ce74d051d15302a4.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1ad1d5b43cab278f.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-74b98f795200a9cd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-23a3e44f5f1498e3.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-59b5076c3c3cced8.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-38ff2a5cedadb430.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-27c977240796c3a1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-8e8b2937c552ffd6.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-79fae8b420b6cab0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-d371b1171a1ed730.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1db31b657aec0acc.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-0fc81543dcfc93ec.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f1942e67c9424e24.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-d75ce32e354b1f14.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-18985f1e64cc7281.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-50dd50cfa0a266f4.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-b343cf89d314a7c5.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-a4b0540ee9bf5c45.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-6c62123119d9c719.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d7048a6bd6a14241.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-f93a02950bef4122.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d34edb7beefa1477.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-3b7d05325ea00dc5.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-80d877675d043747.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b14df1d6f08c2229.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-1da4d86323d7bd72.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-fcdecfe0c3f0f8df.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-f1cf22a50d4c6f85.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-20bb82dfb46e7778.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ac4942e795c78de0.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ff5e66a17a382b48.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-88de28a1518c970b.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-152bfd45ab679292.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ad0ae38d13670edd.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-d301e05838373329.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-05a475995c9906c0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-79527ecaaadfa3cf.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a0cac73febcb3404.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-74855a779b273f99.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ce1398b91b784a2b.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-90bdb64aa3164b04.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-78535d256acd279b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-1898c02e0b7db191.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec779404ba1c594a.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-bff0ebbf9fab601e.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-ce4abb6fba0762bb.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5cfde39aa61042ae.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-72c7d61f1d071b21.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-b7e82e6c621a6e0a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-80445c662c14a766.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ab9e65bab06f5ef5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-14acb0b3843934a0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib`
46972025-02-22T20:45:01.439Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=cdd6271b48f7b846 -C extra-filename=-6e006f4816298120 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2611b34b673cd24a.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0a0863ede2691c3a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-438b96921aa3ac51.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-af06526a3946e206.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d2a95a44720243f6.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-b0f83191becf8650.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6769e36dab0a07d2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fa065991861294f7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8162f02aa715f514.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-f53512832f8b2961.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1b4978a2fea9d627.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-878da364650a5ddd.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a1d323147798cd87.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-59dc0b966dce4c12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-7667baa1372d6789.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-47da70cf146c14eb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-83db8555cd4eac4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8232438a569b313a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64c6cc16a78c2417.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-27f6b93af489bf99.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1976482bc15bf0d8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-31fd16ad2432c620.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d128bf036404d10.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87a8395f60854c9a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fcb1325dd7c6f679.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-8f255e73f6c15c95.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5c263750a6e1623f.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-4838db10dee0e90c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a780de4e9075e1a6.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-134600cf0fced5d3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-09191ecdcbe9008c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d6a0862d5123677f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-beb0d90a1edb7a7c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-44652205ff194d83.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3b91338b5516f019.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-5ffa4fa3284749c2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ff8460b1b4d4dd57.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4757150001def43b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-de0c93ea357303d6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f1d64491305d0ec0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-450b55e45c32aae2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-47e63b6158a4412f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4f6af58a7a41a416.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-866124d37c95eb19.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0c6bce7e073a48c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9b1640adff902469.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-349692d3a2f5b779.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5dab39df2319de18.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-52aee055ba6c88d4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b14df1d6f08c2229.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-333068429ccc4aca.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9b79a1056ed076b3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ac4942e795c78de0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-74f4e9a29ca95cf7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f2d50c29b4f0579.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b2de876125aab162.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-8d3edd2ba24448e4.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d692638090501d6d.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4e13b05b5faa8822.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-78e992e88085361d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-45982e59270a1996.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2bea357d61ca3ffa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94cdcf67fff7e92c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4584b6a902a3b0bc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5d6f82ef0dbcbb73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6083a4adc414eabe.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a3ac0d3944cfef35.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8a489ea5fb4232fe.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e347a261e3e7d0c7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f69e88c6aa32df81.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/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-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/`
46982025-02-22T20:45:01.444Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=2774b5edbc6ef20e -C extra-filename=-30e9ea966b6417d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ff8460b1b4d4dd57.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4757150001def43b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f1d64491305d0ec0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7f60b55efb0fb150.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/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-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46992025-02-22T20:45:01.445Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a748bc56e2a7f04 -C extra-filename=-7ab3ccea209dcdcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7ec8b19bd364aede.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a780de4e9075e1a6.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-37a1cc90254cda62.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-beb0d90a1edb7a7c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-44652205ff194d83.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-e76883cf0533755a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4757150001def43b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-de0c93ea357303d6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f1d64491305d0ec0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a1cec06d6cefc4ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-0d1a2689aba1e9ea.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/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-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47002025-02-22T20:45:01.445Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=fac3c57868767bc8 -C extra-filename=-ed957282d6bdef8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2611b34b673cd24a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-36b3cb06fadeba25.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8162f02aa715f514.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-907d7c5aa767ebba.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-878da364650a5ddd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-324174bc038fa7c5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-47da70cf146c14eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f1942e67c9424e24.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-96bb35be01fb505a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fcb1325dd7c6f679.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a780de4e9075e1a6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-44652205ff194d83.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-5ffa4fa3284749c2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4757150001def43b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-de0c93ea357303d6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f1d64491305d0ec0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-866124d37c95eb19.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-81526168fc76ae13.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a1cec06d6cefc4ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-4d2c002994a4467e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-0d1a2689aba1e9ea.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a8b633791aeb45e8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f43279d14e0ff31f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/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-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47012025-02-22T20:45:01.445Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=72900d563e3de9ee -C extra-filename=-dc1fdb4c58fcec33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2611b34b673cd24a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-36b3cb06fadeba25.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8162f02aa715f514.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-907d7c5aa767ebba.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-878da364650a5ddd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-324174bc038fa7c5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-47da70cf146c14eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f1942e67c9424e24.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-96bb35be01fb505a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fcb1325dd7c6f679.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a780de4e9075e1a6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-44652205ff194d83.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-5ffa4fa3284749c2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4757150001def43b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-de0c93ea357303d6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f1d64491305d0ec0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-866124d37c95eb19.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-81526168fc76ae13.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a1cec06d6cefc4ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-4d2c002994a4467e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-0d1a2689aba1e9ea.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a8b633791aeb45e8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f43279d14e0ff31f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/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-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47022025-02-22T20:45:01.473Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e41293f1f89364d -C extra-filename=-5f60c982c55b7607 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7ec8b19bd364aede.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a780de4e9075e1a6.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-37a1cc90254cda62.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-beb0d90a1edb7a7c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-44652205ff194d83.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-e76883cf0533755a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4757150001def43b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-de0c93ea357303d6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f1d64491305d0ec0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a1cec06d6cefc4ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-0d1a2689aba1e9ea.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/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-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47032025-02-22T20:45:01.487Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=3067bf69de9dd056 -C extra-filename=-890f9526bbec104a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2611b34b673cd24a.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0a0863ede2691c3a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-438b96921aa3ac51.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-af06526a3946e206.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d2a95a44720243f6.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-b0f83191becf8650.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6769e36dab0a07d2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fa065991861294f7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8162f02aa715f514.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-f53512832f8b2961.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1b4978a2fea9d627.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-878da364650a5ddd.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a1d323147798cd87.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-59dc0b966dce4c12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-7667baa1372d6789.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-47da70cf146c14eb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-83db8555cd4eac4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8232438a569b313a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64c6cc16a78c2417.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-27f6b93af489bf99.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1976482bc15bf0d8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-31fd16ad2432c620.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d128bf036404d10.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87a8395f60854c9a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fcb1325dd7c6f679.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-8f255e73f6c15c95.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5c263750a6e1623f.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-4838db10dee0e90c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a780de4e9075e1a6.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-134600cf0fced5d3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-09191ecdcbe9008c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d6a0862d5123677f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-beb0d90a1edb7a7c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-44652205ff194d83.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3b91338b5516f019.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-5ffa4fa3284749c2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ff8460b1b4d4dd57.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4757150001def43b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-de0c93ea357303d6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f1d64491305d0ec0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-450b55e45c32aae2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-47e63b6158a4412f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4f6af58a7a41a416.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-866124d37c95eb19.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0c6bce7e073a48c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9b1640adff902469.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-349692d3a2f5b779.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5dab39df2319de18.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-52aee055ba6c88d4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b14df1d6f08c2229.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-333068429ccc4aca.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9b79a1056ed076b3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ac4942e795c78de0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-74f4e9a29ca95cf7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f2d50c29b4f0579.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b2de876125aab162.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-8d3edd2ba24448e4.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d692638090501d6d.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4e13b05b5faa8822.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-78e992e88085361d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-45982e59270a1996.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2bea357d61ca3ffa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94cdcf67fff7e92c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4584b6a902a3b0bc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5d6f82ef0dbcbb73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6083a4adc414eabe.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a3ac0d3944cfef35.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8a489ea5fb4232fe.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e347a261e3e7d0c7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f69e88c6aa32df81.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/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-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/`
47042025-02-22T20:45:04.790Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=17e5027bf6786a9f -C extra-filename=-f0771f1ff889d798 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ff8460b1b4d4dd57.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4757150001def43b.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-9b8de8625bd9d1f7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f1d64491305d0ec0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4f6af58a7a41a416.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7f60b55efb0fb150.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/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-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47052025-02-22T20:45:04.935Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=361198151b84f7c4 -C extra-filename=-f870bc807fe94f76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0a0863ede2691c3a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-438b96921aa3ac51.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-af06526a3946e206.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d2a95a44720243f6.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-b0f83191becf8650.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6769e36dab0a07d2.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8162f02aa715f514.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-f53512832f8b2961.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1b4978a2fea9d627.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-59dc0b966dce4c12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-7667baa1372d6789.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-83db8555cd4eac4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1976482bc15bf0d8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-31fd16ad2432c620.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d128bf036404d10.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87a8395f60854c9a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fcb1325dd7c6f679.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-8f255e73f6c15c95.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5c263750a6e1623f.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-4838db10dee0e90c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a780de4e9075e1a6.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-134600cf0fced5d3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-09191ecdcbe9008c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d6a0862d5123677f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-beb0d90a1edb7a7c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-44652205ff194d83.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3b91338b5516f019.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-5ffa4fa3284749c2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ff8460b1b4d4dd57.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f1d64491305d0ec0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-47e63b6158a4412f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-866124d37c95eb19.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9b1640adff902469.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-349692d3a2f5b779.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5dab39df2319de18.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-333068429ccc4aca.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9b79a1056ed076b3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ac4942e795c78de0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-74f4e9a29ca95cf7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b2de876125aab162.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-8d3edd2ba24448e4.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d692638090501d6d.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4e13b05b5faa8822.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-78e992e88085361d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4584b6a902a3b0bc.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6083a4adc414eabe.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e347a261e3e7d0c7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f69e88c6aa32df81.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/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`
47062025-02-22T20:45:10.514Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca1e01a658524dad -C extra-filename=-e3df3f84e46ebe59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0a0863ede2691c3a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-438b96921aa3ac51.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-af06526a3946e206.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d2a95a44720243f6.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-b0f83191becf8650.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6769e36dab0a07d2.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8162f02aa715f514.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-f53512832f8b2961.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1b4978a2fea9d627.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-59dc0b966dce4c12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-7667baa1372d6789.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-83db8555cd4eac4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1976482bc15bf0d8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-31fd16ad2432c620.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d128bf036404d10.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87a8395f60854c9a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fcb1325dd7c6f679.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-8f255e73f6c15c95.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5c263750a6e1623f.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-4838db10dee0e90c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a780de4e9075e1a6.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-134600cf0fced5d3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-09191ecdcbe9008c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d6a0862d5123677f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-beb0d90a1edb7a7c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-44652205ff194d83.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3b91338b5516f019.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-5ffa4fa3284749c2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ff8460b1b4d4dd57.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f1d64491305d0ec0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-47e63b6158a4412f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-866124d37c95eb19.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9b1640adff902469.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-349692d3a2f5b779.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5dab39df2319de18.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-333068429ccc4aca.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9b79a1056ed076b3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ac4942e795c78de0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-74f4e9a29ca95cf7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b2de876125aab162.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-8d3edd2ba24448e4.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d692638090501d6d.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4e13b05b5faa8822.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-78e992e88085361d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4584b6a902a3b0bc.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6083a4adc414eabe.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e347a261e3e7d0c7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f69e88c6aa32df81.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/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`
47072025-02-22T20:45:21.838Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=824bd61a45073207 -C extra-filename=-a37cf9ca6de62d42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ff8460b1b4d4dd57.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4757150001def43b.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-9b8de8625bd9d1f7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f1d64491305d0ec0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4f6af58a7a41a416.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7f60b55efb0fb150.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/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-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47082025-02-22T20:45:29.459Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f8dd7962bf52240 -C extra-filename=-a4cd7160e431a3dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2611b34b673cd24a.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0a0863ede2691c3a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-438b96921aa3ac51.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-af06526a3946e206.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d2a95a44720243f6.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-b0f83191becf8650.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6769e36dab0a07d2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fa065991861294f7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8162f02aa715f514.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-f53512832f8b2961.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1b4978a2fea9d627.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-878da364650a5ddd.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a1d323147798cd87.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-59dc0b966dce4c12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-7667baa1372d6789.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-47da70cf146c14eb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-83db8555cd4eac4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8232438a569b313a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64c6cc16a78c2417.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-27f6b93af489bf99.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1976482bc15bf0d8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-31fd16ad2432c620.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d128bf036404d10.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87a8395f60854c9a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fcb1325dd7c6f679.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-8f255e73f6c15c95.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5c263750a6e1623f.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-4838db10dee0e90c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a780de4e9075e1a6.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-134600cf0fced5d3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-09191ecdcbe9008c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d6a0862d5123677f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-beb0d90a1edb7a7c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-44652205ff194d83.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3b91338b5516f019.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-5ffa4fa3284749c2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ff8460b1b4d4dd57.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4757150001def43b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-de0c93ea357303d6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f1d64491305d0ec0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-450b55e45c32aae2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-47e63b6158a4412f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4f6af58a7a41a416.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-866124d37c95eb19.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0c6bce7e073a48c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9b1640adff902469.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-349692d3a2f5b779.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5dab39df2319de18.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-52aee055ba6c88d4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b14df1d6f08c2229.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-333068429ccc4aca.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9b79a1056ed076b3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ac4942e795c78de0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-74f4e9a29ca95cf7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f2d50c29b4f0579.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b2de876125aab162.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-8d3edd2ba24448e4.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d692638090501d6d.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4e13b05b5faa8822.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-78e992e88085361d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-45982e59270a1996.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2bea357d61ca3ffa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94cdcf67fff7e92c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4584b6a902a3b0bc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5d6f82ef0dbcbb73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6083a4adc414eabe.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a3ac0d3944cfef35.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8a489ea5fb4232fe.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e347a261e3e7d0c7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f69e88c6aa32df81.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/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-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/`
47092025-02-22T20:46:11.180Z Running `/home/build/.rustup/toolchains/1.85.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,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6a536cb57273980 -C extra-filename=-95f8b1b470207b9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2611b34b673cd24a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-af06526a3946e206.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d2a95a44720243f6.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-b0f83191becf8650.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6769e36dab0a07d2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-878da364650a5ddd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8232438a569b313a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-fb5ea697685cb8f8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-6c62123119d9c719.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fcb1325dd7c6f679.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a780de4e9075e1a6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-09191ecdcbe9008c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-beb0d90a1edb7a7c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-44652205ff194d83.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4757150001def43b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-de0c93ea357303d6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f1d64491305d0ec0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.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-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/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-178f5228cf608ab3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47102025-02-22T21:23:01.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53m 46s
47112025-02-22T21:23:23.378Z
47122025-02-22T21:23:23.382Zreal 54:07.841788340
47132025-02-22T21:23:23.382Zuser 1:54:29.755948787
47142025-02-22T21:23:23.382Zsys 21:01.119239322
47152025-02-22T21:23:23.386Ztrap 11.057620978
47162025-02-22T21:23:23.386Ztflt 16.440567795
47172025-02-22T21:23:23.387Zdflt 3:41:35.706643966
47182025-02-22T21:23:23.387Zkflt 2.220395451
47192025-02-22T21:23:23.387Zlock 9:41:05.502144884
47202025-02-22T21:23:23.387Zslp 32:25:06.029688254
47212025-02-22T21:23:23.387Zlat 11:29.851230072
47222025-02-22T21:23:23.387Zstop 10:38.889557651
47232025-02-22T21:23:24.394Z+ banner test
47242025-02-22T21:23:24.449Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
47252025-02-22T21:23:25.367Z
47262025-02-22T21:23:25.367Z ##### ###### #### #####
47272025-02-22T21:23:25.367Z # # # #
47282025-02-22T21:23:25.367Z # ##### #### #
47292025-02-22T21:23:25.367Z # # # #
47302025-02-22T21:23:25.367Z # # # # #
47312025-02-22T21:23:25.367Z # ###### #### #
47322025-02-22T21:23:25.367Z
47332025-02-22T21:23:28.805Zinfo: experimental features enabled: setup-scripts
47342025-02-22T21:23:30.485Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
47352025-02-22T21:23:30.653Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47362025-02-22T21:23:30.678Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
47372025-02-22T21:23:30.699Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
47382025-02-22T21:23:44.002Z Finished `test` profile [unoptimized + debuginfo] target(s) in 15.16s
47392025-02-22T21:23:51.178Z────────────
47402025-02-22T21:23:51.178Z Nextest run ID f3f28c38-9aeb-426b-a1a3-13e547018347 with nextest profile: ci
47412025-02-22T21:23:51.178Z Starting 1876 tests across 184 binaries (4 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter)
47422025-02-22T21:23:51.182Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
47432025-02-22T21:23:52.007Z Compiling newtype-uuid v1.2.1
47442025-02-22T21:23:52.640Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
47452025-02-22T21:23:52.964Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
47462025-02-22T21:23:53.557Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
47472025-02-22T21:24:01.087Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47482025-02-22T21:24:03.173Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47492025-02-22T21:24:04.726Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
47502025-02-22T21:24:10.551Z Finished `test` profile [unoptimized + debuginfo] target(s) in 19.29s
47512025-02-22T21:24:10.669Z Running `target/debug/crdb-seed`
47522025-02-22T21:24:10.709ZFeb 22 21:24:09.341 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpYZpg6p
47532025-02-22T21:24:10.714ZFeb 22 21:24:09.342 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpSdIpFJ,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpYZpg6p/listen-url
47542025-02-22T21:24:10.714ZFeb 22 21:24:09.342 INFO cockroach environment: BUILDOMAT_JOB_ID=01JMQN4SMQ2WGAVZT1B4V0T6TR BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.85.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_MANIFEST_PATH=/work/oxidecomputer/omicron/dev-tools/crdb-seed/Cargo.toml 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=expunge-and-decommission-disks-in-planner GITHUB_REF=refs/heads/expunge-and-decommission-disks-in-planner GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=7999177b3af7fc9123673b57374e082f135c5e93 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-cc96ab0cdd1a2dff/out/build/artifacts/:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out:/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envRpjLan NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cc96ab0cdd1a2dff/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out:/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/lib NEXTEST_PROFILE=ci NEXTEST_RUN_ID=f3f28c38-9aeb-426b-a1a3-13e547018347 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.85.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
47552025-02-22T21:24:11.747ZFeb 22 21:24:10.380 INFO cockroach pid: 11434
47562025-02-22T21:24:11.747ZFeb 22 21:24:10.380 INFO cockroach listen URL: postgresql://root@[::1]:64521/omicron?sslmode=disable
47572025-02-22T21:24:11.748ZFeb 22 21:24:10.380 INFO cockroach: populating
47582025-02-22T21:24:13.598ZFeb 22 21:24:12.230 INFO cockroach: populated
47592025-02-22T21:24:14.525ZFeb 22 21:24:13.156 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/3397fdfc86c98746716a3e0308a014960a3f87a40c73dd05cf18c95e10c2ee15.tar`
47602025-02-22T21:24:14.528Z SETUP PASS [ 23.346s] crdb-seed: cargo run -p crdb-seed --profile test
47612025-02-22T21:24:14.531Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
47622025-02-22T21:24:15.349Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
47632025-02-22T21:24:15.352Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
47642025-02-22T21:24:15.352Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
47652025-02-22T21:24:15.352Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47662025-02-22T21:24:15.352Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
47672025-02-22T21:24:17.490Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47682025-02-22T21:24:17.578Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
47692025-02-22T21:24:20.177Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
47702025-02-22T21:24:21.730Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
47712025-02-22T21:24:28.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.49s
47722025-02-22T21:24:28.214Z Running `target/debug/clickhouse-cluster-dev`
47732025-02-22T21:24:28.254ZFeb 22 21:24:26.885 INFO Setting up a ClickHouse cluster
47742025-02-22T21:24:28.257ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
47752025-02-22T21:24:28.263ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
47762025-02-22T21:24:28.265ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
47772025-02-22T21:24:28.268ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
47782025-02-22T21:24:28.271ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
47792025-02-22T21:24:31.556ZFeb 22 21:24:30.187 INFO ClickHouse server ready
47802025-02-22T21:24:31.559ZFeb 22 21:24:30.187 INFO ClickHouse server ready
47812025-02-22T21:24:31.750ZFeb 22 21:24:30.380 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
47822025-02-22T21:24:31.755Z SETUP PASS [ 17.225s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
47832025-02-22T21:24:57.757Z PASS [ 25.996s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
47842025-02-22T21:24:58.146Z PASS [ 26.385s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
47852025-02-22T21:25:03.702Z PASS [ 31.940s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
47862025-02-22T21:25:04.010Z PASS [ 32.247s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
47872025-02-22T21:25:04.905Z PASS [ 33.143s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
47882025-02-22T21:25:04.967Z PASS [ 33.205s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
47892025-02-22T21:25:26.849Z PASS [ 28.699s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
47902025-02-22T21:25:29.044Z PASS [ 25.031s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
47912025-02-22T21:25:31.039Z PASS [ 27.333s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
47922025-02-22T21:25:31.796Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
47932025-02-22T21:25:31.799Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
47942025-02-22T21:25:34.636Z PASS [ 29.727s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
47952025-02-22T21:25:35.257Z PASS [ 30.286s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
47962025-02-22T21:25:55.001Z PASS [ 19.742s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
47972025-02-22T21:25:55.150Z PASS [ 20.511s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
47982025-02-22T21:25:55.190Z PASS [ 0.040s] api_identity test::test_identity
47992025-02-22T21:25:55.216Z PASS [ 0.026s] api_identity test::test_identity_no_field
48002025-02-22T21:25:55.284Z PASS [ 0.067s] authz-macros tests::test_authz_snapshots
48012025-02-22T21:25:55.340Z PASS [ 0.056s] bootstore schemes::tests::hello_roundtrip
48022025-02-22T21:25:56.481Z PASS [ 1.141s] bootstore schemes::v0::peer::tests::basic_3_nodes
48032025-02-22T21:25:56.561Z PASS [ 0.079s] bootstore schemes::v0::peer::tests::network_config
48042025-02-22T21:25:56.613Z PASS [ 0.052s] bootstore schemes::v0::share_pkg::tests::create_packages
48052025-02-22T21:25:56.644Z PASS [ 0.030s] bootstore trust_quorum::rack_secret::tests::create_and_verify
48062025-02-22T21:25:56.676Z PASS [ 0.031s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
48072025-02-22T21:25:57.468Z PASS [ 26.425s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
48082025-02-22T21:25:57.780Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
48092025-02-22T21:26:00.500Z PASS [ 3.824s] bootstore::v0-fsm-proptest-learner run
48102025-02-22T21:26:00.755Z PASS [ 0.255s] cert-dev::test-cert-dev test_cert_create
48112025-02-22T21:26:01.647Z PASS [ 0.891s] clickana chart::tests::gather_chart_data_failure
48122025-02-22T21:26:01.695Z PASS [ 0.046s] clickana chart::tests::gather_chart_data_for_disk_usage_success
48132025-02-22T21:26:01.726Z PASS [ 0.031s] clickana chart::tests::gather_chart_data_for_memory_tracking_success
48142025-02-22T21:26:01.756Z PASS [ 0.030s] clickana chart::tests::gather_chart_data_for_query_count_success
48152025-02-22T21:26:01.786Z PASS [ 0.029s] clickana chart::tests::gather_chart_data_for_running_queries_success
48162025-02-22T21:26:01.882Z PASS [ 0.096s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
48172025-02-22T21:26:01.926Z PASS [ 0.043s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success
48182025-02-22T21:26:01.963Z PASS [ 0.037s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success
48192025-02-22T21:26:02.002Z PASS [ 0.036s] clickhouse-admin-types tests::test_empty_output_parse_fail
48202025-02-22T21:26:02.034Z PASS [ 0.031s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
48212025-02-22T21:26:02.076Z PASS [ 0.042s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
48222025-02-22T21:26:02.111Z PASS [ 0.034s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
48232025-02-22T21:26:02.142Z PASS [ 0.031s] clickhouse-admin-types tests::test_full_lgif_parse_success
48242025-02-22T21:26:02.181Z PASS [ 0.038s] clickhouse-admin-types tests::test_full_raft_config_parse_success
48252025-02-22T21:26:02.250Z PASS [ 0.069s] clickhouse-admin-types tests::test_generate_keeper_config
48262025-02-22T21:26:02.284Z PASS [ 0.034s] clickhouse-admin-types tests::test_generate_replica_config
48272025-02-22T21:26:02.316Z PASS [ 0.032s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
48282025-02-22T21:26:02.351Z PASS [ 0.034s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
48292025-02-22T21:26:02.404Z PASS [ 0.052s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail
48302025-02-22T21:26:02.484Z PASS [ 0.080s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
48312025-02-22T21:26:02.522Z PASS [ 0.038s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
48322025-02-22T21:26:02.569Z PASS [ 0.046s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
48332025-02-22T21:26:02.609Z PASS [ 0.040s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
48342025-02-22T21:26:02.644Z PASS [ 0.034s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
48352025-02-22T21:26:02.680Z PASS [ 0.035s] clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail
48362025-02-22T21:26:02.713Z PASS [ 0.033s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
48372025-02-22T21:26:02.745Z PASS [ 0.031s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
48382025-02-22T21:26:02.779Z PASS [ 0.033s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
48392025-02-22T21:26:02.815Z PASS [ 0.036s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
48402025-02-22T21:26:02.846Z PASS [ 0.031s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
48412025-02-22T21:26:02.886Z PASS [ 0.039s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
48422025-02-22T21:26:02.924Z PASS [ 0.036s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
48432025-02-22T21:26:02.955Z PASS [ 0.031s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
48442025-02-22T21:26:03.001Z PASS [ 0.045s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
48452025-02-22T21:26:03.032Z PASS [ 0.031s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
48462025-02-22T21:26:03.064Z PASS [ 0.032s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
48472025-02-22T21:26:03.130Z PASS [ 0.063s] clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail
48482025-02-22T21:26:03.174Z PASS [ 0.043s] clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success
48492025-02-22T21:26:03.216Z PASS [ 0.041s] clickhouse-admin-types tests::test_utc_system_timeseries_parse_success
48502025-02-22T21:26:03.371Z PASS [ 0.155s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
48512025-02-22T21:26:03.477Z PASS [ 0.105s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
48522025-02-22T21:26:03.508Z PASS [ 0.031s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
48532025-02-22T21:26:03.562Z PASS [ 0.053s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
48542025-02-22T21:26:03.603Z PASS [ 0.040s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
48552025-02-22T21:26:03.633Z PASS [ 0.030s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
48562025-02-22T21:26:03.659Z PASS [ 0.026s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
48572025-02-22T21:26:04.229Z PASS [ 0.570s] db-dev::test-db-dev test_db_dev_populate_no_args
48582025-02-22T21:26:04.296Z PASS [ 0.067s] db-dev::test-db-dev test_db_dev_wipe_no_args
48592025-02-22T21:26:04.769Z PASS [ 7.300s] bootstore::v0-fsm-proptest-rack-coordinator run
48602025-02-22T21:26:06.498Z PASS [ 68.731s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
48612025-02-22T21:26:06.620Z PASS [ 0.122s] db-macros lookup::test::test_lookup_snapshots
48622025-02-22T21:26:06.655Z PASS [ 0.034s] db-macros tests::test_derive_metadata_identity_fails_for_enums
48632025-02-22T21:26:06.683Z PASS [ 0.028s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
48642025-02-22T21:26:06.714Z PASS [ 0.030s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
48652025-02-22T21:26:06.744Z PASS [ 0.029s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
48662025-02-22T21:26:06.774Z PASS [ 0.030s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
48672025-02-22T21:26:06.808Z PASS [ 0.033s] db-macros tests::test_derive_snapshots
48682025-02-22T21:26:06.835Z PASS [ 0.027s] db-macros tests::test_derive_with_unknown_field
48692025-02-22T21:26:07.330Z PASS [ 0.494s] dns-server storage::test::test_update_basic
48702025-02-22T21:26:07.536Z PASS [ 0.206s] dns-server storage::test::test_update_in_progress
48712025-02-22T21:26:07.933Z PASS [ 0.396s] dns-server storage::test::test_update_interrupted
48722025-02-22T21:26:09.519Z PASS [ 1.585s] dns-server::basic_test a_crud
48732025-02-22T21:26:10.155Z PASS [ 0.636s] dns-server::basic_test aaaa_crud
48742025-02-22T21:26:10.563Z PASS [ 0.407s] dns-server::basic_test answers_match_question
48752025-02-22T21:26:10.922Z PASS [ 6.625s] db-dev::test-db-dev test_db_killed
48762025-02-22T21:26:10.939Z PASS [ 0.376s] dns-server::basic_test empty_record
48772025-02-22T21:26:11.237Z PASS [ 0.315s] dns-server::basic_test multi_record_crud
48782025-02-22T21:26:11.278Z PASS [ 0.338s] dns-server::basic_test name_contains_zone
48792025-02-22T21:26:11.512Z PASS [ 0.274s] dns-server::basic_test nxdomain
48802025-02-22T21:26:11.590Z PASS [ 0.311s] dns-server::basic_test servfail
48812025-02-22T21:26:11.848Z PASS [ 0.335s] dns-server::basic_test srv_crud
48822025-02-22T21:26:11.914Z PASS [ 0.067s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
48832025-02-22T21:26:11.957Z PASS [ 0.042s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
48842025-02-22T21:26:12.063Z PASS [ 0.106s] illumos-utils destructor::test::test_delayed_delete
48852025-02-22T21:26:12.673Z PASS [ 0.610s] illumos-utils destructor::test::test_delayed_delete_with_error
48862025-02-22T21:26:12.707Z PASS [ 0.033s] illumos-utils destructor::test::test_destructor_bad_close
48872025-02-22T21:26:12.748Z PASS [ 0.039s] illumos-utils link::test::test_allocate
48882025-02-22T21:26:12.782Z PASS [ 0.035s] illumos-utils link::test::test_allocate_within_scopes
48892025-02-22T21:26:12.865Z PASS [ 0.083s] illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
48902025-02-22T21:26:12.895Z PASS [ 0.030s] illumos-utils running_zone::tests::test_is_oxide_smf_service
48912025-02-22T21:26:12.939Z PASS [ 0.044s] illumos-utils zfs::test::parse_dataset_bad_avail
48922025-02-22T21:26:12.978Z PASS [ 0.038s] illumos-utils zfs::test::parse_dataset_bad_quota
48932025-02-22T21:26:13.009Z PASS [ 0.031s] illumos-utils zfs::test::parse_dataset_bad_reservation
48942025-02-22T21:26:13.040Z PASS [ 0.030s] illumos-utils zfs::test::parse_dataset_bad_usage
48952025-02-22T21:26:13.070Z PASS [ 0.030s] illumos-utils zfs::test::parse_dataset_bad_uuid
48962025-02-22T21:26:13.104Z PASS [ 0.033s] illumos-utils zfs::test::parse_dataset_missing_fields
48972025-02-22T21:26:13.137Z PASS [ 0.033s] illumos-utils zfs::test::parse_dataset_props
48982025-02-22T21:26:13.170Z PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_props_with_optionals
48992025-02-22T21:26:13.201Z PASS [ 0.031s] illumos-utils zfs::test::parse_dataset_too_many_columns
49002025-02-22T21:26:13.233Z PASS [ 0.031s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
49012025-02-22T21:26:13.275Z PASS [ 0.041s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
49022025-02-22T21:26:13.310Z PASS [ 0.035s] illumos-utils zfs::test::parse_quota_ignored_if_default
49032025-02-22T21:26:13.344Z PASS [ 0.033s] illumos-utils zfs::test::parse_reservation_ignored_if_default
49042025-02-22T21:26:13.375Z PASS [ 0.031s] illumos-utils zfs::test::parse_sorts_and_dedups
49052025-02-22T21:26:13.406Z PASS [ 0.030s] illumos-utils zone::tests::test_parse_ip_network
49062025-02-22T21:26:13.438Z PASS [ 0.031s] illumos-utils zpool::test::test_parse_zpool
49072025-02-22T21:26:13.470Z PASS [ 0.032s] illumos-utils zpool::test::test_parse_zpool_missing_column
49082025-02-22T21:26:15.908Z PASS [ 4.318s] dns-server::commands_test test_dnsadm
49092025-02-22T21:26:18.232Z PASS [ 2.322s] installinator write::tests::proptest_write_artifact
49102025-02-22T21:26:18.365Z PASS [ 4.893s] installinator mock_peers::tests::proptest_fetch_artifact
49112025-02-22T21:26:18.457Z PASS [ 0.225s] installinator-common block_size_writer::tests::proptest_block_writer
49122025-02-22T21:26:19.032Z PASS [ 0.574s] internal-dns-resolver resolver::test::insert_and_lookup_one_record
49132025-02-22T21:26:19.082Z PASS [ 0.716s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
49142025-02-22T21:26:19.431Z PASS [ 0.399s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
49152025-02-22T21:26:19.778Z PASS [ 0.696s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
49162025-02-22T21:26:19.975Z PASS [ 0.544s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
49172025-02-22T21:26:20.107Z PASS [ 0.328s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
49182025-02-22T21:26:20.149Z PASS [ 0.041s] internal-dns-types config::test::display_hosts
49192025-02-22T21:26:20.181Z PASS [ 0.032s] internal-dns-types config::test::display_srv_service
49202025-02-22T21:26:20.227Z PASS [ 0.045s] internal-dns-types config::test::test_builder_errors
49212025-02-22T21:26:20.291Z PASS [ 0.316s] internal-dns-resolver resolver::test::update_record
49222025-02-22T21:26:20.298Z PASS [ 0.070s] internal-dns-types config::test::test_builder_output
49232025-02-22T21:26:20.333Z PASS [ 0.035s] internal-dns-types diff::test::diff_equivalent
49242025-02-22T21:26:20.333Z PASS [ 0.042s] internal-dns-types diff::test::diff_different
49252025-02-22T21:26:20.371Z PASS [ 0.037s] internal-dns-types diff::test::diff_invalid
49262025-02-22T21:26:20.386Z PASS [ 0.052s] ipcc tests::deserialize_fixed_value
49272025-02-22T21:26:20.428Z PASS [ 0.056s] ipcc tests::installinator_image_id_round_trip
49282025-02-22T21:26:20.430Z PASS [ 0.041s] ipcc tests::serialized_size
49292025-02-22T21:26:20.504Z PASS [ 0.075s] key-manager tests::different_disks_produce_different_keys
49302025-02-22T21:26:20.504Z PASS [ 0.075s] key-manager tests::different_ikm_produces_different_keys
49312025-02-22T21:26:20.534Z PASS [ 0.030s] key-manager tests::disk_encryption_key_epoch_0
49322025-02-22T21:26:20.553Z PASS [ 0.048s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
49332025-02-22T21:26:20.720Z PASS [ 0.167s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
49342025-02-22T21:26:20.723Z PASS [ 0.186s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
49352025-02-22T21:26:20.761Z PASS [ 0.041s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
49362025-02-22T21:26:20.771Z PASS [ 0.050s] nexus-auth authn::external::session_cookie::test::test_get_token
49372025-02-22T21:26:20.806Z PASS [ 0.044s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
49382025-02-22T21:26:20.827Z PASS [ 0.055s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
49392025-02-22T21:26:20.849Z PASS [ 0.043s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
49402025-02-22T21:26:20.867Z PASS [ 0.040s] nexus-auth authn::external::session_cookie::test::test_other_cookie
49412025-02-22T21:26:20.887Z PASS [ 0.038s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
49422025-02-22T21:26:20.904Z PASS [ 0.037s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
49432025-02-22T21:26:20.934Z PASS [ 0.046s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
49442025-02-22T21:26:20.955Z PASS [ 0.050s] nexus-auth authn::external::spoof::test::test_make_header_value
49452025-02-22T21:26:20.975Z PASS [ 0.040s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
49462025-02-22T21:26:20.999Z PASS [ 0.044s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
49472025-02-22T21:26:21.018Z PASS [ 0.041s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
49482025-02-22T21:26:21.043Z PASS [ 0.043s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
49492025-02-22T21:26:21.067Z PASS [ 0.049s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
49502025-02-22T21:26:21.119Z PASS [ 0.050s] nexus-auth authn::external::token::test::test_make_header_value
49512025-02-22T21:26:21.132Z PASS [ 0.089s] nexus-auth authn::external::test::test_authn_sequence
49522025-02-22T21:26:21.178Z PASS [ 0.060s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
49532025-02-22T21:26:21.189Z PASS [ 0.056s] nexus-auth authn::external::token::test::test_token_header_missing
49542025-02-22T21:26:21.217Z PASS [ 0.038s] nexus-auth authn::external::token::test::test_token_header_valid
49552025-02-22T21:26:21.319Z PASS [ 0.129s] nexus-auth authn::test::test_internal_users
49562025-02-22T21:26:21.412Z PASS [ 0.092s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
49572025-02-22T21:26:21.424Z PASS [ 0.206s] nexus-auth authz::context::test::test_unregistered_resource
49582025-02-22T21:26:21.519Z PASS [ 0.106s] nexus-auth context::test::test_background_context
49592025-02-22T21:26:21.546Z PASS [ 0.121s] nexus-auth context::test::test_child_context
49602025-02-22T21:26:21.649Z PASS [ 0.130s] nexus-auth context::test::test_test_context
49612025-02-22T21:26:21.702Z PASS [ 0.156s] nexus-config nexus_config::test::test_bad_authn_schemes
49622025-02-22T21:26:21.705Z PASS [ 0.053s] nexus-config nexus_config::test::test_config_bad_toml
49632025-02-22T21:26:21.733Z PASS [ 0.030s] nexus-config nexus_config::test::test_config_empty
49642025-02-22T21:26:21.740Z PASS [ 0.036s] nexus-config nexus_config::test::test_config_nonexistent
49652025-02-22T21:26:21.785Z PASS [ 0.044s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
49662025-02-22T21:26:21.807Z PASS [ 0.074s] nexus-config nexus_config::test::test_deployment_config_schema
49672025-02-22T21:26:21.853Z PASS [ 0.068s] nexus-config nexus_config::test::test_repo_configs_are_valid
49682025-02-22T21:26:21.862Z PASS [ 0.054s] nexus-config nexus_config::test::test_valid
49692025-02-22T21:26:21.887Z PASS [ 0.034s] nexus-config postgres_config::test::test_bad_url
49702025-02-22T21:26:21.896Z PASS [ 0.033s] nexus-config postgres_config::test::test_example_url
49712025-02-22T21:26:21.946Z PASS [ 0.058s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
49722025-02-22T21:26:21.956Z PASS [ 0.057s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
49732025-02-22T21:26:21.979Z PASS [ 0.033s] nexus-db-fixed-data test::test_allowlist_id_is_valid
49742025-02-22T21:26:22.046Z PASS [ 0.088s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
49752025-02-22T21:26:22.076Z PASS [ 0.096s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
49762025-02-22T21:26:22.090Z PASS [ 0.044s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
49772025-02-22T21:26:22.139Z PASS [ 0.063s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
49782025-02-22T21:26:22.181Z PASS [ 0.090s] nexus-db-model device_auth::test::test_generate_user_code
49792025-02-22T21:26:22.195Z PASS [ 0.055s] nexus-db-model instance_state::tests::test_from_str_roundtrips
49802025-02-22T21:26:22.236Z PASS [ 0.055s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
49812025-02-22T21:26:22.258Z PASS [ 0.062s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
49822025-02-22T21:26:22.305Z PASS [ 0.046s] nexus-db-model schema_versions::test::test_known_versions
49832025-02-22T21:26:22.332Z PASS [ 0.096s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
49842025-02-22T21:26:22.379Z PASS [ 0.073s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
49852025-02-22T21:26:22.409Z PASS [ 0.076s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
49862025-02-22T21:26:22.423Z PASS [ 0.043s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
49872025-02-22T21:26:22.476Z PASS [ 0.066s] nexus-db-model schema_versions::test::test_verify
49882025-02-22T21:26:22.487Z PASS [ 0.063s] nexus-db-model semver_version::test::test_to_from_sortable_string
49892025-02-22T21:26:22.519Z PASS [ 0.043s] nexus-db-model tests::test_ip_subnet_check_requestable_address
49902025-02-22T21:26:22.543Z PASS [ 0.055s] nexus-db-model tests::test_ipv6_net_random_subnet
49912025-02-22T21:26:22.582Z PASS [ 0.039s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
49922025-02-22T21:26:22.585Z PASS [ 0.063s] nexus-db-model tests::test_roles_database_strings
49932025-02-22T21:26:22.618Z PASS [ 0.036s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
49942025-02-22T21:26:22.682Z PASS [ 0.089s] nexus-db-model vmm_state::tests::test_from_str_roundtrips
49952025-02-22T21:26:23.697Z PASS [ 18.926s] db-dev::test-db-dev test_db_run
49962025-02-22T21:26:25.939Z PASS [ 3.256s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
49972025-02-22T21:26:26.002Z PASS [ 3.383s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
49982025-02-22T21:26:26.243Z PASS [ 2.545s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
49992025-02-22T21:26:26.867Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
50002025-02-22T21:26:28.478Z PASS [ 2.538s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
50012025-02-22T21:26:28.767Z PASS [ 2.523s] nexus-db-queries db::collection_attach::test::test_attach_once
50022025-02-22T21:26:28.802Z PASS [ 2.799s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
50032025-02-22T21:26:29.061Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
50042025-02-22T21:26:30.974Z PASS [ 2.495s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
50052025-02-22T21:26:31.727Z PASS [ 2.924s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
50062025-02-22T21:26:31.780Z PASS [ 0.052s] nexus-db-queries db::collection_attach::test::test_verify_query
50072025-02-22T21:26:31.804Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
50082025-02-22T21:26:31.804Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
50092025-02-22T21:26:31.912Z PASS [ 3.144s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
50102025-02-22T21:26:34.464Z PASS [ 3.488s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
50112025-02-22T21:26:34.975Z PASS [ 3.195s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
50122025-02-22T21:26:35.437Z PASS [ 3.524s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
50132025-02-22T21:26:38.246Z PASS [ 3.782s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
50142025-02-22T21:26:38.290Z PASS [ 3.313s] nexus-db-queries db::collection_detach::test::test_detach_once
50152025-02-22T21:26:38.339Z PASS [ 0.048s] nexus-db-queries db::collection_detach::test::test_verify_query
50162025-02-22T21:26:38.661Z PASS [ 3.223s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
50172025-02-22T21:26:41.102Z PASS [ 2.763s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
50182025-02-22T21:26:41.136Z PASS [ 2.889s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
50192025-02-22T21:26:41.547Z PASS [ 2.886s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
50202025-02-22T21:26:43.758Z PASS [ 2.622s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
50212025-02-22T21:26:43.915Z PASS [ 2.812s] nexus-db-queries db::collection_detach_many::test::test_detach_many
50222025-02-22T21:26:44.088Z PASS [ 2.540s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
50232025-02-22T21:26:45.747Z PASS [ 76.695s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
50242025-02-22T21:26:45.816Z PASS [ 0.069s] nexus-db-queries db::collection_detach_many::test::test_verify_query
50252025-02-22T21:26:46.392Z PASS [ 2.633s] nexus-db-queries db::collection_detach_many::test::test_detach_once
50262025-02-22T21:26:46.629Z PASS [ 2.713s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
50272025-02-22T21:26:46.696Z PASS [ 2.607s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
50282025-02-22T21:26:46.715Z PASS [ 0.086s] nexus-db-queries db::collection_insert::test::test_verify_query
50292025-02-22T21:26:46.742Z PASS [ 0.046s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
50302025-02-22T21:26:46.764Z PASS [ 0.049s] nexus-db-queries db::column_walker::test::test_walk_columns
50312025-02-22T21:26:46.791Z PASS [ 0.049s] nexus-db-queries db::column_walker::test::test_walk_table
50322025-02-22T21:26:48.112Z PASS [ 2.295s] nexus-db-queries db::collection_insert::test::test_collection_not_present
50332025-02-22T21:26:48.636Z PASS [ 2.244s] nexus-db-queries db::collection_insert::test::test_collection_present
50342025-02-22T21:26:51.860Z PASS [ 5.095s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
50352025-02-22T21:26:52.005Z PASS [ 5.213s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
50362025-02-22T21:26:53.048Z PASS [ 4.936s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
50372025-02-22T21:26:53.692Z PASS [ 5.055s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
50382025-02-22T21:26:55.018Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
50392025-02-22T21:26:56.988Z PASS [ 4.983s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
50402025-02-22T21:26:57.595Z PASS [ 4.546s] nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
50412025-02-22T21:26:57.598Z PASS [ 5.734s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
50422025-02-22T21:26:58.177Z PASS [ 4.485s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
50432025-02-22T21:27:02.216Z PASS [ 5.227s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
50442025-02-22T21:27:02.658Z PASS [ 5.062s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
50452025-02-22T21:27:02.743Z PASS [ 5.146s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
50462025-02-22T21:27:03.229Z PASS [ 5.050s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
50472025-02-22T21:27:07.261Z PASS [ 5.044s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
50482025-02-22T21:27:07.633Z PASS [ 4.889s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
50492025-02-22T21:27:08.107Z PASS [ 4.877s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
50502025-02-22T21:27:08.343Z PASS [ 5.684s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
50512025-02-22T21:27:11.995Z PASS [ 4.733s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
50522025-02-22T21:27:12.356Z PASS [ 4.722s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
50532025-02-22T21:27:12.435Z PASS [ 4.327s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
50542025-02-22T21:27:12.599Z PASS [ 4.254s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
50552025-02-22T21:27:16.818Z PASS [ 4.383s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
50562025-02-22T21:27:16.848Z PASS [ 4.852s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
50572025-02-22T21:27:16.943Z PASS [ 4.585s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
50582025-02-22T21:27:17.388Z PASS [ 4.789s] nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
50592025-02-22T21:27:18.863Z PASS [ 2.014s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
50602025-02-22T21:27:19.553Z PASS [ 2.610s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
50612025-02-22T21:27:19.578Z PASS [ 2.758s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
50622025-02-22T21:27:22.319Z PASS [ 4.930s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
50632025-02-22T21:27:23.811Z PASS [ 4.257s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
50642025-02-22T21:27:23.927Z PASS [ 5.064s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
50652025-02-22T21:27:24.673Z PASS [ 5.095s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
50662025-02-22T21:27:26.795Z PASS [ 4.475s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
50672025-02-22T21:27:26.874Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
50682025-02-22T21:27:29.079Z PASS [ 5.150s] nexus-db-queries db::datastore::deployment::tests::test_set_target
50692025-02-22T21:27:29.119Z PASS [ 5.307s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
50702025-02-22T21:27:29.136Z PASS [ 0.057s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
50712025-02-22T21:27:30.361Z PASS [ 5.686s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
50722025-02-22T21:27:31.497Z PASS [ 4.701s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
50732025-02-22T21:27:31.811Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
50742025-02-22T21:27:31.812Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
50752025-02-22T21:27:33.518Z PASS [ 4.398s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
50762025-02-22T21:27:34.016Z PASS [ 4.879s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
50772025-02-22T21:27:35.925Z PASS [ 4.427s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
50782025-02-22T21:27:36.141Z PASS [ 5.780s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
50792025-02-22T21:27:38.162Z PASS [ 4.643s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
50802025-02-22T21:27:38.351Z PASS [ 4.335s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
50812025-02-22T21:27:41.828Z PASS [ 5.902s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
50822025-02-22T21:27:43.045Z PASS [ 4.882s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
50832025-02-22T21:27:43.268Z PASS [ 4.915s] nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
50842025-02-22T21:27:43.356Z PASS [ 7.213s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
50852025-02-22T21:27:46.702Z PASS [ 4.873s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
50862025-02-22T21:27:47.936Z PASS [ 4.668s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
50872025-02-22T21:27:47.950Z PASS [ 4.591s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
50882025-02-22T21:27:48.004Z PASS [ 4.958s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
50892025-02-22T21:27:51.374Z PASS [ 4.671s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
50902025-02-22T21:27:52.635Z PASS [ 4.630s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
50912025-02-22T21:27:52.976Z PASS [ 5.038s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
50922025-02-22T21:27:53.091Z PASS [ 5.143s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
50932025-02-22T21:27:55.026Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
50942025-02-22T21:27:56.460Z PASS [ 5.085s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
50952025-02-22T21:27:57.694Z PASS [ 4.718s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
50962025-02-22T21:27:57.908Z PASS [ 4.815s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
50972025-02-22T21:27:59.803Z PASS [ 7.167s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
50982025-02-22T21:28:00.644Z PASS [ 4.183s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
50992025-02-22T21:28:02.946Z PASS [ 5.251s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
51002025-02-22T21:28:04.027Z PASS [ 6.118s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
51012025-02-22T21:28:04.161Z PASS [ 4.356s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
51022025-02-22T21:28:04.513Z PASS [ 3.869s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
51032025-02-22T21:28:07.691Z PASS [ 4.743s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
51042025-02-22T21:28:08.780Z PASS [ 4.752s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
51052025-02-22T21:28:08.891Z PASS [ 4.377s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
51062025-02-22T21:28:09.517Z PASS [ 5.355s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
51072025-02-22T21:28:13.214Z PASS [ 4.321s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
51082025-02-22T21:28:13.464Z PASS [ 5.772s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
51092025-02-22T21:28:17.579Z PASS [ 4.365s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
51102025-02-22T21:28:17.943Z PASS [ 4.478s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
51112025-02-22T21:28:22.315Z PASS [ 4.735s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
51122025-02-22T21:28:23.057Z PASS [ 14.275s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
51132025-02-22T21:28:23.294Z PASS [ 5.350s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
51142025-02-22T21:28:26.881Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
51152025-02-22T21:28:26.947Z PASS [ 4.631s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
51162025-02-22T21:28:28.021Z PASS [ 4.726s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
51172025-02-22T21:28:28.060Z PASS [ 5.003s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
51182025-02-22T21:28:31.819Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
51192025-02-22T21:28:31.819Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
51202025-02-22T21:28:32.722Z PASS [ 5.774s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
51212025-02-22T21:28:33.458Z PASS [ 5.396s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
51222025-02-22T21:28:33.824Z PASS [ 24.304s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
51232025-02-22T21:28:35.225Z PASS [ 7.203s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
51242025-02-22T21:28:37.872Z PASS [ 5.148s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
51252025-02-22T21:28:38.116Z PASS [ 4.657s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
51262025-02-22T21:28:38.163Z PASS [ 0.047s] nexus-db-queries db::datastore::region::test::test_extent_count
51272025-02-22T21:28:39.354Z PASS [ 5.529s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
51282025-02-22T21:28:40.877Z PASS [ 5.651s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
51292025-02-22T21:28:42.502Z PASS [ 4.629s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
51302025-02-22T21:28:42.584Z PASS [ 4.420s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
51312025-02-22T21:28:43.766Z PASS [ 4.411s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
51322025-02-22T21:28:45.822Z PASS [ 4.943s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
51332025-02-22T21:28:47.171Z PASS [ 4.586s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
51342025-02-22T21:28:47.474Z PASS [ 4.971s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
51352025-02-22T21:28:48.729Z PASS [ 4.962s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
51362025-02-22T21:28:50.684Z PASS [ 4.861s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
51372025-02-22T21:28:51.565Z PASS [ 4.393s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
51382025-02-22T21:28:51.578Z PASS [ 4.103s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
51392025-02-22T21:28:53.108Z PASS [ 4.378s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
51402025-02-22T21:28:54.986Z PASS [ 4.301s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
51412025-02-22T21:28:55.034Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
51422025-02-22T21:28:55.763Z PASS [ 4.185s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
51432025-02-22T21:28:55.769Z PASS [ 4.197s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
51442025-02-22T21:28:58.044Z PASS [ 4.934s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
51452025-02-22T21:28:59.569Z PASS [ 4.583s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
51462025-02-22T21:29:00.761Z PASS [ 4.990s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
51472025-02-22T21:29:00.940Z PASS [ 5.176s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
51482025-02-22T21:29:02.811Z PASS [ 4.767s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
51492025-02-22T21:29:05.444Z PASS [ 5.873s] nexus-db-queries db::datastore::sled::test::sled_list_batch
51502025-02-22T21:29:06.231Z PASS [ 5.469s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
51512025-02-22T21:29:06.389Z PASS [ 5.448s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
51522025-02-22T21:29:10.170Z PASS [ 4.725s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
51532025-02-22T21:29:10.708Z PASS [ 4.318s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
51542025-02-22T21:29:10.790Z PASS [ 4.558s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
51552025-02-22T21:29:11.990Z PASS [ 9.178s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
51562025-02-22T21:29:15.400Z PASS [ 5.228s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
51572025-02-22T21:29:17.326Z PASS [ 6.535s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
51582025-02-22T21:29:17.473Z PASS [ 6.764s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
51592025-02-22T21:29:18.876Z PASS [ 6.884s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
51602025-02-22T21:29:21.751Z PASS [ 6.351s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
51612025-02-22T21:29:22.029Z PASS [ 4.555s] nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
51622025-02-22T21:29:22.041Z PASS [ 4.713s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
51632025-02-22T21:29:23.387Z PASS [ 4.510s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
51642025-02-22T21:29:26.465Z PASS [ 4.435s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
51652025-02-22T21:29:26.555Z PASS [ 4.803s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
51662025-02-22T21:29:26.640Z PASS [ 4.599s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
51672025-02-22T21:29:26.889Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
51682025-02-22T21:29:27.881Z PASS [ 4.494s] nexus-db-queries db::datastore::test::test_project_creation
51692025-02-22T21:29:31.006Z PASS [ 4.540s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
51702025-02-22T21:29:31.293Z PASS [ 4.737s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
51712025-02-22T21:29:31.826Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
51722025-02-22T21:29:31.826Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
51732025-02-22T21:29:32.494Z PASS [ 4.611s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
51742025-02-22T21:29:36.179Z PASS [ 4.885s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
51752025-02-22T21:29:36.321Z PASS [ 5.315s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
51762025-02-22T21:29:37.144Z PASS [ 10.502s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
51772025-02-22T21:29:43.895Z PASS [ 11.400s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
51782025-02-22T21:29:46.312Z PASS [ 10.132s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
51792025-02-22T21:29:48.280Z PASS [ 11.957s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
51802025-02-22T21:29:48.376Z PASS [ 11.231s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
51812025-02-22T21:29:48.614Z PASS [ 4.719s] nexus-db-queries db::datastore::test::test_session_methods
51822025-02-22T21:29:50.831Z PASS [ 4.518s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
51832025-02-22T21:29:52.514Z PASS [ 4.136s] nexus-db-queries db::datastore::test::test_table_scan
51842025-02-22T21:29:52.890Z PASS [ 4.609s] nexus-db-queries db::datastore::test::test_ssh_keys
51852025-02-22T21:29:53.164Z PASS [ 4.548s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
51862025-02-22T21:29:55.041Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
51872025-02-22T21:29:55.961Z PASS [ 5.129s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
51882025-02-22T21:29:57.055Z PASS [ 4.540s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
51892025-02-22T21:29:57.804Z PASS [ 4.913s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
51902025-02-22T21:29:58.180Z PASS [ 5.016s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
51912025-02-22T21:29:58.234Z PASS [ 0.053s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
51922025-02-22T21:29:58.278Z PASS [ 0.043s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
51932025-02-22T21:30:00.906Z PASS [ 4.944s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
51942025-02-22T21:30:02.154Z PASS [ 5.099s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
51952025-02-22T21:30:06.435Z PASS [ 4.280s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
51962025-02-22T21:30:08.649Z PASS [ 10.844s] nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
51972025-02-22T21:30:08.858Z PASS [ 10.579s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
51982025-02-22T21:30:10.413Z PASS [ 3.977s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
51992025-02-22T21:30:11.563Z PASS [ 10.655s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
52002025-02-22T21:30:12.421Z PASS [ 3.765s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_fail_without_volume
52012025-02-22T21:30:13.293Z PASS [ 4.435s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
52022025-02-22T21:30:14.860Z PASS [ 4.444s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
52032025-02-22T21:30:16.806Z PASS [ 1.947s] nexus-db-queries db::explain::test::test_explain_async
52042025-02-22T21:30:17.421Z PASS [ 5.005s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
52052025-02-22T21:30:17.676Z PASS [ 6.112s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
52062025-02-22T21:30:18.964Z PASS [ 2.158s] nexus-db-queries db::explain::test::test_explain_full_table_scan
52072025-02-22T21:30:19.679Z PASS [ 6.385s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
52082025-02-22T21:30:20.803Z PASS [ 3.126s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
52092025-02-22T21:30:21.595Z PASS [ 4.174s] nexus-db-queries db::lookup::test::test_lookup
52102025-02-22T21:30:21.986Z PASS [ 3.021s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
52112025-02-22T21:30:22.051Z PASS [ 0.065s] nexus-db-queries db::pagination::test::test_paginator
52122025-02-22T21:30:22.568Z PASS [ 2.888s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
52132025-02-22T21:30:23.554Z PASS [ 2.751s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
52142025-02-22T21:30:24.368Z PASS [ 2.772s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
52152025-02-22T21:30:26.897Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
52162025-02-22T21:30:27.319Z PASS [ 5.267s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
52172025-02-22T21:30:27.756Z PASS [ 5.188s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
52182025-02-22T21:30:28.504Z PASS [ 4.949s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
52192025-02-22T21:30:28.588Z PASS [ 4.219s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
52202025-02-22T21:30:31.833Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
52212025-02-22T21:30:31.833Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
52222025-02-22T21:30:32.070Z PASS [ 4.750s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
52232025-02-22T21:30:32.424Z PASS [ 4.666s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
52242025-02-22T21:30:33.385Z PASS [ 4.880s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
52252025-02-22T21:30:33.405Z PASS [ 4.817s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
52262025-02-22T21:30:33.447Z PASS [ 0.042s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
52272025-02-22T21:30:36.693Z PASS [ 4.622s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
52282025-02-22T21:30:36.854Z PASS [ 4.430s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
52292025-02-22T21:30:37.835Z PASS [ 4.387s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
52302025-02-22T21:30:39.004Z PASS [ 5.618s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
52312025-02-22T21:30:41.604Z PASS [ 4.910s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
52322025-02-22T21:30:41.818Z PASS [ 4.964s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
52332025-02-22T21:30:42.975Z PASS [ 5.139s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
52342025-02-22T21:30:43.833Z PASS [ 4.828s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
52352025-02-22T21:30:46.523Z PASS [ 4.919s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
52362025-02-22T21:30:46.585Z PASS [ 4.766s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
52372025-02-22T21:30:47.669Z PASS [ 4.693s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
52382025-02-22T21:30:48.346Z PASS [ 4.512s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
52392025-02-22T21:30:51.105Z PASS [ 4.581s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
52402025-02-22T21:30:51.304Z PASS [ 4.718s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
52412025-02-22T21:30:51.352Z PASS [ 0.048s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
52422025-02-22T21:30:52.156Z PASS [ 4.486s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
52432025-02-22T21:30:52.663Z PASS [ 4.316s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
52442025-02-22T21:30:54.647Z PASS [ 2.490s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
52452025-02-22T21:30:55.048Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
52462025-02-22T21:30:55.195Z PASS [ 2.531s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
52472025-02-22T21:30:55.505Z PASS [ 4.399s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
52482025-02-22T21:30:55.681Z PASS [ 0.047s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
52492025-02-22T21:30:56.019Z PASS [ 4.666s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
52502025-02-22T21:30:56.376Z PASS [ 0.356s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
52512025-02-22T21:30:56.737Z PASS [ 0.360s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
52522025-02-22T21:30:57.162Z PASS [ 2.514s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
52532025-02-22T21:30:57.713Z PASS [ 2.518s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
52542025-02-22T21:30:58.145Z PASS [ 2.592s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
52552025-02-22T21:30:58.775Z PASS [ 2.038s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
52562025-02-22T21:30:59.214Z PASS [ 0.438s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
52572025-02-22T21:30:59.518Z PASS [ 1.804s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
52582025-02-22T21:30:59.659Z PASS [ 0.445s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
52592025-02-22T21:30:59.940Z PASS [ 0.421s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
52602025-02-22T21:31:00.092Z PASS [ 0.433s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
52612025-02-22T21:31:00.101Z PASS [ 2.939s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
52622025-02-22T21:31:00.964Z PASS [ 2.818s] nexus-db-queries db::queries::region_allocation::test::explainable
52632025-02-22T21:31:02.190Z PASS [ 2.087s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
52642025-02-22T21:31:02.332Z PASS [ 0.142s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
52652025-02-22T21:31:02.384Z PASS [ 0.052s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
52662025-02-22T21:31:02.452Z PASS [ 0.068s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
52672025-02-22T21:31:02.464Z PASS [ 2.524s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
52682025-02-22T21:31:02.495Z PASS [ 0.043s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
52692025-02-22T21:31:02.506Z PASS [ 0.041s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
52702025-02-22T21:31:02.542Z PASS [ 2.449s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
52712025-02-22T21:31:03.195Z PASS [ 2.230s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
52722025-02-22T21:31:04.568Z PASS [ 2.073s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
52732025-02-22T21:31:04.742Z PASS [ 2.199s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
52742025-02-22T21:31:04.895Z PASS [ 2.388s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
52752025-02-22T21:31:09.219Z PASS [ 4.476s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
52762025-02-22T21:31:09.253Z PASS [ 4.357s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
52772025-02-22T21:31:09.296Z PASS [ 0.077s] nexus-defaults tests::test_random_vpc_ipv6_prefix
52782025-02-22T21:31:09.355Z PASS [ 0.058s] nexus-inventory builder::test::test_empty
52792025-02-22T21:31:09.425Z PASS [ 0.069s] nexus-inventory builder::test::test_problems
52802025-02-22T21:31:09.675Z PASS [ 0.421s] nexus-inventory builder::test::test_basic
52812025-02-22T21:31:11.879Z PASS [ 2.455s] nexus-inventory collector::test::test_basic
52822025-02-22T21:31:12.294Z PASS [ 2.617s] nexus-inventory collector::test::test_multi_mgs
52832025-02-22T21:31:12.717Z PASS [ 0.837s] nexus-inventory collector::test::test_multi_mgs_failure
52842025-02-22T21:31:13.458Z PASS [ 10.262s] nexus-db-queries policy_test::test_conferred_roles
52852025-02-22T21:31:13.693Z PASS [ 1.399s] nexus-inventory collector::test::test_sled_agent_failure
52862025-02-22T21:31:13.991Z PASS [ 0.297s] nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
52872025-02-22T21:31:14.048Z PASS [ 0.056s] nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
52882025-02-22T21:31:14.090Z PASS [ 0.042s] nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
52892025-02-22T21:31:14.144Z PASS [ 0.053s] nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
52902025-02-22T21:31:14.192Z PASS [ 0.048s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
52912025-02-22T21:31:14.244Z PASS [ 0.051s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
52922025-02-22T21:31:14.318Z PASS [ 0.074s] nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
52932025-02-22T21:31:14.374Z PASS [ 0.055s] nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
52942025-02-22T21:31:14.446Z PASS [ 0.072s] nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
52952025-02-22T21:31:14.494Z PASS [ 0.047s] nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
52962025-02-22T21:31:14.541Z PASS [ 0.046s] nexus-reconfigurator-blippy checks::tests::test_sled_in_zones_map_but_not_others
52972025-02-22T21:31:14.592Z PASS [ 0.051s] nexus-reconfigurator-blippy checks::tests::test_sled_missing_datasets
52982025-02-22T21:31:14.642Z PASS [ 0.050s] nexus-reconfigurator-blippy checks::tests::test_sled_missing_disks
52992025-02-22T21:31:14.690Z PASS [ 0.047s] nexus-reconfigurator-blippy checks::tests::test_sled_not_in_zones_map
53002025-02-22T21:31:14.733Z PASS [ 0.043s] nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
53012025-02-22T21:31:14.775Z PASS [ 0.042s] nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
53022025-02-22T21:31:14.819Z PASS [ 0.043s] nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
53032025-02-22T21:31:14.866Z PASS [ 0.047s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
53042025-02-22T21:31:15.244Z PASS [ 0.378s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
53052025-02-22T21:31:17.882Z PASS [ 5.165s] nexus-metrics-producer-gc tests::test_prune_expired_producers
53062025-02-22T21:31:18.764Z PASS [ 5.305s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
53072025-02-22T21:31:18.892Z PASS [ 0.128s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
53082025-02-22T21:31:19.056Z PASS [ 0.163s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
53092025-02-22T21:31:19.132Z PASS [ 0.076s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
53102025-02-22T21:31:19.238Z PASS [ 0.105s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
53112025-02-22T21:31:26.904Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
53122025-02-22T21:31:31.841Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
53132025-02-22T21:31:31.844Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
53142025-02-22T21:31:39.972Z PASS [ 22.087s] nexus-reconfigurator-execution datasets::tests::test_deploy_datasets
53152025-02-22T21:31:55.055Z SLOW [>360.000s] oximeter-db client::tests::test_replicated
53162025-02-22T21:32:02.105Z PASS [ 22.130s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
53172025-02-22T21:32:04.586Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
53182025-02-22T21:32:06.843Z PASS [ 371.803s] oximeter-db client::tests::test_replicated
53192025-02-22T21:32:06.953Z PASS [ 0.106s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
53202025-02-22T21:32:07.044Z PASS [ 0.090s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
53212025-02-22T21:32:07.083Z PASS [ 0.038s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
53222025-02-22T21:32:07.119Z PASS [ 0.036s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
53232025-02-22T21:32:07.157Z PASS [ 0.037s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
53242025-02-22T21:32:08.009Z PASS [ 0.851s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
53252025-02-22T21:32:08.339Z PASS [ 0.329s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
53262025-02-22T21:32:08.609Z PASS [ 0.270s] omicron-clickhouse-admin::integration_test test_lgif_parsing
53272025-02-22T21:32:08.812Z PASS [ 0.202s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
53282025-02-22T21:32:09.343Z PASS [ 0.531s] omicron-clickhouse-admin::integration_test test_teardown
53292025-02-22T21:32:09.456Z PASS [ 0.112s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
53302025-02-22T21:32:15.262Z SLOW [> 60.000s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
53312025-02-22T21:32:19.276Z SLOW [> 60.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
53322025-02-22T21:32:26.912Z SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
53332025-02-22T21:32:28.819Z PASS [ 26.711s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks
53342025-02-22T21:32:30.298Z PASS [ 75.046s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
53352025-02-22T21:32:30.889Z PASS [ 86.311s] nexus-db-queries policy_test::test_iam_roles_behavior
53362025-02-22T21:32:31.849Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
53372025-02-22T21:32:31.849Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
53382025-02-22T21:32:46.590Z PASS [ 17.769s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
53392025-02-22T21:32:46.915Z PASS [ 0.325s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
53402025-02-22T21:32:46.954Z PASS [ 0.039s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
53412025-02-22T21:32:46.994Z PASS [ 0.040s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
53422025-02-22T21:32:47.061Z PASS [ 0.066s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_backfill_filesystem_pool
53432025-02-22T21:32:47.170Z PASS [ 0.109s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
53442025-02-22T21:32:47.222Z PASS [ 0.052s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
53452025-02-22T21:32:47.329Z PASS [ 0.106s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
53462025-02-22T21:32:47.411Z PASS [ 0.082s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
53472025-02-22T21:32:47.481Z PASS [ 0.068s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
53482025-02-22T21:32:47.529Z PASS [ 0.047s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
53492025-02-22T21:32:47.566Z PASS [ 0.037s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
53502025-02-22T21:32:47.602Z PASS [ 0.036s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
53512025-02-22T21:32:47.643Z PASS [ 0.041s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
53522025-02-22T21:32:47.682Z PASS [ 0.038s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
53532025-02-22T21:32:47.721Z PASS [ 0.039s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
53542025-02-22T21:32:47.761Z PASS [ 0.039s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
53552025-02-22T21:32:47.798Z PASS [ 0.036s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
53562025-02-22T21:32:47.890Z PASS [ 0.092s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
53572025-02-22T21:32:47.927Z PASS [ 88.679s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
53582025-02-22T21:32:47.952Z PASS [ 17.060s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
53592025-02-22T21:32:47.998Z PASS [ 0.070s] nexus-reconfigurator-planning blueprint_editor::allocators::internal_dns::test::test_dns_subnet_allocator
53602025-02-22T21:32:48.905Z PASS [ 0.953s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
53612025-02-22T21:32:49.050Z PASS [ 1.052s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
53622025-02-22T21:32:49.167Z PASS [ 18.867s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
53632025-02-22T21:32:49.202Z PASS [ 0.034s] nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
53642025-02-22T21:32:49.278Z PASS [ 0.076s] nexus-reconfigurator-planning example::tests::builder_zone_counts
53652025-02-22T21:32:49.311Z PASS [ 0.032s] nexus-reconfigurator-planning example::tests::instances_on_examples
53662025-02-22T21:32:49.400Z PASS [ 0.089s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
53672025-02-22T21:32:49.433Z PASS [ 0.382s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
53682025-02-22T21:32:49.498Z PASS [ 0.064s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
53692025-02-22T21:32:49.506Z PASS [ 0.105s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
53702025-02-22T21:32:49.557Z PASS [ 0.651s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
53712025-02-22T21:32:49.564Z PASS [ 0.051s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
53722025-02-22T21:32:49.612Z PASS [ 0.047s] nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place
53732025-02-22T21:32:49.620Z PASS [ 0.063s] nexus-reconfigurator-planning planner::test::test_crucible_pantry
53742025-02-22T21:32:49.628Z PASS [ 0.130s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
53752025-02-22T21:32:49.677Z PASS [ 0.055s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
53762025-02-22T21:32:49.680Z PASS [ 0.065s] nexus-reconfigurator-planning planner::test::test_disk_add_expunge_decommission
53772025-02-22T21:32:49.716Z PASS [ 0.087s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
53782025-02-22T21:32:49.730Z PASS [ 0.053s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
53792025-02-22T21:32:49.747Z PASS [ 0.069s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
53802025-02-22T21:32:49.781Z PASS [ 0.063s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed
53812025-02-22T21:32:49.849Z PASS [ 0.101s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
53822025-02-22T21:32:49.857Z PASS [ 0.125s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
53832025-02-22T21:32:49.893Z PASS [ 0.110s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
53842025-02-22T21:32:49.947Z PASS [ 0.089s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
53852025-02-22T21:32:49.950Z PASS [ 0.098s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
53862025-02-22T21:32:49.978Z PASS [ 0.084s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
53872025-02-22T21:32:50.022Z PASS [ 0.073s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
53882025-02-22T21:32:50.177Z PASS [ 0.155s] nexus-saga-recovery recovery::test::test_execution_basic
53892025-02-22T21:32:50.211Z PASS [ 0.033s] nexus-saga-recovery recovery::test::test_plan_basic
53902025-02-22T21:32:50.250Z PASS [ 0.039s] nexus-saga-recovery recovery::test::test_read_all_from_channel
53912025-02-22T21:32:50.297Z PASS [ 0.046s] nexus-saga-recovery test::test_basic
53922025-02-22T21:32:50.344Z PASS [ 0.047s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
53932025-02-22T21:32:50.395Z PASS [ 0.050s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
53942025-02-22T21:32:50.451Z PASS [ 0.055s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
53952025-02-22T21:32:50.489Z PASS [ 0.038s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
53962025-02-22T21:32:50.522Z PASS [ 0.033s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
53972025-02-22T21:32:50.555Z PASS [ 0.032s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
53982025-02-22T21:32:50.587Z PASS [ 0.031s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
53992025-02-22T21:32:50.642Z PASS [ 0.055s] nexus-types deployment::id_map::tests::deserialize_rejects_duplicates
54002025-02-22T21:32:50.693Z PASS [ 0.050s] nexus-types deployment::id_map::tests::deserialize_rejects_mismatched_keys
54012025-02-22T21:32:51.500Z PASS [ 0.806s] nexus-types deployment::id_map::tests::get_mut_panics_if_id_changes
54022025-02-22T21:32:51.652Z PASS [ 0.152s] nexus-types deployment::id_map::tests::iter_mut_panics_if_id_changes
54032025-02-22T21:32:51.817Z PASS [ 0.163s] nexus-types deployment::id_map::tests::mut_into_iter_panics_if_id_changes
54042025-02-22T21:32:51.994Z PASS [ 0.178s] nexus-types deployment::id_map::tests::occupied_entry_panics_if_id_changed_via_get_mut
54052025-02-22T21:32:52.220Z PASS [ 0.225s] nexus-types deployment::id_map::tests::occupied_entry_panics_if_id_changed_via_into_mut
54062025-02-22T21:32:52.395Z PASS [ 0.175s] nexus-types deployment::id_map::tests::occupied_entry_panics_if_id_changes_on_insert
54072025-02-22T21:32:52.612Z PASS [ 0.215s] nexus-types deployment::id_map::tests::retain_panics_if_id_changes
54082025-02-22T21:32:52.773Z PASS [ 0.161s] nexus-types deployment::id_map::tests::serialization_is_transparent
54092025-02-22T21:32:52.919Z PASS [ 0.145s] nexus-types deployment::id_map::tests::serialization_roundtrip
54102025-02-22T21:32:53.123Z PASS [ 0.204s] nexus-types deployment::id_map::tests::vacant_entry_panics_if_id_changed_after_insert
54112025-02-22T21:32:53.305Z PASS [ 0.181s] nexus-types deployment::id_map::tests::vacant_entry_panics_if_id_changes_on_insert
54122025-02-22T21:32:53.337Z PASS [ 0.032s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
54132025-02-22T21:32:53.442Z PASS [ 5.551s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
54142025-02-22T21:32:58.418Z PASS [ 4.975s] nexus-types deployment::tri_map::tests::proptest_permutation_eq
54152025-02-22T21:33:04.434Z PASS [ 512.623s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
54162025-02-22T21:33:04.465Z PASS [ 0.030s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups
54172025-02-22T21:33:04.495Z PASS [ 0.030s] nexus-types deployment::tri_map::tests::test_permutation_eq_examples
54182025-02-22T21:33:04.528Z PASS [ 0.032s] nexus-types external_api::shared::test::test_policy_parsing
54192025-02-22T21:33:04.557Z PASS [ 0.029s] omicron-brand-metadata tests::test_deserialize
54202025-02-22T21:33:04.704Z PASS [ 0.147s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
54212025-02-22T21:33:04.758Z PASS [ 0.053s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
54222025-02-22T21:33:04.818Z PASS [ 0.060s] omicron-certificates tests::test_cert_extended_key_usage
54232025-02-22T21:33:04.875Z PASS [ 0.056s] omicron-certificates tests::test_common_name_is_validated
54242025-02-22T21:33:04.929Z PASS [ 0.054s] omicron-certificates tests::test_subject_alternate_names_are_validated
54252025-02-22T21:33:05.306Z PASS [ 6.887s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip
54262025-02-22T21:33:05.747Z PASS [ 513.935s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
54272025-02-22T21:33:06.561Z PASS [ 1.632s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
54282025-02-22T21:33:06.615Z PASS [ 0.053s] omicron-common address::test::test_dns_subnets
54292025-02-22T21:33:06.651Z PASS [ 0.036s] omicron-common address::test::test_ip_range_checks_non_decreasing
54302025-02-22T21:33:06.700Z PASS [ 0.049s] omicron-common address::test::test_ip_range_enum_deserialization
54312025-02-22T21:33:06.707Z PASS [ 1.400s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
54322025-02-22T21:33:06.728Z PASS [ 0.027s] omicron-common address::test::test_ip_range_iter
54332025-02-22T21:33:06.736Z PASS [ 0.027s] omicron-common address::test::test_ip_range_length
54342025-02-22T21:33:06.755Z PASS [ 0.026s] omicron-common address::test::test_ip_range_try_from
54352025-02-22T21:33:06.766Z PASS [ 0.030s] omicron-common address::test::test_ipv6_subnet_deserialize
54362025-02-22T21:33:06.783Z PASS [ 0.028s] omicron-common address::test::test_sled_address
54372025-02-22T21:33:06.801Z PASS [ 0.034s] omicron-common api::external::error::test::test_bail_unless
54382025-02-22T21:33:06.816Z PASS [ 0.033s] omicron-common api::external::error::test::test_context
54392025-02-22T21:33:06.857Z PASS [ 0.055s] omicron-common api::external::http_pagination::test::test_pagination_examples
54402025-02-22T21:33:06.884Z PASS [ 0.067s] omicron-common api::external::http_pagination::test::test_pagination_schemas
54412025-02-22T21:33:06.906Z PASS [ 0.049s] omicron-common api::external::http_pagination::test::test_scan_by_id
54422025-02-22T21:33:06.923Z PASS [ 0.038s] omicron-common api::external::http_pagination::test::test_scan_by_name
54432025-02-22T21:33:06.935Z PASS [ 0.029s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
54442025-02-22T21:33:06.956Z PASS [ 0.033s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
54452025-02-22T21:33:06.968Z PASS [ 0.032s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
54462025-02-22T21:33:06.988Z PASS [ 0.031s] omicron-common api::external::test::test_bytecount
54472025-02-22T21:33:06.995Z PASS [ 0.025s] omicron-common api::external::test::test_bytecount_display
54482025-02-22T21:33:07.047Z PASS [ 0.059s] omicron-common api::external::test::test_digest
54492025-02-22T21:33:07.056Z PASS [ 0.058s] omicron-common api::external::test::test_firewall_deserialization
54502025-02-22T21:33:07.127Z PASS [ 0.070s] omicron-common api::external::test::test_firewall_rule_target_parse
54512025-02-22T21:33:07.134Z PASS [ 0.087s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
54522025-02-22T21:33:07.158Z PASS [ 0.031s] omicron-common api::external::test::test_generation_display_parse
54532025-02-22T21:33:07.165Z PASS [ 0.030s] omicron-common api::external::test::test_generation_from_int
54542025-02-22T21:33:07.193Z PASS [ 0.027s] omicron-common api::external::test::test_generation_serde
54552025-02-22T21:33:07.235Z PASS [ 0.042s] omicron-common api::external::test::test_hostname_from_str
54562025-02-22T21:33:07.237Z PASS [ 1.487s] omicron-cockroach-admin context::tests::test_node_id
54572025-02-22T21:33:07.264Z PASS [ 0.029s] omicron-common api::external::test::test_ip_port_range_from_str
54582025-02-22T21:33:07.278Z PASS [ 0.042s] omicron-common api::external::test::test_ip_port_range_into_str
54592025-02-22T21:33:07.296Z PASS [ 0.032s] omicron-common api::external::test::test_ipv6_net_operations
54602025-02-22T21:33:07.312Z PASS [ 0.033s] omicron-common api::external::test::test_mac_system_iterator
54612025-02-22T21:33:07.328Z PASS [ 0.031s] omicron-common api::external::test::test_mac_to_int_conversions
54622025-02-22T21:33:07.353Z PASS [ 0.041s] omicron-common api::external::test::test_macaddr
54632025-02-22T21:33:07.360Z PASS [ 0.031s] omicron-common api::external::test::test_name_parse
54642025-02-22T21:33:07.381Z PASS [ 0.027s] omicron-common api::external::test::test_name_parse_from_param
54652025-02-22T21:33:07.388Z PASS [ 0.027s] omicron-common api::external::test::test_resource_name_parse
54662025-02-22T21:33:07.410Z PASS [ 0.028s] omicron-common api::external::test::test_role_name_parse
54672025-02-22T21:33:07.431Z PASS [ 0.043s] omicron-common api::external::test::test_route_destination_parse
54682025-02-22T21:33:07.481Z PASS [ 0.049s] omicron-common api::external::test::test_semver_serialize
54692025-02-22T21:33:07.564Z PASS [ 0.154s] omicron-common api::external::test::test_route_target_parse
54702025-02-22T21:33:07.567Z PASS [ 0.083s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
54712025-02-22T21:33:07.610Z PASS [ 0.045s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
54722025-02-22T21:33:07.619Z PASS [ 0.053s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
54732025-02-22T21:33:07.644Z PASS [ 0.033s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
54742025-02-22T21:33:07.656Z PASS [ 0.035s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
54752025-02-22T21:33:07.700Z PASS [ 0.043s] omicron-common ledger::test::test_create_default_ledger
54762025-02-22T21:33:07.707Z PASS [ 0.056s] omicron-common ledger::test::test_commit_handles_write_failures
54772025-02-22T21:33:07.750Z PASS [ 0.050s] omicron-common ledger::test::test_create_ledger_reads_from_storage
54782025-02-22T21:33:07.760Z PASS [ 0.052s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
54792025-02-22T21:33:07.791Z PASS [ 0.040s] omicron-common update::tests::serde_artifact_kind
54802025-02-22T21:33:07.799Z PASS [ 0.038s] omicron-common zpool_name::test::test_parse_bad_zpool_names
54812025-02-22T21:33:07.822Z PASS [ 0.030s] omicron-common zpool_name::test::test_parse_external_zpool_name
54822025-02-22T21:33:07.832Z PASS [ 0.031s] omicron-common zpool_name::test::test_parse_internal_zpool_name
54832025-02-22T21:33:07.855Z PASS [ 0.033s] omicron-common zpool_name::test::test_parse_zpool_name_json
54842025-02-22T21:33:07.863Z PASS [ 0.030s] omicron-common zpool_name::test::test_zpool_name_regex
54852025-02-22T21:33:07.897Z PASS [ 0.737s] omicron-common api::external::test::test_generation_overflow
54862025-02-22T21:33:07.925Z PASS [ 14.586s] nexus-types deployment::tri_map::tests::proptest_ops
54872025-02-22T21:33:08.048Z PASS [ 0.185s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
54882025-02-22T21:33:08.055Z PASS [ 461.157s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
54892025-02-22T21:33:08.069Z PASS [ 0.214s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
54902025-02-22T21:33:08.076Z PASS [ 0.150s] omicron-gateway management_switch::location_map::tests::test_config_validation
54912025-02-22T21:33:08.122Z PASS [ 0.073s] omicron-gateway management_switch::location_map::tests::test_resolve_location
54922025-02-22T21:33:08.220Z PASS [ 0.151s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
54932025-02-22T21:33:08.543Z PASS [ 18.562s] nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
54942025-02-22T21:33:08.552Z PASS [ 0.496s] omicron-gateway::test_all integration_tests::component_list::component_list
54952025-02-22T21:33:08.570Z PASS [ 0.448s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
54962025-02-22T21:33:08.578Z PASS [ 0.357s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
54972025-02-22T21:33:08.672Z PASS [ 0.595s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
54982025-02-22T21:33:09.340Z PASS [ 19.390s] nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
54992025-02-22T21:33:09.474Z SLOW [> 60.000s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
55002025-02-22T21:33:14.839Z PASS [ 65.376s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
55012025-02-22T21:33:18.467Z PASS [ 3.627s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
55022025-02-22T21:33:22.558Z PASS [ 14.659s] omicron-dev::test-omicron-dev test_run_all
55032025-02-22T21:33:24.994Z PASS [ 16.422s] omicron-nexus app::background::driver::test::test_driver_basic
55042025-02-22T21:33:26.244Z PASS [ 17.664s] omicron-nexus app::background::init::test::test_dns_propagation_basic
55052025-02-22T21:33:27.114Z PASS [ 18.560s] omicron-nexus app::background::driver::test::test_activation_in_progress
55062025-02-22T21:33:31.655Z PASS [ 22.980s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_already_deleted
55072025-02-22T21:33:31.732Z PASS [ 13.262s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
55082025-02-22T21:33:31.989Z PASS [ 4.874s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
55092025-02-22T21:33:32.342Z PASS [ 22.999s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
55102025-02-22T21:33:32.396Z PASS [ 0.054s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
55112025-02-22T21:33:33.287Z PASS [ 24.741s] omicron-ls-apis::test_dependencies test_api_dependencies
55122025-02-22T21:33:36.190Z PASS [ 4.534s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
55132025-02-22T21:33:36.878Z PASS [ 4.888s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
55142025-02-22T21:33:43.160Z PASS [ 16.913s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
55152025-02-22T21:33:43.722Z PASS [ 18.726s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones
55162025-02-22T21:33:45.327Z PASS [ 22.766s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
55172025-02-22T21:33:48.713Z PASS [ 16.315s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
55182025-02-22T21:33:49.875Z PASS [ 18.141s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
55192025-02-22T21:33:51.153Z PASS [ 17.863s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
55202025-02-22T21:33:52.284Z PASS [ 16.092s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
55212025-02-22T21:33:54.080Z PASS [ 17.199s] omicron-nexus app::background::tasks::dns_config::test::test_basic
55222025-02-22T21:34:00.899Z PASS [ 17.737s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
55232025-02-22T21:34:01.001Z PASS [ 17.276s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
55242025-02-22T21:34:12.531Z PASS [ 23.815s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
55252025-02-22T21:34:13.024Z PASS [ 18.943s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
55262025-02-22T21:34:14.341Z PASS [ 23.185s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
55272025-02-22T21:34:15.519Z PASS [ 14.618s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
55282025-02-22T21:34:20.523Z PASS [ 19.520s] omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
55292025-02-22T21:34:22.595Z PASS [ 30.308s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
55302025-02-22T21:34:27.331Z PASS [ 14.305s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
55312025-02-22T21:34:27.508Z PASS [ 14.975s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
55322025-02-22T21:34:27.532Z PASS [ 42.200s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
55332025-02-22T21:34:29.347Z PASS [ 15.005s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
55342025-02-22T21:34:31.498Z PASS [ 15.977s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
55352025-02-22T21:34:36.673Z PASS [ 16.148s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
55362025-02-22T21:34:39.723Z PASS [ 17.125s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
55372025-02-22T21:34:42.369Z PASS [ 2.646s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
55382025-02-22T21:34:43.544Z PASS [ 16.210s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
55392025-02-22T21:34:43.958Z PASS [ 16.448s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
55402025-02-22T21:34:46.240Z PASS [ 2.696s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
55412025-02-22T21:34:46.759Z PASS [ 19.225s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
55422025-02-22T21:34:48.730Z PASS [ 17.229s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
55432025-02-22T21:34:49.892Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
55442025-02-22T21:34:50.834Z PASS [ 21.485s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
55452025-02-22T21:34:52.582Z PASS [ 15.906s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
55462025-02-22T21:35:02.226Z PASS [ 18.265s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
55472025-02-22T21:35:02.544Z PASS [ 20.172s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
55482025-02-22T21:35:04.932Z PASS [ 75.049s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
55492025-02-22T21:35:05.160Z PASS [ 18.399s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
55502025-02-22T21:35:05.220Z PASS [ 0.060s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
55512025-02-22T21:35:05.311Z PASS [ 19.069s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
55522025-02-22T21:35:05.635Z PASS [ 0.414s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::delete
55532025-02-22T21:35:05.873Z PASS [ 0.562s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
55542025-02-22T21:35:06.057Z PASS [ 0.421s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
55552025-02-22T21:35:06.234Z PASS [ 0.360s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
55562025-02-22T21:35:06.632Z PASS [ 17.900s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
55572025-02-22T21:35:06.739Z PASS [ 0.107s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
55582025-02-22T21:35:06.969Z PASS [ 0.735s] omicron-nexus app::external_endpoints::test::test_authority
55592025-02-22T21:35:07.051Z PASS [ 0.081s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
55602025-02-22T21:35:07.107Z PASS [ 0.056s] omicron-nexus app::external_endpoints::test::test_no_endpoint
55612025-02-22T21:35:07.208Z PASS [ 0.100s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
55622025-02-22T21:35:07.310Z PASS [ 0.102s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
55632025-02-22T21:35:07.365Z PASS [ 0.055s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
55642025-02-22T21:35:07.425Z PASS [ 0.059s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
55652025-02-22T21:35:07.501Z PASS [ 0.076s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
55662025-02-22T21:35:07.558Z PASS [ 0.056s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
55672025-02-22T21:35:07.885Z PASS [ 1.828s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
55682025-02-22T21:35:07.937Z PASS [ 17.101s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
55692025-02-22T21:35:08.398Z PASS [ 15.814s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
55702025-02-22T21:35:12.433Z PASS [ 5.693s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
55712025-02-22T21:35:18.320Z PASS [ 15.774s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
55722025-02-22T21:35:19.690Z PASS [ 17.462s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
55732025-02-22T21:35:22.492Z PASS [ 17.557s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
55742025-02-22T21:35:31.090Z PASS [ 23.202s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
55752025-02-22T21:35:31.334Z PASS [ 23.773s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
55762025-02-22T21:35:31.361Z PASS [ 22.960s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
55772025-02-22T21:35:31.548Z PASS [ 23.607s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
55782025-02-22T21:35:43.670Z PASS [ 31.233s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
55792025-02-22T21:35:45.275Z PASS [ 26.952s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
55802025-02-22T21:35:47.125Z PASS [ 27.431s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
55812025-02-22T21:35:49.749Z PASS [ 27.254s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
55822025-02-22T21:35:57.636Z PASS [ 26.299s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
55832025-02-22T21:35:57.978Z PASS [ 26.885s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
55842025-02-22T21:35:58.737Z PASS [ 27.187s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
55852025-02-22T21:35:58.851Z PASS [ 27.487s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
55862025-02-22T21:36:09.606Z PASS [ 24.329s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
55872025-02-22T21:36:10.389Z PASS [ 26.716s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
55882025-02-22T21:36:11.243Z PASS [ 24.116s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
55892025-02-22T21:36:12.748Z PASS [ 22.996s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
55902025-02-22T21:36:22.418Z PASS [ 23.678s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
55912025-02-22T21:36:22.781Z PASS [ 24.800s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
55922025-02-22T21:36:27.811Z PASS [ 28.957s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
55932025-02-22T21:36:37.982Z PASS [ 27.590s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
55942025-02-22T21:36:39.348Z PASS [ 28.101s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
55952025-02-22T21:36:49.505Z PASS [ 27.084s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
55962025-02-22T21:36:49.977Z PASS [ 27.192s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
55972025-02-22T21:36:57.654Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
55982025-02-22T21:37:04.245Z PASS [ 26.260s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
55992025-02-22T21:37:06.466Z PASS [ 27.115s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
56002025-02-22T21:37:09.624Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
56012025-02-22T21:37:12.765Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
56022025-02-22T21:37:17.681Z PASS [ 27.701s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
56032025-02-22T21:37:27.828Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
56042025-02-22T21:37:33.435Z PASS [ 95.788s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
56052025-02-22T21:37:33.647Z PASS [ 29.399s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
56062025-02-22T21:37:45.972Z PASS [ 28.288s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
56072025-02-22T21:37:49.523Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
56082025-02-22T21:38:01.114Z PASS [ 27.676s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
56092025-02-22T21:38:01.235Z PASS [ 71.721s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
56102025-02-22T21:38:02.276Z PASS [ 109.516s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
56112025-02-22T21:38:06.484Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
56122025-02-22T21:38:09.632Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
56132025-02-22T21:38:10.203Z PASS [ 120.584s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
56142025-02-22T21:38:14.124Z PASS [ 28.149s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
56152025-02-22T21:38:27.835Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
56162025-02-22T21:38:29.132Z PASS [ 28.014s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
56172025-02-22T21:38:30.259Z PASS [ 27.980s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
56182025-02-22T21:38:33.666Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
56192025-02-22T21:38:41.290Z PASS [ 27.162s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
56202025-02-22T21:38:46.471Z PASS [ 72.816s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
56212025-02-22T21:38:55.939Z PASS [ 26.804s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
56222025-02-22T21:39:01.252Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
56232025-02-22T21:39:01.933Z PASS [ 15.459s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
56242025-02-22T21:39:03.555Z PASS [ 22.263s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
56252025-02-22T21:39:03.648Z PASS [ 33.385s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
56262025-02-22T21:39:06.491Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
56272025-02-22T21:39:09.992Z PASS [ 162.163s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
56282025-02-22T21:39:10.221Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
56292025-02-22T21:39:11.478Z PASS [ 124.999s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
56302025-02-22T21:39:12.723Z PASS [ 16.781s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
56312025-02-22T21:39:21.119Z PASS [ 17.561s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
56322025-02-22T21:39:25.877Z PASS [ 23.942s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
56332025-02-22T21:39:27.010Z PASS [ 17.015s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
56342025-02-22T21:39:28.167Z PASS [ 24.516s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
56352025-02-22T21:39:38.178Z PASS [ 26.697s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
56362025-02-22T21:39:38.239Z PASS [ 0.060s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
56372025-02-22T21:39:39.009Z PASS [ 26.283s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
56382025-02-22T21:39:44.109Z PASS [ 15.940s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
56392025-02-22T21:39:46.116Z PASS [ 24.994s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
56402025-02-22T21:39:50.008Z PASS [ 24.128s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
56412025-02-22T21:39:52.185Z PASS [ 25.172s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
56422025-02-22T21:39:54.401Z PASS [ 113.154s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
56432025-02-22T21:40:01.429Z PASS [ 23.187s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
56442025-02-22T21:40:01.850Z PASS [ 15.732s] omicron-nexus app::sagas::test_saga::test_saga_stuck
56452025-02-22T21:40:07.745Z PASS [ 117.530s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
56462025-02-22T21:40:09.215Z PASS [ 19.205s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
56472025-02-22T21:40:09.465Z PASS [ 30.452s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
56482025-02-22T21:40:09.627Z PASS [ 17.440s] omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
56492025-02-22T21:40:09.676Z PASS [ 0.049s] omicron-nexus external_api::console_api::test::test_accept_gz
56502025-02-22T21:40:09.732Z PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
56512025-02-22T21:40:09.785Z PASS [ 0.053s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
56522025-02-22T21:40:09.838Z PASS [ 0.052s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
56532025-02-22T21:40:09.895Z PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
56542025-02-22T21:40:09.947Z PASS [ 0.052s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
56552025-02-22T21:40:10.007Z PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
56562025-02-22T21:40:10.066Z PASS [ 0.058s] omicron-nexus external_api::console_api::test::test_relative_uri
56572025-02-22T21:40:11.769Z PASS [ 17.366s] omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
56582025-02-22T21:40:13.223Z PASS [ 29.111s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
56592025-02-22T21:40:15.056Z PASS [ 5.590s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
56602025-02-22T21:40:17.968Z PASS [ 16.536s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
56612025-02-22T21:40:18.491Z PASS [ 16.639s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
56622025-02-22T21:40:22.787Z PASS [ 4.295s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
56632025-02-22T21:40:22.841Z PASS [ 4.872s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
56642025-02-22T21:40:23.559Z PASS [ 0.772s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
56652025-02-22T21:40:23.842Z PASS [ 16.095s] omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
56662025-02-22T21:40:24.941Z PASS [ 15.724s] omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
56672025-02-22T21:40:29.191Z PASS [ 15.965s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
56682025-02-22T21:40:30.010Z PASS [ 18.239s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
56692025-02-22T21:40:35.342Z PASS [ 20.284s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
56702025-02-22T21:40:40.590Z PASS [ 17.747s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
56712025-02-22T21:40:40.938Z PASS [ 17.377s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
56722025-02-22T21:40:41.696Z PASS [ 17.851s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
56732025-02-22T21:40:42.095Z PASS [ 17.151s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
56742025-02-22T21:40:45.815Z PASS [ 16.622s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
56752025-02-22T21:40:46.324Z PASS [ 16.311s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
56762025-02-22T21:40:49.715Z PASS [ 39.645s] omicron-nexus populate::test::test_populators
56772025-02-22T21:40:51.111Z PASS [ 15.767s] omicron-nexus::test_all integration_tests::basic::test_ping
56782025-02-22T21:40:58.727Z PASS [ 16.630s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
56792025-02-22T21:40:58.882Z PASS [ 17.184s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
56802025-02-22T21:41:02.552Z PASS [ 16.735s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
56812025-02-22T21:41:03.297Z PASS [ 16.971s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
56822025-02-22T21:41:04.103Z PASS [ 23.509s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
56832025-02-22T21:41:04.299Z PASS [ 0.195s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
56842025-02-22T21:41:05.558Z PASS [ 15.840s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
56852025-02-22T21:41:06.928Z PASS [ 15.815s] omicron-nexus::test_all integration_tests::certificates::test_crud
56862025-02-22T21:41:07.577Z PASS [ 5.024s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
56872025-02-22T21:41:07.595Z PASS [ 4.298s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
56882025-02-22T21:41:08.891Z PASS [ 27.949s] omicron-nexus::test_all integration_tests::basic::test_projects_list
56892025-02-22T21:41:11.840Z PASS [ 13.111s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
56902025-02-22T21:41:21.070Z PASS [ 16.769s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
56912025-02-22T21:41:21.501Z PASS [ 22.616s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
56922025-02-22T21:41:22.364Z PASS [ 16.804s] omicron-nexus::test_all integration_tests::console_api::test_assets
56932025-02-22T21:41:23.319Z PASS [ 16.389s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
56942025-02-22T21:41:25.086Z PASS [ 16.192s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
56952025-02-22T21:41:27.407Z PASS [ 19.827s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
56962025-02-22T21:41:27.484Z PASS [ 15.641s] omicron-nexus::test_all integration_tests::console_api::test_session_me
56972025-02-22T21:41:29.574Z PASS [ 21.976s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
56982025-02-22T21:41:38.203Z PASS [ 17.130s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
56992025-02-22T21:41:38.412Z PASS [ 16.046s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
57002025-02-22T21:41:43.200Z PASS [ 21.696s] omicron-nexus::test_all integration_tests::console_api::test_sessions
57012025-02-22T21:41:56.565Z PASS [ 31.475s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
57022025-02-22T21:41:57.623Z PASS [ 34.300s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
57032025-02-22T21:42:00.649Z PASS [ 33.162s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
57042025-02-22T21:42:01.431Z PASS [ 34.020s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
57052025-02-22T21:42:13.587Z PASS [ 44.008s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
57062025-02-22T21:42:17.618Z PASS [ 34.414s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
57072025-02-22T21:42:19.291Z PASS [ 40.875s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
57082025-02-22T21:42:20.416Z PASS [ 42.209s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
57092025-02-22T21:42:35.260Z PASS [ 21.671s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
57102025-02-22T21:42:38.519Z PASS [ 41.950s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
57112025-02-22T21:42:39.316Z PASS [ 41.688s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
57122025-02-22T21:42:43.053Z PASS [ 42.399s] omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
57132025-02-22T21:42:58.814Z PASS [ 15.759s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
57142025-02-22T21:43:01.154Z PASS [ 40.733s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
57152025-02-22T21:43:01.449Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
57162025-02-22T21:43:03.017Z PASS [ 61.579s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
57172025-02-22T21:43:15.982Z PASS [ 17.165s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
57182025-02-22T21:43:17.637Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
57192025-02-22T21:43:19.112Z PASS [ 43.847s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
57202025-02-22T21:43:19.308Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
57212025-02-22T21:43:19.900Z PASS [ 41.376s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
57222025-02-22T21:43:23.363Z PASS [ 65.738s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
57232025-02-22T21:43:28.257Z PASS [ 27.100s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
57242025-02-22T21:43:34.325Z PASS [ 75.025s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
57252025-02-22T21:43:39.334Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
57262025-02-22T21:43:39.605Z PASS [ 36.584s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
57272025-02-22T21:43:39.712Z PASS [ 23.727s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
57282025-02-22T21:43:43.501Z PASS [ 24.385s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
57292025-02-22T21:43:43.624Z PASS [ 23.721s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
57302025-02-22T21:43:45.731Z PASS [ 22.365s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
57312025-02-22T21:43:50.605Z PASS [ 22.345s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
57322025-02-22T21:44:00.201Z PASS [ 80.876s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
57332025-02-22T21:44:04.702Z PASS [ 18.968s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
57342025-02-22T21:44:05.309Z PASS [ 21.805s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
57352025-02-22T21:44:05.430Z PASS [ 21.803s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
57362025-02-22T21:44:07.926Z PASS [ 33.597s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
57372025-02-22T21:44:08.234Z PASS [ 17.626s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
57382025-02-22T21:44:13.314Z PASS [ 33.705s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
57392025-02-22T21:44:21.432Z PASS [ 21.228s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
57402025-02-22T21:44:22.656Z PASS [ 17.952s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
57412025-02-22T21:44:26.350Z PASS [ 46.632s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
57422025-02-22T21:44:29.181Z PASS [ 23.869s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
57432025-02-22T21:44:30.656Z PASS [ 22.727s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
57442025-02-22T21:44:33.405Z PASS [ 25.168s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
57452025-02-22T21:44:38.383Z PASS [ 25.066s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
57462025-02-22T21:44:43.447Z PASS [ 38.012s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
57472025-02-22T21:44:46.434Z PASS [ 24.998s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
57482025-02-22T21:44:46.932Z PASS [ 24.274s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
57492025-02-22T21:44:51.180Z PASS [ 21.997s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
57502025-02-22T21:44:52.088Z PASS [ 25.735s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
57512025-02-22T21:44:53.500Z PASS [ 22.841s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
57522025-02-22T21:44:53.627Z PASS [ 20.219s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
57532025-02-22T21:44:57.563Z PASS [ 19.176s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
57542025-02-22T21:45:07.993Z PASS [ 24.543s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
57552025-02-22T21:45:08.339Z PASS [ 21.903s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
57562025-02-22T21:45:12.410Z PASS [ 18.781s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
57572025-02-22T21:45:14.374Z PASS [ 27.438s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
57582025-02-22T21:45:23.019Z PASS [ 31.835s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
57592025-02-22T21:45:25.677Z PASS [ 28.112s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
57602025-02-22T21:45:27.867Z PASS [ 19.872s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
57612025-02-22T21:45:30.179Z PASS [ 17.767s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
57622025-02-22T21:45:31.387Z PASS [ 17.011s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
57632025-02-22T21:45:31.848Z PASS [ 0.461s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
57642025-02-22T21:45:34.203Z PASS [ 42.109s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
57652025-02-22T21:45:34.655Z PASS [ 0.453s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
57662025-02-22T21:45:35.176Z PASS [ 0.521s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
57672025-02-22T21:45:35.367Z PASS [ 41.862s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
57682025-02-22T21:45:35.631Z PASS [ 3.782s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
57692025-02-22T21:45:36.157Z PASS [ 27.815s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
57702025-02-22T21:45:41.096Z PASS [ 18.074s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
57712025-02-22T21:45:46.588Z PASS [ 20.909s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
57722025-02-22T21:45:47.388Z PASS [ 19.518s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
57732025-02-22T21:45:48.467Z PASS [ 18.286s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
57742025-02-22T21:45:57.447Z PASS [ 22.268s] omicron-nexus::test_all integration_tests::images::test_image_create
57752025-02-22T21:45:59.044Z PASS [ 23.674s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
57762025-02-22T21:45:59.725Z PASS [ 23.564s] omicron-nexus::test_all integration_tests::images::test_image_promotion
57772025-02-22T21:46:01.561Z PASS [ 25.927s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
57782025-02-22T21:46:03.606Z PASS [ 22.508s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
57792025-02-22T21:46:04.205Z PASS [ 4.479s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
57802025-02-22T21:46:05.625Z PASS [ 19.034s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
57812025-02-22T21:46:06.120Z PASS [ 17.650s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
57822025-02-22T21:46:06.530Z PASS [ 19.139s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
57832025-02-22T21:46:06.801Z PASS [ 5.239s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
57842025-02-22T21:46:08.231Z PASS [ 9.186s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
57852025-02-22T21:46:10.392Z PASS [ 12.943s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
57862025-02-22T21:46:27.903Z PASS [ 21.780s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
57872025-02-22T21:46:30.347Z PASS [ 23.814s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
57882025-02-22T21:46:30.357Z PASS [ 23.553s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
57892025-02-22T21:46:30.683Z PASS [ 25.055s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
57902025-02-22T21:46:33.464Z PASS [ 29.854s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
57912025-02-22T21:46:34.547Z PASS [ 24.151s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
57922025-02-22T21:46:38.012Z PASS [ 33.803s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
57932025-02-22T21:46:46.060Z PASS [ 18.156s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
57942025-02-22T21:46:47.734Z PASS [ 39.499s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
57952025-02-22T21:46:48.410Z PASS [ 18.061s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
57962025-02-22T21:46:51.341Z PASS [ 17.875s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
57972025-02-22T21:46:56.689Z PASS [ 26.329s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
57982025-02-22T21:47:05.410Z PASS [ 16.998s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
57992025-02-22T21:47:05.715Z PASS [ 35.028s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
58002025-02-22T21:47:09.844Z PASS [ 35.294s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
58012025-02-22T21:47:10.213Z PASS [ 22.476s] omicron-nexus::test_all integration_tests::instances::test_instance_access
58022025-02-22T21:47:20.350Z PASS [ 29.005s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
58032025-02-22T21:47:21.508Z PASS [ 35.443s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
58042025-02-22T21:47:27.055Z PASS [ 30.362s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
58052025-02-22T21:47:36.167Z PASS [ 30.753s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
58062025-02-22T21:47:36.828Z PASS [ 31.109s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
58072025-02-22T21:47:37.954Z PASS [ 28.106s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
58082025-02-22T21:47:38.032Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
58092025-02-22T21:47:39.181Z PASS [ 28.965s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
58102025-02-22T21:47:50.271Z PASS [ 72.252s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
58112025-02-22T21:47:52.209Z PASS [ 25.151s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
58122025-02-22T21:47:52.440Z PASS [ 32.086s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
58132025-02-22T21:47:58.223Z PASS [ 22.053s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
58142025-02-22T21:48:03.786Z PASS [ 26.955s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
58152025-02-22T21:48:05.618Z PASS [ 26.429s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
58162025-02-22T21:48:06.695Z PASS [ 28.738s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
58172025-02-22T21:48:07.039Z PASS [ 45.526s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
58182025-02-22T21:48:18.244Z PASS [ 26.031s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
58192025-02-22T21:48:18.304Z PASS [ 25.861s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
58202025-02-22T21:48:19.380Z PASS [ 29.105s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
58212025-02-22T21:48:34.344Z PASS [ 30.554s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
58222025-02-22T21:48:37.399Z PASS [ 30.701s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
58232025-02-22T21:48:39.094Z PASS [ 33.477s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
58242025-02-22T21:48:40.626Z PASS [ 33.584s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
58252025-02-22T21:48:44.671Z PASS [ 46.442s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
58262025-02-22T21:48:50.771Z PASS [ 16.424s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
58272025-02-22T21:48:52.775Z PASS [ 33.391s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
58282025-02-22T21:48:54.321Z PASS [ 36.073s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
58292025-02-22T21:48:55.346Z PASS [ 16.249s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
58302025-02-22T21:48:56.780Z PASS [ 38.471s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
58312025-02-22T21:49:03.889Z PASS [ 23.260s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
58322025-02-22T21:49:07.534Z PASS [ 22.861s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
58332025-02-22T21:49:07.880Z PASS [ 30.477s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
58342025-02-22T21:49:08.415Z PASS [ 17.642s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
58352025-02-22T21:49:18.436Z PASS [ 25.657s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
58362025-02-22T21:49:19.057Z PASS [ 24.732s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
58372025-02-22T21:49:19.243Z PASS [ 22.460s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
58382025-02-22T21:49:22.436Z PASS [ 14.899s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
58392025-02-22T21:49:24.007Z PASS [ 16.124s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
58402025-02-22T21:49:26.093Z PASS [ 17.675s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
58412025-02-22T21:49:30.300Z PASS [ 34.950s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
58422025-02-22T21:49:33.071Z PASS [ 29.178s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
58432025-02-22T21:49:34.907Z PASS [ 15.663s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
58442025-02-22T21:49:35.491Z PASS [ 17.054s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
58452025-02-22T21:49:47.720Z PASS [ 28.659s] omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
58462025-02-22T21:49:51.475Z PASS [ 25.379s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
58472025-02-22T21:49:51.503Z PASS [ 27.493s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
58482025-02-22T21:49:51.657Z PASS [ 16.747s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
58492025-02-22T21:49:52.664Z PASS [ 30.225s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
58502025-02-22T21:49:55.715Z PASS [ 20.221s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
58512025-02-22T21:50:00.218Z PASS [ 27.144s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
58522025-02-22T21:50:00.495Z PASS [ 30.192s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
58532025-02-22T21:50:05.570Z PASS [ 17.849s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
58542025-02-22T21:50:08.500Z PASS [ 17.023s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
58552025-02-22T21:50:08.567Z PASS [ 17.062s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
58562025-02-22T21:50:08.926Z PASS [ 17.266s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
58572025-02-22T21:50:09.680Z PASS [ 17.013s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
58582025-02-22T21:50:13.737Z PASS [ 18.019s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
58592025-02-22T21:50:19.271Z PASS [ 19.050s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
58602025-02-22T21:50:21.734Z PASS [ 21.236s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
58612025-02-22T21:50:24.825Z PASS [ 19.251s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
58622025-02-22T21:50:25.201Z PASS [ 16.273s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
58632025-02-22T21:50:27.821Z PASS [ 19.252s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
58642025-02-22T21:50:30.773Z PASS [ 22.269s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
58652025-02-22T21:50:38.157Z PASS [ 28.473s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
58662025-02-22T21:50:40.794Z PASS [ 15.591s] omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
58672025-02-22T21:50:43.419Z PASS [ 21.682s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
58682025-02-22T21:50:45.170Z PASS [ 17.346s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
58692025-02-22T21:50:52.032Z PASS [ 38.291s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
58702025-02-22T21:50:52.789Z PASS [ 22.013s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
58712025-02-22T21:51:04.281Z PASS [ 39.452s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
58722025-02-22T21:51:05.405Z PASS [ 21.983s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
58732025-02-22T21:51:05.823Z PASS [ 46.547s] omicron-nexus::test_all integration_tests::metrics::test_metrics
58742025-02-22T21:51:06.164Z PASS [ 20.992s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
58752025-02-22T21:51:06.907Z PASS [ 28.747s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
58762025-02-22T21:51:15.051Z PASS [ 23.016s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
58772025-02-22T21:51:20.237Z PASS [ 39.439s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
58782025-02-22T21:51:27.918Z PASS [ 22.511s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
58792025-02-22T21:51:31.207Z PASS [ 38.413s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
58802025-02-22T21:51:34.970Z PASS [ 28.803s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
58812025-02-22T21:51:36.505Z PASS [ 29.594s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
58822025-02-22T21:51:41.960Z PASS [ 21.720s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
58832025-02-22T21:51:43.634Z PASS [ 39.348s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
58842025-02-22T21:51:45.566Z PASS [ 30.511s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
58852025-02-22T21:51:45.764Z PASS [ 39.936s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
58862025-02-22T21:51:56.871Z PASS [ 20.363s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
58872025-02-22T21:51:58.998Z PASS [ 17.036s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
58882025-02-22T21:52:04.122Z PASS [ 18.356s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
58892025-02-22T21:52:04.409Z PASS [ 20.772s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
58902025-02-22T21:52:04.641Z PASS [ 36.718s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
58912025-02-22T21:52:07.437Z PASS [ 21.869s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
58922025-02-22T21:52:14.280Z PASS [ 43.069s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
58932025-02-22T21:52:19.663Z PASS [ 22.789s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
58942025-02-22T21:52:23.362Z PASS [ 18.950s] omicron-nexus::test_all integration_tests::projects::test_projects
58952025-02-22T21:52:23.588Z PASS [ 19.464s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
58962025-02-22T21:52:23.642Z PASS [ 18.999s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
58972025-02-22T21:52:23.717Z PASS [ 24.716s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
58982025-02-22T21:52:29.171Z PASS [ 54.195s] omicron-nexus::test_all integration_tests::password_login::test_local_users
58992025-02-22T21:52:29.612Z PASS [ 15.329s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
59002025-02-22T21:52:36.930Z PASS [ 17.265s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
59012025-02-22T21:52:40.734Z PASS [ 17.144s] omicron-nexus::test_all integration_tests::rack::test_sled_add
59022025-02-22T21:52:41.042Z PASS [ 17.398s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
59032025-02-22T21:52:41.555Z PASS [ 18.191s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
59042025-02-22T21:52:41.639Z PASS [ 17.920s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
59052025-02-22T21:52:42.028Z PASS [ 0.388s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
59062025-02-22T21:52:44.024Z PASS [ 14.411s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
59072025-02-22T21:52:44.500Z PASS [ 3.457s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
59082025-02-22T21:52:45.057Z PASS [ 3.501s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
59092025-02-22T21:52:45.512Z PASS [ 3.483s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
59102025-02-22T21:52:45.674Z PASS [ 16.501s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
59112025-02-22T21:52:47.401Z PASS [ 3.376s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
59122025-02-22T21:52:49.647Z PASS [ 12.715s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
59132025-02-22T21:52:49.788Z PASS [ 42.345s] omicron-nexus::test_all integration_tests::quotas::test_quotas
59142025-02-22T21:52:49.921Z PASS [ 0.273s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
59152025-02-22T21:52:49.947Z PASS [ 0.158s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
59162025-02-22T21:52:50.042Z PASS [ 0.121s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
59172025-02-22T21:52:50.074Z PASS [ 0.127s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
59182025-02-22T21:52:50.187Z PASS [ 0.144s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
59192025-02-22T21:52:58.572Z PASS [ 17.836s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
59202025-02-22T21:53:05.500Z PASS [ 20.441s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
59212025-02-22T21:53:05.922Z PASS [ 20.245s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
59222025-02-22T21:53:06.618Z PASS [ 22.115s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
59232025-02-22T21:53:07.132Z PASS [ 17.057s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
59242025-02-22T21:53:07.268Z PASS [ 0.135s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
59252025-02-22T21:53:07.844Z PASS [ 17.654s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
59262025-02-22T21:53:08.312Z PASS [ 20.908s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
59272025-02-22T21:53:08.549Z PASS [ 0.237s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
59282025-02-22T21:53:08.670Z PASS [ 0.120s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
59292025-02-22T21:53:11.634Z PASS [ 26.118s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
59302025-02-22T21:53:14.192Z PASS [ 15.618s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
59312025-02-22T21:53:23.397Z PASS [ 17.473s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
59322025-02-22T21:53:23.574Z PASS [ 18.071s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
59332025-02-22T21:53:24.354Z PASS [ 17.734s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
59342025-02-22T21:53:25.865Z PASS [ 18.595s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
59352025-02-22T21:53:25.927Z PASS [ 18.082s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
59362025-02-22T21:53:26.224Z PASS [ 17.552s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
59372025-02-22T21:53:27.032Z PASS [ 15.394s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
59382025-02-22T21:53:27.222Z PASS [ 13.028s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
59392025-02-22T21:53:28.331Z PASS [ 2.403s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
59402025-02-22T21:53:30.488Z PASS [ 2.156s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
59412025-02-22T21:53:30.984Z PASS [ 7.586s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
59422025-02-22T21:53:32.221Z PASS [ 1.732s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
59432025-02-22T21:53:32.764Z PASS [ 1.780s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
59442025-02-22T21:53:34.084Z PASS [ 1.863s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
59452025-02-22T21:53:34.587Z PASS [ 1.822s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
59462025-02-22T21:53:35.761Z PASS [ 1.173s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
59472025-02-22T21:54:05.274Z PASS [ 29.510s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
59482025-02-22T21:54:16.228Z PASS [ 42.139s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
59492025-02-22T21:54:25.998Z PASS [ 20.721s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
59502025-02-22T21:54:41.895Z PASS [ 25.663s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
59512025-02-22T21:54:52.175Z PASS [ 10.279s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
59522025-02-22T21:54:52.288Z PASS [ 10.392s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
59532025-02-22T21:54:52.363Z PASS [ 10.466s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
59542025-02-22T21:54:52.993Z PASS [ 11.097s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
59552025-02-22T21:55:02.946Z PASS [ 10.769s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
59562025-02-22T21:55:03.659Z PASS [ 11.369s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
59572025-02-22T21:55:03.761Z PASS [ 11.397s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
59582025-02-22T21:55:03.913Z PASS [ 37.911s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
59592025-02-22T21:55:03.949Z PASS [ 10.954s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
59602025-02-22T21:55:21.237Z PASS [ 17.577s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
59612025-02-22T21:55:21.525Z PASS [ 17.762s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
59622025-02-22T21:55:22.074Z PASS [ 18.158s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
59632025-02-22T21:55:22.205Z PASS [ 18.254s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
59642025-02-22T21:55:22.618Z PASS [ 18.702s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
59652025-02-22T21:55:22.653Z PASS [ 19.704s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
59662025-02-22T21:55:22.782Z PASS [ 18.867s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
59672025-02-22T21:55:30.552Z PASS [ 26.635s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
59682025-02-22T21:55:39.217Z PASS [ 17.690s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
59692025-02-22T21:55:39.569Z PASS [ 17.493s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
59702025-02-22T21:55:39.631Z PASS [ 17.423s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
59712025-02-22T21:55:39.906Z PASS [ 17.285s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
59722025-02-22T21:55:39.980Z PASS [ 17.325s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
59732025-02-22T21:55:40.902Z PASS [ 19.662s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
59742025-02-22T21:55:44.219Z PASS [ 21.434s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
59752025-02-22T21:55:56.385Z PASS [ 25.830s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
59762025-02-22T21:55:57.073Z PASS [ 17.853s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
59772025-02-22T21:55:57.985Z PASS [ 18.352s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
59782025-02-22T21:55:58.333Z PASS [ 18.351s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
59792025-02-22T21:56:02.387Z PASS [ 22.815s] omicron-nexus::test_all integration_tests::silos::test_silos
59802025-02-22T21:56:02.962Z PASS [ 18.741s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
59812025-02-22T21:56:03.864Z PASS [ 22.959s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
59822025-02-22T21:56:06.203Z PASS [ 26.294s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
59832025-02-22T21:56:16.189Z PASS [ 17.853s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
59842025-02-22T21:56:21.055Z PASS [ 18.665s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
59852025-02-22T21:56:22.350Z PASS [ 19.386s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
59862025-02-22T21:56:22.452Z PASS [ 18.585s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
59872025-02-22T21:56:23.729Z PASS [ 27.341s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
59882025-02-22T21:56:23.874Z PASS [ 25.886s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
59892025-02-22T21:56:25.473Z PASS [ 28.397s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
59902025-02-22T21:56:26.893Z PASS [ 1.420s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
59912025-02-22T21:56:28.099Z PASS [ 4.369s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
59922025-02-22T21:56:28.445Z PASS [ 4.569s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
59932025-02-22T21:56:31.280Z PASS [ 4.386s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
59942025-02-22T21:56:32.476Z PASS [ 4.376s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
59952025-02-22T21:56:33.662Z PASS [ 27.456s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
59962025-02-22T21:56:36.921Z PASS [ 20.730s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
59972025-02-22T21:56:45.346Z PASS [ 16.899s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
59982025-02-22T21:56:45.460Z PASS [ 23.006s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
59992025-02-22T21:56:47.175Z PASS [ 24.821s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
60002025-02-22T21:56:47.271Z PASS [ 26.213s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
60012025-02-22T21:56:47.845Z PASS [ 2.498s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
60022025-02-22T21:56:49.090Z PASS [ 15.426s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
60032025-02-22T21:56:57.083Z PASS [ 24.604s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
60042025-02-22T21:57:01.235Z PASS [ 13.963s] omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
60052025-02-22T21:57:02.238Z PASS [ 16.776s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
60062025-02-22T21:57:03.499Z PASS [ 32.215s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
60072025-02-22T21:57:04.243Z PASS [ 16.396s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
60082025-02-22T21:57:08.284Z PASS [ 21.107s] omicron-nexus::test_all integration_tests::updates::test_repo_upload
60092025-02-22T21:57:18.579Z PASS [ 29.485s] omicron-nexus::test_all integration_tests::utilization::test_utilization
60102025-02-22T21:57:22.289Z PASS [ 25.203s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
60112025-02-22T21:57:23.293Z PASS [ 21.051s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
60122025-02-22T21:57:27.261Z PASS [ 26.022s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
60132025-02-22T21:57:29.363Z PASS [ 25.861s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
60142025-02-22T21:57:29.906Z PASS [ 25.660s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
60152025-02-22T21:57:35.065Z PASS [ 26.778s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
60162025-02-22T21:57:36.938Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
60172025-02-22T21:57:45.683Z PASS [ 27.101s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
60182025-02-22T21:57:49.080Z PASS [ 26.788s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
60192025-02-22T21:57:49.462Z PASS [ 26.167s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
60202025-02-22T21:57:52.020Z PASS [ 22.654s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
60212025-02-22T21:57:52.843Z PASS [ 25.579s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
60222025-02-22T21:58:06.046Z PASS [ 20.360s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
60232025-02-22T21:58:09.271Z PASS [ 19.806s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
60242025-02-22T21:58:15.727Z PASS [ 26.643s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
60252025-02-22T21:58:16.353Z PASS [ 24.330s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
60262025-02-22T21:58:20.070Z PASS [ 44.999s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
60272025-02-22T21:58:20.367Z PASS [ 103.435s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
60282025-02-22T21:58:20.999Z PASS [ 28.153s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
60292025-02-22T21:58:22.303Z PASS [ 52.391s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
60302025-02-22T21:58:37.149Z PASS [ 31.099s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
60312025-02-22T21:58:43.423Z PASS [ 34.148s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
60322025-02-22T21:58:46.608Z PASS [ 26.237s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
60332025-02-22T21:58:47.224Z PASS [ 26.222s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
60342025-02-22T21:58:48.927Z PASS [ 33.197s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
60352025-02-22T21:58:49.234Z PASS [ 32.877s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
60362025-02-22T21:58:55.094Z PASS [ 32.787s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
60372025-02-22T21:58:55.527Z PASS [ 35.453s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
60382025-02-22T21:59:10.055Z PASS [ 22.828s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
60392025-02-22T21:59:11.489Z PASS [ 22.252s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
60402025-02-22T21:59:11.820Z PASS [ 22.890s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
60412025-02-22T21:59:17.493Z PASS [ 22.396s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
60422025-02-22T21:59:19.900Z PASS [ 24.370s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
60432025-02-22T21:59:28.054Z PASS [ 44.625s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
60442025-02-22T21:59:28.324Z PASS [ 16.502s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
60452025-02-22T21:59:32.671Z PASS [ 46.057s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
60462025-02-22T21:59:33.342Z PASS [ 15.847s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
60472025-02-22T21:59:35.110Z PASS [ 15.208s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
60482025-02-22T21:59:37.167Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
60492025-02-22T21:59:38.002Z PASS [ 26.510s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
60502025-02-22T21:59:38.300Z PASS [ 28.242s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
60512025-02-22T21:59:44.154Z PASS [ 16.098s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
60522025-02-22T21:59:45.182Z PASS [ 16.856s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
60532025-02-22T21:59:50.641Z PASS [ 17.296s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
60542025-02-22T21:59:51.038Z PASS [ 18.365s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
60552025-02-22T21:59:54.187Z PASS [ 19.074s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
60562025-02-22T21:59:55.651Z PASS [ 17.647s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
60572025-02-22T21:59:58.014Z PASS [ 19.711s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
60582025-02-22T22:00:00.039Z PASS [ 15.883s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
60592025-02-22T22:00:00.905Z PASS [ 15.720s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
60602025-02-22T22:00:04.596Z PASS [ 87.438s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
60612025-02-22T22:00:06.953Z PASS [ 15.913s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
60622025-02-22T22:00:07.795Z PASS [ 17.152s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
60632025-02-22T22:00:10.150Z PASS [ 15.961s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
60642025-02-22T22:00:12.726Z PASS [ 17.072s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
60652025-02-22T22:00:14.802Z PASS [ 16.786s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
60662025-02-22T22:00:16.802Z PASS [ 16.760s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
60672025-02-22T22:00:16.984Z PASS [ 16.078s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
60682025-02-22T22:00:21.026Z PASS [ 16.427s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
60692025-02-22T22:00:24.597Z PASS [ 17.642s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
60702025-02-22T22:00:25.165Z PASS [ 17.367s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
60712025-02-22T22:00:31.871Z PASS [ 17.066s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
60722025-02-22T22:00:33.712Z PASS [ 16.725s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
60732025-02-22T22:00:34.434Z PASS [ 17.630s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
60742025-02-22T22:00:39.119Z PASS [ 18.091s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
60752025-02-22T22:00:39.256Z PASS [ 29.102s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
60762025-02-22T22:00:41.235Z PASS [ 16.635s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
60772025-02-22T22:00:41.805Z PASS [ 29.075s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
60782025-02-22T22:00:51.855Z PASS [ 18.140s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
60792025-02-22T22:00:52.202Z PASS [ 27.034s] omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
60802025-02-22T22:00:53.036Z PASS [ 21.162s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
60812025-02-22T22:00:55.099Z PASS [ 20.662s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
60822025-02-22T22:01:02.466Z PASS [ 23.208s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
60832025-02-22T22:01:04.874Z PASS [ 25.752s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
60842025-02-22T22:01:04.937Z PASS [ 0.063s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
60852025-02-22T22:01:04.974Z PASS [ 0.036s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
60862025-02-22T22:01:05.038Z PASS [ 0.064s] omicron-package config::tests::multi_preset_arg
60872025-02-22T22:01:05.105Z PASS [ 0.067s] omicron-package dot::test::test_bad_dependency
60882025-02-22T22:01:05.147Z PASS [ 0.042s] omicron-package dot::test::test_dot_output
60892025-02-22T22:01:07.759Z PASS [ 25.951s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
60902025-02-22T22:01:07.788Z PASS [ 0.028s] omicron-passwords test::test_password_constraints
60912025-02-22T22:01:10.283Z PASS [ 7.816s] omicron-omdb::test_all_output test_omdb_usage_errors
60922025-02-22T22:01:10.290Z PASS [ 2.501s] omicron-passwords test::test_reproducible
60932025-02-22T22:01:10.331Z PASS [ 0.041s] omicron-passwords test::test_stable
60942025-02-22T22:01:10.357Z PASS [ 0.025s] omicron-passwords test::test_weak_hashes
60952025-02-22T22:01:10.384Z PASS [ 0.027s] omicron-rpaths internal::tests::test_configure_from_path
60962025-02-22T22:01:10.453Z PASS [ 0.068s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
60972025-02-22T22:01:10.479Z PASS [ 0.025s] omicron-rpaths internal::tests::test_emit_rpath
60982025-02-22T22:01:11.057Z PASS [ 0.577s] omicron-sled-agent artifact_store::test::list_get_put_delete
60992025-02-22T22:01:11.186Z PASS [ 0.130s] omicron-sled-agent artifact_store::test::no_dataset
61002025-02-22T22:01:11.320Z PASS [ 0.133s] omicron-sled-agent artifact_store::test::wrong_hash
61012025-02-22T22:01:11.461Z PASS [ 0.141s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
61022025-02-22T22:01:11.604Z PASS [ 19.399s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
61032025-02-22T22:01:11.705Z PASS [ 0.100s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
61042025-02-22T22:01:11.712Z PASS [ 6.563s] omicron-passwords test::test_compatible
61052025-02-22T22:01:11.805Z PASS [ 0.093s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
61062025-02-22T22:01:11.848Z PASS [ 0.143s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
61072025-02-22T22:01:11.929Z PASS [ 0.080s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
61082025-02-22T22:01:11.989Z PASS [ 0.059s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
61092025-02-22T22:01:12.021Z PASS [ 20.164s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
61102025-02-22T22:01:12.037Z PASS [ 0.047s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
61112025-02-22T22:01:12.053Z PASS [ 0.032s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
61122025-02-22T22:01:12.066Z PASS [ 0.605s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
61132025-02-22T22:01:12.072Z PASS [ 0.034s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
61142025-02-22T22:01:12.084Z PASS [ 0.030s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
61152025-02-22T22:01:12.104Z PASS [ 0.038s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
61162025-02-22T22:01:12.111Z PASS [ 0.038s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
61172025-02-22T22:01:12.120Z PASS [ 0.035s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
61182025-02-22T22:01:12.159Z PASS [ 0.038s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
61192025-02-22T22:01:12.165Z PASS [ 0.053s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
61202025-02-22T22:01:12.167Z PASS [ 0.060s] omicron-sled-agent config::test::test_smf_configs
61212025-02-22T22:01:12.200Z PASS [ 0.041s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
61222025-02-22T22:01:12.210Z PASS [ 0.045s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
61232025-02-22T22:01:12.217Z PASS [ 0.050s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
61242025-02-22T22:01:12.240Z PASS [ 0.040s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
61252025-02-22T22:01:12.357Z PASS [ 0.552s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
61262025-02-22T22:01:15.592Z PASS [ 22.554s] omicron-omdb::test_all_output test_omdb_env_settings
61272025-02-22T22:01:15.992Z PASS [ 3.634s] omicron-sled-agent instance::tests::test_instance_manager_creation
61282025-02-22T22:01:16.054Z PASS [ 0.061s] omicron-sled-agent probe_manager::test::probe_state_set_ops
61292025-02-22T22:01:16.088Z PASS [ 0.034s] omicron-sled-agent profile::tests::empty_profile
61302025-02-22T22:01:16.116Z PASS [ 3.905s] omicron-sled-agent instance::tests::test_instance_create_events_normal
61312025-02-22T22:01:16.123Z PASS [ 0.034s] omicron-sled-agent profile::tests::test_disabled_instance
61322025-02-22T22:01:16.149Z PASS [ 0.032s] omicron-sled-agent profile::tests::test_instance
61332025-02-22T22:01:16.156Z PASS [ 0.033s] omicron-sled-agent profile::tests::test_multiple
61342025-02-22T22:01:16.184Z PASS [ 0.034s] omicron-sled-agent profile::tests::test_property
61352025-02-22T22:01:16.191Z PASS [ 0.034s] omicron-sled-agent profile::tests::test_property_group
61362025-02-22T22:01:16.215Z PASS [ 0.031s] omicron-sled-agent profile::tests::test_service
61372025-02-22T22:01:16.221Z PASS [ 0.029s] omicron-sled-agent profile::tests::test_service_property_group
61382025-02-22T22:01:16.242Z PASS [ 0.027s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
61392025-02-22T22:01:16.252Z PASS [ 0.030s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
61402025-02-22T22:01:16.275Z PASS [ 0.033s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
61412025-02-22T22:01:16.282Z PASS [ 35.044s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
61422025-02-22T22:01:16.299Z PASS [ 0.047s] omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
61432025-02-22T22:01:16.328Z PASS [ 0.045s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
61442025-02-22T22:01:16.336Z PASS [ 0.060s] omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
61452025-02-22T22:01:17.256Z PASS [ 5.014s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
61462025-02-22T22:01:17.885Z PASS [ 5.667s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
61472025-02-22T22:01:19.704Z PASS [ 3.375s] omicron-sled-agent services::illumos_tests::test_ensure_service
61482025-02-22T22:01:19.796Z PASS [ 3.497s] omicron-sled-agent services::illumos_tests::test_bad_generations
61492025-02-22T22:01:19.836Z PASS [ 0.039s] omicron-sled-agent services::test::test_all_zones_requests_schema
61502025-02-22T22:01:19.876Z PASS [ 0.039s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
61512025-02-22T22:01:19.884Z PASS [ 3.547s] omicron-sled-agent services::illumos_tests::test_ensure_service_before_timesync
61522025-02-22T22:01:19.920Z PASS [ 0.044s] omicron-sled-agent services::test::test_fix_7229_zone_config_reconciliation
61532025-02-22T22:01:19.928Z PASS [ 0.041s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
61542025-02-22T22:01:19.962Z PASS [ 0.041s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
61552025-02-22T22:01:19.969Z PASS [ 0.041s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
61562025-02-22T22:01:20.003Z PASS [ 0.041s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
61572025-02-22T22:01:20.011Z PASS [ 0.042s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
61582025-02-22T22:01:20.047Z PASS [ 0.043s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
61592025-02-22T22:01:20.054Z PASS [ 0.042s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
61602025-02-22T22:01:20.093Z PASS [ 0.039s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
61612025-02-22T22:01:20.133Z PASS [ 0.040s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
61622025-02-22T22:01:20.171Z PASS [ 0.038s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
61632025-02-22T22:01:20.211Z PASS [ 0.040s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
61642025-02-22T22:01:20.251Z PASS [ 0.039s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
61652025-02-22T22:01:20.293Z PASS [ 0.042s] omicron-sled-agent sim::storage::test::nested_dataset
61662025-02-22T22:01:20.334Z PASS [ 0.040s] omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
61672025-02-22T22:01:20.372Z PASS [ 0.038s] omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
61682025-02-22T22:01:20.412Z PASS [ 0.040s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
61692025-02-22T22:01:20.453Z PASS [ 0.040s] omicron-sled-agent sim::storage::test::snapshot_needs_region
61702025-02-22T22:01:20.613Z PASS [ 3.356s] omicron-sled-agent services::illumos_tests::test_ensure_service_which_already_exists
61712025-02-22T22:01:21.117Z PASS [ 3.230s] omicron-sled-agent services::illumos_tests::test_services_are_recreated_on_reboot
61722025-02-22T22:01:21.369Z PASS [ 11.084s] omicron-passwords test::test_smoke
61732025-02-22T22:01:22.805Z PASS [ 3.099s] omicron-sled-agent services::illumos_tests::test_services_do_not_persist_without_config
61742025-02-22T22:01:22.857Z PASS [ 2.809s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
61752025-02-22T22:01:23.167Z PASS [ 28.065s] omicron-omdb::test_all_output test_omdb_success_cases
61762025-02-22T22:01:23.202Z PASS [ 0.034s] omicron-sled-agent updates::test::test_query_no_components
61772025-02-22T22:01:23.243Z PASS [ 0.041s] omicron-sled-agent updates::test::test_query_sled_agent_version
61782025-02-22T22:01:23.283Z PASS [ 0.040s] omicron-sled-agent updates::test::test_query_zone_version
61792025-02-22T22:01:23.318Z PASS [ 0.034s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
61802025-02-22T22:01:24.361Z PASS [ 3.908s] omicron-sled-agent support_bundle::storage::tests::basic_crud
61812025-02-22T22:01:24.886Z PASS [ 4.272s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
61822025-02-22T22:01:24.916Z PASS [ 0.030s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
61832025-02-22T22:01:25.487Z PASS [ 4.368s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
61842025-02-22T22:01:25.854Z PASS [ 4.484s] omicron-sled-agent support_bundle::storage::tests::creation_idempotency
61852025-02-22T22:01:27.637Z PASS [ 4.317s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
61862025-02-22T22:01:27.767Z PASS [ 0.130s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
61872025-02-22T22:01:27.807Z PASS [ 0.040s] omicron-sled-agent zone_bundle::tests::test_dir_size
61882025-02-22T22:01:27.863Z PASS [ 0.054s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
61892025-02-22T22:01:28.095Z PASS [ 5.237s] omicron-sled-agent support_bundle::storage::tests::ranges
61902025-02-22T22:01:28.215Z PASS [ 5.409s] omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
61912025-02-22T22:01:28.320Z PASS [ 3.958s] omicron-sled-agent zone_bundle::illumos_tests::test_context
61922025-02-22T22:01:28.418Z PASS [ 0.203s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
61932025-02-22T22:01:28.451Z PASS [ 0.032s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
61942025-02-22T22:01:28.475Z PASS [ 0.024s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
61952025-02-22T22:01:28.582Z PASS [ 0.720s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
61962025-02-22T22:01:28.655Z PASS [ 0.560s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
61972025-02-22T22:01:28.817Z PASS [ 3.329s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
61982025-02-22T22:01:28.838Z PASS [ 0.021s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
61992025-02-22T22:01:28.860Z PASS [ 0.022s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
62002025-02-22T22:01:28.928Z PASS [ 4.011s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
62012025-02-22T22:01:29.067Z PASS [ 0.206s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
62022025-02-22T22:01:29.070Z PASS [ 0.484s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
62032025-02-22T22:01:29.070Z PASS [ 0.591s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
62042025-02-22T22:01:29.130Z PASS [ 0.810s] omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
62052025-02-22T22:01:29.284Z PASS [ 0.216s] omicron-test-utils dev::db::test::test_bad_cmd
62062025-02-22T22:01:29.321Z PASS [ 0.037s] omicron-test-utils dev::db::test::test_make_pg_config_fail
62072025-02-22T22:01:29.347Z PASS [ 0.026s] omicron-test-utils dev::db::test::test_make_pg_config_ok
62082025-02-22T22:01:29.365Z PASS [ 0.436s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
62092025-02-22T22:01:29.376Z PASS [ 0.029s] omicron-test-utils dev::db::test::test_process_exit_abnormal
62102025-02-22T22:01:29.384Z PASS [ 0.254s] omicron-test-utils dev::db::test::test_database_start_hang
62112025-02-22T22:01:29.400Z PASS [ 0.034s] omicron-test-utils dev::db::test::test_process_exit_normal
62122025-02-22T22:01:29.469Z PASS [ 0.401s] omicron-test-utils dev::db::test::test_cmd_fails
62132025-02-22T22:01:29.501Z PASS [ 0.032s] omicron-test-utils dev::db::test::test_starter_tmpdir
62142025-02-22T22:01:29.578Z PASS [ 0.077s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
62152025-02-22T22:01:29.615Z PASS [ 3.760s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
62162025-02-22T22:01:29.621Z PASS [ 0.043s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
62172025-02-22T22:01:29.647Z PASS [ 0.031s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
62182025-02-22T22:01:29.660Z PASS [ 0.038s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
62192025-02-22T22:01:29.682Z PASS [ 1.026s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
62202025-02-22T22:01:29.721Z PASS [ 0.073s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
62212025-02-22T22:01:29.728Z PASS [ 0.068s] omicron-test-utils dev::test_cmds::tests::test_redact_section
62222025-02-22T22:01:29.865Z LEAK [ 0.489s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
62232025-02-22T22:01:30.092Z PASS [ 0.226s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
62242025-02-22T22:01:30.291Z PASS [ 0.563s] oximeter test::timeseries_schema_consistency
62252025-02-22T22:01:30.320Z PASS [ 0.637s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
62262025-02-22T22:01:30.459Z PASS [ 0.139s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
62272025-02-22T22:01:30.462Z PASS [ 0.367s] oximeter-collector agent::tests::test_self_stat_collection_count
62282025-02-22T22:01:30.462Z PASS [ 0.168s] oximeter-collector agent::tests::test_self_stat_error_counter
62292025-02-22T22:01:30.491Z PASS [ 0.032s] oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
62302025-02-22T22:01:30.522Z PASS [ 0.030s] oximeter-collector self_stats::tests::test_failure_reason_serialization
62312025-02-22T22:01:30.604Z PASS [ 0.144s] oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
62322025-02-22T22:01:30.635Z PASS [ 0.031s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
62332025-02-22T22:01:30.654Z PASS [ 1.253s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
62342025-02-22T22:01:30.665Z PASS [ 0.030s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
62352025-02-22T22:01:30.678Z PASS [ 0.024s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
62362025-02-22T22:01:30.691Z PASS [ 0.025s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
62372025-02-22T22:01:30.697Z PASS [ 1.629s] omicron-test-utils dev::db::test::test_database_concurrent
62382025-02-22T22:01:30.704Z PASS [ 0.025s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
62392025-02-22T22:01:30.818Z PASS [ 1.097s] openapi-manager check::tests::check_apis_up_to_date
62402025-02-22T22:01:30.924Z PASS [ 0.402s] oximeter-collector::test_commands test_oximeter_no_args
62412025-02-22T22:01:31.515Z PASS [ 1.056s] oximeter-collector agent::tests::verify_producer_details
62422025-02-22T22:01:31.549Z PASS [ 0.625s] oximeter-db client::tests::can_ping_clickhouse
62432025-02-22T22:01:31.635Z PASS [ 0.086s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
62442025-02-22T22:01:31.717Z PASS [ 1.026s] oximeter-db client::oxql::tests::test_get_entire_table
62452025-02-22T22:01:31.734Z PASS [ 1.029s] oximeter-db client::oxql::tests::test_get_one_timeseries
62462025-02-22T22:01:31.810Z PASS [ 1.112s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
62472025-02-22T22:01:31.987Z PASS [ 1.168s] oximeter-db client::oxql::tests::test_limit_operations
62482025-02-22T22:01:32.430Z PASS [ 0.619s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
62492025-02-22T22:01:32.518Z PASS [ 0.801s] oximeter-db client::tests::read_latest_version_reports_max
62502025-02-22T22:01:32.521Z PASS [ 0.784s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
62512025-02-22T22:01:32.756Z PASS [ 0.768s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
62522025-02-22T22:01:33.141Z PASS [ 0.622s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
62532025-02-22T22:01:33.271Z PASS [ 0.841s] oximeter-db client::tests::select_timeseries_with_select_one
62542025-02-22T22:01:33.315Z PASS [ 0.796s] oximeter-db client::tests::test_client_select_timeseries_one
62552025-02-22T22:01:33.890Z PASS [ 1.134s] oximeter-db client::tests::test_database_version_update_is_idempotent
62562025-02-22T22:01:33.968Z PASS [ 0.827s] oximeter-db client::tests::test_database_version_will_not_downgrade
62572025-02-22T22:01:34.037Z PASS [ 0.765s] oximeter-db client::tests::test_database_version_will_not_upgrade
62582025-02-22T22:01:34.085Z PASS [ 0.769s] oximeter-db client::tests::test_differentiate_by_timeseries_name
62592025-02-22T22:01:34.186Z PASS [ 2.550s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
62602025-02-22T22:01:34.669Z PASS [ 0.778s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
62612025-02-22T22:01:34.715Z PASS [ 0.746s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
62622025-02-22T22:01:34.795Z PASS [ 0.758s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
62632025-02-22T22:01:34.977Z PASS [ 0.790s] oximeter-db client::tests::test_field_record_count
62642025-02-22T22:01:35.288Z PASS [ 1.203s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
62652025-02-22T22:01:35.623Z PASS [ 0.953s] oximeter-db client::tests::test_get_schema_no_new_values
62662025-02-22T22:01:35.649Z PASS [ 0.853s] oximeter-db client::tests::test_is_oximeter_cluster
62672025-02-22T22:01:35.657Z PASS [ 0.033s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
62682025-02-22T22:01:35.665Z PASS [ 0.950s] oximeter-db client::tests::test_insert_samples
62692025-02-22T22:01:35.681Z PASS [ 0.032s] oximeter-db client::tests::test_read_timeseries_to_delete
62702025-02-22T22:01:35.688Z PASS [ 0.030s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
62712025-02-22T22:01:35.694Z PASS [ 0.027s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
62722025-02-22T22:01:35.796Z PASS [ 0.819s] oximeter-db client::tests::test_list_timeseries
62732025-02-22T22:01:36.102Z PASS [ 0.813s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
62742025-02-22T22:01:36.547Z PASS [ 7.161s] omicron-test-utils dev::db::test::test_setup_database_default_dir
62752025-02-22T22:01:36.579Z PASS [ 0.890s] oximeter-db client::tests::test_schema_mismatch
62762025-02-22T22:01:36.581Z PASS [ 0.884s] oximeter-db client::tests::test_schema_update
62772025-02-22T22:01:36.674Z PASS [ 0.878s] oximeter-db client::tests::test_select_all_datum_types
62782025-02-22T22:01:36.886Z PASS [ 0.783s] oximeter-db client::tests::test_select_all_field_types
62792025-02-22T22:01:36.968Z PASS [ 1.287s] oximeter-db client::tests::test_recall_of_all_fields
62802025-02-22T22:01:37.349Z PASS [ 0.802s] oximeter-db client::tests::test_select_timeseries_with_all
62812025-02-22T22:01:37.491Z PASS [ 0.816s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
62822025-02-22T22:01:37.585Z PASS [ 1.005s] oximeter-db client::tests::test_select_timeseries_with_order
62832025-02-22T22:01:37.612Z PASS [ 0.027s] oximeter-db client::tests::test_unravel_index
62842025-02-22T22:01:37.629Z PASS [ 1.049s] oximeter-db client::tests::test_select_timeseries_with_limit
62852025-02-22T22:01:37.675Z PASS [ 0.045s] oximeter-db client::tests::test_verify_schema_upgrades
62862025-02-22T22:01:37.705Z PASS [ 0.030s] oximeter-db model::fields::tests::test_extract_fields_as_block
62872025-02-22T22:01:37.717Z PASS [ 0.831s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
62882025-02-22T22:01:37.732Z PASS [ 0.027s] oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
62892025-02-22T22:01:37.744Z PASS [ 0.027s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
62902025-02-22T22:01:37.763Z PASS [ 0.030s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
62912025-02-22T22:01:37.774Z PASS [ 0.030s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
62922025-02-22T22:01:37.789Z PASS [ 0.026s] oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
62932025-02-22T22:01:37.798Z PASS [ 0.024s] oximeter-db native::block::tests::concat_blocks
62942025-02-22T22:01:37.803Z PASS [ 0.830s] oximeter-db client::tests::test_select_timeseries_with_start_time
62952025-02-22T22:01:37.813Z PASS [ 0.023s] oximeter-db native::block::tests::datetime64_scale_checks_range
62962025-02-22T22:01:37.820Z PASS [ 0.022s] oximeter-db native::block::tests::parse_date_time
62972025-02-22T22:01:37.826Z PASS [ 0.022s] oximeter-db native::block::tests::parse_date_time64
62982025-02-22T22:01:37.834Z PASS [ 0.021s] oximeter-db native::block::tests::parse_escaped_date_time64
62992025-02-22T22:01:37.841Z PASS [ 0.020s] oximeter-db native::block::tests::test_data_type_to_string
63002025-02-22T22:01:37.846Z PASS [ 0.020s] oximeter-db native::block::tests::test_datetime64_conversions
63012025-02-22T22:01:37.857Z PASS [ 0.023s] oximeter-db native::block::tests::test_parse_all_known_timezones
63022025-02-22T22:01:37.863Z PASS [ 0.021s] oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
63032025-02-22T22:01:37.868Z PASS [ 0.021s] oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
63042025-02-22T22:01:37.880Z PASS [ 0.023s] oximeter-db native::block::tests::test_parse_enum8
63052025-02-22T22:01:37.886Z PASS [ 0.022s] oximeter-db native::block::tests::test_parse_enum_variant
63062025-02-22T22:01:37.892Z PASS [ 0.023s] oximeter-db native::block::tests::test_parse_invalid_data_type
63072025-02-22T22:01:38.254Z PASS [ 0.762s] oximeter-db client::tests::test_timeseries_schema_list
63082025-02-22T22:01:38.357Z PASS [ 0.744s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
63092025-02-22T22:01:38.466Z PASS [ 0.585s] oximeter-db native::connection::tests::test_basic_select_query
63102025-02-22T22:01:38.474Z PASS [ 0.581s] oximeter-db native::connection::tests::test_exchange_hello
63112025-02-22T22:01:38.567Z PASS [ 0.680s] oximeter-db native::connection::tests::test_can_cancel_query
63122025-02-22T22:01:38.582Z PASS [ 1.232s] oximeter-db client::tests::test_sql_query_output
63132025-02-22T22:01:38.827Z PASS [ 0.573s] oximeter-db native::connection::tests::test_insert_and_select_data
63142025-02-22T22:01:38.850Z PASS [ 0.023s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
63152025-02-22T22:01:38.867Z PASS [ 0.017s] oximeter-db native::io::block::tests::test_decode_full_block
63162025-02-22T22:01:38.883Z PASS [ 0.016s] oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
63172025-02-22T22:01:38.904Z PASS [ 0.020s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
63182025-02-22T22:01:38.923Z PASS [ 0.019s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
63192025-02-22T22:01:38.928Z PASS [ 0.571s] oximeter-db native::connection::tests::test_insert_and_select_uuid
63202025-02-22T22:01:38.941Z PASS [ 0.017s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
63212025-02-22T22:01:38.945Z PASS [ 0.016s] oximeter-db native::io::column::tests::test_decode_string_column
63222025-02-22T22:01:38.958Z PASS [ 0.017s] oximeter-db native::io::column::tests::test_decode_uint64_column
63232025-02-22T22:01:38.962Z PASS [ 0.016s] oximeter-db native::io::column::tests::test_decode_uint8_column
63242025-02-22T22:01:38.974Z PASS [ 0.016s] oximeter-db native::io::column::tests::test_decode_uuid_column
63252025-02-22T22:01:38.980Z PASS [ 0.017s] oximeter-db native::io::column::tests::test_encode_decode_column
63262025-02-22T22:01:38.991Z PASS [ 0.016s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
63272025-02-22T22:01:38.996Z PASS [ 0.016s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
63282025-02-22T22:01:39.011Z PASS [ 0.020s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
63292025-02-22T22:01:39.018Z PASS [ 0.021s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
63302025-02-22T22:01:39.031Z PASS [ 0.019s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
63312025-02-22T22:01:39.038Z PASS [ 0.019s] oximeter-db native::io::packet::server::tests::test_decode_pong
63322025-02-22T22:01:39.048Z PASS [ 0.582s] oximeter-db native::connection::tests::test_select_array_column
63332025-02-22T22:01:39.053Z PASS [ 0.021s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
63342025-02-22T22:01:39.055Z PASS [ 0.578s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
63352025-02-22T22:01:39.061Z PASS [ 0.019s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
63362025-02-22T22:01:39.068Z PASS [ 0.019s] oximeter-db native::io::string::test::test_encode_decode
63372025-02-22T22:01:39.075Z PASS [ 0.022s] oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
63382025-02-22T22:01:39.080Z PASS [ 0.026s] oximeter-db native::io::string::test::test_encode_hello_world
63392025-02-22T22:01:39.085Z PASS [ 0.023s] oximeter-db native::io::table_columns::tests::test_column_count
63402025-02-22T22:01:39.091Z PASS [ 0.023s] oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
63412025-02-22T22:01:39.099Z PASS [ 0.023s] oximeter-db native::io::table_columns::tests::test_column_description_with_default
63422025-02-22T22:01:39.106Z PASS [ 0.025s] oximeter-db native::io::table_columns::tests::test_column_descriptions
63432025-02-22T22:01:39.111Z PASS [ 0.026s] oximeter-db native::io::varuint::test_encode_decode_varuint
63442025-02-22T22:01:39.117Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
63452025-02-22T22:01:39.123Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
63462025-02-22T22:01:39.129Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_comparison
63472025-02-22T22:01:39.134Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
63482025-02-22T22:01:39.139Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_double_literal
63492025-02-22T22:01:39.145Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
63502025-02-22T22:01:39.150Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
63512025-02-22T22:01:39.152Z PASS [ 0.583s] oximeter-db native::connection::tests::test_select_nullable_column
63522025-02-22T22:01:39.159Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
63532025-02-22T22:01:39.162Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
63542025-02-22T22:01:39.162Z PASS [ 0.573s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
63552025-02-22T22:01:39.168Z PASS [ 0.018s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
63562025-02-22T22:01:39.172Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
63572025-02-22T22:01:39.179Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
63582025-02-22T22:01:39.182Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_group_by
63592025-02-22T22:01:39.185Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
63602025-02-22T22:01:39.189Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
63612025-02-22T22:01:39.193Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
63622025-02-22T22:01:39.196Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_ident
63632025-02-22T22:01:39.199Z PASS [ 0.018s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
63642025-02-22T22:01:39.207Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
63652025-02-22T22:01:39.210Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
63662025-02-22T22:01:39.220Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
63672025-02-22T22:01:39.222Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
63682025-02-22T22:01:39.222Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
63692025-02-22T22:01:39.233Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
63702025-02-22T22:01:39.235Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
63712025-02-22T22:01:39.242Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_query
63722025-02-22T22:01:39.248Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
63732025-02-22T22:01:39.253Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
63742025-02-22T22:01:39.256Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
63752025-02-22T22:01:39.262Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
63762025-02-22T22:01:39.264Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_reducer
63772025-02-22T22:01:39.270Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
63782025-02-22T22:01:39.274Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
63792025-02-22T22:01:39.280Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
63802025-02-22T22:01:39.286Z PASS [ 0.023s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
63812025-02-22T22:01:39.288Z PASS [ 0.022s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
63822025-02-22T22:01:39.292Z PASS [ 0.021s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
63832025-02-22T22:01:39.298Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
63842025-02-22T22:01:39.302Z PASS [ 0.021s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
63852025-02-22T22:01:39.307Z PASS [ 0.020s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
63862025-02-22T22:01:39.316Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
63872025-02-22T22:01:39.321Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
63882025-02-22T22:01:39.321Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
63892025-02-22T22:01:39.331Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
63902025-02-22T22:01:39.333Z PASS [ 0.019s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
63912025-02-22T22:01:39.337Z PASS [ 0.019s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
63922025-02-22T22:01:39.347Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
63932025-02-22T22:01:39.353Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
63942025-02-22T22:01:39.355Z PASS [ 0.021s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
63952025-02-22T22:01:39.362Z PASS [ 0.020s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
63962025-02-22T22:01:39.362Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
63972025-02-22T22:01:39.370Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
63982025-02-22T22:01:39.373Z PASS [ 0.017s] oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
63992025-02-22T22:01:39.379Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
64002025-02-22T22:01:39.384Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
64012025-02-22T22:01:39.388Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
64022025-02-22T22:01:39.392Z PASS [ 0.021s] oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
64032025-02-22T22:01:39.397Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
64042025-02-22T22:01:39.400Z PASS [ 0.018s] oximeter-db oxql::plan::align::test::test_align_input_schema
64052025-02-22T22:01:39.479Z PASS [ 0.091s] oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
64062025-02-22T22:01:39.488Z PASS [ 0.095s] oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
64072025-02-22T22:01:39.496Z PASS [ 0.112s] oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
64082025-02-22T22:01:39.506Z PASS [ 0.108s] oximeter-db oxql::plan::plan::tests::cannot_join_one_table
64092025-02-22T22:01:39.511Z PASS [ 0.112s] oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
64102025-02-22T22:01:39.576Z PASS [ 0.096s] oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
64112025-02-22T22:01:39.586Z PASS [ 0.089s] oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
64122025-02-22T22:01:39.605Z PASS [ 0.116s] oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
64132025-02-22T22:01:39.616Z PASS [ 0.110s] oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
64142025-02-22T22:01:39.622Z PASS [ 0.111s] oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
64152025-02-22T22:01:39.685Z PASS [ 0.109s] oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
64162025-02-22T22:01:39.695Z PASS [ 0.108s] oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
64172025-02-22T22:01:39.718Z PASS [ 0.095s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
64182025-02-22T22:01:39.720Z PASS [ 0.112s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
64192025-02-22T22:01:39.729Z PASS [ 0.112s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
64202025-02-22T22:01:39.782Z PASS [ 0.097s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
64212025-02-22T22:01:39.804Z PASS [ 0.109s] oximeter-db oxql::plan::plan::tests::requires_full_table_scan
64222025-02-22T22:01:39.819Z PASS [ 0.090s] oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
64232025-02-22T22:01:39.828Z PASS [ 0.110s] oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
64242025-02-22T22:01:39.834Z PASS [ 0.116s] oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
64252025-02-22T22:01:39.851Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_limits
64262025-02-22T22:01:39.857Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
64272025-02-22T22:01:39.873Z PASS [ 0.021s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
64282025-02-22T22:01:39.879Z PASS [ 0.021s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
64292025-02-22T22:01:39.892Z PASS [ 0.109s] oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
64302025-02-22T22:01:39.896Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
64312025-02-22T22:01:39.902Z PASS [ 0.021s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
64322025-02-22T22:01:39.908Z PASS [ 0.103s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
64332025-02-22T22:01:39.914Z PASS [ 0.021s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
64342025-02-22T22:01:39.919Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
64352025-02-22T22:01:39.926Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_predicates
64362025-02-22T22:01:39.931Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
64372025-02-22T22:01:39.938Z PASS [ 0.118s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
64382025-02-22T22:01:39.940Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
64392025-02-22T22:01:39.943Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
64402025-02-22T22:01:39.954Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_query_end_time
64412025-02-22T22:01:39.958Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
64422025-02-22T22:01:39.960Z PASS [ 0.020s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
64432025-02-22T22:01:39.966Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
64442025-02-22T22:01:39.968Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
64452025-02-22T22:01:39.976Z PASS [ 0.017s] oximeter-db query::tests::test_field_selector_as_query
64462025-02-22T22:01:39.982Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_split_query
64472025-02-22T22:01:39.984Z PASS [ 0.023s] oximeter-db query::tests::test_field_cmp
64482025-02-22T22:01:39.991Z PASS [ 0.023s] oximeter-db query::tests::test_field_value_as_db_str
64492025-02-22T22:01:39.996Z PASS [ 0.028s] oximeter-db query::tests::test_select_query_builder_field_selectors
64502025-02-22T22:01:40.007Z PASS [ 0.030s] oximeter-db query::tests::test_select_query_builder_filter_raw
64512025-02-22T22:01:40.009Z PASS [ 0.025s] oximeter-db query::tests::test_select_query_builder_from_parts
64522025-02-22T22:01:40.017Z PASS [ 0.030s] oximeter-db query::tests::test_select_query_builder_full
64532025-02-22T22:01:40.019Z PASS [ 0.022s] oximeter-db query::tests::test_select_query_builder_limit_offset
64542025-02-22T22:01:40.019Z PASS [ 0.020s] oximeter-db query::tests::test_select_query_builder_no_fields
64552025-02-22T22:01:40.033Z PASS [ 0.026s] oximeter-db query::tests::test_select_query_builder_no_selectors
64562025-02-22T22:01:40.038Z PASS [ 0.020s] oximeter-db query::tests::test_time_range
64572025-02-22T22:01:40.041Z PASS [ 0.031s] oximeter-db query::tests::test_string_field_selector
64582025-02-22T22:01:40.048Z PASS [ 0.030s] oximeter-db sql::tests::test_allow_subqueries
64592025-02-22T22:01:40.053Z PASS [ 0.035s] oximeter-db sql::tests::test_allow_limit_offset
64602025-02-22T22:01:40.059Z PASS [ 0.025s] oximeter-db sql::tests::test_cannot_name_database
64612025-02-22T22:01:40.065Z PASS [ 0.026s] oximeter-db sql::tests::test_ctes_are_not_supported
64622025-02-22T22:01:40.070Z PASS [ 0.030s] oximeter-db sql::tests::test_function_allow_list
64632025-02-22T22:01:40.076Z PASS [ 0.021s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
64642025-02-22T22:01:40.091Z PASS [ 0.031s] oximeter-db sql::tests::test_query_must_be_select_statement
64652025-02-22T22:01:40.091Z PASS [ 0.026s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
64662025-02-22T22:01:40.096Z PASS [ 0.047s] oximeter-db sql::tests::test_join_must_be_inner
64672025-02-22T22:01:40.101Z PASS [ 0.025s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
64682025-02-22T22:01:40.103Z PASS [ 0.030s] oximeter-db sql::tests::test_require_table_is_timeseries_name
64692025-02-22T22:01:40.117Z PASS [ 0.026s] oximeter-db sql::tests::test_with_comma_join_fails
64702025-02-22T22:01:40.122Z PASS [ 0.030s] oximeter-db tests::test_timeseries_key_field_stability
64712025-02-22T22:01:40.128Z PASS [ 0.031s] oximeter-db tests::test_timeseries_key_sample_stability
64722025-02-22T22:01:40.203Z PASS [ 0.085s] oximeter-instruments http::tests::test_latency_tracker
64732025-02-22T22:01:40.320Z PASS [ 0.198s] oximeter-instruments kstat::link::tests::test_kstat_interested
64742025-02-22T22:01:40.483Z PASS [ 0.280s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
64752025-02-22T22:01:40.485Z PASS [ 0.354s] oximeter-instruments kstat::link::tests::test_kstat_sampler
64762025-02-22T22:01:40.496Z PASS [ 0.171s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
64772025-02-22T22:01:40.539Z PASS [ 1.318s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
64782025-02-22T22:01:40.542Z PASS [ 0.055s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
64792025-02-22T22:01:40.550Z PASS [ 0.061s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
64802025-02-22T22:01:40.552Z PASS [ 0.053s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
64812025-02-22T22:01:40.579Z PASS [ 0.029s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
64822025-02-22T22:01:40.582Z PASS [ 0.029s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
64832025-02-22T22:01:40.582Z PASS [ 0.040s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
64842025-02-22T22:01:40.593Z PASS [ 0.046s] oximeter-instruments kstat::link::tests::test_sled_datalink
64852025-02-22T22:01:40.600Z PASS [ 0.020s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
64862025-02-22T22:01:40.606Z PASS [ 0.026s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
64872025-02-22T22:01:40.611Z PASS [ 0.031s] oximeter-macro-impl tests::test_metric_annotated_field
64882025-02-22T22:01:40.617Z PASS [ 0.022s] oximeter-macro-impl tests::test_metric_datum_field
64892025-02-22T22:01:40.622Z PASS [ 0.021s] oximeter-macro-impl tests::test_metric_enum
64902025-02-22T22:01:40.628Z PASS [ 0.021s] oximeter-macro-impl tests::test_metric_without_datum_field
64912025-02-22T22:01:40.634Z PASS [ 0.021s] oximeter-macro-impl tests::test_target
64922025-02-22T22:01:40.637Z PASS [ 0.017s] oximeter-macro-impl tests::test_target_empty_struct
64932025-02-22T22:01:40.644Z PASS [ 0.021s] oximeter-macro-impl tests::test_target_enum
64942025-02-22T22:01:40.651Z PASS [ 0.017s] oximeter-macro-impl tests::test_target_unit_struct
64952025-02-22T22:01:40.657Z PASS [ 0.023s] oximeter-macro-impl tests::test_target_with_datum_field
64962025-02-22T22:01:40.735Z PASS [ 0.090s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
64972025-02-22T22:01:40.742Z PASS [ 0.090s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
64982025-02-22T22:01:40.744Z PASS [ 0.084s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
64992025-02-22T22:01:40.761Z PASS [ 0.025s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
65002025-02-22T22:01:40.770Z PASS [ 0.027s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
65012025-02-22T22:01:40.779Z PASS [ 0.037s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
65022025-02-22T22:01:40.787Z PASS [ 0.025s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
65032025-02-22T22:01:40.811Z PASS [ 0.040s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
65042025-02-22T22:01:40.813Z PASS [ 0.031s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
65052025-02-22T22:01:40.821Z PASS [ 0.034s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
65062025-02-22T22:01:40.834Z PASS [ 0.022s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
65072025-02-22T22:01:40.840Z PASS [ 0.018s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
65082025-02-22T22:01:40.852Z PASS [ 0.041s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
65092025-02-22T22:01:40.858Z PASS [ 0.024s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
65102025-02-22T22:01:40.860Z PASS [ 0.018s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
65112025-02-22T22:01:40.876Z PASS [ 0.023s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
65122025-02-22T22:01:40.882Z PASS [ 0.023s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
65132025-02-22T22:01:40.889Z PASS [ 0.029s] oximeter-schema ir::tests::fail_on_empty_descriptions
65142025-02-22T22:01:40.908Z PASS [ 0.025s] oximeter-schema ir::tests::fail_on_empty_target_name
65152025-02-22T22:01:40.910Z PASS [ 0.032s] oximeter-schema ir::tests::fail_on_empty_metric_name
65162025-02-22T22:01:40.919Z PASS [ 0.025s] oximeter-schema ir::tests::fail_on_very_long_field_names
65172025-02-22T22:01:40.934Z PASS [ 0.026s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
65182025-02-22T22:01:40.940Z PASS [ 0.031s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
65192025-02-22T22:01:40.945Z PASS [ 0.025s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
65202025-02-22T22:01:40.966Z PASS [ 0.026s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
65212025-02-22T22:01:40.972Z PASS [ 0.038s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
65222025-02-22T22:01:40.975Z PASS [ 0.026s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
65232025-02-22T22:01:40.992Z PASS [ 0.026s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
65242025-02-22T22:01:40.999Z PASS [ 0.026s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
65252025-02-22T22:01:41.005Z PASS [ 0.028s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
65262025-02-22T22:01:41.019Z PASS [ 0.027s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
65272025-02-22T22:01:41.025Z PASS [ 0.025s] oximeter-schema ir::tests::only_support_format_version_1
65282025-02-22T22:01:41.030Z PASS [ 0.020s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
65292025-02-22T22:01:41.038Z PASS [ 0.019s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
65302025-02-22T22:01:41.124Z PASS [ 0.094s] oximeter-test-utils tests::test_sample_struct
65312025-02-22T22:01:41.124Z PASS [ 0.086s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
65322025-02-22T22:01:41.131Z PASS [ 0.105s] oximeter-test-utils tests::test_gen_test_samples
65332025-02-22T22:01:41.149Z PASS [ 0.024s] oximeter-test-utils tests::test_timeseries_schema_from_sample
65342025-02-22T22:01:41.154Z PASS [ 0.022s] oximeter-types histogram::tests::test_bin_range
65352025-02-22T22:01:41.156Z PASS [ 0.028s] oximeter-test-utils tests::test_timeseries_schema_from_parts
65362025-02-22T22:01:41.166Z PASS [ 0.017s] oximeter-types histogram::tests::test_bin_range_from
65372025-02-22T22:01:41.171Z PASS [ 0.017s] oximeter-types histogram::tests::test_bin_range_to
65382025-02-22T22:01:41.178Z PASS [ 0.024s] oximeter-types histogram::tests::test_empty_bins_not_supported
65392025-02-22T22:01:41.185Z PASS [ 0.019s] oximeter-types histogram::tests::test_ensure_finite
65402025-02-22T22:01:41.199Z PASS [ 0.027s] oximeter-types histogram::tests::test_histogram
65412025-02-22T22:01:41.203Z PASS [ 0.024s] oximeter-types histogram::tests::test_histogram_construct_with
65422025-02-22T22:01:41.206Z PASS [ 0.018s] oximeter-types histogram::tests::test_histogram_extreme_bins
65432025-02-22T22:01:41.215Z PASS [ 0.016s] oximeter-types histogram::tests::test_histogram_extreme_samples
65442025-02-22T22:01:41.220Z PASS [ 0.016s] oximeter-types histogram::tests::test_histogram_float_bins
65452025-02-22T22:01:41.224Z PASS [ 0.019s] oximeter-types histogram::tests::test_histogram_unbounded_samples
65462025-02-22T22:01:41.236Z PASS [ 0.020s] oximeter-types histogram::tests::test_histogram_unsorted_bins
65472025-02-22T22:01:41.240Z PASS [ 0.016s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
65482025-02-22T22:01:41.243Z PASS [ 0.021s] oximeter-types histogram::tests::test_histogram_with_bins
65492025-02-22T22:01:41.255Z PASS [ 0.019s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
65502025-02-22T22:01:41.259Z PASS [ 0.018s] oximeter-types histogram::tests::test_log_bins_u64
65512025-02-22T22:01:41.263Z PASS [ 0.022s] oximeter-types histogram::tests::test_log_bins_u8
65522025-02-22T22:01:41.276Z PASS [ 0.016s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
65532025-02-22T22:01:41.283Z PASS [ 0.019s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
65542025-02-22T22:01:41.290Z PASS [ 0.035s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
65552025-02-22T22:01:41.296Z PASS [ 0.020s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
65562025-02-22T22:01:41.301Z PASS [ 0.018s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
65572025-02-22T22:01:41.308Z PASS [ 0.018s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
65582025-02-22T22:01:41.314Z PASS [ 0.018s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
65592025-02-22T22:01:41.318Z PASS [ 0.016s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
65602025-02-22T22:01:41.324Z PASS [ 0.016s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
65612025-02-22T22:01:41.330Z PASS [ 0.015s] oximeter-types histogram::tests::test_span_decades
65622025-02-22T22:01:41.334Z PASS [ 0.016s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
65632025-02-22T22:01:41.341Z PASS [ 0.016s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
65642025-02-22T22:01:41.346Z PASS [ 0.016s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
65652025-02-22T22:01:41.350Z PASS [ 0.015s] oximeter-types quantile::tests::test_default_percentiles
65662025-02-22T22:01:41.357Z PASS [ 0.016s] oximeter-types quantile::tests::test_empty_observations
65672025-02-22T22:01:41.363Z PASS [ 0.016s] oximeter-types quantile::tests::test_find_cells
65682025-02-22T22:01:41.367Z PASS [ 0.016s] oximeter-types quantile::tests::test_float_observations
65692025-02-22T22:01:41.375Z PASS [ 0.017s] oximeter-types quantile::tests::test_integer_observations
65702025-02-22T22:01:41.379Z PASS [ 0.016s] oximeter-types quantile::tests::test_invalid_p_value
65712025-02-22T22:01:41.384Z PASS [ 0.017s] oximeter-types quantile::tests::test_max_p
65722025-02-22T22:01:41.392Z PASS [ 0.017s] oximeter-types quantile::tests::test_min_p
65732025-02-22T22:01:41.397Z PASS [ 0.017s] oximeter-types quantile::tests::test_non_filled_observations
65742025-02-22T22:01:41.408Z PASS [ 0.024s] oximeter-types quantile::tests::test_rounding
65752025-02-22T22:01:41.413Z PASS [ 0.021s] oximeter-types schema::tests::test_field_schema_ordering
65762025-02-22T22:01:41.433Z PASS [ 0.019s] oximeter-types traits::tests::test_metric_trait
65772025-02-22T22:01:41.440Z PASS [ 0.043s] oximeter-types schema::tests::test_timeseries_name
65782025-02-22T22:01:41.445Z PASS [ 0.036s] oximeter-types schema::tests::test_timeseries_name_from_str
65792025-02-22T22:01:41.454Z PASS [ 0.020s] oximeter-types traits::tests::test_producer_trait
65802025-02-22T22:01:41.458Z PASS [ 0.018s] oximeter-types traits::tests::test_target_trait
65812025-02-22T22:01:41.462Z PASS [ 0.016s] oximeter-types types::tests::test_cumulative_f64
65822025-02-22T22:01:41.469Z PASS [ 0.015s] oximeter-types types::tests::test_cumulative_i64
65832025-02-22T22:01:41.474Z PASS [ 0.016s] oximeter-types types::tests::test_datum
65842025-02-22T22:01:41.480Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
65852025-02-22T22:01:41.486Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
65862025-02-22T22:01:41.490Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
65872025-02-22T22:01:41.495Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
65882025-02-22T22:01:41.503Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
65892025-02-22T22:01:41.507Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
65902025-02-22T22:01:41.511Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
65912025-02-22T22:01:41.520Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
65922025-02-22T22:01:41.524Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
65932025-02-22T22:01:41.529Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
65942025-02-22T22:01:41.538Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
65952025-02-22T22:01:41.542Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
65962025-02-22T22:01:41.547Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
65972025-02-22T22:01:41.555Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
65982025-02-22T22:01:41.559Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
65992025-02-22T22:01:41.564Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
66002025-02-22T22:01:41.571Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
66012025-02-22T22:01:41.579Z PASS [ 0.020s] oximeter-types types::tests::test_measurement
66022025-02-22T22:01:41.584Z PASS [ 0.019s] oximeter-types types::tests::test_verify_field_names
66032025-02-22T22:01:41.589Z PASS [ 0.017s] oxlog tests::test_is_oxide_smf_log_file
66042025-02-22T22:01:41.594Z PASS [ 0.014s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
66052025-02-22T22:01:41.601Z PASS [ 0.017s] oxlog tests::test_sort_logs
66062025-02-22T22:01:41.642Z PASS [ 0.041s] oxql-types point::tests::test_cast_points_from_double_distribution
66072025-02-22T22:01:41.645Z PASS [ 0.048s] oxql-types point::tests::test_cast_points_from_double
66082025-02-22T22:01:41.645Z PASS [ 0.053s] oxql-types point::tests::test_cast_points_from_bool
66092025-02-22T22:01:41.660Z PASS [ 0.018s] oxql-types point::tests::test_cast_points_from_int_distribution
66102025-02-22T22:01:41.665Z PASS [ 0.021s] oxql-types point::tests::test_cast_points_from_integer
66112025-02-22T22:01:41.680Z PASS [ 0.019s] oxql-types point::tests::test_join_point_arrays
66122025-02-22T22:01:41.684Z PASS [ 0.034s] oxql-types point::tests::test_cast_points_from_string
66132025-02-22T22:01:41.687Z PASS [ 0.019s] oxql-types point::tests::test_point_delta_between
66142025-02-22T22:01:41.696Z PASS [ 0.016s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
66152025-02-22T22:01:41.701Z PASS [ 0.016s] oxql-types point::tests::test_push_concrete_values
66162025-02-22T22:01:41.705Z PASS [ 0.020s] oxql-types point::tests::test_point_delta_between_with_new_epoch
66172025-02-22T22:01:41.717Z PASS [ 0.020s] oxql-types point::tests::test_sub_between_histogram_distributions
66182025-02-22T22:01:41.731Z PASS [ 0.014s] range-requests test::invalid_ranges
66192025-02-22T22:01:41.746Z PASS [ 0.014s] range-requests test::parse_range_invalid
66202025-02-22T22:01:41.748Z PASS [ 0.045s] range-requests test::get_response_no_range
66212025-02-22T22:01:41.751Z PASS [ 0.045s] range-requests test::get_response_with_range
66222025-02-22T22:01:41.762Z PASS [ 0.016s] range-requests test::parse_range_valid
66232025-02-22T22:01:41.771Z PASS [ 0.020s] range-requests test::single_range_parsing_does_not_crash
66242025-02-22T22:01:41.775Z PASS [ 0.025s] range-requests test::potential_range_parsing_does_not_crash
66252025-02-22T22:01:42.365Z PASS [ 0.603s] reconfigurator-cli::test_basic test_basic
66262025-02-22T22:01:42.375Z PASS [ 0.599s] reconfigurator-cli::test_basic test_example
66272025-02-22T22:01:42.478Z PASS [ 0.112s] reconfigurator-cli::test_basic test_expunge_newly_added_external_dns
66282025-02-22T22:01:42.502Z PASS [ 0.127s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
66292025-02-22T22:01:42.507Z PASS [ 0.029s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
66302025-02-22T22:01:42.546Z PASS [ 0.038s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
66312025-02-22T22:01:42.551Z PASS [ 0.048s] sled-agent-types rack_init::tests::parse_rack_initialization
66322025-02-22T22:01:42.571Z PASS [ 0.020s] sled-agent-types rack_init::tests::test_subnets
66332025-02-22T22:01:42.594Z PASS [ 0.048s] sled-agent-types rack_init::tests::test_extra_certs
66342025-02-22T22:01:42.608Z PASS [ 0.036s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
66352025-02-22T22:01:42.613Z PASS [ 0.019s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
66362025-02-22T22:01:42.626Z PASS [ 0.018s] sled-agent-types zone_bundle::tests::test_compare_bundles
66372025-02-22T22:01:42.630Z PASS [ 0.016s] sled-agent-types zone_bundle::tests::test_priority_dimension
66382025-02-22T22:01:42.645Z PASS [ 0.019s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
66392025-02-22T22:01:42.650Z PASS [ 0.019s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
66402025-02-22T22:01:42.686Z PASS [ 0.035s] sled-diagnostics queries::test::test_command_stdout_is_correct
66412025-02-22T22:01:42.692Z PASS [ 0.046s] sled-diagnostics queries::test::test_command_stderr_is_correct
66422025-02-22T22:01:42.708Z PASS [ 0.021s] sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
66432025-02-22T22:01:42.751Z PASS [ 0.043s] sled-hardware disk::test::test_disk_paths
66442025-02-22T22:01:42.772Z PASS [ 0.020s] sled-hardware disk::test::test_partition_device_paths
66452025-02-22T22:01:42.838Z PASS [ 0.066s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
66462025-02-22T22:01:42.863Z PASS [ 0.025s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
66472025-02-22T22:01:42.886Z PASS [ 0.023s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
66482025-02-22T22:01:42.906Z PASS [ 0.019s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
66492025-02-22T22:01:42.960Z PASS [ 0.054s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
66502025-02-22T22:01:42.983Z PASS [ 0.022s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
66512025-02-22T22:01:43.007Z PASS [ 0.024s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
66522025-02-22T22:01:43.034Z PASS [ 0.026s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
66532025-02-22T22:01:43.092Z PASS [ 0.058s] sled-storage dataset::test::serialize_dataset_name
66542025-02-22T22:01:43.174Z PASS [ 0.081s] sled-storage manager::test::test_datasets_schema
66552025-02-22T22:01:43.196Z PASS [ 0.022s] sled-storage manager::test::test_omicron_physical_disks_schema
66562025-02-22T22:01:43.209Z PASS [ 0.517s] sled-diagnostics queries::test::test_long_running_command_is_aborted
66572025-02-22T22:01:43.664Z PASS [ 3.029s] oximeter-producer tests::test_producer_registration_task
66582025-02-22T22:01:43.709Z PASS [ 0.045s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
66592025-02-22T22:01:44.262Z PASS [ 1.052s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
66602025-02-22T22:01:45.106Z PASS [ 1.909s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
66612025-02-22T22:01:46.715Z PASS [ 2.452s] sled-storage manager::tests::ensure_datasets
66622025-02-22T22:01:46.760Z PASS [ 0.044s] sled-storage manager::tests::ensure_using_exactly_these_disks
66632025-02-22T22:01:46.835Z PASS [ 3.124s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
66642025-02-22T22:01:47.739Z PASS [ 32.143s] omicron-sled-agent nexus::test::nexus_self_notification_test
66652025-02-22T22:01:48.869Z PASS [ 2.109s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
66662025-02-22T22:01:49.252Z PASS [ 2.417s] sled-storage manager::tests::nested_dataset
66672025-02-22T22:01:50.303Z PASS [ 1.433s] sled-storage manager::tests::update_rawdisk_firmware
66682025-02-22T22:01:50.581Z PASS [ 2.840s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
66692025-02-22T22:01:51.680Z PASS [ 2.427s] sled-storage manager::tests::upsert_filesystem
66702025-02-22T22:01:51.803Z PASS [ 1.222s] sled-storage manager::tests::wait_for_boot_disk
66712025-02-22T22:01:52.634Z PASS [ 2.330s] sled-storage manager::tests::upsert_filesystem_no_uuid
66722025-02-22T22:01:52.744Z PASS [ 0.940s] tufaceous::integration-tests command_tests::test_init_and_add
66732025-02-22T22:01:52.746Z PASS [ 1.063s] tufaceous::integration-tests command_tests::test_assemble_fake
66742025-02-22T22:01:52.799Z PASS [ 0.055s] tufaceous-lib archive::tests::test_validate_path
66752025-02-22T22:01:52.840Z PASS [ 0.096s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
66762025-02-22T22:01:53.001Z PASS [ 0.201s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
66772025-02-22T22:01:53.118Z PASS [ 0.483s] tufaceous::manifest-tests check_manifest::fake.toml
66782025-02-22T22:01:53.628Z PASS [ 0.787s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
66792025-02-22T22:01:53.628Z PASS [ 0.627s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
66802025-02-22T22:01:53.682Z PASS [ 0.054s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
66812025-02-22T22:01:53.710Z PASS [ 0.082s] update-common artifacts::update_plan::tests::test_bad_rot_versions
66822025-02-22T22:01:53.765Z PASS [ 0.082s] update-common artifacts::update_plan::tests::test_multi_rot_bord
66832025-02-22T22:01:53.814Z PASS [ 0.103s] update-common artifacts::update_plan::tests::test_multi_rot_version
66842025-02-22T22:01:53.821Z PASS [ 0.056s] update-common artifacts::update_plan::tests::test_split_control_plane
66852025-02-22T22:01:53.856Z PASS [ 0.042s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
66862025-02-22T22:01:53.876Z PASS [ 0.054s] update-common artifacts::update_plan::tests::test_too_many_rot_bord
66872025-02-22T22:01:53.937Z PASS [ 0.080s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
66882025-02-22T22:01:54.077Z PASS [ 0.139s] update-engine display::group_display::tests::test_stats
66892025-02-22T22:01:54.100Z PASS [ 0.023s] update-engine display::line_display_shared::tests::test_format_progress_counter
66902025-02-22T22:01:54.127Z PASS [ 0.027s] update-engine display::line_display_shared::tests::test_start_line
66912025-02-22T22:01:54.163Z PASS [ 0.035s] update-engine engine::tests::error_exits_early
66922025-02-22T22:01:54.215Z PASS [ 0.052s] update-engine events::tests::progress_event_parse_unknown
66932025-02-22T22:01:54.221Z PASS [ 0.345s] update-engine buffer::tests::test_buffer
66942025-02-22T22:01:54.240Z PASS [ 0.023s] update-engine events::tests::step_event_parse_unknown
66952025-02-22T22:01:54.244Z PASS [ 0.023s] update-engine spec::tests::test_merge_anyhow_list
66962025-02-22T22:01:54.276Z PASS [ 0.031s] wicket state::inventory::tests::component_id_display
66972025-02-22T22:01:54.311Z PASS [ 0.035s] wicket state::rack::tests::prev_next_are_opposites
66982025-02-22T22:01:54.340Z PASS [ 0.029s] wicket state::rack::tests::up_down_are_opposites
66992025-02-22T22:01:54.423Z PASS [ 0.185s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
67002025-02-22T22:01:54.555Z PASS [ 0.131s] wicket-common rack_setup::tests::roundtrip_import_export_policy
67012025-02-22T22:01:54.697Z PASS [ 0.143s] wicketd installinator_progress::tests::test_states
67022025-02-22T22:01:54.820Z PASS [ 0.122s] wicketd rss_config::tests::test_bgp_auth_key_states
67032025-02-22T22:01:54.835Z PASS [ 14.727s] oximeter-db::integration_test test_schemas_disjoint
67042025-02-22T22:01:54.954Z PASS [ 0.613s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
67052025-02-22T22:01:56.060Z PASS [ 2.941s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
67062025-02-22T22:01:56.205Z PASS [ 1.385s] wicketd::mod integration_tests::inventory::test_inventory
67072025-02-22T22:01:56.642Z PASS [ 1.688s] wicketd::mod integration_tests::updates::test_update_races
67082025-02-22T22:01:56.857Z PASS [ 15.084s] reconfigurator-cli::test_basic test_blueprint_edit
67092025-02-22T22:01:57.042Z PASS [ 11.935s] sled-storage manager::tests::ensure_many_datasets
67102025-02-22T22:01:58.053Z PASS [ 1.993s] wicketd::mod integration_tests::updates::test_updates
67112025-02-22T22:01:58.554Z PASS [ 3.719s] wicketd::mod integration_tests::updates::test_installinator_fetch
67122025-02-22T22:02:01.561Z PASS [ 30.042s] oximeter-db client::tests::cannot_ping_nonexistent_server
67132025-02-22T22:02:03.454Z PASS [ 23.346s] oximeter-db::integration_test test_cluster
67142025-02-22T22:02:03.457Z────────────
67152025-02-22T22:02:03.457Z Summary [2292.038s] 1876 tests run: 1876 passed (27 slow, 1 leaky), 4 skipped
67162025-02-22T22:02:03.544Z
67172025-02-22T22:02:03.550Zreal 38:38.844315233
67182025-02-22T22:02:03.550Zuser 3:58:51.811982061
67192025-02-22T22:02:03.550Zsys 42:22.593505005
67202025-02-22T22:02:03.550Ztrap 3:33.387289718
67212025-02-22T22:02:03.550Ztflt 44.171071306
67222025-02-22T22:02:03.550Zdflt 2:30.623875333
67232025-02-22T22:02:03.550Zkflt 0.505790965
67242025-02-22T22:02:03.550Zlock 1317:41:54.474487994
67252025-02-22T22:02:03.550Zslp 106:02:29.714633888
67262025-02-22T22:02:03.551Zlat 5:36:46.311496584
67272025-02-22T22:02:03.551Zstop 1:07:56.903206329
67282025-02-22T22:02:03.551Z+ banner doctest
67292025-02-22T22:02:03.551Z
67302025-02-22T22:02:03.551Z ##### #### #### ##### ###### #### #####
67312025-02-22T22:02:03.551Z # # # # # # # # # #
67322025-02-22T22:02:03.551Z # # # # # # ##### #### #
67332025-02-22T22:02:03.551Z # # # # # # # # #
67342025-02-22T22:02:03.551Z # # # # # # # # # # #
67352025-02-22T22:02:03.551Z ##### #### #### # ###### #### #
67362025-02-22T22:02:03.551Z
67372025-02-22T22:02:03.553Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
67382025-02-22T22:02:05.736Z Fresh unicode-ident v1.0.14
67392025-02-22T22:02:05.736Z Fresh cfg-if v1.0.0
67402025-02-22T22:02:05.736Z Fresh autocfg v1.4.0
67412025-02-22T22:02:05.736Z Fresh memchr v2.7.4
67422025-02-22T22:02:05.741Z Fresh version_check v0.9.5
67432025-02-22T22:02:05.741Z Fresh proc-macro2 v1.0.92
67442025-02-22T22:02:05.741Z Fresh value-bag v1.9.0
67452025-02-22T22:02:05.741Z Fresh once_cell v1.20.3
67462025-02-22T22:02:05.741Z Fresh scopeguard v1.2.0
67472025-02-22T22:02:05.742Z Fresh itoa v1.0.11
67482025-02-22T22:02:05.742Z Fresh quote v1.0.38
67492025-02-22T22:02:05.742Z Fresh libc v0.2.169
67502025-02-22T22:02:05.742Z Fresh log v0.4.22
67512025-02-22T22:02:05.742Z Fresh smallvec v1.13.2
67522025-02-22T22:02:05.742Z Fresh byteorder v1.5.0
67532025-02-22T22:02:05.742Z Fresh pin-project-lite v0.2.14
67542025-02-22T22:02:05.742Z Fresh subtle v2.6.1
67552025-02-22T22:02:05.742Z Fresh syn v2.0.96
67562025-02-22T22:02:05.742Z Fresh getrandom v0.2.15
67572025-02-22T22:02:05.742Z Fresh lock_api v0.4.12
67582025-02-22T22:02:05.742Z Fresh regex-syntax v0.8.5
67592025-02-22T22:02:05.742Z Fresh ryu v1.0.18
67602025-02-22T22:02:05.742Z Fresh shlex v1.3.0
67612025-02-22T22:02:05.742Z Fresh aho-corasick v1.1.3
67622025-02-22T22:02:05.742Z Fresh serde_derive v1.0.217
67632025-02-22T22:02:05.742Z Fresh rand_core v0.6.4
67642025-02-22T22:02:05.742Z Fresh zeroize_derive v1.4.2
67652025-02-22T22:02:05.742Z Fresh zerocopy-derive v0.7.35
67662025-02-22T22:02:05.742Z Fresh regex-automata v0.4.8
67672025-02-22T22:02:05.742Z Fresh jobserver v0.1.32
67682025-02-22T22:02:05.742Z Fresh serde v1.0.217
67692025-02-22T22:02:05.742Z Fresh zeroize v1.8.1
67702025-02-22T22:02:05.742Z Fresh zerocopy v0.7.35
67712025-02-22T22:02:05.742Z Fresh libm v0.2.8
67722025-02-22T22:02:05.742Z Fresh cc v1.1.30
67732025-02-22T22:02:05.742Z Fresh allocator-api2 v0.2.18
67742025-02-22T22:02:05.742Z Fresh bytes v1.9.0
67752025-02-22T22:02:05.742Z Fresh bitflags v2.6.0
67762025-02-22T22:02:05.742Z Fresh num-traits v0.2.19
67772025-02-22T22:02:05.742Z Fresh parking_lot_core v0.9.10
67782025-02-22T22:02:05.742Z Fresh thiserror-impl v1.0.69
67792025-02-22T22:02:05.742Z Fresh typenum v1.17.0
67802025-02-22T22:02:05.742Z Fresh parking_lot v0.12.3
67812025-02-22T22:02:05.746Z Fresh serde_json v1.0.139
67822025-02-22T22:02:05.746Z Fresh semver v1.0.25
67832025-02-22T22:02:05.746Z Fresh errno v0.3.9
67842025-02-22T22:02:05.746Z Fresh futures-core v0.3.31
67852025-02-22T22:02:05.746Z Fresh generic-array v0.14.7
67862025-02-22T22:02:05.746Z Fresh thiserror v1.0.69
67872025-02-22T22:02:05.746Z Fresh fnv v1.0.7
67882025-02-22T22:02:05.746Z Fresh rustix v0.38.37
67892025-02-22T22:02:05.746Z Fresh regex v1.11.1
67902025-02-22T22:02:05.746Z Fresh signal-hook-registry v1.4.2
67912025-02-22T22:02:05.746Z Fresh equivalent v1.0.1
67922025-02-22T22:02:05.747Z Fresh foldhash v0.1.3
67932025-02-22T22:02:05.747Z Fresh crypto-common v0.1.6
67942025-02-22T22:02:05.747Z Fresh either v1.13.0
67952025-02-22T22:02:05.747Z Fresh hashbrown v0.15.1
67962025-02-22T22:02:05.747Z Fresh mio v1.0.2
67972025-02-22T22:02:05.747Z Fresh tokio-macros v2.5.0
67982025-02-22T22:02:05.747Z Fresh socket2 v0.5.7
67992025-02-22T22:02:05.747Z Fresh spin v0.9.8
68002025-02-22T22:02:05.747Z Fresh heck v0.5.0
68012025-02-22T22:02:05.747Z Fresh indexmap v2.7.1
68022025-02-22T22:02:05.747Z Fresh tokio v1.43.0
68032025-02-22T22:02:05.747Z Fresh const-oid v0.9.6
68042025-02-22T22:02:05.747Z Fresh futures-io v0.3.31
68052025-02-22T22:02:05.747Z Fresh block-buffer v0.10.4
68062025-02-22T22:02:05.747Z Fresh iana-time-zone v0.1.61
68072025-02-22T22:02:05.747Z Fresh lazy_static v1.5.0
68082025-02-22T22:02:05.747Z Fresh digest v0.10.7
68092025-02-22T22:02:05.747Z Fresh chrono v0.4.39
68102025-02-22T22:02:05.747Z Fresh pkg-config v0.3.31
68112025-02-22T22:02:05.747Z Fresh cpufeatures v0.2.14
68122025-02-22T22:02:05.747Z Fresh futures-sink v0.3.31
68132025-02-22T22:02:05.747Z Fresh stable_deref_trait v1.2.0
68142025-02-22T22:02:05.747Z Fresh uuid v1.12.0
68152025-02-22T22:02:05.747Z Fresh slab v0.4.9
68162025-02-22T22:02:05.747Z Fresh pin-utils v0.1.0
68172025-02-22T22:02:05.747Z Fresh futures-channel v0.3.31
68182025-02-22T22:02:05.747Z Fresh futures-macro v0.3.31
68192025-02-22T22:02:05.747Z Fresh futures-task v0.3.31
68202025-02-22T22:02:05.747Z Fresh serde_derive_internals v0.29.1
68212025-02-22T22:02:05.747Z Fresh dyn-clone v1.0.18
68222025-02-22T22:02:05.747Z Fresh futures-util v0.3.31
68232025-02-22T22:02:05.747Z Fresh schemars_derive v0.8.21
68242025-02-22T22:02:05.747Z Fresh synstructure v0.13.1
68252025-02-22T22:02:05.747Z Fresh itertools v0.10.5
68262025-02-22T22:02:05.747Z Fresh ppv-lite86 v0.2.20
68272025-02-22T22:02:05.747Z Fresh displaydoc v0.2.5
68282025-02-22T22:02:05.747Z Fresh tracing-attributes v0.1.27
68292025-02-22T22:02:05.747Z Fresh schemars v0.8.21
68302025-02-22T22:02:05.747Z Fresh zerofrom-derive v0.1.4
68312025-02-22T22:02:05.748Z Fresh yoke-derive v0.7.4
68322025-02-22T22:02:05.748Z Fresh rand_chacha v0.3.1
68332025-02-22T22:02:05.748Z Fresh zerovec-derive v0.10.3
68342025-02-22T22:02:05.748Z Fresh tracing-core v0.1.32
68352025-02-22T22:02:05.748Z Fresh glob v0.3.2
68362025-02-22T22:02:05.748Z Fresh http v1.2.0
68372025-02-22T22:02:05.748Z Fresh zerofrom v0.1.4
68382025-02-22T22:02:05.748Z Fresh rand v0.8.5
68392025-02-22T22:02:05.748Z Fresh tracing v0.1.40
68402025-02-22T22:02:05.748Z Fresh home v0.5.9
68412025-02-22T22:02:05.748Z Fresh minimal-lexical v0.2.1
68422025-02-22T22:02:05.748Z Fresh litemap v0.7.3
68432025-02-22T22:02:05.748Z Fresh writeable v0.5.5
68442025-02-22T22:02:05.748Z Fresh yoke v0.7.4
68452025-02-22T22:02:05.748Z Fresh nom v7.1.3
68462025-02-22T22:02:05.748Z Fresh icu_provider_macros v1.5.0
68472025-02-22T22:02:05.748Z Fresh vcpkg v0.2.15
68482025-02-22T22:02:05.748Z Fresh percent-encoding v2.3.1
68492025-02-22T22:02:05.748Z Fresh zerovec v0.10.4
68502025-02-22T22:02:05.748Z Fresh syn v1.0.109
68512025-02-22T22:02:05.748Z Fresh icu_locid_transform_data v1.5.0
68522025-02-22T22:02:05.748Z Fresh libloading v0.8.5
68532025-02-22T22:02:05.748Z Fresh icu_properties_data v1.5.0
68542025-02-22T22:02:05.748Z Fresh tinystr v0.7.6
68552025-02-22T22:02:05.748Z Fresh icu_collections v1.5.0
68562025-02-22T22:02:05.748Z Fresh strsim v0.11.1
68572025-02-22T22:02:05.748Z Fresh prettyplease v0.2.29
68582025-02-22T22:02:05.748Z Fresh clang-sys v1.8.1
68592025-02-22T22:02:05.748Z Fresh cexpr v0.6.0
68602025-02-22T22:02:05.748Z Fresh icu_locid v1.5.0
68612025-02-22T22:02:05.748Z Fresh crossbeam-utils v0.8.20
68622025-02-22T22:02:05.748Z Fresh form_urlencoded v1.2.1
68632025-02-22T22:02:05.748Z Fresh which v4.4.2
68642025-02-22T22:02:05.748Z Fresh utf16_iter v1.0.5
68652025-02-22T22:02:05.748Z Fresh icu_normalizer_data v1.5.0
68662025-02-22T22:02:05.752Z Fresh icu_provider v1.5.0
68672025-02-22T22:02:05.752Z Fresh rustc-hash v1.1.0
68682025-02-22T22:02:05.752Z Fresh write16 v1.0.0
68692025-02-22T22:02:05.752Z Fresh utf8_iter v1.0.4
68702025-02-22T22:02:05.752Z Fresh lazycell v1.3.0
68712025-02-22T22:02:05.752Z Fresh powerfmt v0.2.0
68722025-02-22T22:02:05.752Z Fresh icu_locid_transform v1.5.0
68732025-02-22T22:02:05.752Z Fresh bindgen v0.69.5
68742025-02-22T22:02:05.752Z Fresh time-core v0.1.2
68752025-02-22T22:02:05.752Z Fresh adler2 v2.0.0
68762025-02-22T22:02:05.752Z Fresh num-conv v0.1.0
68772025-02-22T22:02:05.752Z Fresh deranged v0.3.11
68782025-02-22T22:02:05.752Z Fresh icu_properties v1.5.1
68792025-02-22T22:02:05.752Z Fresh paste v1.0.15
68802025-02-22T22:02:05.752Z Fresh time-macros v0.2.18
68812025-02-22T22:02:05.753Z Fresh miniz_oxide v0.8.0
68822025-02-22T22:02:05.753Z Fresh num_threads v0.1.7
68832025-02-22T22:02:05.753Z Fresh atomic-waker v1.1.2
68842025-02-22T22:02:05.753Z Fresh tokio-util v0.7.12
68852025-02-22T22:02:05.753Z Fresh icu_normalizer v1.5.0
68862025-02-22T22:02:05.753Z Fresh httparse v1.9.5
68872025-02-22T22:02:05.753Z Fresh time v0.3.36
68882025-02-22T22:02:05.753Z Fresh block-padding v0.3.3
68892025-02-22T22:02:05.753Z Fresh cmake v0.1.51
68902025-02-22T22:02:05.753Z Fresh untrusted v0.9.0
68912025-02-22T22:02:05.753Z Fresh fs_extra v1.3.0
68922025-02-22T22:02:05.753Z Fresh idna_adapter v1.2.0
68932025-02-22T22:02:05.753Z Fresh dunce v1.0.5
68942025-02-22T22:02:05.753Z Fresh inout v0.1.3
68952025-02-22T22:02:05.753Z Fresh ring v0.17.9
68962025-02-22T22:02:05.753Z Fresh serde_tokenstream v0.2.2
68972025-02-22T22:02:05.753Z Fresh sha2 v0.10.8
68982025-02-22T22:02:05.753Z Fresh rustls-pki-types v1.10.0
68992025-02-22T22:02:05.753Z Fresh idna v1.0.3
69002025-02-22T22:02:05.753Z Fresh cipher v0.4.4
69012025-02-22T22:02:05.753Z Fresh ahash v0.8.11
69022025-02-22T22:02:05.753Z Fresh gimli v0.31.1
69032025-02-22T22:02:05.753Z Fresh base64ct v1.6.0
69042025-02-22T22:02:05.753Z Fresh http-body v1.0.1
69052025-02-22T22:02:05.753Z Fresh url v2.5.3
69062025-02-22T22:02:05.754Z Fresh addr2line v0.24.2
69072025-02-22T22:02:05.754Z Fresh hmac v0.12.1
69082025-02-22T22:02:05.754Z Fresh serde_spanned v0.6.8
69092025-02-22T22:02:05.754Z Fresh toml_datetime v0.6.8
69102025-02-22T22:02:05.754Z Fresh object v0.36.5
69112025-02-22T22:02:05.754Z Fresh aws-lc-sys v0.22.0
69122025-02-22T22:02:05.754Z Fresh mirai-annotations v1.12.0
69132025-02-22T22:02:05.754Z Fresh base64 v0.22.1
69142025-02-22T22:02:05.754Z Fresh httpdate v1.0.3
69152025-02-22T22:02:05.754Z Fresh rustc-demangle v0.1.24
69162025-02-22T22:02:05.754Z Fresh untrusted v0.7.1
69172025-02-22T22:02:05.754Z Fresh try-lock v0.2.5
69182025-02-22T22:02:05.754Z Fresh want v0.3.1
69192025-02-22T22:02:05.754Z Fresh backtrace v0.3.74
69202025-02-22T22:02:05.754Z Fresh aws-lc-rs v1.10.0
69212025-02-22T22:02:05.754Z Fresh h2 v0.4.6
69222025-02-22T22:02:05.754Z Fresh tower-service v0.3.3
69232025-02-22T22:02:05.754Z Fresh rustls-webpki v0.102.8
69242025-02-22T22:02:05.754Z Fresh anyhow v1.0.96
69252025-02-22T22:02:05.754Z Fresh hyper v1.5.2
69262025-02-22T22:02:05.754Z Fresh pem-rfc7468 v0.7.0
69272025-02-22T22:02:05.754Z Fresh mime v0.3.17
69282025-02-22T22:02:05.754Z Fresh http-body-util v0.1.2
69292025-02-22T22:02:05.754Z Fresh slog v2.7.0
69302025-02-22T22:02:05.754Z Fresh hyper-util v0.1.10
69312025-02-22T22:02:05.754Z Fresh der_derive v0.7.3
69322025-02-22T22:02:05.755Z Fresh async-trait v0.1.86
69332025-02-22T22:02:05.755Z Fresh flagset v0.4.6
69342025-02-22T22:02:05.755Z Fresh pbkdf2 v0.12.2
69352025-02-22T22:02:05.755Z Fresh aes v0.8.4
69362025-02-22T22:02:05.755Z Fresh rustls-pemfile v2.2.0
69372025-02-22T22:02:05.755Z Fresh der v0.7.9
69382025-02-22T22:02:05.755Z Fresh rustc_version v0.4.1
69392025-02-22T22:02:05.755Z Fresh ipnet v2.10.1
69402025-02-22T22:02:05.755Z Fresh foreign-types-shared v0.1.1
69412025-02-22T22:02:05.755Z Fresh openssl-probe v0.1.5
69422025-02-22T22:02:05.755Z Fresh openssl-sys v0.9.106
69432025-02-22T22:02:05.755Z Fresh cbc v0.1.2
69442025-02-22T22:02:05.755Z Fresh foreign-types v0.3.2
69452025-02-22T22:02:05.755Z Fresh spki v0.7.3
69462025-02-22T22:02:05.755Z Fresh salsa20 v0.10.2
69472025-02-22T22:02:05.755Z Fresh serde_urlencoded v0.7.1
69482025-02-22T22:02:05.755Z Fresh futures-executor v0.3.31
69492025-02-22T22:02:05.755Z Fresh openssl-macros v0.1.1
69502025-02-22T22:02:05.755Z Fresh encoding_rs v0.8.34
69512025-02-22T22:02:05.755Z Fresh scrypt v0.11.0
69522025-02-22T22:02:05.755Z Fresh futures v0.3.31
69532025-02-22T22:02:05.755Z Fresh openssl v0.10.71
69542025-02-22T22:02:05.755Z Fresh openapiv3 v2.0.0
69552025-02-22T22:02:05.755Z Fresh is-terminal v0.4.13
69562025-02-22T22:02:05.755Z Fresh utf8parse v0.2.2
69572025-02-22T22:02:05.755Z Fresh pkcs5 v0.7.1
69582025-02-22T22:02:05.756Z Fresh dirs-sys-next v0.1.2
69592025-02-22T22:02:05.756Z Fresh anstyle v1.0.10
69602025-02-22T22:02:05.756Z Fresh rustls v0.23.19
69612025-02-22T22:02:05.756Z Fresh rustversion v1.0.17
69622025-02-22T22:02:05.756Z Fresh pkcs8 v0.10.2
69632025-02-22T22:02:05.756Z Fresh litrs v0.4.1
69642025-02-22T22:02:05.756Z Fresh psl-types v2.0.11
69652025-02-22T22:02:05.756Z Fresh native-tls v0.2.12
69662025-02-22T22:02:05.759Z Fresh tokio-rustls v0.26.0
69672025-02-22T22:02:05.759Z Fresh camino v1.1.9
69682025-02-22T22:02:05.759Z Fresh publicsuffix v2.3.0
69692025-02-22T22:02:05.759Z Fresh cookie v0.18.1
69702025-02-22T22:02:05.759Z Fresh document-features v0.2.10
69712025-02-22T22:02:05.759Z Fresh dirs-next v2.0.0
69722025-02-22T22:02:05.759Z Fresh webpki-roots v0.26.6
69732025-02-22T22:02:05.760Z Fresh tokio-native-tls v0.3.1
69742025-02-22T22:02:05.760Z Fresh sync_wrapper v1.0.1
69752025-02-22T22:02:05.760Z Fresh tower-layer v0.3.3
69762025-02-22T22:02:05.760Z Fresh data-encoding v2.6.0
69772025-02-22T22:02:05.760Z Fresh cookie_store v0.21.1
69782025-02-22T22:02:05.760Z Fresh hyper-rustls v0.27.3
69792025-02-22T22:02:05.760Z Fresh term v0.7.0
69802025-02-22T22:02:05.760Z Fresh sha1 v0.10.6
69812025-02-22T22:02:05.760Z Fresh hyper-tls v0.6.0
69822025-02-22T22:02:05.760Z Fresh tower v0.5.2
69832025-02-22T22:02:05.760Z Fresh winnow v0.6.20
69842025-02-22T22:02:05.760Z Fresh winnow v0.5.40
69852025-02-22T22:02:05.760Z Fresh ucd-trie v0.1.7
69862025-02-22T22:02:05.760Z Fresh anstyle-parse v0.2.5
69872025-02-22T22:02:05.760Z Fresh colorchoice v1.0.2
69882025-02-22T22:02:05.760Z Fresh anstyle-query v1.1.1
69892025-02-22T22:02:05.760Z Fresh reqwest v0.12.12
69902025-02-22T22:02:05.760Z Fresh toml_edit v0.19.15
69912025-02-22T22:02:05.760Z Fresh pest v2.7.14
69922025-02-22T22:02:05.760Z Fresh is_terminal_polyfill v1.70.1
69932025-02-22T22:02:05.760Z Fresh siphasher v0.3.11
69942025-02-22T22:02:05.760Z Fresh terminal_size v0.4.0
69952025-02-22T22:02:05.760Z Fresh scroll_derive v0.12.0
69962025-02-22T22:02:05.760Z Fresh clap_lex v0.7.4
69972025-02-22T22:02:05.760Z Fresh pest_meta v2.7.14
69982025-02-22T22:02:05.761Z Fresh anstream v0.6.15
69992025-02-22T22:02:05.761Z Fresh scroll v0.12.0
70002025-02-22T22:02:05.761Z Fresh signature v2.2.0
70012025-02-22T22:02:05.761Z Fresh clap_derive v4.5.28
70022025-02-22T22:02:05.761Z Fresh plain v0.2.3
70032025-02-22T22:02:05.761Z Fresh toml_edit v0.22.22
70042025-02-22T22:02:05.761Z Fresh pest_generator v2.7.14
70052025-02-22T22:02:05.761Z Fresh clap_builder v4.5.30
70062025-02-22T22:02:05.761Z Fresh goblin v0.8.2
70072025-02-22T22:02:05.761Z Fresh pretty-hex v0.4.1
70082025-02-22T22:02:05.761Z Fresh tinyvec_macros v0.1.1
70092025-02-22T22:02:05.761Z Fresh unicode-segmentation v1.12.0
70102025-02-22T22:02:05.761Z Fresh crossbeam-channel v0.5.13
70112025-02-22T22:02:05.761Z Fresh pest_derive v2.7.14
70122025-02-22T22:02:05.761Z Fresh clap v4.5.30
70132025-02-22T22:02:05.761Z Fresh dof v0.3.0
70142025-02-22T22:02:05.761Z Fresh tinyvec v1.8.0
70152025-02-22T22:02:05.761Z Fresh thread-id v4.2.2
70162025-02-22T22:02:05.761Z Fresh thread_local v1.1.8
70172025-02-22T22:02:05.761Z Fresh crc32fast v1.4.2
70182025-02-22T22:02:05.761Z Fresh dtrace-parser v0.2.0
70192025-02-22T22:02:05.761Z Fresh base16ct v0.2.0
70202025-02-22T22:02:05.761Z Fresh num-integer v0.1.46
70212025-02-22T22:02:05.761Z Fresh ff v0.13.0
70222025-02-22T22:02:05.761Z Fresh take_mut v0.2.2
70232025-02-22T22:02:05.762Z Fresh slog-term v2.9.1
70242025-02-22T22:02:05.762Z Fresh hkdf v0.12.4
70252025-02-22T22:02:05.762Z Fresh usdt-impl v0.5.0
70262025-02-22T22:02:05.762Z Fresh sec1 v0.7.3
70272025-02-22T22:02:05.762Z Fresh slog-async v2.8.0
70282025-02-22T22:02:05.762Z Fresh group v0.13.0
70292025-02-22T22:02:05.762Z Fresh crossbeam-epoch v0.9.18
70302025-02-22T22:02:05.762Z Fresh crypto-bigint v0.5.5
70312025-02-22T22:02:05.762Z Fresh utf-8 v0.7.6
70322025-02-22T22:02:05.762Z Fresh heck v0.4.1
70332025-02-22T22:02:05.762Z Fresh bitflags v1.3.2
70342025-02-22T22:02:05.762Z Fresh match_cfg v0.1.0
70352025-02-22T22:02:05.762Z Fresh static_assertions v1.1.0
70362025-02-22T22:02:05.762Z Fresh elliptic-curve v0.13.8
70372025-02-22T22:02:05.762Z Fresh usdt-macro v0.5.0
70382025-02-22T22:02:05.762Z Fresh usdt-attr-macro v0.5.0
70392025-02-22T22:02:05.762Z Fresh hostname v0.3.1
70402025-02-22T22:02:05.762Z Fresh toml v0.8.19
70412025-02-22T22:02:05.762Z Fresh hex v0.4.3
70422025-02-22T22:02:05.762Z Fresh memmap v0.7.0
70432025-02-22T22:02:05.762Z Fresh bit-vec v0.6.3
70442025-02-22T22:02:05.762Z Fresh unicode-width v0.2.0
70452025-02-22T22:02:05.762Z Fresh crossbeam-deque v0.8.5
70462025-02-22T22:02:05.762Z Fresh num-iter v0.1.45
70472025-02-22T22:02:05.762Z Fresh bit-set v0.5.3
70482025-02-22T22:02:05.762Z Fresh usdt v0.5.0
70492025-02-22T22:02:05.763Z Fresh flate2 v1.0.35
70502025-02-22T22:02:05.763Z Fresh hubpack_derive v0.1.1
70512025-02-22T22:02:05.763Z Fresh rayon-core v1.12.1
70522025-02-22T22:02:05.763Z Fresh hubpack v0.1.2
70532025-02-22T22:02:05.763Z Fresh phf_shared v0.11.2
70542025-02-22T22:02:05.763Z Fresh toml v0.7.8
70552025-02-22T22:02:05.763Z Fresh slog-json v2.6.1
70562025-02-22T22:02:05.763Z Fresh rfc6979 v0.4.0
70572025-02-22T22:02:05.763Z Fresh bstr v1.10.0
70582025-02-22T22:02:05.763Z Fresh zerocopy-derive v0.6.6
70592025-02-22T22:02:05.763Z Fresh curve25519-dalek-derive v0.1.1
70602025-02-22T22:02:05.763Z Fresh managed v0.8.0
70612025-02-22T22:02:05.763Z Fresh slog-bunyan v2.5.0
70622025-02-22T22:02:05.763Z Fresh ecdsa v0.16.9
70632025-02-22T22:02:05.763Z Fresh rustls v0.22.4
70642025-02-22T22:02:05.763Z Fresh curve25519-dalek v4.1.3
70652025-02-22T22:02:05.763Z Fresh zerocopy v0.6.6
70662025-02-22T22:02:05.768Z Fresh num-bigint-dig v0.8.4
70672025-02-22T22:02:05.768Z Fresh phf_shared v0.10.0
70682025-02-22T22:02:05.768Z Fresh pkcs1 v0.7.5
70692025-02-22T22:02:05.768Z Fresh fixedbitset v0.4.2
70702025-02-22T22:02:05.768Z Fresh precomputed-hash v0.1.1
70712025-02-22T22:02:05.768Z Fresh new_debug_unreachable v1.0.6
70722025-02-22T22:02:05.768Z Fresh unicode-xid v0.2.6
70732025-02-22T22:02:05.768Z Fresh signal-hook v0.3.17
70742025-02-22T22:02:05.768Z Fresh petgraph v0.6.5
70752025-02-22T22:02:05.768Z Fresh string_cache v0.8.7
70762025-02-22T22:02:05.768Z Fresh rsa v0.9.6
70772025-02-22T22:02:05.768Z Fresh tokio-rustls v0.25.0
70782025-02-22T22:02:05.769Z Fresh unicode-normalization v0.1.24
70792025-02-22T22:02:05.769Z Fresh ed25519 v2.2.3
70802025-02-22T22:02:05.769Z Fresh enum-as-inner v0.6.1
70812025-02-22T22:02:05.769Z Fresh async-stream-impl v0.3.6
70822025-02-22T22:02:05.769Z Fresh quick-error v1.2.3
70832025-02-22T22:02:05.769Z Fresh debug-ignore v1.0.5
70842025-02-22T22:02:05.769Z Fresh hickory-proto v0.24.3
70852025-02-22T22:02:05.769Z Fresh ed25519-dalek v2.1.1
70862025-02-22T22:02:05.769Z Fresh memoffset v0.9.1
70872025-02-22T22:02:05.769Z Fresh bzip2-sys v0.1.11+1.0.8
70882025-02-22T22:02:05.769Z Fresh multer v3.1.0
70892025-02-22T22:02:05.769Z Fresh async-stream v0.3.6
70902025-02-22T22:02:05.769Z Fresh x509-cert v0.2.5
70912025-02-22T22:02:05.769Z Fresh waitgroup v0.1.2
70922025-02-22T22:02:05.769Z Fresh serde_path_to_error v0.1.16
70932025-02-22T22:02:05.769Z Fresh hostname v0.4.0
70942025-02-22T22:02:05.769Z Fresh lalrpop-util v0.19.12
70952025-02-22T22:02:05.769Z Fresh cfg_aliases v0.2.1
70962025-02-22T22:02:05.769Z Fresh bzip2 v0.4.4
70972025-02-22T22:02:05.769Z Fresh signal-hook-mio v0.2.4
70982025-02-22T22:02:05.769Z Fresh console v0.15.10
70992025-02-22T22:02:05.769Z Fresh dropshot_endpoint v0.12.0
71002025-02-22T22:02:05.769Z Fresh hash32 v0.2.1
71012025-02-22T22:02:05.769Z Fresh predicates-core v1.0.8
71022025-02-22T22:02:05.769Z Fresh linked-hash-map v0.5.6
71032025-02-22T22:02:05.769Z Fresh unicode-bidi v0.3.17
71042025-02-22T22:02:05.769Z Fresh unicode-properties v0.1.3
71052025-02-22T22:02:05.770Z Fresh newtype-uuid v1.2.1
71062025-02-22T22:02:05.770Z Fresh heapless v0.7.17
71072025-02-22T22:02:05.770Z Fresh lru-cache v0.1.2
71082025-02-22T22:02:05.770Z Fresh dropshot v0.12.0
71092025-02-22T22:02:05.770Z Fresh stringprep v0.1.5
71102025-02-22T22:02:05.770Z Fresh crossterm v0.28.1
71112025-02-22T22:02:05.770Z Fresh similar v2.6.0
71122025-02-22T22:02:05.770Z Fresh rayon v1.10.0
71132025-02-22T22:02:05.770Z Fresh tokio-stream v0.1.16
71142025-02-22T22:02:05.770Z Fresh md-5 v0.10.6
71152025-02-22T22:02:05.770Z Fresh float-cmp v0.10.0
71162025-02-22T22:02:05.770Z Fresh normalize-line-endings v0.3.0
71172025-02-22T22:02:05.770Z Fresh fallible-iterator v0.2.0
71182025-02-22T22:02:05.770Z Fresh difflib v0.4.0
71192025-02-22T22:02:05.770Z Fresh portable-atomic v1.9.0
71202025-02-22T22:02:05.770Z Fresh smoltcp v0.9.1
71212025-02-22T22:02:05.770Z Fresh nix v0.29.0
71222025-02-22T22:02:05.770Z Fresh zip v0.6.6
71232025-02-22T22:02:05.770Z Fresh resolv-conf v0.7.0
71242025-02-22T22:02:05.770Z Fresh phf v0.11.2
71252025-02-22T22:02:05.770Z Fresh predicates v3.1.3
71262025-02-22T22:02:05.770Z Fresh postgres-protocol v0.6.7
71272025-02-22T22:02:05.770Z Fresh strum_macros v0.25.3
71282025-02-22T22:02:05.770Z Fresh tungstenite v0.24.0
71292025-02-22T22:02:05.770Z Fresh serde-big-array v0.5.1
71302025-02-22T22:02:05.770Z Fresh serde_repr v0.1.19
71312025-02-22T22:02:05.770Z Fresh number_prefix v0.4.0
71322025-02-22T22:02:05.770Z Fresh peg-runtime v0.8.3
71332025-02-22T22:02:05.771Z Fresh indicatif v0.17.11
71342025-02-22T22:02:05.771Z Fresh postgres-types v0.2.8
71352025-02-22T22:02:05.771Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
71362025-02-22T22:02:05.771Z Fresh tokio-tungstenite v0.24.0
71372025-02-22T22:02:05.771Z Fresh hickory-resolver v0.24.3
71382025-02-22T22:02:05.771Z Fresh derive-where v1.2.7
71392025-02-22T22:02:05.771Z Fresh whoami v1.5.2
71402025-02-22T22:02:05.771Z Fresh qorb v0.2.1
71412025-02-22T22:02:05.771Z Fresh fs-err v2.11.0
71422025-02-22T22:02:05.771Z Fresh hashbrown v0.14.5
71432025-02-22T22:02:05.771Z Fresh thiserror-impl v2.0.11
71442025-02-22T22:02:05.771Z Fresh ident_case v1.0.1
71452025-02-22T22:02:05.771Z Fresh unsafe-libyaml v0.2.11
71462025-02-22T22:02:05.771Z Fresh tokio-postgres v0.7.12
71472025-02-22T22:02:05.771Z Fresh regress v0.10.1
71482025-02-22T22:02:05.771Z Fresh darling_core v0.20.10
71492025-02-22T22:02:05.771Z Fresh serde_yaml v0.9.34+deprecated
71502025-02-22T22:02:05.771Z Fresh fastrand v2.1.1
71512025-02-22T22:02:05.771Z Fresh progenitor-client v0.9.1
71522025-02-22T22:02:05.771Z Fresh ipnetwork v0.21.1
71532025-02-22T22:02:05.771Z Fresh thiserror v2.0.11
71542025-02-22T22:02:05.771Z Fresh darling_macro v0.20.10
71552025-02-22T22:02:05.771Z Fresh typify-impl v0.2.0
71562025-02-22T22:02:05.771Z Fresh oxnet v0.1.0
71572025-02-22T22:02:05.771Z Fresh tempfile v3.13.0
71582025-02-22T22:02:05.771Z Fresh strum_macros v0.26.4
71592025-02-22T22:02:05.771Z Fresh progenitor-client v0.8.0
71602025-02-22T22:02:05.771Z Fresh darling v0.20.10
71612025-02-22T22:02:05.771Z Fresh typify-macro v0.2.0
71622025-02-22T22:02:05.771Z Fresh strum v0.26.3
71632025-02-22T22:02:05.771Z Fresh macaddr v1.0.1
71642025-02-22T22:02:05.771Z Fresh daft-derive v0.1.1
71652025-02-22T22:02:05.771Z Fresh instant v0.1.13
71662025-02-22T22:02:05.775Z Fresh regress v0.9.1
71672025-02-22T22:02:05.775Z Fresh serde_with_macros v3.11.0
71682025-02-22T22:02:05.775Z Fresh typify v0.2.0
71692025-02-22T22:02:05.775Z Fresh daft v0.1.1
71702025-02-22T22:02:05.775Z Fresh structmeta-derive v0.3.0
71712025-02-22T22:02:05.775Z Fresh dropshot_endpoint v0.15.1
71722025-02-22T22:02:05.775Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
71732025-02-22T22:02:05.775Z Fresh serde_with v3.11.0
71742025-02-22T22:02:05.775Z Fresh progenitor-impl v0.8.0
71752025-02-22T22:02:05.775Z Fresh structmeta v0.3.0
71762025-02-22T22:02:05.775Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
71772025-02-22T22:02:05.775Z Fresh backoff v0.4.0
71782025-02-22T22:02:05.775Z Fresh progenitor-macro v0.8.0
71792025-02-22T22:02:05.776Z Fresh parse-display-derive v0.10.0
71802025-02-22T22:02:05.776Z Fresh dropshot v0.15.1
71812025-02-22T22:02:05.776Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
71822025-02-22T22:02:05.776Z Fresh wait-timeout v0.2.0
71832025-02-22T22:02:05.776Z Fresh rand_xorshift v0.3.0
71842025-02-22T22:02:05.776Z Fresh unarray v0.1.4
71852025-02-22T22:02:05.776Z Fresh structmeta-derive v0.2.0
71862025-02-22T22:02:05.776Z Fresh progenitor v0.8.0
71872025-02-22T22:02:05.776Z Fresh parse-display v0.10.0
71882025-02-22T22:02:05.776Z Fresh rusty-fork v0.3.0
71892025-02-22T22:02:05.776Z Fresh structmeta v0.2.0
71902025-02-22T22:02:05.776Z Fresh camino-tempfile v1.1.1
71912025-02-22T22:02:05.776Z Fresh unicode-width v0.1.14
71922025-02-22T22:02:05.776Z Fresh itertools v0.13.0
71932025-02-22T22:02:05.776Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
71942025-02-22T22:02:05.776Z Fresh proptest v1.5.0
71952025-02-22T22:02:05.776Z Fresh test-strategy v0.3.1
71962025-02-22T22:02:05.776Z Fresh proc-macro-crate v1.3.1
71972025-02-22T22:02:05.776Z Fresh proc-macro-error-attr v1.0.4
71982025-02-22T22:02:05.776Z Fresh num_enum_derive v0.5.11
71992025-02-22T22:02:05.776Z Fresh tabwriter v1.4.0
72002025-02-22T22:02:05.776Z Fresh foreign-types-macros v0.2.3
72012025-02-22T22:02:05.776Z Fresh proc-macro-error v1.0.4
72022025-02-22T22:02:05.776Z Fresh num_enum v0.5.11
72032025-02-22T22:02:05.776Z Fresh foreign-types-shared v0.3.1
72042025-02-22T22:02:05.776Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
72052025-02-22T22:02:05.776Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
72062025-02-22T22:02:05.776Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
72072025-02-22T22:02:05.776Z Fresh cstr-argument v0.1.2
72082025-02-22T22:02:05.776Z Fresh pretty-hex v0.2.1
72092025-02-22T22:02:05.776Z Fresh foreign-types v0.5.0
72102025-02-22T22:02:05.776Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
72112025-02-22T22:02:05.776Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
72122025-02-22T22:02:05.776Z Fresh colored v2.1.0
72132025-02-22T22:02:05.777Z Fresh smf v0.2.3
72142025-02-22T22:02:05.777Z Fresh typify-impl v0.3.0
72152025-02-22T22:02:05.777Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
72162025-02-22T22:02:05.777Z Fresh typify-macro v0.3.0
72172025-02-22T22:02:05.777Z Fresh zerocopy-derive v0.8.10
72182025-02-22T22:02:05.777Z Fresh ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
72192025-02-22T22:02:05.777Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
72202025-02-22T22:02:05.777Z Fresh typify v0.3.0
72212025-02-22T22:02:05.777Z Fresh crucible-workspace-hack v0.1.0
72222025-02-22T22:02:05.777Z Fresh hash32 v0.3.1
72232025-02-22T22:02:05.777Z Fresh cobs v0.2.3
72242025-02-22T22:02:05.777Z Fresh progenitor-impl v0.9.1
72252025-02-22T22:02:05.777Z Fresh zerocopy v0.8.10
72262025-02-22T22:02:05.777Z Fresh heapless v0.8.0
72272025-02-22T22:02:05.777Z Fresh postcard v1.0.10
72282025-02-22T22:02:05.777Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
72292025-02-22T22:02:05.777Z Fresh termtree v0.4.1
72302025-02-22T22:02:05.777Z Fresh progenitor-macro v0.9.1
72312025-02-22T22:02:05.777Z Fresh ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
72322025-02-22T22:02:05.777Z Fresh smoltcp v0.11.0
72332025-02-22T22:02:05.777Z Fresh predicates-tree v1.0.11
72342025-02-22T22:02:05.777Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
72352025-02-22T22:02:05.777Z Fresh sigpipe v0.1.3
72362025-02-22T22:02:05.777Z Fresh progenitor v0.9.1
72372025-02-22T22:02:05.777Z Fresh ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
72382025-02-22T22:02:05.777Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
72392025-02-22T22:02:05.777Z Fresh zone_cfg_derive v0.3.0
72402025-02-22T22:02:05.777Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
72412025-02-22T22:02:05.777Z Fresh num-derive v0.4.2
72422025-02-22T22:02:05.777Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
72432025-02-22T22:02:05.777Z Fresh mockall_derive v0.13.1
72442025-02-22T22:02:05.777Z Fresh fragile v2.0.0
72452025-02-22T22:02:05.777Z Fresh downcast v0.11.0
72462025-02-22T22:02:05.777Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
72472025-02-22T22:02:05.777Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
72482025-02-22T22:02:05.777Z Fresh zone v0.3.0
72492025-02-22T22:02:05.777Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
72502025-02-22T22:02:05.777Z Fresh mockall v0.13.1
72512025-02-22T22:02:05.777Z Fresh base64 v0.21.7
72522025-02-22T22:02:05.778Z Fresh convert_case v0.4.0
72532025-02-22T22:02:05.778Z Fresh atomicwrites v0.4.4
72542025-02-22T22:02:05.778Z Fresh newline-converter v0.3.0
72552025-02-22T22:02:05.778Z Fresh same-file v1.0.6
72562025-02-22T22:02:05.778Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
72572025-02-22T22:02:05.778Z Fresh derive_more v0.99.19
72582025-02-22T22:02:05.778Z Fresh expectorate v1.1.0
72592025-02-22T22:02:05.778Z Fresh walkdir v2.5.0
72602025-02-22T22:02:05.778Z Fresh tungstenite v0.21.0
72612025-02-22T22:02:05.778Z Fresh xattr v1.3.1
72622025-02-22T22:02:05.778Z Fresh filetime v0.2.25
72632025-02-22T22:02:05.778Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
72642025-02-22T22:02:05.778Z Fresh tokio-tungstenite v0.21.0
72652025-02-22T22:02:05.778Z Fresh tar v0.4.42
72662025-02-22T22:02:05.782Z Fresh indent_write v2.2.0
72672025-02-22T22:02:05.782Z Fresh password-hash v0.5.0
72682025-02-22T22:02:05.782Z Fresh blake2 v0.10.6
72692025-02-22T22:02:05.782Z Fresh argon2 v0.5.3
72702025-02-22T22:02:05.782Z Fresh cancel-safe-futures v0.1.5
72712025-02-22T22:02:05.782Z Fresh num-rational v0.4.2
72722025-02-22T22:02:05.782Z Fresh libsw v3.3.1
72732025-02-22T22:02:05.782Z Fresh num-complex v0.4.6
72742025-02-22T22:02:05.782Z Fresh swrite v0.1.0
72752025-02-22T22:02:05.782Z Fresh owo-colors v4.1.0
72762025-02-22T22:02:05.782Z Fresh linear-map v1.2.0
72772025-02-22T22:02:05.782Z Fresh num v0.4.3
72782025-02-22T22:02:05.783Z Fresh float-ord v0.3.2
72792025-02-22T22:02:05.783Z Fresh arc-swap v1.7.1
72802025-02-22T22:02:05.783Z Fresh highway v1.2.0
72812025-02-22T22:02:05.783Z Fresh slog-scope v4.4.0
72822025-02-22T22:02:05.783Z Fresh humantime v2.1.0
72832025-02-22T22:02:05.783Z Fresh semver v0.1.20
72842025-02-22T22:02:05.783Z Fresh pem v3.0.4
72852025-02-22T22:02:05.783Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
72862025-02-22T22:02:05.783Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
72872025-02-22T22:02:05.783Z Fresh rustc_version v0.1.7
72882025-02-22T22:02:05.783Z Fresh slog-stdlog v4.1.1
72892025-02-22T22:02:05.783Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
72902025-02-22T22:02:05.783Z Fresh heck v0.3.3
72912025-02-22T22:02:05.783Z Fresh headers-core v0.3.0
72922025-02-22T22:02:05.783Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
72932025-02-22T22:02:05.783Z Fresh slog-envlogger v2.2.0
72942025-02-22T22:02:05.783Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
72952025-02-22T22:02:05.783Z Fresh headers v0.4.0
72962025-02-22T22:02:05.783Z Fresh zone_cfg_derive v0.1.2
72972025-02-22T22:02:05.783Z Fresh base64 v0.13.1
72982025-02-22T22:02:05.783Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
72992025-02-22T22:02:05.783Z Fresh lzma-sys v0.1.20
73002025-02-22T22:02:05.783Z Fresh zone v0.1.8
73012025-02-22T22:02:05.783Z Fresh ron v0.7.1
73022025-02-22T22:02:05.783Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
73032025-02-22T22:02:05.783Z Fresh yasna v0.5.2
73042025-02-22T22:02:05.783Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
73052025-02-22T22:02:05.783Z Fresh subprocess v0.2.9
73062025-02-22T22:02:05.783Z Fresh newtype_derive v0.1.6
73072025-02-22T22:02:05.783Z Fresh xz2 v0.1.7
73082025-02-22T22:02:05.783Z Fresh rcgen v0.12.1
73092025-02-22T22:02:05.783Z Fresh half v2.4.1
73102025-02-22T22:02:05.783Z Fresh ciborium-io v0.2.2
73112025-02-22T22:02:05.783Z Fresh display-error-chain v0.2.2
73122025-02-22T22:02:05.783Z Fresh steno v0.4.1
73132025-02-22T22:02:05.783Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
73142025-02-22T22:02:05.783Z Fresh ciborium-ll v0.2.2
73152025-02-22T22:02:05.783Z Fresh keccak v0.1.5
73162025-02-22T22:02:05.784Z Fresh universal-hash v0.5.1
73172025-02-22T22:02:05.784Z Fresh ciborium v0.2.2
73182025-02-22T22:02:05.784Z Fresh sha3 v0.10.8
73192025-02-22T22:02:05.784Z Fresh opaque-debug v0.3.1
73202025-02-22T22:02:05.784Z Fresh constant_time_eq v0.3.1
73212025-02-22T22:02:05.784Z Fresh arrayref v0.3.9
73222025-02-22T22:02:05.784Z Fresh arrayvec v0.7.6
73232025-02-22T22:02:05.784Z Fresh secrecy v0.8.0
73242025-02-22T22:02:05.784Z Fresh aead v0.5.2
73252025-02-22T22:02:05.784Z Fresh slog-dtrace v0.3.0
73262025-02-22T22:02:05.784Z Fresh poly1305 v0.8.0
73272025-02-22T22:02:05.784Z Fresh chacha20 v0.9.1
73282025-02-22T22:02:05.784Z Fresh memmap2 v0.9.5
73292025-02-22T22:02:05.784Z Fresh maplit v1.0.2
73302025-02-22T22:02:05.784Z Fresh topological-sort v0.2.2
73312025-02-22T22:02:05.784Z Fresh blake3 v1.5.4
73322025-02-22T22:02:05.784Z Fresh bytecount v0.6.8
73332025-02-22T22:02:05.784Z Fresh toolchain_find v0.4.0
73342025-02-22T22:02:05.784Z Fresh thiserror-impl-no-std v2.0.2
73352025-02-22T22:02:05.784Z Fresh gethostname v0.5.0
73362025-02-22T22:02:05.784Z Fresh chacha20poly1305 v0.10.1
73372025-02-22T22:02:05.784Z Fresh omicron-zone-package v0.12.0
73382025-02-22T22:02:05.784Z Fresh thiserror-no-std v2.0.2
73392025-02-22T22:02:05.784Z Fresh rustfmt-wrapper v0.2.1
73402025-02-22T22:02:05.784Z Fresh termcolor v1.4.1
73412025-02-22T22:02:05.784Z Fresh vsss-rs v3.3.4
73422025-02-22T22:02:05.784Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
73432025-02-22T22:02:05.784Z Fresh tap v1.0.1
73442025-02-22T22:02:05.784Z Fresh nibble_vec v0.1.0
73452025-02-22T22:02:05.784Z Fresh wyz v0.5.1
73462025-02-22T22:02:05.784Z Fresh radium v0.7.0
73472025-02-22T22:02:05.784Z Fresh endian-type v0.1.2
73482025-02-22T22:02:05.784Z Fresh funty v2.0.0
73492025-02-22T22:02:05.784Z Fresh crc-catalog v2.4.0
73502025-02-22T22:02:05.784Z Fresh crc v3.2.1
73512025-02-22T22:02:05.784Z Fresh maybe-uninit v2.0.0
73522025-02-22T22:02:05.784Z Fresh bitvec v1.0.1
73532025-02-22T22:02:05.784Z Fresh radix_trie v0.2.1
73542025-02-22T22:02:05.784Z Fresh dsl_auto_type v0.1.2
73552025-02-22T22:02:05.785Z Fresh packed_struct_codegen v0.10.1
73562025-02-22T22:02:05.785Z Fresh scheduled-thread-pool v0.2.7
73572025-02-22T22:02:05.785Z Fresh diesel_table_macro_syntax v0.2.0
73582025-02-22T22:02:05.785Z Fresh nodrop v0.1.14
73592025-02-22T22:02:05.785Z Fresh smallvec v0.6.14
73602025-02-22T22:02:05.785Z Fresh r2d2 v0.8.10
73612025-02-22T22:02:05.785Z Fresh array-init v0.0.4
73622025-02-22T22:02:05.785Z Fresh diesel_derives v2.2.3
73632025-02-22T22:02:05.785Z Fresh packed_struct v0.10.1
73642025-02-22T22:02:05.785Z Fresh const_format_proc_macros v0.2.34
73652025-02-22T22:02:05.785Z Fresh async-recursion v1.1.1
73662025-02-22T22:02:05.788Z Fresh simd-adler32 v0.3.7
73672025-02-22T22:02:05.788Z Fresh diff v0.1.13
73682025-02-22T22:02:05.788Z Fresh bitfield v0.14.0
73692025-02-22T22:02:05.789Z Fresh lockfree-object-pool v0.1.6
73702025-02-22T22:02:05.789Z Fresh bumpalo v3.16.0
73712025-02-22T22:02:05.789Z Fresh hashbrown v0.12.3
73722025-02-22T22:02:05.789Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
73732025-02-22T22:02:05.789Z Fresh zopfli v0.8.1
73742025-02-22T22:02:05.789Z Fresh crunchy v0.2.2
73752025-02-22T22:02:05.789Z Fresh const_format v0.2.34
73762025-02-22T22:02:05.789Z Fresh diesel v2.2.7
73772025-02-22T22:02:05.789Z Fresh indexmap v1.9.3
73782025-02-22T22:02:05.789Z Fresh serde-hex v0.1.0
73792025-02-22T22:02:05.789Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
73802025-02-22T22:02:05.789Z Fresh env_logger v0.10.2
73812025-02-22T22:02:05.789Z Fresh ron v0.8.1
73822025-02-22T22:02:05.789Z Fresh hashbrown v0.13.2
73832025-02-22T22:02:05.789Z Fresh crc-any v2.5.0
73842025-02-22T22:02:05.789Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
73852025-02-22T22:02:05.789Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
73862025-02-22T22:02:05.789Z Fresh object v0.30.4
73872025-02-22T22:02:05.789Z Fresh zip v2.1.3
73882025-02-22T22:02:05.789Z Fresh tiny-keccak v2.0.2
73892025-02-22T22:02:05.789Z Fresh ascii-canvas v3.0.0
73902025-02-22T22:02:05.789Z Fresh bitfield-struct v0.6.2
73912025-02-22T22:02:05.789Z Fresh ref-cast-impl v1.0.23
73922025-02-22T22:02:05.789Z Fresh ena v0.14.3
73932025-02-22T22:02:05.789Z Fresh regex-syntax v0.6.29
73942025-02-22T22:02:05.789Z Fresh path-slash v0.1.5
73952025-02-22T22:02:05.789Z Fresh libefi-sys v0.1.0
73962025-02-22T22:02:05.789Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
73972025-02-22T22:02:05.789Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
73982025-02-22T22:02:05.789Z Fresh ref-cast v1.0.23
73992025-02-22T22:02:05.789Z Fresh lalrpop v0.19.12
74002025-02-22T22:02:05.789Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
74012025-02-22T22:02:05.789Z Fresh fxhash v0.2.1
74022025-02-22T22:02:05.789Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
74032025-02-22T22:02:05.790Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
74042025-02-22T22:02:05.790Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
74052025-02-22T22:02:05.790Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
74062025-02-22T22:02:05.790Z Fresh derive_builder_core v0.20.2
74072025-02-22T22:02:05.790Z Fresh strum_macros v0.24.3
74082025-02-22T22:02:05.790Z Fresh derive_builder_macro v0.20.2
74092025-02-22T22:02:05.790Z Fresh kstat-rs v0.2.4
74102025-02-22T22:02:05.790Z Fresh indoc v1.0.9
74112025-02-22T22:02:05.790Z Fresh libxml v0.3.3
74122025-02-22T22:02:05.790Z Fresh derive_builder v0.20.2
74132025-02-22T22:02:05.790Z Fresh polar-core v0.27.3
74142025-02-22T22:02:05.790Z Fresh phf_generator v0.11.2
74152025-02-22T22:02:05.790Z Fresh primeorder v0.13.6
74162025-02-22T22:02:05.790Z Fresh oso-derive v0.27.3
74172025-02-22T22:02:05.790Z Fresh impl-trait-for-tuples v0.2.2
74182025-02-22T22:02:05.790Z Fresh quick-xml v0.33.0
74192025-02-22T22:02:05.790Z Fresh vte_generate_state_changes v0.1.2
74202025-02-22T22:02:05.790Z Fresh vte v0.11.1
74212025-02-22T22:02:05.790Z Fresh phf_codegen v0.11.2
74222025-02-22T22:02:05.790Z Fresh samael v0.0.17
74232025-02-22T22:02:05.790Z Fresh oso v0.27.3
74242025-02-22T22:02:05.790Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
74252025-02-22T22:02:05.790Z Fresh parse-zoneinfo v0.3.1
74262025-02-22T22:02:05.790Z Fresh fd-lock v4.0.2
74272025-02-22T22:02:05.790Z Fresh cfg_aliases v0.1.1
74282025-02-22T22:02:05.790Z Fresh parking_lot_core v0.8.6
74292025-02-22T22:02:05.790Z Fresh unicase v2.7.0
74302025-02-22T22:02:05.790Z Fresh chrono-tz-build v0.4.0
74312025-02-22T22:02:05.790Z Fresh strip-ansi-escapes v0.2.0
74322025-02-22T22:02:05.790Z Fresh bb8 v0.8.5
74332025-02-22T22:02:05.790Z Fresh itertools v0.12.1
74342025-02-22T22:02:05.790Z Fresh nanorand v0.7.0
74352025-02-22T22:02:05.790Z Fresh nu-ansi-term v0.50.1
74362025-02-22T22:02:05.790Z Fresh async-bb8-diesel v0.2.1
74372025-02-22T22:02:05.790Z Fresh flume v0.11.1
74382025-02-22T22:02:05.790Z Fresh parking_lot v0.11.2
74392025-02-22T22:02:05.790Z Fresh reedline v0.35.0
74402025-02-22T22:02:05.790Z Fresh diesel-dtrace v0.4.2
74412025-02-22T22:02:05.790Z Fresh p384 v0.13.0
74422025-02-22T22:02:05.791Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
74432025-02-22T22:02:05.791Z Fresh http-range v0.1.5
74442025-02-22T22:02:05.791Z Fresh salty v0.3.0
74452025-02-22T22:02:05.791Z Fresh nix v0.28.0
74462025-02-22T22:02:05.791Z Fresh sled v0.34.7
74472025-02-22T22:02:05.791Z Fresh buf-list v1.0.3
74482025-02-22T22:02:05.791Z Fresh hickory-client v0.24.3
74492025-02-22T22:02:05.791Z Fresh papergrid v0.11.0
74502025-02-22T22:02:05.791Z Fresh tabled_derive v0.7.0
74512025-02-22T22:02:05.791Z Fresh peg-macros v0.8.4
74522025-02-22T22:02:05.791Z Fresh hickory-server v0.24.3
74532025-02-22T22:02:05.791Z Fresh sqlparser_derive v0.2.2
74542025-02-22T22:02:05.791Z Fresh proc-macro-error-attr2 v2.0.0
74552025-02-22T22:02:05.791Z Fresh env_filter v0.1.2
74562025-02-22T22:02:05.791Z Fresh atty v0.2.14
74572025-02-22T22:02:05.791Z Fresh unicode_categories v0.1.1
74582025-02-22T22:02:05.791Z Fresh peg v0.8.4
74592025-02-22T22:02:05.791Z Fresh sqlparser v0.45.0
74602025-02-22T22:02:05.791Z Fresh env_logger v0.11.5
74612025-02-22T22:02:05.791Z Fresh sqlformat v0.2.6
74622025-02-22T22:02:05.791Z Fresh proc-macro-error2 v2.0.1
74632025-02-22T22:02:05.791Z Fresh tabled v0.15.0
74642025-02-22T22:02:05.791Z Fresh rustyline v14.0.0
74652025-02-22T22:02:05.791Z Fresh chrono-tz v0.10.1
74662025-02-22T22:02:05.794Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
74672025-02-22T22:02:05.794Z Fresh mime_guess v2.0.5
74682025-02-22T22:02:05.794Z Fresh itertools v0.14.0
74692025-02-22T22:02:05.794Z Fresh bcs v0.1.6
74702025-02-22T22:02:05.794Z Fresh cargo-platform v0.1.8
74712025-02-22T22:02:05.795Z Fresh pin-project-internal v1.1.6
74722025-02-22T22:02:05.795Z Fresh termtree v0.5.1
74732025-02-22T22:02:05.795Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
74742025-02-22T22:02:05.795Z Fresh pin-project v1.1.6
74752025-02-22T22:02:05.795Z Fresh hyper-staticfile v0.10.1
74762025-02-22T22:02:05.795Z Fresh tabled_derive v0.10.0
74772025-02-22T22:02:05.795Z Fresh papergrid v0.14.0
74782025-02-22T22:02:05.795Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
74792025-02-22T22:02:05.795Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
74802025-02-22T22:02:05.795Z Fresh tabled v0.18.0
74812025-02-22T22:02:05.795Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
74822025-02-22T22:02:05.795Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
74832025-02-22T22:02:05.795Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
74842025-02-22T22:02:05.795Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
74852025-02-22T22:02:05.795Z Fresh nix v0.27.1
74862025-02-22T22:02:05.795Z Fresh tungstenite v0.23.0
74872025-02-22T22:02:05.795Z Fresh concurrent-queue v2.5.0
74882025-02-22T22:02:05.795Z Fresh snafu-derive v0.8.5
74892025-02-22T22:02:05.795Z Fresh parking v2.2.1
74902025-02-22T22:02:05.795Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
74912025-02-22T22:02:05.795Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
74922025-02-22T22:02:05.795Z Fresh tokio-tungstenite v0.23.1
74932025-02-22T22:02:05.795Z Fresh snafu v0.8.5
74942025-02-22T22:02:05.795Z Fresh olpc-cjson v0.1.4
74952025-02-22T22:02:05.795Z Fresh signal-hook-tokio v0.3.1
74962025-02-22T22:02:05.795Z Fresh globset v0.4.15
74972025-02-22T22:02:05.795Z Fresh serde_plain v1.0.2
74982025-02-22T22:02:05.795Z Fresh typed-path v0.9.3
74992025-02-22T22:02:05.795Z Fresh cargo_metadata v0.18.1
75002025-02-22T22:02:05.795Z Fresh tough v0.19.0
75012025-02-22T22:02:05.795Z Fresh rand_seeder v0.3.0
75022025-02-22T22:02:05.795Z Fresh parse-size v1.1.0
75032025-02-22T22:02:05.795Z Fresh event-listener v5.3.1
75042025-02-22T22:02:05.795Z Fresh event-listener-strategy v0.5.2
75052025-02-22T22:02:05.795Z Fresh futures-lite v2.3.0
75062025-02-22T22:02:05.795Z Fresh castaway v0.2.3
75072025-02-22T22:02:05.795Z Fresh indoc v2.0.5
75082025-02-22T22:02:05.795Z Fresh unicode-truncate v1.1.0
75092025-02-22T22:02:05.795Z Fresh lru v0.12.5
75102025-02-22T22:02:05.796Z Fresh compact_str v0.8.0
75112025-02-22T22:02:05.796Z Fresh libz-sys v1.1.20
75122025-02-22T22:02:05.796Z Fresh instability v0.3.2
75132025-02-22T22:02:05.796Z Fresh csv-core v0.1.11
75142025-02-22T22:02:05.796Z Fresh is_ci v1.2.0
75152025-02-22T22:02:05.796Z Fresh cassowary v0.3.0
75162025-02-22T22:02:05.796Z Fresh csv v1.3.1
75172025-02-22T22:02:05.796Z Fresh libgit2-sys v0.17.0+1.8.1
75182025-02-22T22:02:05.796Z Fresh ratatui v0.29.0
75192025-02-22T22:02:05.796Z Fresh supports-color v3.0.1
75202025-02-22T22:02:05.796Z Fresh async-lock v3.4.0
75212025-02-22T22:02:05.796Z Fresh polyval v0.6.2
75222025-02-22T22:02:05.796Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
75232025-02-22T22:02:05.796Z Fresh polling v3.7.3
75242025-02-22T22:02:05.796Z Fresh ghash v0.5.1
75252025-02-22T22:02:05.796Z Fresh git2 v0.19.0
75262025-02-22T22:02:05.796Z Fresh ctr v0.9.2
75272025-02-22T22:02:05.796Z Fresh async-io v2.3.4
75282025-02-22T22:02:05.796Z Fresh assert_matches v1.5.0
75292025-02-22T22:02:05.796Z Fresh plotters-backend v0.3.7
75302025-02-22T22:02:05.796Z Fresh async-task v4.7.1
75312025-02-22T22:02:05.796Z Fresh shell-words v1.1.0
75322025-02-22T22:02:05.796Z Fresh plotters-svg v0.3.7
75332025-02-22T22:02:05.796Z Fresh vergen v8.3.2
75342025-02-22T22:02:05.796Z Fresh aes-gcm v0.10.3
75352025-02-22T22:02:05.796Z Fresh async-channel v2.3.1
75362025-02-22T22:02:05.796Z Fresh piper v0.2.4
75372025-02-22T22:02:05.796Z Fresh ssh-encoding v0.2.0
75382025-02-22T22:02:05.796Z Fresh blowfish v0.9.1
75392025-02-22T22:02:05.796Z Fresh sct v0.7.1
75402025-02-22T22:02:05.796Z Fresh rustls-webpki v0.101.7
75412025-02-22T22:02:05.796Z Fresh rtoolbox v0.0.2
75422025-02-22T22:02:05.796Z Fresh cast v0.3.0
75432025-02-22T22:02:05.796Z Fresh unicode-linebreak v0.1.5
75442025-02-22T22:02:05.796Z Fresh smawk v0.3.2
75452025-02-22T22:02:05.796Z Fresh ssh-cipher v0.2.0
75462025-02-22T22:02:05.796Z Fresh rustls v0.21.12
75472025-02-22T22:02:05.796Z Fresh rpassword v7.3.1
75482025-02-22T22:02:05.796Z Fresh textwrap v0.16.1
75492025-02-22T22:02:05.797Z Fresh criterion-plot v0.5.0
75502025-02-22T22:02:05.797Z Fresh blocking v1.6.1
75512025-02-22T22:02:05.797Z Fresh bcrypt-pbkdf v0.10.0
75522025-02-22T22:02:05.797Z Fresh plotters v0.3.7
75532025-02-22T22:02:05.797Z Fresh libsqlite3-sys v0.30.1
75542025-02-22T22:02:05.797Z Fresh async-signal v0.2.10
75552025-02-22T22:02:05.797Z Fresh async-executor v1.13.1
75562025-02-22T22:02:05.797Z Fresh tui-tree-widget v0.23.0
75572025-02-22T22:02:05.797Z Fresh hashlink v0.9.1
75582025-02-22T22:02:05.797Z Fresh password-hash v0.4.2
75592025-02-22T22:02:05.797Z Fresh tinytemplate v1.2.1
75602025-02-22T22:02:05.797Z Fresh oorandom v11.1.4
75612025-02-22T22:02:05.797Z Fresh fallible-streaming-iterator v0.1.9
75622025-02-22T22:02:05.797Z Fresh hex-literal v0.4.1
75632025-02-22T22:02:05.797Z Fresh anes v0.1.6
75642025-02-22T22:02:05.797Z Fresh event-listener v2.5.3
75652025-02-22T22:02:05.797Z Fresh fallible-iterator v0.3.0
75662025-02-22T22:02:05.800Z Fresh yansi v1.0.1
75672025-02-22T22:02:05.800Z Fresh pbkdf2 v0.11.0
75682025-02-22T22:02:05.800Z Fresh criterion v0.5.1
75692025-02-22T22:02:05.800Z Fresh pretty_assertions v1.4.1
75702025-02-22T22:02:05.800Z Fresh rusqlite v0.32.1
75712025-02-22T22:02:05.800Z Fresh async-channel v1.9.0
75722025-02-22T22:02:05.800Z Fresh ssh-key v0.6.6
75732025-02-22T22:02:05.800Z Fresh async-process v2.3.0
75742025-02-22T22:02:05.800Z Fresh async-global-executor v2.4.1
75752025-02-22T22:02:05.800Z Fresh tokio-rustls v0.24.1
75762025-02-22T22:02:05.800Z Fresh target-lexicon v0.13.2
75772025-02-22T22:02:05.801Z Fresh p256 v0.13.2
75782025-02-22T22:02:05.801Z Fresh p521 v0.13.3
75792025-02-22T22:02:05.801Z Fresh rustls-pemfile v1.0.4
75802025-02-22T22:02:05.801Z Fresh common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
75812025-02-22T22:02:05.801Z Fresh async-attributes v1.1.2
75822025-02-22T22:02:05.801Z Fresh twox-hash v2.1.0
75832025-02-22T22:02:05.801Z Fresh num_cpus v1.16.0
75842025-02-22T22:02:05.801Z Fresh kv-log-macro v1.0.7
75852025-02-22T22:02:05.801Z Fresh russh-cryptovec v0.7.3
75862025-02-22T22:02:05.801Z Fresh futures-timer v3.0.3
75872025-02-22T22:02:05.801Z Fresh md5 v0.7.0
75882025-02-22T22:02:05.801Z Fresh async-std v1.13.0
75892025-02-22T22:02:05.801Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
75902025-02-22T22:02:05.801Z Fresh threadpool v1.8.1
75912025-02-22T22:02:05.801Z Fresh russh-keys v0.45.0
75922025-02-22T22:02:05.801Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
75932025-02-22T22:02:05.801Z Fresh cfg-expr v0.18.0
75942025-02-22T22:02:05.801Z Fresh guppy-workspace-hack v0.1.0
75952025-02-22T22:02:05.801Z Fresh doc-comment v0.3.3
75962025-02-22T22:02:05.801Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
75972025-02-22T22:02:05.801Z Fresh httptest v0.16.3
75982025-02-22T22:02:05.801Z Fresh fatfs v0.3.6
75992025-02-22T22:02:05.801Z Fresh num-bigint v0.4.6
76002025-02-22T22:02:05.801Z Fresh proc-macro-crate v3.2.0
76012025-02-22T22:02:05.801Z Fresh rustls-native-certs v0.7.3
76022025-02-22T22:02:05.801Z Fresh des v0.8.1
76032025-02-22T22:02:05.801Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
76042025-02-22T22:02:05.801Z Fresh fixedbitset v0.5.7
76052025-02-22T22:02:05.801Z Fresh escape8259 v0.5.3
76062025-02-22T22:02:05.801Z Fresh relative-path v1.9.3
76072025-02-22T22:02:05.801Z Fresh petgraph v0.7.1
76082025-02-22T22:02:05.801Z Fresh hyper-rustls v0.26.0
76092025-02-22T22:02:05.801Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
76102025-02-22T22:02:05.801Z Fresh russh v0.45.0
76112025-02-22T22:02:05.801Z Fresh rstest_macros v0.23.0
76122025-02-22T22:02:05.801Z Fresh libtest-mimic v0.7.3
76132025-02-22T22:02:05.801Z Fresh target-spec v3.4.2
76142025-02-22T22:02:05.801Z Fresh assert_cmd v2.0.16
76152025-02-22T22:02:05.801Z Fresh target-triple v0.1.3
76162025-02-22T22:02:05.802Z Fresh petname v2.0.2
76172025-02-22T22:02:05.802Z Fresh async-object-pool v0.1.5
76182025-02-22T22:02:05.802Z Fresh cargo_metadata v0.19.1
76192025-02-22T22:02:05.802Z Fresh blake2b_simd v1.0.2
76202025-02-22T22:02:05.802Z Fresh fancy-regex v0.13.0
76212025-02-22T22:02:05.802Z Fresh pathdiff v0.2.3
76222025-02-22T22:02:05.802Z Fresh serde_regex v1.1.0
76232025-02-22T22:02:05.802Z Fresh assert-json-diff v2.0.2
76242025-02-22T22:02:05.802Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
76252025-02-22T22:02:05.802Z Fresh uzers v0.12.1
76262025-02-22T22:02:05.802Z Fresh path-tree v0.8.1
76272025-02-22T22:02:05.802Z Fresh internet-checksum v0.2.1
76282025-02-22T22:02:05.802Z Fresh stringmetrics v2.2.2
76292025-02-22T22:02:05.802Z Fresh sync-ptr v0.1.1
76302025-02-22T22:02:05.802Z Fresh nested v0.1.1
76312025-02-22T22:02:05.802Z Fresh datatest-stable v0.2.9
76322025-02-22T22:02:05.802Z Fresh rust-argon2 v2.1.0
76332025-02-22T22:02:05.802Z Fresh trybuild v1.0.101
76342025-02-22T22:02:05.802Z Fresh guppy v0.17.16
76352025-02-22T22:02:05.802Z Fresh httpmock v0.8.0-alpha.1
76362025-02-22T22:02:05.802Z Fresh rstest v0.23.0
76372025-02-22T22:02:05.802Z Fresh partial-io v0.5.4
76382025-02-22T22:02:05.802Z Fresh similar-asserts v1.6.0
76392025-02-22T22:02:05.802Z Fresh rand_distr v0.4.3
76402025-02-22T22:02:05.802Z Fresh approx v0.5.1
76412025-02-22T22:02:05.802Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
76422025-02-22T22:02:05.802Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
76432025-02-22T22:02:05.802Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
76442025-02-22T22:02:05.802Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
76452025-02-22T22:02:05.802Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
76462025-02-22T22:02:05.802Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
76472025-02-22T22:02:05.802Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
76482025-02-22T22:02:05.802Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
76492025-02-22T22:02:05.802Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
76502025-02-22T22:02:05.802Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
76512025-02-22T22:02:05.802Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
76522025-02-22T22:02:05.802Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
76532025-02-22T22:02:05.802Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
76542025-02-22T22:02:05.802Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
76552025-02-22T22:02:05.803Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
76562025-02-22T22:02:05.803Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
76572025-02-22T22:02:05.803Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
76582025-02-22T22:02:05.803Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
76592025-02-22T22:02:05.803Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
76602025-02-22T22:02:05.803Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
76612025-02-22T22:02:05.803Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
76622025-02-22T22:02:05.803Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
76632025-02-22T22:02:05.803Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
76642025-02-22T22:02:05.803Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
76652025-02-22T22:02:05.803Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
76662025-02-22T22:02:05.810Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
76672025-02-22T22:02:05.810Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
76682025-02-22T22:02:05.810Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
76692025-02-22T22:02:05.810Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
76702025-02-22T22:02:05.810Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
76712025-02-22T22:02:05.811Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
76722025-02-22T22:02:05.811Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
76732025-02-22T22:02:05.811Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
76742025-02-22T22:02:05.811Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
76752025-02-22T22:02:05.811Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
76762025-02-22T22:02:05.811Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
76772025-02-22T22:02:05.811Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
76782025-02-22T22:02:05.811Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
76792025-02-22T22:02:05.811Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
76802025-02-22T22:02:05.811Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
76812025-02-22T22:02:05.811Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
76822025-02-22T22:02:05.811Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
76832025-02-22T22:02:05.811Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
76842025-02-22T22:02:05.811Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
76852025-02-22T22:02:05.811Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
76862025-02-22T22:02:05.811Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
76872025-02-22T22:02:05.811Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
76882025-02-22T22:02:05.811Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
76892025-02-22T22:02:05.811Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
76902025-02-22T22:02:05.811Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
76912025-02-22T22:02:05.811Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
76922025-02-22T22:02:05.811Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
76932025-02-22T22:02:05.811Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
76942025-02-22T22:02:05.811Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
76952025-02-22T22:02:05.811Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
76962025-02-22T22:02:05.811Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
76972025-02-22T22:02:05.811Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
76982025-02-22T22:02:05.811Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
76992025-02-22T22:02:05.811Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
77002025-02-22T22:02:05.811Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
77012025-02-22T22:02:05.811Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
77022025-02-22T22:02:05.811Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
77032025-02-22T22:02:05.811Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
77042025-02-22T22:02:05.811Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
77052025-02-22T22:02:05.811Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
77062025-02-22T22:02:05.811Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
77072025-02-22T22:02:05.811Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
77082025-02-22T22:02:05.811Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
77092025-02-22T22:02:05.812Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
77102025-02-22T22:02:05.812Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
77112025-02-22T22:02:05.812Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
77122025-02-22T22:02:05.812Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
77132025-02-22T22:02:05.812Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
77142025-02-22T22:02:05.812Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
77152025-02-22T22:02:05.812Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
77162025-02-22T22:02:05.812Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
77172025-02-22T22:02:05.812Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
77182025-02-22T22:02:05.812Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
77192025-02-22T22:02:05.812Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
77202025-02-22T22:02:05.812Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
77212025-02-22T22:02:05.812Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
77222025-02-22T22:02:05.812Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
77232025-02-22T22:02:05.812Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
77242025-02-22T22:02:05.812Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
77252025-02-22T22:02:05.812Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
77262025-02-22T22:02:05.812Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
77272025-02-22T22:02:05.812Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
77282025-02-22T22:02:05.812Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
77292025-02-22T22:02:05.812Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
77302025-02-22T22:02:05.812Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
77312025-02-22T22:02:05.812Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
77322025-02-22T22:02:05.812Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
77332025-02-22T22:02:05.812Z Fresh omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
77342025-02-22T22:02:05.812Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
77352025-02-22T22:02:05.812Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
77362025-02-22T22:02:05.812Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
77372025-02-22T22:02:05.812Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
77382025-02-22T22:02:05.812Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
77392025-02-22T22:02:05.812Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
77402025-02-22T22:02:05.812Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
77412025-02-22T22:02:05.812Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
77422025-02-22T22:02:05.812Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
77432025-02-22T22:02:05.812Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
77442025-02-22T22:02:05.812Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
77452025-02-22T22:02:05.813Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
77462025-02-22T22:02:05.813Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
77472025-02-22T22:02:05.813Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
77482025-02-22T22:02:05.813Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
77492025-02-22T22:02:05.813Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
77502025-02-22T22:02:05.813Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
77512025-02-22T22:02:05.813Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
77522025-02-22T22:02:05.813Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
77532025-02-22T22:02:05.813Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
77542025-02-22T22:02:05.813Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
77552025-02-22T22:02:05.813Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
77562025-02-22T22:02:05.813Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
77572025-02-22T22:02:05.813Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
77582025-02-22T22:02:05.813Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
77592025-02-22T22:02:05.813Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
77602025-02-22T22:02:05.813Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2.16s
77612025-02-22T22:02:05.883Z Doc-tests api_identity
77622025-02-22T22:02:05.886Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0575a1f7d6eeb629.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77632025-02-22T22:02:06.168Z
77642025-02-22T22:02:06.168Zrunning 0 tests
77652025-02-22T22:02:06.168Z
77662025-02-22T22:02:06.168Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77672025-02-22T22:02:06.168Z
77682025-02-22T22:02:06.179Z Doc-tests authz_macros
77692025-02-22T22:02:06.182Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c4b3369a56067061.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-ca0b6634410e918a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-f158eb699be35e38.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-96b01b9797cb298d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77702025-02-22T22:02:06.320Z
77712025-02-22T22:02:06.320Zrunning 7 tests
77722025-02-22T22:02:06.323Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
77732025-02-22T22:02:06.323Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
77742025-02-22T22:02:06.323Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
77752025-02-22T22:02:06.323Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
77762025-02-22T22:02:06.323Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
77772025-02-22T22:02:06.323Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
77782025-02-22T22:02:06.323Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
77792025-02-22T22:02:06.323Z
77802025-02-22T22:02:06.323Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
77812025-02-22T22:02:06.323Z
77822025-02-22T22:02:06.333Z Doc-tests bootstore
77832025-02-22T22:02:06.335Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-86d5c5f61282caca.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4977a38b0d3513bd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-b5565363c9b655db.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-91dcc3fd39d3676b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9d07bf0c2c85f58d.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4f19ca9aa2735052.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd9f2317ffb69cec.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-7b245e26b9d64704.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d8e1a7d8b96c5295.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-88b3948575906c7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
77842025-02-22T22:02:07.119Z
77852025-02-22T22:02:07.120Zrunning 0 tests
77862025-02-22T22:02:07.120Z
77872025-02-22T22:02:07.120Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
77882025-02-22T22:02:07.120Z
77892025-02-22T22:02:07.151Z Doc-tests bootstrap_agent_api
77902025-02-22T22:02:07.153Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bea55806bd825c81.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2bea357d61ca3ffa.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
77912025-02-22T22:02:07.512Z
77922025-02-22T22:02:07.512Zrunning 2 tests
77932025-02-22T22:02:07.515Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
77942025-02-22T22:02:07.515Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
77952025-02-22T22:02:07.515Z
77962025-02-22T22:02:07.515Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
77972025-02-22T22:02:07.515Z
77982025-02-22T22:02:07.539Z Doc-tests bootstrap_agent_client
77992025-02-22T22:02:07.541Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c0724b4300a0cee3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d324ac6f55fbcfea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78002025-02-22T22:02:08.381Z
78012025-02-22T22:02:08.381Zrunning 0 tests
78022025-02-22T22:02:08.381Z
78032025-02-22T22:02:08.381Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78042025-02-22T22:02:08.381Z
78052025-02-22T22:02:08.415Z Doc-tests clickana
78062025-02-22T22:02:08.417Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-525d8dee9bea4041.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d2a95a44720243f6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-81526168fc76ae13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78072025-02-22T22:02:08.804Z
78082025-02-22T22:02:08.804Zrunning 0 tests
78092025-02-22T22:02:08.804Z
78102025-02-22T22:02:08.804Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78112025-02-22T22:02:08.804Z
78122025-02-22T22:02:08.828Z Doc-tests clickhouse_admin_api
78132025-02-22T22:02:08.831Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-06edc48ba4d32124.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78142025-02-22T22:02:09.079Z
78152025-02-22T22:02:09.079Zrunning 6 tests
78162025-02-22T22:02:09.082Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 37) ... ignored
78172025-02-22T22:02:09.082Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 43) ... ignored
78182025-02-22T22:02:09.082Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 115) ... ignored
78192025-02-22T22:02:09.082Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 121) ... ignored
78202025-02-22T22:02:09.082Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 180) ... ignored
78212025-02-22T22:02:09.082Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 186) ... ignored
78222025-02-22T22:02:09.082Z
78232025-02-22T22:02:09.082Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
78242025-02-22T22:02:09.082Z
78252025-02-22T22:02:09.101Z Doc-tests clickhouse_admin_keeper_client
78262025-02-22T22:02:09.101Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0db435a960c04bbf.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-af06526a3946e206.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78272025-02-22T22:02:09.654Z
78282025-02-22T22:02:09.654Zrunning 0 tests
78292025-02-22T22:02:09.654Z
78302025-02-22T22:02:09.654Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78312025-02-22T22:02:09.654Z
78322025-02-22T22:02:09.683Z Doc-tests clickhouse_admin_server_client
78332025-02-22T22:02:09.686Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0db435a960c04bbf.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d2a95a44720243f6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78342025-02-22T22:02:10.175Z
78352025-02-22T22:02:10.175Zrunning 0 tests
78362025-02-22T22:02:10.175Z
78372025-02-22T22:02:10.175Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78382025-02-22T22:02:10.175Z
78392025-02-22T22:02:10.204Z Doc-tests clickhouse_admin_single_client
78402025-02-22T22:02:10.221Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0db435a960c04bbf.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-b0f83191becf8650.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78412025-02-22T22:02:10.418Z
78422025-02-22T22:02:10.418Zrunning 0 tests
78432025-02-22T22:02:10.418Z
78442025-02-22T22:02:10.418Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78452025-02-22T22:02:10.418Z
78462025-02-22T22:02:10.437Z Doc-tests clickhouse_admin_test_utils
78472025-02-22T22:02:10.440Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a4835f5f60f796f7.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3292a0827824a054.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-738e63b95c0fd69e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78482025-02-22T22:02:10.661Z
78492025-02-22T22:02:10.662Zrunning 0 tests
78502025-02-22T22:02:10.662Z
78512025-02-22T22:02:10.662Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78522025-02-22T22:02:10.662Z
78532025-02-22T22:02:10.683Z Doc-tests clickhouse_admin_types
78542025-02-22T22:02:10.685Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d3756bca22c2c8be.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6548ab0eb5118301.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9d07bf0c2c85f58d.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78552025-02-22T22:02:11.171Z
78562025-02-22T22:02:11.171Zrunning 0 tests
78572025-02-22T22:02:11.171Z
78582025-02-22T22:02:11.171Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78592025-02-22T22:02:11.171Z
78602025-02-22T22:02:11.199Z Doc-tests cockroach_admin_api
78612025-02-22T22:02:11.202Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ce003b534ad1897d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-289d23f287dd4769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78622025-02-22T22:02:11.391Z
78632025-02-22T22:02:11.391Zrunning 2 tests
78642025-02-22T22:02:11.391Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 20) ... ignored
78652025-02-22T22:02:11.391Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 26) ... ignored
78662025-02-22T22:02:11.391Z
78672025-02-22T22:02:11.394Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
78682025-02-22T22:02:11.394Z
78692025-02-22T22:02:11.409Z Doc-tests cockroach_admin_client
78702025-02-22T22:02:11.411Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0db435a960c04bbf.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6769e36dab0a07d2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78712025-02-22T22:02:11.670Z
78722025-02-22T22:02:11.670Zrunning 0 tests
78732025-02-22T22:02:11.670Z
78742025-02-22T22:02:11.670Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78752025-02-22T22:02:11.670Z
78762025-02-22T22:02:11.689Z Doc-tests cockroach_admin_types
78772025-02-22T22:02:11.692Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0db435a960c04bbf.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-289d23f287dd4769.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-907d7c5aa767ebba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd9f2317ffb69cec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-5fe5f9bbb228d2ae.so -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78782025-02-22T22:02:11.825Z
78792025-02-22T22:02:11.825Zrunning 0 tests
78802025-02-22T22:02:11.825Z
78812025-02-22T22:02:11.825Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78822025-02-22T22:02:11.825Z
78832025-02-22T22:02:11.838Z Doc-tests db_macros
78842025-02-22T22:02:11.840Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f3e0c56eaadd309f.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-ca0b6634410e918a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-f158eb699be35e38.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-96b01b9797cb298d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78852025-02-22T22:02:12.082Z
78862025-02-22T22:02:12.082Zrunning 3 tests
78872025-02-22T22:02:12.085Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
78882025-02-22T22:02:12.085Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 50) ... ignored
78892025-02-22T22:02:12.085Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 73) ... ignored
78902025-02-22T22:02:12.085Z
78912025-02-22T22:02:12.085Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
78922025-02-22T22:02:12.085Z
78932025-02-22T22:02:12.098Z Doc-tests dns_server
78942025-02-22T22:02:12.101Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a1d323147798cd87.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-db77ca5e9f41b335.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-242171482fe3fa9a.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-8e8b2937c552ffd6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-3bb0bccf1ba1b4f3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a051e13aaa9cbc22.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
78952025-02-22T22:02:12.450Z
78962025-02-22T22:02:12.450Zrunning 0 tests
78972025-02-22T22:02:12.450Z
78982025-02-22T22:02:12.450Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78992025-02-22T22:02:12.450Z
79002025-02-22T22:02:12.476Z Doc-tests dns_server_api
79012025-02-22T22:02:12.479Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0db435a960c04bbf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-db77ca5e9f41b335.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79022025-02-22T22:02:12.706Z
79032025-02-22T22:02:12.707Zrunning 2 tests
79042025-02-22T22:02:12.709Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 104) ... ignored
79052025-02-22T22:02:12.709Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 110) ... ignored
79062025-02-22T22:02:12.709Z
79072025-02-22T22:02:12.709Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
79082025-02-22T22:02:12.709Z
79092025-02-22T22:02:12.728Z Doc-tests dns_service_client
79102025-02-22T22:02:12.731Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0db435a960c04bbf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79112025-02-22T22:02:13.026Z
79122025-02-22T22:02:13.027Zrunning 0 tests
79132025-02-22T22:02:13.027Z
79142025-02-22T22:02:13.027Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79152025-02-22T22:02:13.027Z
79162025-02-22T22:02:13.051Z Doc-tests dpd_client
79172025-02-22T22:02:13.054Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0db435a960c04bbf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-59dc0b966dce4c12.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-333068429ccc4aca.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d324ac6f55fbcfea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79182025-02-22T22:02:14.162Z
79192025-02-22T22:02:14.162Zrunning 0 tests
79202025-02-22T22:02:14.162Z
79212025-02-22T22:02:14.162Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79222025-02-22T22:02:14.162Z
79232025-02-22T22:02:14.200Z Doc-tests end_to_end_tests
79242025-02-22T22:02:14.204Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6d479df9ba02b817.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7ec8b19bd364aede.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9966b58f2e8872d2.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-e4e03070c0f0b4c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-13051e6052c12f4e.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-4bfdb6bd73c54327.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-450b55e45c32aae2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4f6af58a7a41a416.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-1b39d0007df67859.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4caaf9537eebc91e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2bea357d61ca3ffa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6077ab337fa66134.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79252025-02-22T22:02:14.662Z
79262025-02-22T22:02:14.662Zrunning 0 tests
79272025-02-22T22:02:14.662Z
79282025-02-22T22:02:14.662Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79292025-02-22T22:02:14.662Z
79302025-02-22T22:02:14.691Z Doc-tests gateway_api
79312025-02-22T22:02:14.693Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6c814a7ad1b72375.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-d582f28e471d62c6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cb17887d2c3dc08d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79322025-02-22T22:02:15.041Z
79332025-02-22T22:02:15.041Zrunning 2 tests
79342025-02-22T22:02:15.044Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 47) ... ignored
79352025-02-22T22:02:15.044Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 53) ... ignored
79362025-02-22T22:02:15.044Z
79372025-02-22T22:02:15.044Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
79382025-02-22T22:02:15.044Z
79392025-02-22T22:02:15.066Z Doc-tests gateway_client
79402025-02-22T22:02:15.068Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79412025-02-22T22:02:15.935Z
79422025-02-22T22:02:15.935Zrunning 0 tests
79432025-02-22T22:02:15.935Z
79442025-02-22T22:02:15.935Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79452025-02-22T22:02:15.936Z
79462025-02-22T22:02:15.965Z Doc-tests gateway_test_utils
79472025-02-22T22:02:15.968Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a4835f5f60f796f7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-47da70cf146c14eb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cb17887d2c3dc08d.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-6de3f0215cda0611.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94cdcf67fff7e92c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79482025-02-22T22:02:16.625Z
79492025-02-22T22:02:16.625Zrunning 0 tests
79502025-02-22T22:02:16.625Z
79512025-02-22T22:02:16.625Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79522025-02-22T22:02:16.625Z
79532025-02-22T22:02:16.658Z Doc-tests gateway_types
79542025-02-22T22:02:16.661Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-362ba53e5f217d0b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cb17887d2c3dc08d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-efee7381a840a864.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79552025-02-22T22:02:17.186Z
79562025-02-22T22:02:17.186Zrunning 0 tests
79572025-02-22T22:02:17.186Z
79582025-02-22T22:02:17.186Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79592025-02-22T22:02:17.186Z
79602025-02-22T22:02:17.216Z Doc-tests illumos_utils
79612025-02-22T22:02:17.219Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-0b412b2dd8675b6c.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-d1b679197622af74.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-1afe388d0ba4554a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b970dad73352ec91.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-6f74d20b4955fae9.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-37242b2d0d3ed516.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d324ac6f55fbcfea.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-976f7ea65f728dd1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-e83632967c5c0152.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a71baf0c628466b8.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mockall", "testing"))' --check-cfg 'cfg(svcadm_autoclear)' --document-private-items -D warnings --error-format human`
79622025-02-22T22:02:18.467Z
79632025-02-22T22:02:18.467Zrunning 0 tests
79642025-02-22T22:02:18.468Z
79652025-02-22T22:02:18.468Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79662025-02-22T22:02:18.468Z
79672025-02-22T22:02:18.517Z Doc-tests installinator
79682025-02-22T22:02:18.519Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0a0863ede2691c3a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-438b96921aa3ac51.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-0437e5077a7c9931.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-bb666c84c0555c1c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a8726851fd5f6e18.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-efee7381a840a864.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0191cffadeb294a7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-cabfe13014057fd9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd9f2317ffb69cec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-034ca656a4492a50.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fc3e9e3b18853bd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-976f7ea65f728dd1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-5fe5f9bbb228d2ae.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8a489ea5fb4232fe.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human`
79692025-02-22T22:02:19.228Z
79702025-02-22T22:02:19.228Zrunning 0 tests
79712025-02-22T22:02:19.228Z
79722025-02-22T22:02:19.228Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79732025-02-22T22:02:19.228Z
79742025-02-22T22:02:19.261Z Doc-tests installinator_api
79752025-02-22T22:02:19.264Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a9e9f2c78f97fc82.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a8726851fd5f6e18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79762025-02-22T22:02:19.548Z
79772025-02-22T22:02:19.548Zrunning 2 tests
79782025-02-22T22:02:19.550Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
79792025-02-22T22:02:19.550Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
79802025-02-22T22:02:19.550Z
79812025-02-22T22:02:19.550Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
79822025-02-22T22:02:19.550Z
79832025-02-22T22:02:19.573Z Doc-tests installinator_client
79842025-02-22T22:02:19.576Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bb666c84c0555c1c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a8726851fd5f6e18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d324ac6f55fbcfea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79852025-02-22T22:02:20.364Z
79862025-02-22T22:02:20.364Zrunning 0 tests
79872025-02-22T22:02:20.364Z
79882025-02-22T22:02:20.364Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79892025-02-22T22:02:20.364Z
79902025-02-22T22:02:20.399Z Doc-tests installinator_common
79912025-02-22T22:02:20.402Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a8726851fd5f6e18.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd9f2317ffb69cec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-5fe5f9bbb228d2ae.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79922025-02-22T22:02:20.754Z
79932025-02-22T22:02:20.754Zrunning 0 tests
79942025-02-22T22:02:20.754Z
79952025-02-22T22:02:20.754Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79962025-02-22T22:02:20.754Z
79972025-02-22T22:02:20.781Z Doc-tests internal_dns_resolver
79982025-02-22T22:02:20.784Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a1d323147798cd87.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ac4942e795c78de0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a051e13aaa9cbc22.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
79992025-02-22T22:02:21.035Z
80002025-02-22T22:02:21.035Zrunning 0 tests
80012025-02-22T22:02:21.035Z
80022025-02-22T22:02:21.035Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80032025-02-22T22:02:21.035Z
80042025-02-22T22:02:21.058Z Doc-tests internal_dns_types
80052025-02-22T22:02:21.060Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80062025-02-22T22:02:21.354Z
80072025-02-22T22:02:21.354Zrunning 0 tests
80082025-02-22T22:02:21.354Z
80092025-02-22T22:02:21.354Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80102025-02-22T22:02:21.354Z
80112025-02-22T22:02:21.378Z Doc-tests ipcc
80122025-02-22T22:02:21.380Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-91dcc3fd39d3676b.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-efee7381a840a864.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-d8f1b740f848a4e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd9f2317ffb69cec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-5fe5f9bbb228d2ae.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80132025-02-22T22:02:21.619Z
80142025-02-22T22:02:21.619Zrunning 0 tests
80152025-02-22T22:02:21.619Z
80162025-02-22T22:02:21.619Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80172025-02-22T22:02:21.619Z
80182025-02-22T22:02:21.642Z Doc-tests key_manager
80192025-02-22T22:02:21.644Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e28f9114d5d27a7c.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4f19ca9aa2735052.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1c135be6efa99bd2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-7b245e26b9d64704.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d8e1a7d8b96c5295.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80202025-02-22T22:02:21.881Z
80212025-02-22T22:02:21.881Zrunning 0 tests
80222025-02-22T22:02:21.881Z
80232025-02-22T22:02:21.881Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80242025-02-22T22:02:21.881Z
80252025-02-22T22:02:21.903Z Doc-tests live_tests_macros
80262025-02-22T22:02:21.906Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5c79a622a3b5c6fa.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80272025-02-22T22:02:21.985Z
80282025-02-22T22:02:21.985Zrunning 1 test
80292025-02-22T22:02:21.987Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
80302025-02-22T22:02:21.987Z
80312025-02-22T22:02:21.987Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
80322025-02-22T22:02:21.987Z
80332025-02-22T22:02:21.995Z Doc-tests nexus_auth
80342025-02-22T22:02:21.998Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-c4b3369a56067061.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-c858d07813c4af7f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-83db8555cd4eac4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87a8395f60854c9a.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-37b560fdb38c3f74.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fcb1325dd7c6f679.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-47e63b6158a4412f.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ffe69e8bdf82ba86.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4e13b05b5faa8822.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-78e992e88085361d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
80352025-02-22T22:02:23.153Z
80362025-02-22T22:02:23.153Zrunning 0 tests
80372025-02-22T22:02:23.153Z
80382025-02-22T22:02:23.153Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80392025-02-22T22:02:23.153Z
80402025-02-22T22:02:23.193Z Doc-tests nexus_client
80412025-02-22T22:02:23.195Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0db435a960c04bbf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d324ac6f55fbcfea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80422025-02-22T22:02:25.058Z
80432025-02-22T22:02:25.058Zrunning 0 tests
80442025-02-22T22:02:25.058Z
80452025-02-22T22:02:25.058Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80462025-02-22T22:02:25.058Z
80472025-02-22T22:02:25.109Z Doc-tests nexus_config
80482025-02-22T22:02:25.109Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80492025-02-22T22:02:25.621Z
80502025-02-22T22:02:25.621Zrunning 0 tests
80512025-02-22T22:02:25.621Z
80522025-02-22T22:02:25.621Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80532025-02-22T22:02:25.621Z
80542025-02-22T22:02:25.650Z Doc-tests nexus_db_fixed_data
80552025-02-22T22:02:25.652Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-37b560fdb38c3f74.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fcb1325dd7c6f679.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
80562025-02-22T22:02:26.118Z
80572025-02-22T22:02:26.118Zrunning 0 tests
80582025-02-22T22:02:26.118Z
80592025-02-22T22:02:26.118Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80602025-02-22T22:02:26.118Z
80612025-02-22T22:02:26.147Z Doc-tests nexus_db_model
80622025-02-22T22:02:26.149Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f3e0c56eaadd309f.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-a3fffa6f40d734d2.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-878da364650a5ddd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fcb1325dd7c6f679.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-8f255e73f6c15c95.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-dcfbbc1cf1396d45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b2de876125aab162.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4584b6a902a3b0bc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
80632025-02-22T22:02:34.131Z
80642025-02-22T22:02:34.131Zrunning 2 tests
80652025-02-22T22:02:36.935Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
80662025-02-22T22:02:36.938Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
80672025-02-22T22:02:36.938Z
80682025-02-22T22:02:36.938Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.81s
80692025-02-22T22:02:36.938Z
80702025-02-22T22:02:37.155Z Doc-tests nexus_db_queries
80712025-02-22T22:02:37.159Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2611b34b673cd24a.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b629ee635d485b87.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f3e0c56eaadd309f.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-878da364650a5ddd.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-556ce66d69fa9e9d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-27f6b93af489bf99.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87a8395f60854c9a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-37b560fdb38c3f74.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fcb1325dd7c6f679.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a780de4e9075e1a6.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-beb0d90a1edb7a7c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4757150001def43b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-450b55e45c32aae2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ffe69e8bdf82ba86.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-52aee055ba6c88d4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b14df1d6f08c2229.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ac4942e795c78de0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f2d50c29b4f0579.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b2de876125aab162.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d692638090501d6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4584b6a902a3b0bc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5d6f82ef0dbcbb73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f43279d14e0ff31f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --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`
80722025-02-22T22:02:39.295Z
80732025-02-22T22:02:39.295Zrunning 1 test
80742025-02-22T22:02:42.507Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 222) ... ok
80752025-02-22T22:02:42.507Z
80762025-02-22T22:02:42.510Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.21s
80772025-02-22T22:02:42.510Z
80782025-02-22T22:02:42.586Z Doc-tests nexus_defaults
80792025-02-22T22:02:42.586Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d92c54e8d494ed14.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-8f255e73f6c15c95.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80802025-02-22T22:02:42.807Z
80812025-02-22T22:02:42.807Zrunning 0 tests
80822025-02-22T22:02:42.807Z
80832025-02-22T22:02:42.807Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80842025-02-22T22:02:42.807Z
80852025-02-22T22:02:42.829Z Doc-tests nexus_external_api
80862025-02-22T22:02:42.831Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5c263750a6e1623f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-0c7c7656c5445590.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1796118fc82ff53f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5dab39df2319de18.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80872025-02-22T22:02:43.400Z
80882025-02-22T22:02:43.400Zrunning 2 tests
80892025-02-22T22:02:43.402Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 81) ... ignored
80902025-02-22T22:02:43.402Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 87) ... ignored
80912025-02-22T22:02:43.402Z
80922025-02-22T22:02:43.402Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
80932025-02-22T22:02:43.403Z
80942025-02-22T22:02:43.433Z Doc-tests nexus_internal_api
80952025-02-22T22:02:43.436Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6c814a7ad1b72375.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-4838db10dee0e90c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80962025-02-22T22:02:43.861Z
80972025-02-22T22:02:43.861Zrunning 2 tests
80982025-02-22T22:02:43.864Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 57) ... ignored
80992025-02-22T22:02:43.864Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 63) ... ignored
81002025-02-22T22:02:43.864Z
81012025-02-22T22:02:43.864Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81022025-02-22T22:02:43.864Z
81032025-02-22T22:02:43.892Z Doc-tests nexus_inventory
81042025-02-22T22:02:43.894Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-af06526a3946e206.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d2a95a44720243f6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-47da70cf146c14eb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a780de4e9075e1a6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-450b55e45c32aae2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-de22f95a9b8c84ee.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81052025-02-22T22:02:44.271Z
81062025-02-22T22:02:44.271Zrunning 0 tests
81072025-02-22T22:02:44.271Z
81082025-02-22T22:02:44.271Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81092025-02-22T22:02:44.271Z
81102025-02-22T22:02:44.300Z Doc-tests nexus_macros_common
81112025-02-22T22:02:44.302Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ca0b6634410e918a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81122025-02-22T22:02:44.379Z
81132025-02-22T22:02:44.379Zrunning 0 tests
81142025-02-22T22:02:44.379Z
81152025-02-22T22:02:44.379Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81162025-02-22T22:02:44.379Z
81172025-02-22T22:02:44.390Z Doc-tests nexus_metrics_producer_gc
81182025-02-22T22:02:44.392Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2611b34b673cd24a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-878da364650a5ddd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8232438a569b313a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fcb1325dd7c6f679.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-134600cf0fced5d3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4757150001def43b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-866124d37c95eb19.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
81192025-02-22T22:02:44.830Z
81202025-02-22T22:02:44.830Zrunning 0 tests
81212025-02-22T22:02:44.831Z
81222025-02-22T22:02:44.831Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81232025-02-22T22:02:44.831Z
81242025-02-22T22:02:44.866Z Doc-tests nexus_networking
81252025-02-22T22:02:44.866Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8847400d2a7d6ab4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-09191ecdcbe9008c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81262025-02-22T22:02:45.326Z
81272025-02-22T22:02:45.326Zrunning 0 tests
81282025-02-22T22:02:45.326Z
81292025-02-22T22:02:45.326Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81302025-02-22T22:02:45.326Z
81312025-02-22T22:02:45.362Z Doc-tests nexus_reconfigurator_blippy
81322025-02-22T22:02:45.364Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-37a1cc90254cda62.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-beb0d90a1edb7a7c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81332025-02-22T22:02:45.701Z
81342025-02-22T22:02:45.701Zrunning 0 tests
81352025-02-22T22:02:45.701Z
81362025-02-22T22:02:45.701Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81372025-02-22T22:02:45.701Z
81382025-02-22T22:02:45.730Z Doc-tests nexus_reconfigurator_execution
81392025-02-22T22:02:45.733Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2611b34b673cd24a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-af06526a3946e206.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d2a95a44720243f6.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-b0f83191becf8650.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6769e36dab0a07d2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-878da364650a5ddd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8232438a569b313a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-fb5ea697685cb8f8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-6c62123119d9c719.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fcb1325dd7c6f679.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a780de4e9075e1a6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-09191ecdcbe9008c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d6a0862d5123677f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-beb0d90a1edb7a7c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-44652205ff194d83.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4757150001def43b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-de0c93ea357303d6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f1d64491305d0ec0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
81402025-02-22T22:02:46.216Z
81412025-02-22T22:02:46.216Zrunning 0 tests
81422025-02-22T22:02:46.217Z
81432025-02-22T22:02:46.217Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81442025-02-22T22:02:46.217Z
81452025-02-22T22:02:46.253Z Doc-tests nexus_reconfigurator_planning
81462025-02-22T22:02:46.255Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6548ab0eb5118301.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-fb5ea697685cb8f8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a780de4e9075e1a6.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-37a1cc90254cda62.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-beb0d90a1edb7a7c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd9f2317ffb69cec.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-5fe5f9bbb228d2ae.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-de22f95a9b8c84ee.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81472025-02-22T22:02:46.743Z
81482025-02-22T22:02:46.743Zrunning 0 tests
81492025-02-22T22:02:46.743Z
81502025-02-22T22:02:46.743Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81512025-02-22T22:02:46.743Z
81522025-02-22T22:02:46.776Z Doc-tests nexus_reconfigurator_preparation
81532025-02-22T22:02:46.778Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fcb1325dd7c6f679.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-44652205ff194d83.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81542025-02-22T22:02:47.189Z
81552025-02-22T22:02:47.189Zrunning 0 tests
81562025-02-22T22:02:47.189Z
81572025-02-22T22:02:47.189Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81582025-02-22T22:02:47.189Z
81592025-02-22T22:02:47.226Z Doc-tests nexus_reconfigurator_rendezvous
81602025-02-22T22:02:47.228Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_rendezvous --test nexus/reconfigurator/rendezvous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2611b34b673cd24a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-878da364650a5ddd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fcb1325dd7c6f679.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3b91338b5516f019.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd9f2317ffb69cec.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-5fe5f9bbb228d2ae.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
81612025-02-22T22:02:47.644Z
81622025-02-22T22:02:47.644Zrunning 0 tests
81632025-02-22T22:02:47.644Z
81642025-02-22T22:02:47.644Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81652025-02-22T22:02:47.644Z
81662025-02-22T22:02:47.679Z Doc-tests nexus_reconfigurator_simulation
81672025-02-22T22:02:47.682Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a780de4e9075e1a6.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-beb0d90a1edb7a7c.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-e76883cf0533755a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-ed64ac2691a6af44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-d93ec13b1f6e1d7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-de22f95a9b8c84ee.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81682025-02-22T22:02:48.048Z
81692025-02-22T22:02:48.048Zrunning 0 tests
81702025-02-22T22:02:48.048Z
81712025-02-22T22:02:48.048Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81722025-02-22T22:02:48.048Z
81732025-02-22T22:02:48.078Z Doc-tests nexus_saga_recovery
81742025-02-22T22:02:48.078Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0db435a960c04bbf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87a8395f60854c9a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fcb1325dd7c6f679.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-5ffa4fa3284749c2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4757150001def43b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-de0c93ea357303d6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4584b6a902a3b0bc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
81752025-02-22T22:02:48.456Z
81762025-02-22T22:02:48.456Zrunning 0 tests
81772025-02-22T22:02:48.456Z
81782025-02-22T22:02:48.456Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81792025-02-22T22:02:48.456Z
81802025-02-22T22:02:48.487Z Doc-tests nexus_sled_agent_shared
81812025-02-22T22:02:48.490Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6548ab0eb5118301.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81822025-02-22T22:02:48.881Z
81832025-02-22T22:02:48.881Zrunning 0 tests
81842025-02-22T22:02:48.881Z
81852025-02-22T22:02:48.881Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81862025-02-22T22:02:48.881Z
81872025-02-22T22:02:48.909Z Doc-tests nexus_test_interface
81882025-02-22T22:02:48.911Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e28f9114d5d27a7c.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ff8460b1b4d4dd57.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81892025-02-22T22:02:49.230Z
81902025-02-22T22:02:49.230Zrunning 0 tests
81912025-02-22T22:02:49.230Z
81922025-02-22T22:02:49.230Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81932025-02-22T22:02:49.230Z
81942025-02-22T22:02:49.258Z Doc-tests nexus_test_utils
81952025-02-22T22:02:49.260Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8162f02aa715f514.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a1d323147798cd87.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-47da70cf146c14eb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-83db8555cd4eac4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ff8460b1b4d4dd57.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4757150001def43b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-450b55e45c32aae2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0c6bce7e073a48c4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-349692d3a2f5b779.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-78e992e88085361d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' --document-private-items -D warnings --error-format human`
81962025-02-22T22:02:50.162Z
81972025-02-22T22:02:50.162Zrunning 0 tests
81982025-02-22T22:02:50.162Z
81992025-02-22T22:02:50.163Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82002025-02-22T22:02:50.163Z
82012025-02-22T22:02:50.204Z Doc-tests nexus_test_utils_macros
82022025-02-22T22:02:50.207Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-de0c93ea357303d6.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82032025-02-22T22:02:50.287Z
82042025-02-22T22:02:50.288Zrunning 1 test
82052025-02-22T22:02:50.288Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
82062025-02-22T22:02:50.290Z
82072025-02-22T22:02:50.290Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
82082025-02-22T22:02:50.290Z
82092025-02-22T22:02:50.298Z Doc-tests nexus_types
82102025-02-22T22:02:50.301Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0575a1f7d6eeb629.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-c858d07813c4af7f.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6548ab0eb5118301.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-a3fffa6f40d734d2.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9d07bf0c2c85f58d.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-6c62123119d9c719.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-47e63b6158a4412f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5dab39df2319de18.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd9f2317ffb69cec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4584b6a902a3b0bc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-5fe5f9bbb228d2ae.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82112025-02-22T22:02:53.099Z
82122025-02-22T22:02:53.099Zrunning 2 tests
82132025-02-22T22:02:53.102Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 932) ... ignored
82142025-02-22T22:02:53.102Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 831) ... ignored
82152025-02-22T22:02:53.102Z
82162025-02-22T22:02:53.102Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
82172025-02-22T22:02:53.102Z
82182025-02-22T22:02:53.179Z Doc-tests omicron_brand_metadata
82192025-02-22T22:02:53.179Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_brand_metadata --test brand-metadata/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/brand-metadata -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-570d1c3b12dbcc64.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82202025-02-22T22:02:53.275Z
82212025-02-22T22:02:53.275Zrunning 0 tests
82222025-02-22T22:02:53.275Z
82232025-02-22T22:02:53.275Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82242025-02-22T22:02:53.275Z
82252025-02-22T22:02:53.286Z Doc-tests omicron_certificates
82262025-02-22T22:02:53.289Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-776eee4600d42f4b.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-ea18e7c28480a4d8.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-dcfbbc1cf1396d45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-47e63b6158a4412f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-f63c1abb2c60d82a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f2d50c29b4f0579.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82272025-02-22T22:02:53.556Z
82282025-02-22T22:02:53.556Zrunning 0 tests
82292025-02-22T22:02:53.556Z
82302025-02-22T22:02:53.556Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82312025-02-22T22:02:53.556Z
82322025-02-22T22:02:53.579Z Doc-tests omicron_clickhouse_admin
82332025-02-22T22:02:53.581Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-06edc48ba4d32124.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-3292a0827824a054.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-738e63b95c0fd69e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-70c26f90ec068bc2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ab10b98fa3558141.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-134dcec3aaa007b8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f43279d14e0ff31f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82342025-02-22T22:02:53.985Z
82352025-02-22T22:02:53.985Zrunning 0 tests
82362025-02-22T22:02:53.985Z
82372025-02-22T22:02:53.985Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82382025-02-22T22:02:53.985Z
82392025-02-22T22:02:54.018Z Doc-tests omicron_cockroach_admin
82402025-02-22T22:02:54.021Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-ce003b534ad1897d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-289d23f287dd4769.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-907d7c5aa767ebba.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4757150001def43b.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-25ed42f4edbbf381.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd9f2317ffb69cec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-5fe5f9bbb228d2ae.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f43279d14e0ff31f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
82412025-02-22T22:02:54.312Z
82422025-02-22T22:02:54.312Zrunning 0 tests
82432025-02-22T22:02:54.312Z
82442025-02-22T22:02:54.312Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82452025-02-22T22:02:54.312Z
82462025-02-22T22:02:54.337Z Doc-tests omicron_common
82472025-02-22T22:02:54.340Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0575a1f7d6eeb629.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-2548eb88436ee279.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6548ab0eb5118301.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d128bf036404d10.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-333068429ccc4aca.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd9f2317ffb69cec.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d324ac6f55fbcfea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-894b481f8a11dd78.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-78e992e88085361d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-5fe5f9bbb228d2ae.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
82482025-02-22T22:02:56.099Z
82492025-02-22T22:02:56.099Zrunning 2 tests
82502025-02-22T22:02:56.102Ztest common/src/lib.rs - FileKv (line 40) ... ignored
82512025-02-22T22:03:00.917Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 620) ... ok
82522025-02-22T22:03:00.917Z
82532025-02-22T22:03:00.920Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.82s
82542025-02-22T22:03:00.920Z
82552025-02-22T22:03:00.973Z Doc-tests omicron_ddm_admin_client
82562025-02-22T22:03:00.973Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9e309ac1bd499e59.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0191cffadeb294a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-333068429ccc4aca.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82572025-02-22T22:03:01.244Z
82582025-02-22T22:03:01.244Zrunning 0 tests
82592025-02-22T22:03:01.244Z
82602025-02-22T22:03:01.244Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82612025-02-22T22:03:01.244Z
82622025-02-22T22:03:01.269Z Doc-tests omicron_dev_lib
82632025-02-22T22:03:01.269Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-366e89962da8a132.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-9b8de8625bd9d1f7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82642025-02-22T22:03:01.496Z
82652025-02-22T22:03:01.496Zrunning 0 tests
82662025-02-22T22:03:01.496Z
82672025-02-22T22:03:01.497Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82682025-02-22T22:03:01.497Z
82692025-02-22T22:03:01.518Z Doc-tests omicron_gateway
82702025-02-22T22:03:01.520Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-d582f28e471d62c6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-c89f81d1346e78da.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-47da70cf146c14eb.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cb17887d2c3dc08d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-efee7381a840a864.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-6de3f0215cda0611.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9b1640adff902469.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-349692d3a2f5b779.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-6b8e649391260438.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-7f60b55efb0fb150.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94cdcf67fff7e92c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-379faee575666cf4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82712025-02-22T22:03:02.153Z
82722025-02-22T22:03:02.153Zrunning 0 tests
82732025-02-22T22:03:02.153Z
82742025-02-22T22:03:02.153Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82752025-02-22T22:03:02.153Z
82762025-02-22T22:03:02.193Z Doc-tests omicron_ls_apis
82772025-02-22T22:03:02.196Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-bf70b5e16eb9ee1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-6f0daced59078b0a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b14df1d6f08c2229.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82782025-02-22T22:03:02.388Z
82792025-02-22T22:03:02.388Zrunning 1 test
82802025-02-22T22:03:02.391Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
82812025-02-22T22:03:02.391Z
82822025-02-22T22:03:02.391Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
82832025-02-22T22:03:02.391Z
82842025-02-22T22:03:02.404Z Doc-tests omicron_nexus
82852025-02-22T22:03:02.409Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2611b34b673cd24a.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0a0863ede2691c3a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-438b96921aa3ac51.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-af06526a3946e206.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-d2a95a44720243f6.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-b0f83191becf8650.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6769e36dab0a07d2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fa065991861294f7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8162f02aa715f514.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-f53512832f8b2961.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-1b4978a2fea9d627.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-878da364650a5ddd.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a1d323147798cd87.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-59dc0b966dce4c12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-7667baa1372d6789.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-47da70cf146c14eb.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-83db8555cd4eac4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-8232438a569b313a.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64c6cc16a78c2417.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-27f6b93af489bf99.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1976482bc15bf0d8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-31fd16ad2432c620.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d128bf036404d10.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-87a8395f60854c9a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fcb1325dd7c6f679.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-44142ff7b101dbc7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-8f255e73f6c15c95.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5c263750a6e1623f.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-4838db10dee0e90c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-a780de4e9075e1a6.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-134600cf0fced5d3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-09191ecdcbe9008c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d6a0862d5123677f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-beb0d90a1edb7a7c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-44652205ff194d83.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3b91338b5516f019.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-5ffa4fa3284749c2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ff8460b1b4d4dd57.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4757150001def43b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-de0c93ea357303d6.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f1d64491305d0ec0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-450b55e45c32aae2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-47e63b6158a4412f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4f6af58a7a41a416.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-866124d37c95eb19.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0c6bce7e073a48c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9b1640adff902469.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-349692d3a2f5b779.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5dab39df2319de18.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-52aee055ba6c88d4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b14df1d6f08c2229.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-333068429ccc4aca.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9b79a1056ed076b3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ac4942e795c78de0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-74f4e9a29ca95cf7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f2d50c29b4f0579.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-b2de876125aab162.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-8d3edd2ba24448e4.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d692638090501d6d.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-4e13b05b5faa8822.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-78e992e88085361d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-45982e59270a1996.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2bea357d61ca3ffa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94cdcf67fff7e92c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4584b6a902a3b0bc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5d6f82ef0dbcbb73.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6083a4adc414eabe.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a3ac0d3944cfef35.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8a489ea5fb4232fe.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e347a261e3e7d0c7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f69e88c6aa32df81.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
82862025-02-22T22:03:04.734Z
82872025-02-22T22:03:04.735Zrunning 5 tests
82882025-02-22T22:03:04.737Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 244) ... ignored
82892025-02-22T22:03:09.029Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 845) ... ok
82902025-02-22T22:03:09.032Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 887) ... ok
82912025-02-22T22:03:09.035Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 823) ... ok
82922025-02-22T22:03:09.037Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 917) ... ok
82932025-02-22T22:03:09.037Z
82942025-02-22T22:03:09.037Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.30s
82952025-02-22T22:03:09.037Z
82962025-02-22T22:03:09.121Z Doc-tests omicron_package
82972025-02-22T22:03:09.124Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-bf70b5e16eb9ee1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f1942e67c9424e24.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-afa9a74483df341b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-2e74b9cb0c91a2a4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b14df1d6f08c2229.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-454b7d2f2a06ca50.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-8d3edd2ba24448e4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-90acba706e89bd7a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-034ca656a4492a50.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-74d7aade32c16db1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-976f7ea65f728dd1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82982025-02-22T22:03:09.374Z
82992025-02-22T22:03:09.374Zrunning 0 tests
83002025-02-22T22:03:09.374Z
83012025-02-22T22:03:09.374Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83022025-02-22T22:03:09.374Z
83032025-02-22T22:03:09.393Z Doc-tests omicron_passwords
83042025-02-22T22:03:09.393Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-34e313988bc5317c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fa065991861294f7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-4686149c940e4104.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83052025-02-22T22:03:09.510Z
83062025-02-22T22:03:09.510Zrunning 0 tests
83072025-02-22T22:03:09.510Z
83082025-02-22T22:03:09.510Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83092025-02-22T22:03:09.510Z
83102025-02-22T22:03:09.524Z Doc-tests omicron_pins
83112025-02-22T22:03:09.526Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_pins --test dev-tools/pins/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/pins -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-bf70b5e16eb9ee1d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-c25b9e6b13f352fd.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-06fa643f6fd536e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5cfde39aa61042ae.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83122025-02-22T22:03:09.624Z
83132025-02-22T22:03:09.624Zrunning 0 tests
83142025-02-22T22:03:09.624Z
83152025-02-22T22:03:09.624Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83162025-02-22T22:03:09.624Z
83172025-02-22T22:03:09.637Z Doc-tests omicron_rpaths
83182025-02-22T22:03:09.640Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6e07f8addd515b30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83192025-02-22T22:03:09.713Z
83202025-02-22T22:03:09.713Zrunning 0 tests
83212025-02-22T22:03:09.713Z
83222025-02-22T22:03:09.713Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83232025-02-22T22:03:09.713Z
83242025-02-22T22:03:09.723Z Doc-tests omicron_sled_agent
83252025-02-22T22:03:09.728Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4977a38b0d3513bd.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bea55806bd825c81.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c0724b4300a0cee3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-438b96921aa3ac51.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-cf491ae506bfad74.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8162f02aa715f514.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9d07bf0c2c85f58d.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a1d323147798cd87.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-75ec3b0e57018419.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-59dc0b966dce4c12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-70c26f90ec068bc2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-9f93dda5a01049fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-1976482bc15bf0d8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a8726851fd5f6e18.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-d92c54e8d494ed14.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1c135be6efa99bd2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2d128bf036404d10.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-37a1cc90254cda62.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-570d1c3b12dbcc64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0191cffadeb294a7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-450b55e45c32aae2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b970dad73352ec91.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9b1640adff902469.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-349692d3a2f5b779.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9b79a1056ed076b3.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-bd6a6b0d76a91b42.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-719fd1f596d8f6b9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-74f4e9a29ca95cf7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f2d50c29b4f0579.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df2a6c2ac4b08755.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2cd613d076c5a0f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-894b481f8a11dd78.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d8e1a7d8b96c5295.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-654aabcb504e9088.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2bea357d61ca3ffa.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-599b7e1123a8a674.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-034ca656a4492a50.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fc3e9e3b18853bd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-976f7ea65f728dd1.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-407d02d5e9dd6977.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb754bee0d1dc50f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f69e88c6aa32df81.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a71baf0c628466b8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' --document-private-items -D warnings --error-format human`
83262025-02-22T22:03:11.333Z
83272025-02-22T22:03:11.333Zrunning 0 tests
83282025-02-22T22:03:11.333Z
83292025-02-22T22:03:11.333Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83302025-02-22T22:03:11.333Z
83312025-02-22T22:03:11.394Z Doc-tests omicron_test_utils
83322025-02-22T22:03:11.394Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d3756bca22c2c8be.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-041a650967360b28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-7b70c1e195c2d804.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-83db8555cd4eac4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-400c92cad4f3b9ee.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-10358eb5d2595409.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-52aee055ba6c88d4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f2d50c29b4f0579.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-8d3edd2ba24448e4.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d692638090501d6d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' --document-private-items -D warnings --error-format human`
83332025-02-22T22:03:11.703Z
83342025-02-22T22:03:11.703Zrunning 3 tests
83352025-02-22T22:03:11.706Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 237) ... ignored
83362025-02-22T22:03:16.927Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 249) ... ok
83372025-02-22T22:03:16.961Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 205) ... ok
83382025-02-22T22:03:16.961Z
83392025-02-22T22:03:16.964Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.26s
83402025-02-22T22:03:16.964Z
83412025-02-22T22:03:16.992Z Doc-tests omicron_uuid_kinds
83422025-02-22T22:03:16.994Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6548ab0eb5118301.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-6c62123119d9c719.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.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,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' --document-private-items -D warnings --error-format human`
83432025-02-22T22:03:17.118Z
83442025-02-22T22:03:17.118Zrunning 0 tests
83452025-02-22T22:03:17.118Z
83462025-02-22T22:03:17.118Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83472025-02-22T22:03:17.118Z
83482025-02-22T22:03:17.130Z Doc-tests omicron_workspace_hack
83492025-02-22T22:03:17.134Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a6519760343b1981.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-009794bcd0adcca4.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-89e13c2dac683287.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-4d18b5d742c1144c.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-59f735bafba8b59a.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-c2d7fa6755e2dac2.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-6604f7429f9585a6.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-9085f943568be129.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-17fa9da22ed739fc.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3788a6375c269969.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-6fc6ced58725ccf3.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-0e01915bfba7d74a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-3d784aed03e2afab.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-251219e70dcfbc0c.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-c858d07813c4af7f.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-dbaf4c3b25d02f52.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-2177475d79c1394d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-36b3cb06fadeba25.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-4c4e93b96f688a53.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f6cde5aa3b23a4de.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a4b1566283312517.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-03d1d5c49c420e4a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a9209d58bfc1dceb.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-9805a722e2eb1b31.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-403e877280c0257f.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-3bac13ed22098a6f.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-269933246d568163.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-c25b9e6b13f352fd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-6483d9579c8676ee.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2865af5633b646e3.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-ce74d051d15302a4.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1ad1d5b43cab278f.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-74b98f795200a9cd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-23a3e44f5f1498e3.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-59b5076c3c3cced8.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-38ff2a5cedadb430.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-27c977240796c3a1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-8e8b2937c552ffd6.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-79fae8b420b6cab0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-d371b1171a1ed730.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1db31b657aec0acc.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-0fc81543dcfc93ec.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f1942e67c9424e24.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-d75ce32e354b1f14.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-18985f1e64cc7281.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-50dd50cfa0a266f4.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-b343cf89d314a7c5.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-a4b0540ee9bf5c45.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-6c62123119d9c719.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d7048a6bd6a14241.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-f93a02950bef4122.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-f561a54ff4591bbd.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d34edb7beefa1477.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-3b7d05325ea00dc5.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-80d877675d043747.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b14df1d6f08c2229.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-1da4d86323d7bd72.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-fcdecfe0c3f0f8df.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-f1cf22a50d4c6f85.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-20bb82dfb46e7778.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ac4942e795c78de0.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ff5e66a17a382b48.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-88de28a1518c970b.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-152bfd45ab679292.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ad0ae38d13670edd.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-d301e05838373329.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-05a475995c9906c0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-79527ecaaadfa3cf.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a0cac73febcb3404.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-74855a779b273f99.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ce1398b91b784a2b.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-90bdb64aa3164b04.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-78535d256acd279b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-ffccd35162dc03c8.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-1898c02e0b7db191.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ec779404ba1c594a.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-bff0ebbf9fab601e.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-ce4abb6fba0762bb.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5cfde39aa61042ae.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-72c7d61f1d071b21.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-b7e82e6c621a6e0a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-80445c662c14a766.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ab9e65bab06f5ef5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-14acb0b3843934a0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83502025-02-22T22:03:17.202Z
83512025-02-22T22:03:17.202Zrunning 0 tests
83522025-02-22T22:03:17.202Z
83532025-02-22T22:03:17.202Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83542025-02-22T22:03:17.202Z
83552025-02-22T22:03:17.211Z Doc-tests openapi_manager
83562025-02-22T22:03:17.214Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d3756bca22c2c8be.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-bea55806bd825c81.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-06edc48ba4d32124.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-ce003b534ad1897d.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-db77ca5e9f41b335.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-c25b9e6b13f352fd.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-d582f28e471d62c6.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a9e9f2c78f97fc82.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-5c263750a6e1623f.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-4838db10dee0e90c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-66975d84052fb010.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-0c7c7656c5445590.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ec535ea8f0609ef8.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f07c673313dbc386.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df2a6c2ac4b08755.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-a0cac73febcb3404.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-654aabcb504e9088.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-4d2c002994a4467e.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-24db1ff7c6393b02.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83572025-02-22T22:03:17.652Z
83582025-02-22T22:03:17.652Zrunning 0 tests
83592025-02-22T22:03:17.652Z
83602025-02-22T22:03:17.652Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83612025-02-22T22:03:17.652Z
83622025-02-22T22:03:17.682Z Doc-tests openapi_manager_types
83632025-02-22T22:03:17.685Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-0c7c7656c5445590.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83642025-02-22T22:03:17.760Z
83652025-02-22T22:03:17.761Zrunning 0 tests
83662025-02-22T22:03:17.761Z
83672025-02-22T22:03:17.761Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83682025-02-22T22:03:17.762Z
83692025-02-22T22:03:17.770Z Doc-tests oxide_client
83702025-02-22T22:03:17.773Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4f6af58a7a41a416.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-333068429ccc4aca.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d324ac6f55fbcfea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83712025-02-22T22:03:22.559Z
83722025-02-22T22:03:22.559Zrunning 239 tests
83732025-02-22T22:03:22.562Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_create (line 25) ... ignored
83742025-02-22T22:03:22.562Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_delete (line 25) ... ignored
83752025-02-22T22:03:22.562Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_list (line 27) ... ignored
83762025-02-22T22:03:22.562Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_member_instance_add (line 26) ... ignored
83772025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_member_instance_delete (line 26) ... ignored
83782025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_member_instance_view (line 26) ... ignored
83792025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_member_list (line 28) ... ignored
83802025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_update (line 26) ... ignored
83812025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_view (line 25) ... ignored
83822025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 25) ... ignored
83832025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 25) ... ignored
83842025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 27) ... ignored
83852025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 26) ... ignored
83862025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 26) ... ignored
83872025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 26) ... ignored
83882025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 28) ... ignored
83892025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 26) ... ignored
83902025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 25) ... ignored
83912025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
83922025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
83932025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
83942025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
83952025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
83962025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
83972025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
83982025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
83992025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
84002025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
84012025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
84022025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
84032025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
84042025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
84052025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
84062025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
84072025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
84082025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
84092025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
84102025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
84112025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
84122025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
84132025-02-22T22:03:22.563Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
84142025-02-22T22:03:22.564Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
84152025-02-22T22:03:22.564Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_create (line 22) ... ignored
84162025-02-22T22:03:22.564Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_delete (line 26) ... ignored
84172025-02-22T22:03:22.564Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_download (line 24) ... ignored
84182025-02-22T22:03:22.564Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_download_file (line 25) ... ignored
84192025-02-22T22:03:22.564Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_head (line 24) ... ignored
84202025-02-22T22:03:22.564Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_head_file (line 25) ... ignored
84212025-02-22T22:03:22.564Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_index (line 24) ... ignored
84222025-02-22T22:03:22.564Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_list (line 26) ... ignored
84232025-02-22T22:03:22.564Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_view (line 24) ... ignored
84242025-02-22T22:03:22.564Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::timeseries_query (line 27) ... ignored
84252025-02-22T22:03:22.564Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
84262025-02-22T22:03:22.564Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
84272025-02-22T22:03:22.564Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
84282025-02-22T22:03:22.564Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
84292025-02-22T22:03:22.564Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
84302025-02-22T22:03:22.564Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
84312025-02-22T22:03:22.564Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
84322025-02-22T22:03:22.564Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
84332025-02-22T22:03:22.564Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
84342025-02-22T22:03:22.564Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
84352025-02-22T22:03:22.564Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
84362025-02-22T22:03:22.564Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
84372025-02-22T22:03:22.564Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
84382025-02-22T22:03:22.564Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
84392025-02-22T22:03:22.564Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
84402025-02-22T22:03:22.564Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
84412025-02-22T22:03:22.564Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
84422025-02-22T22:03:22.564Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
84432025-02-22T22:03:22.564Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
84442025-02-22T22:03:22.564Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
84452025-02-22T22:03:22.564Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
84462025-02-22T22:03:22.638Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
84472025-02-22T22:03:22.638Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
84482025-02-22T22:03:22.638Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
84492025-02-22T22:03:22.638Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
84502025-02-22T22:03:22.638Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
84512025-02-22T22:03:22.638Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 26) ... ignored
84522025-02-22T22:03:22.638Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
84532025-02-22T22:03:22.638Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
84542025-02-22T22:03:22.638Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
84552025-02-22T22:03:22.638Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
84562025-02-22T22:03:22.638Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
84572025-02-22T22:03:22.638Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
84582025-02-22T22:03:22.638Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
84592025-02-22T22:03:22.638Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
84602025-02-22T22:03:22.638Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
84612025-02-22T22:03:22.638Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
84622025-02-22T22:03:22.638Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
84632025-02-22T22:03:22.638Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
84642025-02-22T22:03:22.638Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
84652025-02-22T22:03:22.638Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
84662025-02-22T22:03:22.638Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
84672025-02-22T22:03:22.638Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
84682025-02-22T22:03:22.638Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
84692025-02-22T22:03:22.638Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
84702025-02-22T22:03:22.638Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
84712025-02-22T22:03:22.638Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
84722025-02-22T22:03:22.638Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
84732025-02-22T22:03:22.638Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
84742025-02-22T22:03:22.638Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
84752025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
84762025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 26) ... ignored
84772025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
84782025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 26) ... ignored
84792025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
84802025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
84812025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
84822025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
84832025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
84842025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
84852025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
84862025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
84872025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
84882025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
84892025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
84902025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
84912025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
84922025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored
84932025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
84942025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
84952025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
84962025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
84972025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
84982025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
84992025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
85002025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
85012025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
85022025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
85032025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
85042025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
85052025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
85062025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 22) ... ignored
85072025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 24) ... ignored
85082025-02-22T22:03:22.639Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 26) ... ignored
85092025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 27) ... ignored
85102025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 28) ... ignored
85112025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 25) ... ignored
85122025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 24) ... ignored
85132025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 27) ... ignored
85142025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 22) ... ignored
85152025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 22) ... ignored
85162025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 27) ... ignored
85172025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 27) ... ignored
85182025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 24) ... ignored
85192025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 24) ... ignored
85202025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 25) ... ignored
85212025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 24) ... ignored
85222025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 24) ... ignored
85232025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
85242025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 24) ... ignored
85252025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 25) ... ignored
85262025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
85272025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
85282025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
85292025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
85302025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored
85312025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored
85322025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
85332025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
85342025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
85352025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
85362025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 26) ... ignored
85372025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 24) ... ignored
85382025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 24) ... ignored
85392025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
85402025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
85412025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 26) ... ignored
85422025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 22) ... ignored
85432025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
85442025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
85452025-02-22T22:03:22.640Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
85462025-02-22T22:03:22.644Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
85472025-02-22T22:03:22.644Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
85482025-02-22T22:03:22.644Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
85492025-02-22T22:03:22.644Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 27) ... ignored
85502025-02-22T22:03:22.644Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 26) ... ignored
85512025-02-22T22:03:22.644Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 29) ... ignored
85522025-02-22T22:03:22.644Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
85532025-02-22T22:03:22.644Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
85542025-02-22T22:03:22.644Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
85552025-02-22T22:03:22.644Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
85562025-02-22T22:03:22.644Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
85572025-02-22T22:03:22.644Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
85582025-02-22T22:03:22.644Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
85592025-02-22T22:03:22.644Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
85602025-02-22T22:03:22.644Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
85612025-02-22T22:03:22.644Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
85622025-02-22T22:03:22.644Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
85632025-02-22T22:03:22.644Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
85642025-02-22T22:03:22.644Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
85652025-02-22T22:03:22.644Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
85662025-02-22T22:03:22.644Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
85672025-02-22T22:03:22.644Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
85682025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
85692025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
85702025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
85712025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
85722025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
85732025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
85742025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
85752025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
85762025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
85772025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
85782025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
85792025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 26) ... ignored
85802025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 27) ... ignored
85812025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 27) ... ignored
85822025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 28) ... ignored
85832025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 29) ... ignored
85842025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 27) ... ignored
85852025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 28) ... ignored
85862025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 29) ... ignored
85872025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 28) ... ignored
85882025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 26) ... ignored
85892025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
85902025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
85912025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 32) ... ignored
85922025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
85932025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
85942025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
85952025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
85962025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
85972025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
85982025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
85992025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
86002025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
86012025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
86022025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
86032025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
86042025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
86052025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
86062025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
86072025-02-22T22:03:22.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
86082025-02-22T22:03:22.646Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
86092025-02-22T22:03:22.646Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
86102025-02-22T22:03:22.646Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
86112025-02-22T22:03:22.646Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
86122025-02-22T22:03:22.646Z
86132025-02-22T22:03:22.646Ztest result: ok. 0 passed; 0 failed; 239 ignored; 0 measured; 0 filtered out; finished in 0.01s
86142025-02-22T22:03:22.646Z
86152025-02-22T22:03:22.667Z Doc-tests oximeter
86162025-02-22T22:03:22.669Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1a570ec039b8aab5.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-3c8c8e8da1cdfd4a.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-45804496c0ae8d56.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1796118fc82ff53f.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-f158eb699be35e38.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86172025-02-22T22:03:22.926Z
86182025-02-22T22:03:22.926Zrunning 2 tests
86192025-02-22T22:03:22.929Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
86202025-02-22T22:03:24.119Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
86212025-02-22T22:03:24.119Z
86222025-02-22T22:03:24.121Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.19s
86232025-02-22T22:03:24.121Z
86242025-02-22T22:03:24.150Z Doc-tests oximeter_api
86252025-02-22T22:03:24.152Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0db435a960c04bbf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f07c673313dbc386.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86262025-02-22T22:03:24.422Z
86272025-02-22T22:03:24.422Zrunning 2 tests
86282025-02-22T22:03:24.425Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 25) ... ignored
86292025-02-22T22:03:24.425Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 31) ... ignored
86302025-02-22T22:03:24.425Z
86312025-02-22T22:03:24.425Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
86322025-02-22T22:03:24.425Z
86332025-02-22T22:03:24.445Z Doc-tests oximeter_client
86342025-02-22T22:03:24.448Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0db435a960c04bbf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-866124d37c95eb19.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86352025-02-22T22:03:24.804Z
86362025-02-22T22:03:24.804Zrunning 0 tests
86372025-02-22T22:03:24.804Z
86382025-02-22T22:03:24.804Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86392025-02-22T22:03:24.804Z
86402025-02-22T22:03:24.830Z Doc-tests oximeter_collector
86412025-02-22T22:03:24.833Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-1cf9c4f0ea79c1c8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-59c44624f76b8676.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f07c673313dbc386.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-866124d37c95eb19.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0c6bce7e073a48c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ac4942e795c78de0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86422025-02-22T22:03:25.363Z
86432025-02-22T22:03:25.363Zrunning 0 tests
86442025-02-22T22:03:25.363Z
86452025-02-22T22:03:25.363Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86462025-02-22T22:03:25.363Z
86472025-02-22T22:03:25.402Z Doc-tests oximeter_db
86482025-02-22T22:03:25.405Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-3480cdb2a4d8d973.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-77e4bcea4d5e3f5e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-7ec1591fbb5974fa.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-738e63b95c0fd69e.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-b629ee635d485b87.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fa065991861294f7.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-36b3cb06fadeba25.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-7b70c1e195c2d804.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d71e20050af7c2c6.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b45bb0bd37fbdaf4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-134dcec3aaa007b8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5dab39df2319de18.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-a94f5d8b52e2997c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-ac4942e795c78de0.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a1cec06d6cefc4ed.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3fb9e8eb4c16c6f9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-d58c9346ccaa359d.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-847e81b9e9f61d07.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-0d1a2689aba1e9ea.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3a580e25dfd9460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-02dc61c56455a03d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' --document-private-items -D warnings --error-format human`
86492025-02-22T22:03:26.347Z
86502025-02-22T22:03:26.347Zrunning 5 tests
86512025-02-22T22:03:26.350Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
86522025-02-22T22:03:26.350Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
86532025-02-22T22:03:26.350Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
86542025-02-22T22:03:26.350Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
86552025-02-22T22:03:26.350Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
86562025-02-22T22:03:26.350Z
86572025-02-22T22:03:26.350Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
86582025-02-22T22:03:26.350Z
86592025-02-22T22:03:26.393Z Doc-tests oximeter_instruments
86602025-02-22T22:03:26.395Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-6987ff7e80e64753.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-9b1640adff902469.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' --document-private-items -D warnings --error-format human`
86612025-02-22T22:03:26.771Z
86622025-02-22T22:03:26.771Zrunning 0 tests
86632025-02-22T22:03:26.771Z
86642025-02-22T22:03:26.771Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86652025-02-22T22:03:26.771Z
86662025-02-22T22:03:26.801Z Doc-tests oximeter_macro_impl
86672025-02-22T22:03:26.803Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-17e99e35dbcd75ae.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1a570ec039b8aab5.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86682025-02-22T22:03:26.893Z
86692025-02-22T22:03:26.893Zrunning 0 tests
86702025-02-22T22:03:26.893Z
86712025-02-22T22:03:26.893Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86722025-02-22T22:03:26.893Z
86732025-02-22T22:03:26.904Z Doc-tests oximeter_producer
86742025-02-22T22:03:26.907Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b2a8eb424edeb5f4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e9545ed4d5bbbf4f.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-349692d3a2f5b779.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86752025-02-22T22:03:27.302Z
86762025-02-22T22:03:27.302Zrunning 0 tests
86772025-02-22T22:03:27.302Z
86782025-02-22T22:03:27.302Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86792025-02-22T22:03:27.302Z
86802025-02-22T22:03:27.337Z Doc-tests oximeter_schema
86812025-02-22T22:03:27.340Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-3c8c8e8da1cdfd4a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1796118fc82ff53f.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-f158eb699be35e38.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86822025-02-22T22:03:27.636Z
86832025-02-22T22:03:27.636Zrunning 0 tests
86842025-02-22T22:03:27.636Z
86852025-02-22T22:03:27.636Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86862025-02-22T22:03:27.636Z
86872025-02-22T22:03:27.661Z Doc-tests oximeter_test_utils
86882025-02-22T22:03:27.664Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-738e63b95c0fd69e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-02def721637cd168.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1a570ec039b8aab5.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-134dcec3aaa007b8.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1796118fc82ff53f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86892025-02-22T22:03:27.976Z
86902025-02-22T22:03:27.976Zrunning 0 tests
86912025-02-22T22:03:27.976Z
86922025-02-22T22:03:27.976Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86932025-02-22T22:03:27.976Z
86942025-02-22T22:03:28.005Z Doc-tests oximeter_timeseries_macro
86952025-02-22T22:03:28.005Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-17e99e35dbcd75ae.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-f5097f6370a67ca3.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-45804496c0ae8d56.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-33e5a027e0276713.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-9423829603dc28c7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-332e144a509636fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1c5bade0f202c7b2.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86962025-02-22T22:03:28.231Z
86972025-02-22T22:03:28.231Zrunning 0 tests
86982025-02-22T22:03:28.231Z
86992025-02-22T22:03:28.232Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87002025-02-22T22:03:28.232Z
87012025-02-22T22:03:28.253Z Doc-tests oximeter_types
87022025-02-22T22:03:28.256Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b3e9fc05d66ffd44.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-fa065991861294f7.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-9da727f87bc9096c.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1a570ec039b8aab5.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1796118fc82ff53f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-076a042999fae974.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-4884719ed2bf86ff.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-b2bb499d5b5e8e89.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-6a739710a4bd8208.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87032025-02-22T22:03:28.797Z
87042025-02-22T22:03:28.797Zrunning 11 tests
87052025-02-22T22:03:29.417Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
87062025-02-22T22:03:36.702Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
87072025-02-22T22:03:36.852Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
87082025-02-22T22:03:36.912Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
87092025-02-22T22:03:36.977Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
87102025-02-22T22:03:37.044Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
87112025-02-22T22:03:37.063Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 924) ... ok
87122025-02-22T22:03:37.071Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
87132025-02-22T22:03:37.338Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
87142025-02-22T22:03:40.781Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
87152025-02-22T22:03:42.015Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
87162025-02-22T22:03:42.016Z
87172025-02-22T22:03:42.018Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 13.22s
87182025-02-22T22:03:42.018Z
87192025-02-22T22:03:42.052Z Doc-tests oxlog
87202025-02-22T22:03:42.054Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-37242b2d0d3ed516.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-831a0e7210e5174c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87212025-02-22T22:03:42.136Z
87222025-02-22T22:03:42.136Zrunning 0 tests
87232025-02-22T22:03:42.136Z
87242025-02-22T22:03:42.136Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87252025-02-22T22:03:42.136Z
87262025-02-22T22:03:42.147Z Doc-tests oxql_types
87272025-02-22T22:03:42.150Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d71e20050af7c2c6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-e2f976d7760126aa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1796118fc82ff53f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-5dab39df2319de18.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87282025-02-22T22:03:42.476Z
87292025-02-22T22:03:42.476Zrunning 0 tests
87302025-02-22T22:03:42.476Z
87312025-02-22T22:03:42.476Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87322025-02-22T22:03:42.476Z
87332025-02-22T22:03:42.502Z Doc-tests range_requests
87342025-02-22T22:03:42.504Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-294058eedc90bb22.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-e343fd1cda966308.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd9f2317ffb69cec.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-74f4e9a29ca95cf7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87352025-02-22T22:03:42.660Z
87362025-02-22T22:03:42.660Zrunning 0 tests
87372025-02-22T22:03:42.660Z
87382025-02-22T22:03:42.660Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87392025-02-22T22:03:42.660Z
87402025-02-22T22:03:42.680Z Doc-tests repo_depot_api
87412025-02-22T22:03:42.683Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6c814a7ad1b72375.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df2a6c2ac4b08755.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87422025-02-22T22:03:42.920Z
87432025-02-22T22:03:42.920Zrunning 2 tests
87442025-02-22T22:03:42.923Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 19) ... ignored
87452025-02-22T22:03:42.923Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 25) ... ignored
87462025-02-22T22:03:42.923Z
87472025-02-22T22:03:42.923Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
87482025-02-22T22:03:42.923Z
87492025-02-22T22:03:42.943Z Doc-tests repo_depot_client
87502025-02-22T22:03:42.943Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-17e99e35dbcd75ae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-2cd613d076c5a0f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87512025-02-22T22:03:43.133Z
87522025-02-22T22:03:43.133Zrunning 0 tests
87532025-02-22T22:03:43.133Z
87542025-02-22T22:03:43.133Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87552025-02-22T22:03:43.133Z
87562025-02-22T22:03:43.152Z Doc-tests sled_agent_api
87572025-02-22T22:03:43.154Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a4835f5f60f796f7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-654aabcb504e9088.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2bea357d61ca3ffa.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-599b7e1123a8a674.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87582025-02-22T22:03:43.566Z
87592025-02-22T22:03:43.566Zrunning 2 tests
87602025-02-22T22:03:43.569Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 80) ... ignored
87612025-02-22T22:03:43.569Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 86) ... ignored
87622025-02-22T22:03:43.569Z
87632025-02-22T22:03:43.569Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
87642025-02-22T22:03:43.569Z
87652025-02-22T22:03:43.595Z Doc-tests sled_agent_client
87662025-02-22T22:03:43.597Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9b79a1056ed076b3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d324ac6f55fbcfea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-74eaa4c1fa2e92ad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87672025-02-22T22:03:45.279Z
87682025-02-22T22:03:45.279Zrunning 0 tests
87692025-02-22T22:03:45.279Z
87702025-02-22T22:03:45.279Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87712025-02-22T22:03:45.279Z
87722025-02-22T22:03:45.327Z Doc-tests sled_agent_types
87732025-02-22T22:03:45.327Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4977a38b0d3513bd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-c915df1b49624313.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9b79a1056ed076b3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f2d50c29b4f0579.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-894b481f8a11dd78.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d8e1a7d8b96c5295.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2bea357d61ca3ffa.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87742025-02-22T22:03:46.026Z
87752025-02-22T22:03:46.026Zrunning 0 tests
87762025-02-22T22:03:46.026Z
87772025-02-22T22:03:46.026Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87782025-02-22T22:03:46.026Z
87792025-02-22T22:03:46.061Z Doc-tests sled_diagnostics
87802025-02-22T22:03:46.064Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ec0e17f73ce37523.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-c25b9e6b13f352fd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-599b7e1123a8a674.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87812025-02-22T22:03:46.197Z
87822025-02-22T22:03:46.197Zrunning 0 tests
87832025-02-22T22:03:46.197Z
87842025-02-22T22:03:46.197Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87852025-02-22T22:03:46.197Z
87862025-02-22T22:03:46.211Z Doc-tests sled_hardware
87872025-02-22T22:03:46.213Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-7b70c1e195c2d804.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-b0d32054f4363a56.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-366e89962da8a132.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-8a25c15a7727e99f.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-c124406847722384.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-034ca656a4492a50.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-e9a67de52d5bcad0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-eb754bee0d1dc50f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87882025-02-22T22:03:46.574Z
87892025-02-22T22:03:46.574Zrunning 0 tests
87902025-02-22T22:03:46.574Z
87912025-02-22T22:03:46.574Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87922025-02-22T22:03:46.574Z
87932025-02-22T22:03:46.602Z Doc-tests sled_hardware_types
87942025-02-22T22:03:46.604Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e8673e889f3a6415.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-5d18dd7e7f34bce5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87952025-02-22T22:03:46.883Z
87962025-02-22T22:03:46.883Zrunning 0 tests
87972025-02-22T22:03:46.883Z
87982025-02-22T22:03:46.883Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87992025-02-22T22:03:46.883Z
88002025-02-22T22:03:46.908Z Doc-tests sled_storage
88012025-02-22T22:03:46.911Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9d07bf0c2c85f58d.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-1c135be6efa99bd2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-034ca656a4492a50.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-fc3e9e3b18853bd2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
88022025-02-22T22:03:47.310Z
88032025-02-22T22:03:47.310Zrunning 0 tests
88042025-02-22T22:03:47.310Z
88052025-02-22T22:03:47.310Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88062025-02-22T22:03:47.310Z
88072025-02-22T22:03:47.340Z Doc-tests sp_sim
88082025-02-22T22:03:47.343Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cb17887d2c3dc08d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d7048a6bd6a14241.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-94cdcf67fff7e92c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88092025-02-22T22:03:47.781Z
88102025-02-22T22:03:47.781Zrunning 0 tests
88112025-02-22T22:03:47.781Z
88122025-02-22T22:03:47.781Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88132025-02-22T22:03:47.781Z
88142025-02-22T22:03:47.808Z Doc-tests tufaceous
88152025-02-22T22:03:47.811Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-d26229dfb167f6e1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-251219e70dcfbc0c.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-5fe6eb624d380834.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-c25b9e6b13f352fd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a3ac0d3944cfef35.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8a489ea5fb4232fe.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88162025-02-22T22:03:48.099Z
88172025-02-22T22:03:48.099Zrunning 0 tests
88182025-02-22T22:03:48.099Z
88192025-02-22T22:03:48.099Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88202025-02-22T22:03:48.099Z
88212025-02-22T22:03:48.123Z Doc-tests tufaceous_lib
88222025-02-22T22:03:48.126Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-4d18b5d742c1144c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0a0863ede2691c3a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-c25b9e6b13f352fd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64c6cc16a78c2417.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-570d1c3b12dbcc64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-2830dcd9912b9801.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-1d005b2cfdbc044d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6083a4adc414eabe.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8a489ea5fb4232fe.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-f43279d14e0ff31f.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f69e88c6aa32df81.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88232025-02-22T22:03:48.510Z
88242025-02-22T22:03:48.510Zrunning 0 tests
88252025-02-22T22:03:48.510Z
88262025-02-22T22:03:48.510Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88272025-02-22T22:03:48.510Z
88282025-02-22T22:03:48.538Z Doc-tests typed_rng
88292025-02-22T22:03:48.541Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6c62123119d9c719.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-33a375d65b361fda.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-611f1ab669fe503c.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-de22f95a9b8c84ee.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88302025-02-22T22:03:48.629Z
88312025-02-22T22:03:48.629Zrunning 0 tests
88322025-02-22T22:03:48.629Z
88332025-02-22T22:03:48.629Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88342025-02-22T22:03:48.629Z
88352025-02-22T22:03:48.641Z Doc-tests update_common
88362025-02-22T22:03:48.643Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-c25b9e6b13f352fd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64c6cc16a78c2417.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-570d1c3b12dbcc64.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6083a4adc414eabe.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a3ac0d3944cfef35.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8a489ea5fb4232fe.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e347a261e3e7d0c7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88372025-02-22T22:03:48.954Z
88382025-02-22T22:03:48.954Zrunning 0 tests
88392025-02-22T22:03:48.954Z
88402025-02-22T22:03:48.954Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88412025-02-22T22:03:48.954Z
88422025-02-22T22:03:48.980Z Doc-tests update_engine
88432025-02-22T22:03:48.982Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0a0863ede2691c3a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-438b96921aa3ac51.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0db435a960c04bbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-a3fffa6f40d734d2.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f1942e67c9424e24.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-815fc54b118b2236.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-6194f6f9ad1cf7c7.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-c9541320d3e0f7f1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ec535ea8f0609ef8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b14df1d6f08c2229.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-adf7dbb24904ceb7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-4d2c002994a4467e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88442025-02-22T22:03:49.384Z
88452025-02-22T22:03:49.384Zrunning 4 tests
88462025-02-22T22:03:49.387Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
88472025-02-22T22:03:49.387Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
88482025-02-22T22:03:49.387Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
88492025-02-22T22:03:50.156Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
88502025-02-22T22:03:50.156Z
88512025-02-22T22:03:50.156Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.77s
88522025-02-22T22:03:50.156Z
88532025-02-22T22:03:50.178Z Doc-tests wicket
88542025-02-22T22:03:50.181Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-d26229dfb167f6e1.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0a0863ede2691c3a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-91dcc3fd39d3676b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-36b3cb06fadeba25.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4bf73ea5f0dbb7ac.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f1942e67c9424e24.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ec535ea8f0609ef8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-dd9f2317ffb69cec.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-81526168fc76ae13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-5a36dbcfbfc926be.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-90acba706e89bd7a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-4d2c002994a4467e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f28d474c78c1d0ae.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a8b633791aeb45e8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-5cfde39aa61042ae.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-c4c45c24aafdaa03.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-e1b780ea124601f9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1ec65079fea014fc.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fc37d30f95837f7.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5b94915170caaee4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-755446f6329b0dd1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88552025-02-22T22:03:51.040Z
88562025-02-22T22:03:51.040Zrunning 0 tests
88572025-02-22T22:03:51.041Z
88582025-02-22T22:03:51.041Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88592025-02-22T22:03:51.041Z
88602025-02-22T22:03:51.081Z Doc-tests wicket_common
88612025-02-22T22:03:51.084Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-59dc0b966dce4c12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ec535ea8f0609ef8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-c4c45c24aafdaa03.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fc37d30f95837f7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88622025-02-22T22:03:51.646Z
88632025-02-22T22:03:51.647Zrunning 0 tests
88642025-02-22T22:03:51.647Z
88652025-02-22T22:03:51.647Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88662025-02-22T22:03:51.647Z
88672025-02-22T22:03:51.680Z Doc-tests wicket_dbg
88682025-02-22T22:03:51.683Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-91dcc3fd39d3676b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-36b3cb06fadeba25.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-a1cec06d6cefc4ed.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a4e16f29926f3728.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1ec65079fea014fc.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-9069613f6bc310ad.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88692025-02-22T22:03:52.086Z
88702025-02-22T22:03:52.087Zrunning 0 tests
88712025-02-22T22:03:52.087Z
88722025-02-22T22:03:52.087Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88732025-02-22T22:03:52.087Z
88742025-02-22T22:03:52.118Z Doc-tests wicketd
88752025-02-22T22:03:52.121Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e28f9114d5d27a7c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c0724b4300a0cee3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-0a0863ede2691c3a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-294058eedc90bb22.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-22b44d508ede7477.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-776eee4600d42f4b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-59dc0b966dce4c12.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f022353c3733c3cf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-19493fba9a8233ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-70c26f90ec068bc2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-c25b9e6b13f352fd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-362ba53e5f217d0b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-47da70cf146c14eb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-b0fa6313344b5261.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6e4cfa0ddb7c46af.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-1058df05427b0bcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b953acbaa33de5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-64c6cc16a78c2417.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-2c150be961de9c2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-0437e5077a7c9931.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a9e9f2c78f97fc82.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-bb666c84c0555c1c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a8726851fd5f6e18.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-f6712c9787e3e348.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-8cd81aa842e163b4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a1cccd9ad105ea3d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-dcfbbc1cf1396d45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0191cffadeb294a7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-7b2165f0f7ba7688.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-6f247bb8d3a9aff3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-72c805df3d416219.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-eb4a0273174798f6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-dbdfd1f30881fa44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0058ca192383c4ad.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-de7b30e49c8862a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7e3c5433ffa73394.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-25ee8e738a283268.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-26dd05c89eeb8d97.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-6083a4adc414eabe.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-c4c45c24aafdaa03.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a3ac0d3944cfef35.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-8a489ea5fb4232fe.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-e347a261e3e7d0c7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-1ec65079fea014fc.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fc37d30f95837f7.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-4dbbc782a3bed667.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-24db1ff7c6393b02.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5b94915170caaee4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88762025-02-22T22:03:52.758Z
88772025-02-22T22:03:52.758Zrunning 0 tests
88782025-02-22T22:03:52.758Z
88792025-02-22T22:03:52.758Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88802025-02-22T22:03:52.758Z
88812025-02-22T22:03:52.796Z Doc-tests wicketd_api
88822025-02-22T22:03:52.796Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c0724b4300a0cee3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d13e42c434a0380e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-eb8684b88f3db11c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fc37d30f95837f7.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-24db1ff7c6393b02.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88832025-02-22T22:03:53.226Z
88842025-02-22T22:03:53.226Zrunning 2 tests
88852025-02-22T22:03:53.228Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 54) ... ignored
88862025-02-22T22:03:53.228Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 60) ... ignored
88872025-02-22T22:03:53.228Z
88882025-02-22T22:03:53.228Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
88892025-02-22T22:03:53.228Z
88902025-02-22T22:03:53.257Z Doc-tests wicketd_client
88912025-02-22T22:03:53.259Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0db435a960c04bbf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a8726851fd5f6e18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-993eacacf6997e01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9d94a495a3fd94a8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d324ac6f55fbcfea.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-137a813f36f06e8f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-892cac18eb4c4de3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-64c0c05ed5192e4e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-2bea357d61ca3ffa.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9da849f5f21278fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-0c90c69ca71787bd.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1fc37d30f95837f7.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-5b94915170caaee4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88922025-02-22T22:03:55.136Z
88932025-02-22T22:03:55.136Zrunning 0 tests
88942025-02-22T22:03:55.136Z
88952025-02-22T22:03:55.136Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88962025-02-22T22:03:55.136Z
88972025-02-22T22:03:55.187Z Doc-tests xtask_downloader
88982025-02-22T22:03:55.188Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-223daeee9c4ff989.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8847400d2a7d6ab4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-aa6e4eae89a8a2a9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-4c806adf64c486fa.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-8f5f7dbf6ded826f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0f76452cc193168d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-2e9e5828d0e6d19d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f8f0373240a8a483.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-be4c8032c674f4dc.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
88992025-02-22T22:03:55.361Z
89002025-02-22T22:03:55.361Zrunning 1 test
89012025-02-22T22:03:55.362Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 229) ... ignored
89022025-02-22T22:03:55.364Z
89032025-02-22T22:03:55.364Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
89042025-02-22T22:03:55.364Z
89052025-02-22T22:03:55.378Z Doc-tests zone_setup
89062025-02-22T22:03:55.380Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --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-cc96ab0cdd1a2dff/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-cdaca373af070b6f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d051ea22b9d716ef/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0aec9311a42ffbbe/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7ff1ff70de402973/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-178f5228cf608ab3/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-89e13c2dac683287.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-a4835f5f60f796f7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c7d79cd0ac68f4d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6c814a7ad1b72375.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8673e889f3a6415.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-450e5a3a345f4bac.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-450b55e45c32aae2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-17e99e35dbcd75ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-09d45f27073fd283.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-48fb3ea1b01cd9a6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5149a6eb21e28628.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-56c41f5284847d60.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-9ae485cc2dcdc951.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a71baf0c628466b8.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-b8b7526169307400.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89072025-02-22T22:03:55.644Z
89082025-02-22T22:03:55.645Zrunning 0 tests
89092025-02-22T22:03:55.645Z
89102025-02-22T22:03:55.645Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89112025-02-22T22:03:55.645Z
89122025-02-22T22:03:55.749Z
89132025-02-22T22:03:55.749Zreal 1:52.187105577
89142025-02-22T22:03:55.751Zuser 1:59.551827852
89152025-02-22T22:03:55.751Zsys 51.828410750
89162025-02-22T22:03:55.751Ztrap 0.025583869
89172025-02-22T22:03:55.751Ztflt 0.789872214
89182025-02-22T22:03:55.751Zdflt 8.018184827
89192025-02-22T22:03:55.751Zkflt 0.020072109
89202025-02-22T22:03:55.751Zlock 1:20.697902303
89212025-02-22T22:03:55.751Zslp 14:40.678578948
89222025-02-22T22:03:55.752Zlat 3.316947401
89232025-02-22T22:03:55.752Zstop 8.705855601
89242025-02-22T22:03:55.752Z+ [[ illumos == \i\l\l\u\m\o\s ]]
89252025-02-22T22:03:55.752Z+ banner live-test
89262025-02-22T22:03:55.754Z
89272025-02-22T22:03:55.754Z # # # # ###### ##### ###### #### #####
89282025-02-22T22:03:55.754Z # # # # # # # # #
89292025-02-22T22:03:55.754Z # # # # ##### ##### # ##### #### #
89302025-02-22T22:03:55.754Z # # # # # # # # #
89312025-02-22T22:03:55.754Z # # # # # # # # # #
89322025-02-22T22:03:55.754Z ###### # ## ###### # ###### #### #
89332025-02-22T22:03:55.754Z
89342025-02-22T22:03:55.755Z+ ptime -m cargo xtask live-tests
89352025-02-22T22:03:56.370Z Compiling serde v1.0.217
89362025-02-22T22:03:56.372Z Compiling libc v0.2.169
89372025-02-22T22:03:56.372Z Compiling serde_json v1.0.139
89382025-02-22T22:03:56.372Z Compiling rustix v0.38.37
89392025-02-22T22:03:56.372Z Compiling syn v2.0.96
89402025-02-22T22:03:56.457Z Compiling bitflags v2.6.0
89412025-02-22T22:03:56.902Z Compiling usdt-impl v0.5.0
89422025-02-22T22:03:56.933Z Compiling syn v1.0.109
89432025-02-22T22:03:56.958Z Compiling hashbrown v0.15.1
89442025-02-22T22:03:57.097Z Compiling log v0.4.22
89452025-02-22T22:03:57.117Z Compiling fs-err v2.11.0
89462025-02-22T22:03:57.465Z Compiling once_cell v1.20.3
89472025-02-22T22:03:57.512Z Compiling anyhow v1.0.96
89482025-02-22T22:03:57.870Z Compiling thread-id v4.2.2
89492025-02-22T22:03:57.959Z Compiling indexmap v2.7.1
89502025-02-22T22:03:59.177Z Compiling terminal_size v0.4.0
89512025-02-22T22:03:59.177Z Compiling tempfile v3.13.0
89522025-02-22T22:03:59.340Z Compiling clap_builder v4.5.30
89532025-02-22T22:03:59.689Z Compiling proc-macro-error v1.0.4
89542025-02-22T22:04:00.406Z Compiling tabled_derive v0.7.0
89552025-02-22T22:04:01.794Z Compiling tabled v0.15.0
89562025-02-22T22:04:02.218Z Compiling serde_derive v1.0.217
89572025-02-22T22:04:02.218Z Compiling thiserror-impl v1.0.69
89582025-02-22T22:04:02.221Z Compiling zerocopy-derive v0.7.35
89592025-02-22T22:04:02.221Z Compiling scroll_derive v0.12.0
89602025-02-22T22:04:02.221Z Compiling clap_derive v4.5.28
89612025-02-22T22:04:03.665Z Compiling scroll v0.12.0
89622025-02-22T22:04:04.176Z Compiling zerocopy v0.7.35
89632025-02-22T22:04:04.231Z Compiling goblin v0.8.2
89642025-02-22T22:04:05.411Z Compiling thiserror v1.0.69
89652025-02-22T22:04:05.544Z Compiling pest v2.7.14
89662025-02-22T22:04:06.130Z Compiling clap v4.5.30
89672025-02-22T22:04:07.597Z Compiling pest_meta v2.7.14
89682025-02-22T22:04:08.498Z Compiling pest_generator v2.7.14
89692025-02-22T22:04:09.915Z Compiling pest_derive v2.7.14
89702025-02-22T22:04:10.661Z Compiling dtrace-parser v0.2.0
89712025-02-22T22:04:10.862Z Compiling serde_tokenstream v0.2.2
89722025-02-22T22:04:10.920Z Compiling serde_spanned v0.6.8
89732025-02-22T22:04:10.981Z Compiling toml_datetime v0.6.8
89742025-02-22T22:04:11.102Z Compiling camino v1.1.9
89752025-02-22T22:04:11.215Z Compiling semver v1.0.25
89762025-02-22T22:04:11.255Z Compiling cargo-platform v0.1.8
89772025-02-22T22:04:11.464Z Compiling toml_edit v0.22.22
89782025-02-22T22:04:11.493Z Compiling macaddr v1.0.1
89792025-02-22T22:04:11.814Z Compiling camino-tempfile v1.1.1
89802025-02-22T22:04:12.407Z Compiling dof v0.3.0
89812025-02-22T22:04:12.420Z Compiling cargo_metadata v0.18.1
89822025-02-22T22:04:13.806Z Compiling usdt-macro v0.5.0
89832025-02-22T22:04:13.806Z Compiling usdt-attr-macro v0.5.0
89842025-02-22T22:04:14.369Z Compiling toml v0.8.19
89852025-02-22T22:04:15.145Z Compiling usdt v0.5.0
89862025-02-22T22:04:15.162Z Compiling cargo_toml v0.20.5
89872025-02-22T22:04:17.672Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
89882025-02-22T22:04:21.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.20s
89892025-02-22T22:04:21.108Z Running `target/debug/xtask live-tests`
89902025-02-22T22:04:21.140Zusing temporary directory: /var/tmp/omicron_tmp/.tmp85GIH8
89912025-02-22T22:04:21.140Zwill create archive file: /var/tmp/omicron_tmp/.tmp85GIH8/live-tests-archive/omicron-live-tests.tar.zst
89922025-02-22T22:04:21.140Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
89932025-02-22T22:04:21.140Z
89942025-02-22T22:04:21.143Zrunning: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmp85GIH8/live-tests-archive/omicron-live-tests.tar.zst"
89952025-02-22T22:04:23.363Z Compiling ring v0.17.9
89962025-02-22T22:04:23.498Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
89972025-02-22T22:04:24.863Z Compiling rustls v0.23.19
89982025-02-22T22:04:24.863Z Compiling rustls v0.22.4
89992025-02-22T22:04:26.526Z Compiling rustls-webpki v0.102.8
90002025-02-22T22:04:26.526Z Compiling rcgen v0.12.1
90012025-02-22T22:04:29.872Z Compiling tokio-rustls v0.25.0
90022025-02-22T22:04:30.197Z Compiling dropshot v0.12.0
90032025-02-22T22:04:30.200Z Compiling dropshot v0.15.1
90042025-02-22T22:04:31.731Z Compiling tokio-rustls v0.26.0
90052025-02-22T22:04:32.115Z Compiling hyper-rustls v0.27.3
90062025-02-22T22:04:32.586Z Compiling reqwest v0.12.12
90072025-02-22T22:04:33.906Z Compiling qorb v0.2.1
90082025-02-22T22:04:35.459Z Compiling progenitor-client v0.8.0
90092025-02-22T22:04:35.459Z Compiling progenitor-client v0.9.1
90102025-02-22T22:04:35.943Z Compiling progenitor v0.8.0
90112025-02-22T22:04:35.982Z Compiling progenitor v0.9.1
90122025-02-22T22:04:36.148Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
90132025-02-22T22:04:36.169Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
90142025-02-22T22:04:36.208Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
90152025-02-22T22:04:37.923Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
90162025-02-22T22:04:38.333Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
90172025-02-22T22:04:38.333Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
90182025-02-22T22:04:38.336Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
90192025-02-22T22:04:38.336Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
90202025-02-22T22:04:38.404Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
90212025-02-22T22:04:38.633Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
90222025-02-22T22:04:38.780Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
90232025-02-22T22:04:39.062Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
90242025-02-22T22:04:39.255Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
90252025-02-22T22:04:39.354Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
90262025-02-22T22:04:39.514Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
90272025-02-22T22:04:39.814Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
90282025-02-22T22:04:39.956Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
90292025-02-22T22:04:40.353Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
90302025-02-22T22:04:41.264Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
90312025-02-22T22:04:41.640Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
90322025-02-22T22:04:41.704Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
90332025-02-22T22:04:41.883Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
90342025-02-22T22:04:42.079Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
90352025-02-22T22:04:48.776Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
90362025-02-22T22:04:48.779Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
90372025-02-22T22:04:48.779Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
90382025-02-22T22:04:48.779Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
90392025-02-22T22:04:48.779Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
90402025-02-22T22:04:48.779Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
90412025-02-22T22:04:50.175Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
90422025-02-22T22:04:51.648Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
90432025-02-22T22:04:51.941Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
90442025-02-22T22:04:52.115Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
90452025-02-22T22:04:52.300Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
90462025-02-22T22:04:53.290Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
90472025-02-22T22:04:53.395Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
90482025-02-22T22:04:53.591Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
90492025-02-22T22:04:55.130Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
90502025-02-22T22:04:55.408Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
90512025-02-22T22:04:56.003Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
90522025-02-22T22:05:01.188Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
90532025-02-22T22:05:07.917Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
90542025-02-22T22:05:07.917Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
90552025-02-22T22:05:07.919Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
90562025-02-22T22:05:09.505Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
90572025-02-22T22:06:28.889Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
90582025-02-22T22:06:49.587Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 27s
90592025-02-22T22:06:49.792Zinfo: experimental features enabled: setup-scripts
90602025-02-22T22:06:49.799Z Archiving 1 binary, 1 build script output directory, 3 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmp85GIH8/live-tests-archive/omicron-live-tests.tar.zst
90612025-02-22T22:06:50.208Z Archived 46 files to /var/tmp/omicron_tmp/.tmp85GIH8/live-tests-archive/omicron-live-tests.tar.zst in 0.41s
90622025-02-22T22:06:50.258Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmp85GIH8/live-tests-archive\""
90632025-02-22T22:06:50.269Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmp85GIH8" "live-tests-archive"
90642025-02-22T22:06:50.344Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
90652025-02-22T22:06:50.344Zcreated:
90662025-02-22T22:06:50.344ZTo use this:
90672025-02-22T22:06:50.344Z
90682025-02-22T22:06:50.344Z1. Copy the tarball to the switch zone in a deployed Omicron system.
90692025-02-22T22:06:50.344Z
90702025-02-22T22:06:50.346Z e.g., scp \
90712025-02-22T22:06:50.346Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
90722025-02-22T22:06:50.347Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
90732025-02-22T22:06:50.347Z
90742025-02-22T22:06:50.347Z2. Copy the `cargo-nextest` binary to the same place.
90752025-02-22T22:06:50.347Z
90762025-02-22T22:06:50.347Z e.g., scp \
90772025-02-22T22:06:50.347Z $(which cargo-nextest) \
90782025-02-22T22:06:50.347Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
90792025-02-22T22:06:50.347Z
90802025-02-22T22:06:50.347Z3. From the switch zone on that system, unpack the tarball with:
90812025-02-22T22:06:50.347Z
90822025-02-22T22:06:50.347Z tar xzf live-tests-archive.tgz
90832025-02-22T22:06:50.347Z
90842025-02-22T22:06:50.347Z4. From the switch zone on that system, run tests with:
90852025-02-22T22:06:50.347Z
90862025-02-22T22:06:50.347Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
90872025-02-22T22:06:50.347Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
90882025-02-22T22:06:50.347Z --workspace-remap live-tests-archive
90892025-02-22T22:06:50.347Z
90902025-02-22T22:06:50.347Z
90912025-02-22T22:06:50.347Zreal 2:54.571390237
90922025-02-22T22:06:50.347Zuser 7:28.374231437
90932025-02-22T22:06:50.347Zsys 53.604634880
90942025-02-22T22:06:50.347Ztrap 0.171533788
90952025-02-22T22:06:50.347Ztflt 0.766242446
90962025-02-22T22:06:50.347Zdflt 2.782027552
90972025-02-22T22:06:50.347Zkflt 0.009249564
90982025-02-22T22:06:50.347Zlock 17:32.759873194
90992025-02-22T22:06:50.347Zslp 28:45.283900954
91002025-02-22T22:06:50.348Zlat 10.788457091
91012025-02-22T22:06:50.348Zstop 29.019030202
91022025-02-22T22:06:50.348Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
91032025-02-22T22:06:50.351Z+ unset TMPDIR
91042025-02-22T22:06:50.351Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
91052025-02-22T22:06:50.351Zfiles in /var/tmp/omicron_tmp (none expected on success):
91062025-02-22T22:06:50.351Z+ find /var/tmp/omicron_tmp -ls
91072025-02-22T22:06:50.355Z164161 18 drwxr-xr-x 2 build build 2 Feb 22 22:06 /var/tmp/omicron_tmp
91082025-02-22T22:06:50.358Z+ rmdir /var/tmp/omicron_tmp
91092025-02-22T22:06:50.638Zprocess exited: duration 6222072 ms, exit code 0
 
91102025-02-22T22:06:50.659Zfound 3 output files
91112025-02-22T22:06:50.659Zuploading: /work/crate-build-timings.json (609365 bytes)
91122025-02-22T22:06:51.680Zuploaded: /work/crate-build-timings.json
91132025-02-22T22:06:51.681Zuploading: /work/environment.json (108 bytes)
91142025-02-22T22:06:52.689Zuploaded: /work/environment.json
91152025-02-22T22:06:52.692Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (369431 bytes)
91162025-02-22T22:06:53.704Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml