01JN60QMADK8RE0KZ2VG7TZ9KQ: 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: 01JN60R0DT43FEZ1HQ2EPSH6CQ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-28T10:14:17.685Zjob assigned to worker 01JN60R3Z9DBQWDSS7Y1J8P4HD [factory aws, i-09b59823e10783864] (queued for 47 s)
 
22025-02-28T10:14:25.924Zstarting task 0: "setup"
32025-02-28T10:14:25.931Z++ uname -s
42025-02-28T10:14:25.934Z+ kern=SunOS
52025-02-28T10:14:25.934Z+ build_user=build
62025-02-28T10:14:25.934Z+ build_uid=12345
72025-02-28T10:14:25.934Z+ work_dir=/work
82025-02-28T10:14:25.934Z+ input_dir=/input
92025-02-28T10:14:25.934Z+ [[ 0 == 12345 ]]
102025-02-28T10:14:25.934Z+ case "$kern" in
112025-02-28T10:14:25.934Z+ groupadd -g 12345 build
122025-02-28T10:14:25.937Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-28T10:14:27.944Z+ zfs create -o mountpoint=/work rpool/work
142025-02-28T10:14:28.069Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-28T10:14:28.073Z+ home_fs=zfs
162025-02-28T10:14:28.073Z+ [[ zfs == autofs ]]
172025-02-28T10:14:28.073Z+ mkdir -p /home/build
182025-02-28T10:14:28.076Z+ chown build:build /home/build /work
192025-02-28T10:14:30.076Z+ chmod 0700 /home/build /work
202025-02-28T10:14:30.079Zprocess exited: duration 4154 ms, exit code 0
 
212025-02-28T10:14:30.085Zstarting task 1: "rust-toolchain"
222025-02-28T10:14:30.090Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-02-28T10:14:30.090Z * rust toolchain channel = "1.85.0"
242025-02-28T10:14:30.090Z * rust toolchain profile = "default"
252025-02-28T10:14:30.093Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-02-28T10:14:30.093Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-28T10:14:30.093Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-28T10:14:30.093Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-28T10:14:30.093Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-02-28T10:14:30.209Zinfo: downloading installer
312025-02-28T10:14:31.493Zwarning: it looks like you have an existing installation of Rust at:
322025-02-28T10:14:31.493Zwarning: /opt/ooce/bin
332025-02-28T10:14:31.493Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-28T10:14:31.493Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-28T10:14:31.493Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-28T10:14:31.493Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-28T10:14:31.493Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-28T10:14:31.493Zerror: cannot install while Rust is installed
392025-02-28T10:14:31.493Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-28T10:14:31.508Zinfo: profile set to 'default'
412025-02-28T10:14:31.508Zinfo: default host triple is x86_64-unknown-illumos
422025-02-28T10:14:31.511Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-02-28T10:14:31.662Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-02-28T10:14:31.662Zinfo: downloading component 'cargo'
452025-02-28T10:14:32.514Zinfo: downloading component 'clippy'
462025-02-28T10:14:32.841Zinfo: downloading component 'rust-docs'
472025-02-28T10:14:34.125Zinfo: downloading component 'rust-std'
482025-02-28T10:14:36.013Zinfo: downloading component 'rustc'
492025-02-28T10:14:42.525Zinfo: downloading component 'rustfmt'
502025-02-28T10:14:42.770Zinfo: installing component 'cargo'
512025-02-28T10:14:43.595Zinfo: installing component 'clippy'
522025-02-28T10:14:43.982Zinfo: installing component 'rust-docs'
532025-02-28T10:14:45.728Zinfo: installing component 'rust-std'
542025-02-28T10:14:47.625Zinfo: installing component 'rustc'
552025-02-28T10:14:53.517Zinfo: installing component 'rustfmt'
562025-02-28T10:14:53.850Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-02-28T10:14:53.850Z
582025-02-28T10:14:54.221Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-02-28T10:14:54.221Z
602025-02-28T10:14:54.224Z
612025-02-28T10:14:54.224ZRust is installed now. Great!
622025-02-28T10:14:54.224Z
632025-02-28T10:14:54.224ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-28T10:14:54.224Zenvironment variable. This has not been done automatically.
652025-02-28T10:14:54.224Z
662025-02-28T10:14:54.224ZTo configure your current shell, you need to source
672025-02-28T10:14:54.224Zthe corresponding env file under $HOME/.cargo.
682025-02-28T10:14:54.224Z
692025-02-28T10:14:54.224ZThis is usually done by running one of the following (note the leading DOT):
702025-02-28T10:14:54.224Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-28T10:14:54.224Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-28T10:14:54.295Z+ rustup --version
732025-02-28T10:14:54.303Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-28T10:14:54.303Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-28T10:14:54.385Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-02-28T10:14:54.389Z+ cargo --version
772025-02-28T10:14:54.447Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-02-28T10:14:54.449Z+ rustc --version
792025-02-28T10:14:54.513Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-02-28T10:14:54.516Zprocess exited: duration 24427 ms, exit code 0
 
812025-02-28T10:14:54.523Zstarting task 2: "authentication"
822025-02-28T10:14:54.546Zprocess exited: duration 21 ms, exit code 0
 
832025-02-28T10:14:54.552Zstarting task 3: "clone repository"
842025-02-28T10:14:54.557Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-28T10:14:54.560Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-28T10:14:54.604ZCloning into '/work/oxidecomputer/omicron'...
872025-02-28T10:15:02.670Z+ cd /work/oxidecomputer/omicron
882025-02-28T10:15:02.670Z+ git fetch origin c0511e1966539305d568599df8e5d93a4d193070
892025-02-28T10:15:02.977ZFrom https://github.com/oxidecomputer/omicron
902025-02-28T10:15:02.977Z * branch c0511e1966539305d568599df8e5d93a4d193070 -> FETCH_HEAD
912025-02-28T10:15:02.989Z+ [[ -n renovate/rstest-0.x ]]
922025-02-28T10:15:02.992Z++ git branch --show-current
932025-02-28T10:15:02.995Z+ current=main
942025-02-28T10:15:02.995Z+ [[ main != renovate/rstest-0.x ]]
952025-02-28T10:15:02.995Z+ git branch -f renovate/rstest-0.x c0511e1966539305d568599df8e5d93a4d193070
962025-02-28T10:15:02.999Z+ git checkout -f renovate/rstest-0.x
972025-02-28T10:15:03.021ZSwitched to branch 'renovate/rstest-0.x'
982025-02-28T10:15:03.024Z+ git reset --hard c0511e1966539305d568599df8e5d93a4d193070
992025-02-28T10:15:03.050ZHEAD is now at c0511e196 Update Rust crate rstest to 0.24.0
1002025-02-28T10:15:03.054Zprocess exited: duration 8496 ms, exit code 0
 
1012025-02-28T10:15:03.060Zstarting task 4: "build"
1022025-02-28T10:15:03.070Z+ source ./env.sh
1032025-02-28T10:15:03.070Z++ OLD_SHELL_OPTS=ehxB
1042025-02-28T10:15:03.070Z++ set -o xtrace
1052025-02-28T10:15:03.073Z++++ dirname ./env.sh
1062025-02-28T10:15:03.076Z+++ readlink -f .
1072025-02-28T10:15:03.080Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082025-02-28T10:15:03.080Z++ 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-28T10:15:03.080Z++ 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-28T10:15:03.080Z++ 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-28T10:15:03.080Z++ 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-28T10:15:03.080Z++ 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-28T10:15:03.080Z++ 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-28T10:15:03.080Z++ 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-28T10:15:03.080Z++ 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-28T10:15:03.080Z++ case $OLD_SHELL_OPTS in
1172025-02-28T10:15:03.080Z++ unset OLD_SHELL_OPTS OMICRON_WS
1182025-02-28T10:15:03.080Z+ source .github/buildomat/ci-env.sh
1192025-02-28T10:15:03.080Z++ export CARGO_TERM_COLOR=always
1202025-02-28T10:15:03.080Z++ CARGO_TERM_COLOR=always
1212025-02-28T10:15:03.080Z+ target_os=illumos
1222025-02-28T10:15:03.080Z+ NEXTEST_VERSION=0.9.91
1232025-02-28T10:15:03.080Z+ cargo --version
1242025-02-28T10:15:03.130Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1252025-02-28T10:15:03.133Z+ rustc --version
1262025-02-28T10:15:03.196Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1272025-02-28T10:15:03.200Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.91/illumos
1282025-02-28T10:15:03.203Z+ gunzip
1292025-02-28T10:15:03.203Z+ tar -xvf - -C /home/build/.cargo/bin
1302025-02-28T10:15:04.156Zx cargo-nextest, 18384984 bytes, 35909 tape blocks
1312025-02-28T10:15:04.159Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1322025-02-28T10:15:04.159Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1332025-02-28T10:15:04.159Ztests will store ephemeral output in /var/tmp/omicron_tmp
1342025-02-28T10:15:04.159Z+ mkdir /var/tmp/omicron_tmp
1352025-02-28T10:15:04.159Z+ OUTPUT_DIR=/work
1362025-02-28T10:15:04.159Z+ echo 'tests will store non-ephemeral output in /work'
1372025-02-28T10:15:04.159Ztests will store non-ephemeral output in /work
1382025-02-28T10:15:04.159Z+ mkdir -p /work
1392025-02-28T10:15:04.162Z+ banner prerequisites
1402025-02-28T10:15:04.165Z
1412025-02-28T10:15:04.165Z ##### ##### ###### ##### ###### #### # # # #### #
1422025-02-28T10:15:04.165Z # # # # # # # # # # # # # # #
1432025-02-28T10:15:04.165Z # # # # ##### # # ##### # # # # # #### #
1442025-02-28T10:15:04.165Z ##### ##### # ##### # # # # # # # # #
1452025-02-28T10:15:04.165Z # # # # # # # # # # # # # # #
1462025-02-28T10:15:04.165Z # # # ###### # # ###### ### # #### # #### #
1472025-02-28T10:15:04.165Z
1482025-02-28T10:15:04.165Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1492025-02-28T10:15:05.826Zpkg list: illegal option -- F
1502025-02-28T10:15:05.826ZUsage:
1512025-02-28T10:15:05.829Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1522025-02-28T10:15:05.829Z [pkg_fmri_pattern ...]
1532025-02-28T10:15:06.665Zpkg list: illegal option -- F
1542025-02-28T10:15:06.665ZUsage:
1552025-02-28T10:15:06.665Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1562025-02-28T10:15:06.668Z [pkg_fmri_pattern ...]
1572025-02-28T10:15:15.063Z Startup: Refreshing catalog 'helios-dev' ... Done
1582025-02-28T10:15:19.382Z Startup: Caching catalogs ... Done
1592025-02-28T10:15:32.457ZPlanning: Solver setup ... Done (12.124s)
1602025-02-28T10:15:32.613ZPlanning: Running solver ... Done (0.156s)
1612025-02-28T10:15:32.735ZPlanning: Finding local manifests ... Done (0.007s)
1622025-02-28T10:15:33.255ZPlanning: Fetching manifests: 0/7 0% complete
1632025-02-28T10:15:34.274ZPlanning: Fetching manifests: 7/7 100% complete
1642025-02-28T10:15:34.384ZPlanning: Package planning ... Done (0.110s)
1652025-02-28T10:15:34.443ZPlanning: Merging actions ... Done (0.055s)
1662025-02-28T10:15:34.634ZPlanning: Checking for conflicting actions ... Done (0.194s)
1672025-02-28T10:15:36.830ZPlanning: Consolidating action changes ... Done (2.146s)
1682025-02-28T10:15:37.407ZPlanning: Evaluating mediators ... Done (0.449s)
1692025-02-28T10:15:37.598ZPlanning: Planning completed in 17.83 seconds
1702025-02-28T10:15:37.598Z Packages to install: 4
1712025-02-28T10:15:37.598Z Packages to update: 3
1722025-02-28T10:15:37.599Z Mediators to change: 2
1732025-02-28T10:15:37.599Z Services to change: 1
1742025-02-28T10:15:37.599Z Estimated space available: 155.60 GB
1752025-02-28T10:15:37.599ZEstimated space to be consumed: 1.66 GB
1762025-02-28T10:15:37.599Z Create boot environment: No
1772025-02-28T10:15:37.599ZCreate backup boot environment: Yes
1782025-02-28T10:15:37.599Z Rebuild boot archive: No
1792025-02-28T10:15:37.599Z
1802025-02-28T10:15:37.599ZChanged mediators:
1812025-02-28T10:15:37.600Z mediator clang:
1822025-02-28T10:15:37.600Z version: None -> 15 (system default)
1832025-02-28T10:15:37.600Z
1842025-02-28T10:15:37.600Z mediator llvm:
1852025-02-28T10:15:37.600Z version: 14 (system default) -> 15 (system default)
1862025-02-28T10:15:37.600Z
1872025-02-28T10:15:37.600ZChanged packages:
1882025-02-28T10:15:37.600Zhelios-dev
1892025-02-28T10:15:37.600Z developer/build-essential
1902025-02-28T10:15:37.600Z None -> 11-2.0
1912025-02-28T10:15:37.600Z library/libxmlsec1
1922025-02-28T10:15:37.600Z None -> 1.2.35-2.0
1932025-02-28T10:15:37.600Z ooce/developer/clang-15
1942025-02-28T10:15:37.601Z None -> 15.0.7-2.0
1952025-02-28T10:15:37.601Z ooce/developer/llvm-15
1962025-02-28T10:15:37.601Z None -> 15.0.7-2.0
1972025-02-28T10:15:37.601Z package/pkg
1982025-02-28T10:15:37.601Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1992025-02-28T10:15:37.601Z system/library/g++-runtime
2002025-02-28T10:15:37.601Z 13-2.0 -> 14-2.0
2012025-02-28T10:15:37.601Z system/library/gcc-runtime
2022025-02-28T10:15:37.601Z 13-2.0 -> 14-2.0
2032025-02-28T10:15:37.601Z
2042025-02-28T10:15:37.602ZServices:
2052025-02-28T10:15:37.602Z restart_fmri:
2062025-02-28T10:15:37.602Z svc:/system/update-man-index:default
2072025-02-28T10:15:37.602Z
2082025-02-28T10:15:37.602ZEditable files to change:
2092025-02-28T10:15:37.602Z Update:
2102025-02-28T10:15:37.602Z usr/share/lib/pkg/web/config.shtml
2112025-02-28T10:15:37.602Z
2122025-02-28T10:15:37.602ZDownload: 0/4301 items 0.0/225.4MB 0% complete
2132025-02-28T10:15:44.673ZDownload: 210/4301 items 1.3/225.4MB 0% complete (289k/s)
2142025-02-28T10:15:49.695ZDownload: 464/4301 items 16.5/225.4MB 7% complete (1.6M/s)
2152025-02-28T10:15:54.692ZDownload: 1058/4301 items 19.2/225.4MB 8% complete (1.8M/s)
2162025-02-28T10:16:00.837ZDownload: 1191/4301 items 83.0/225.4MB 36% complete (6.7M/s)
2172025-02-28T10:16:10.027ZDownload: 1192/4301 items 83.0/225.4MB 36% complete
2182025-02-28T10:16:15.034ZDownload: 1197/4301 items 83.4/225.4MB 36% complete (66.8k/s)
2192025-02-28T10:16:20.056ZDownload: 1367/4301 items 116.0/225.4MB 51% complete (3.5M/s)
2202025-02-28T10:16:25.047ZDownload: 1640/4301 items 116.9/225.4MB 51% complete (3.4M/s)
2212025-02-28T10:16:30.049ZDownload: 2183/4301 items 119.1/225.4MB 52% complete (302k/s)
2222025-02-28T10:16:40.897ZDownload: 2224/4301 items 119.2/225.4MB 52% complete
2232025-02-28T10:16:45.903ZDownload: 2808/4301 items 121.0/225.4MB 53% complete (388k/s)
2242025-02-28T10:16:50.907ZDownload: 3277/4301 items 208.1/225.4MB 92% complete (8.8M/s)
2252025-02-28T10:16:59.834ZDownload: 4284/4301 items 222.9/225.4MB 98% complete (10.1M/s)
2262025-02-28T10:17:02.757ZDownload: 4293/4301 items 225.0/225.4MB 99% complete (7.0M/s)
2272025-02-28T10:17:02.777ZDownload: Completed 225.42 MB in 85.35 seconds (2.6M/s)
2282025-02-28T10:17:04.833Z Actions: 1/5122 actions (Removing old actions)
2292025-02-28T10:17:04.856Z Actions: 194/5122 actions (Installing new actions)
2302025-02-28T10:17:09.531Z Actions: 4267/5122 actions (Updating modified actions)
2312025-02-28T10:17:09.896Z Actions: Completed 5122 actions in 5.06 seconds.
2322025-02-28T10:17:10.314Z Done (0.412s)
2332025-02-28T10:17:10.317Z Done (0.001s)
2342025-02-28T10:17:10.931Z Done (0.613s)
2352025-02-28T10:17:15.456Z Done (4.286s)
2362025-02-28T10:17:15.543Z Done (0.018s)
2372025-02-28T10:17:15.545Z Done (0.000s)
2382025-02-28T10:17:15.727Z Done (0.000s)
2392025-02-28T10:17:16.437ZPlanning: Evaluating mediator changes ... Done
2402025-02-28T10:17:16.597ZPlanning: Checking for conflicting actions ... Done
2412025-02-28T10:17:16.600ZPlanning: Consolidating action changes ... Done
2422025-02-28T10:17:16.871ZPlanning: Evaluating mediators ... Done
2432025-02-28T10:17:16.874ZPlanning: Planning completed in 0.44 seconds
2442025-02-28T10:17:16.913Z Mediators to change: 2
2452025-02-28T10:17:16.913Z Create boot environment: No
2462025-02-28T10:17:16.916ZCreate backup boot environment: No
2472025-02-28T10:17:16.995Z Done
2482025-02-28T10:17:16.995Z Done
2492025-02-28T10:17:17.446Z Done
2502025-02-28T10:17:21.083Z Done
2512025-02-28T10:17:21.171Z Done
2522025-02-28T10:17:21.174Z Done
2532025-02-28T10:17:21.306Z Done
2542025-02-28T10:17:21.910ZPlanning: Evaluating mediator changes ... Done
2552025-02-28T10:17:21.912ZPlanning: Merging actions ... Done
2562025-02-28T10:17:22.099ZPlanning: Checking for conflicting actions ... Done
2572025-02-28T10:17:22.102ZPlanning: Consolidating action changes ... Done
2582025-02-28T10:17:22.364ZPlanning: Evaluating mediators ... Done
2592025-02-28T10:17:22.419ZPlanning: Planning completed in 0.75 seconds
2602025-02-28T10:17:22.459Z Packages to change: 1
2612025-02-28T10:17:22.459Z Mediators to change: 1
2622025-02-28T10:17:22.462Z Services to change: 1
2632025-02-28T10:17:22.462Z Create boot environment: No
2642025-02-28T10:17:22.462ZCreate backup boot environment: Yes
2652025-02-28T10:17:24.842Z Actions: 1/6 actions (Updating modified actions)
2662025-02-28T10:17:24.845Z Actions: Completed 6 actions in 0.00 seconds.
2672025-02-28T10:17:24.846Z Done
2682025-02-28T10:17:24.846Z Done
2692025-02-28T10:17:24.967Z Done
2702025-02-28T10:17:28.596Z Done
2712025-02-28T10:17:28.693Z Done
2722025-02-28T10:17:28.696Z Done
2732025-02-28T10:17:28.836Z Done
2742025-02-28T10:17:29.266ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2752025-02-28T10:17:29.266Zclang system 15 system
2762025-02-28T10:17:29.266Zcsh system system illumos
2772025-02-28T10:17:29.266Zctags system system illumos
2782025-02-28T10:17:29.266Zgcc vendor 12 vendor
2792025-02-28T10:17:29.267Zgcc system 10 system
2802025-02-28T10:17:29.267Zgcc system 7 system
2812025-02-28T10:17:29.267Zgo system 1.20 system
2822025-02-28T10:17:29.267Zgo system 1.19 system
2832025-02-28T10:17:29.267Zllvm system 15 system
2842025-02-28T10:17:29.267Zllvm system 14 system
2852025-02-28T10:17:29.267Zmariadb system 10.6 system
2862025-02-28T10:17:29.267Zmta vendor vendor dma
2872025-02-28T10:17:29.267Zopenjdk system 17 system
2882025-02-28T10:17:29.267Zopenjdk system 11 system
2892025-02-28T10:17:29.267Zopenjdk system 1.8 system
2902025-02-28T10:17:29.267Zopenssl vendor 3 vendor
2912025-02-28T10:17:29.267Zperl system 5.36 system
2922025-02-28T10:17:29.267Zpostgresql system 15 system
2932025-02-28T10:17:29.267Zpostgresql system 13 system
2942025-02-28T10:17:29.267Zpython vendor 3 vendor
2952025-02-28T10:17:29.267Zpython system 2 system
2962025-02-28T10:17:29.267Zpython3 system 3.11 system
2972025-02-28T10:17:29.267Zruby system 3.0 system
2982025-02-28T10:17:29.267Zwords vendor vendor american-english
2992025-02-28T10:17:29.267Zwords system system australian-english
3002025-02-28T10:17:29.267Zwords system system british-english
3012025-02-28T10:17:29.267Zwords system system canadian-english
3022025-02-28T10:17:29.267Zwords system system french
3032025-02-28T10:17:29.267Zwords system system italian
3042025-02-28T10:17:29.267Zwords system system ngerman
3052025-02-28T10:17:29.267Zwords system system ogerman
3062025-02-28T10:17:29.267Zwords system system spanish
3072025-02-28T10:17:29.592ZPUBLISHER TYPE STATUS P LOCATION
3082025-02-28T10:17:29.593Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
3092025-02-28T10:17:32.644ZFMRI IFO
3102025-02-28T10:17:32.644Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
3112025-02-28T10:17:32.644Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
3122025-02-28T10:17:32.644Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
3132025-02-28T10:17:32.644Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
3142025-02-28T10:17:32.644Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
3152025-02-28T10:17:32.644Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
3162025-02-28T10:17:32.644Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
3172025-02-28T10:17:32.644Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
3182025-02-28T10:17:32.645Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
3192025-02-28T10:17:32.645Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
3202025-02-28T10:17:32.645Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
3212025-02-28T10:17:32.645Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3222025-02-28T10:17:32.645Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3232025-02-28T10:17:32.645Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3242025-02-28T10:17:32.645Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3252025-02-28T10:17:33.865Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3262025-02-28T10:17:33.888Z Updating crates.io index
3272025-02-28T10:17:33.888Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3282025-02-28T10:17:34.398Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3292025-02-28T10:17:34.636Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3302025-02-28T10:17:34.934Z Updating git repository `https://github.com/oxidecomputer/propolis`
3312025-02-28T10:17:35.974Z Updating git repository `https://github.com/oxidecomputer/crucible`
3322025-02-28T10:17:37.676Z Updating git repository `https://github.com/oxidecomputer/opte`
3332025-02-28T10:17:38.334Z Updating git repository `https://github.com/oxidecomputer/falcon`
3342025-02-28T10:17:39.063Z Updating git repository `https://github.com/oxidecomputer/clickward`
3352025-02-28T10:17:39.308Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3362025-02-28T10:17:39.592Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3372025-02-28T10:17:40.177Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3382025-02-28T10:17:40.772Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3392025-02-28T10:17:41.142Z Updating git repository `https://github.com/oxidecomputer/propolis`
3402025-02-28T10:17:41.591Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3412025-02-28T10:17:41.887Z Updating git repository `https://github.com/oxidecomputer/tofino`
3422025-02-28T10:17:42.161Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3432025-02-28T10:17:42.429Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3442025-02-28T10:17:42.695Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3452025-02-28T10:17:42.989Z Updating git repository `https://github.com/oxidecomputer/lldp`
3462025-02-28T10:17:43.302Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3472025-02-28T10:17:43.618Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3482025-02-28T10:17:43.910Z Updating git repository `https://github.com/oxidecomputer/ispf`
3492025-02-28T10:17:44.203Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3502025-02-28T10:17:44.489Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3512025-02-28T10:17:45.060Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3522025-02-28T10:17:45.321Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3532025-02-28T10:17:45.698Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3542025-02-28T10:17:46.052Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3552025-02-28T10:17:46.370Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3562025-02-28T10:17:46.680Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3572025-02-28T10:17:46.969Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3582025-02-28T10:17:48.135Z Downloading crates ...
3592025-02-28T10:17:48.227Z Downloaded autocfg v1.4.0
3602025-02-28T10:17:48.231Z Downloaded anstyle-query v1.1.1
3612025-02-28T10:17:48.235Z Downloaded anstream v0.6.15
3622025-02-28T10:17:48.243Z Downloaded equivalent v1.0.1
3632025-02-28T10:17:48.247Z Downloaded dtrace-parser v0.2.0
3642025-02-28T10:17:48.247Z Downloaded zerocopy-derive v0.7.35
3652025-02-28T10:17:48.252Z Downloaded pretty-hex v0.4.1
3662025-02-28T10:17:48.255Z Downloaded scroll_derive v0.12.0
3672025-02-28T10:17:48.259Z Downloaded winnow v0.7.3
3682025-02-28T10:17:48.265Z Downloaded usdt-macro v0.5.0
3692025-02-28T10:17:48.268Z Downloaded usdt-attr-macro v0.5.0
3702025-02-28T10:17:48.269Z Downloaded zerocopy v0.7.35
3712025-02-28T10:17:48.281Z Downloaded memmap v0.7.0
3722025-02-28T10:17:48.284Z Downloaded cargo-platform v0.1.8
3732025-02-28T10:17:48.284Z Downloaded byteorder v1.5.0
3742025-02-28T10:17:48.288Z Downloaded anyhow v1.0.96
3752025-02-28T10:17:48.288Z Downloaded heck v0.5.0
3762025-02-28T10:17:48.292Z Downloaded heck v0.4.1
3772025-02-28T10:17:48.292Z Downloaded bytecount v0.6.8
3782025-02-28T10:17:48.292Z Downloaded fs-err v2.11.0
3792025-02-28T10:17:48.296Z Downloaded cfg-if v1.0.0
3802025-02-28T10:17:48.296Z Downloaded anstyle v1.0.10
3812025-02-28T10:17:48.296Z Downloaded macaddr v1.0.1
3822025-02-28T10:17:48.300Z Downloaded crypto-common v0.1.6
3832025-02-28T10:17:48.300Z Downloaded fnv v1.0.7
3842025-02-28T10:17:48.300Z Downloaded dof v0.3.0
3852025-02-28T10:17:48.300Z Downloaded itoa v1.0.11
3862025-02-28T10:17:48.305Z Downloaded digest v0.10.7
3872025-02-28T10:17:48.305Z Downloaded cpufeatures v0.2.14
3882025-02-28T10:17:48.305Z Downloaded thiserror v1.0.69
3892025-02-28T10:17:48.309Z Downloaded fastrand v2.1.1
3902025-02-28T10:17:48.309Z Downloaded colorchoice v1.0.2
3912025-02-28T10:17:48.312Z Downloaded generic-array v0.14.7
3922025-02-28T10:17:48.312Z Downloaded terminal_size v0.2.6
3932025-02-28T10:17:48.312Z Downloaded tabled_derive v0.7.0
3942025-02-28T10:17:48.319Z Downloaded clap_lex v0.7.4
3952025-02-28T10:17:48.319Z Downloaded block-buffer v0.10.4
3962025-02-28T10:17:48.319Z Downloaded bitflags v1.3.2
3972025-02-28T10:17:48.323Z Downloaded usdt v0.5.0
3982025-02-28T10:17:48.323Z Downloaded unicode-linebreak v0.1.5
3992025-02-28T10:17:48.323Z Downloaded toml_datetime v0.6.8
4002025-02-28T10:17:48.323Z Downloaded proc-macro-error-attr v1.0.4
4012025-02-28T10:17:48.323Z Downloaded thread-id v4.2.2
4022025-02-28T10:17:48.323Z Downloaded terminal_size v0.4.0
4032025-02-28T10:17:48.323Z Downloaded smawk v0.3.2
4042025-02-28T10:17:48.327Z Downloaded version_check v0.9.5
4052025-02-28T10:17:48.327Z Downloaded utf8parse v0.2.2
4062025-02-28T10:17:48.327Z Downloaded thiserror-impl v1.0.69
4072025-02-28T10:17:48.327Z Downloaded serde_tokenstream v0.2.2
4082025-02-28T10:17:48.332Z Downloaded pest_generator v2.7.14
4092025-02-28T10:17:48.332Z Downloaded strsim v0.11.1
4102025-02-28T10:17:48.332Z Downloaded thiserror-impl v2.0.11
4112025-02-28T10:17:48.336Z Downloaded camino v1.1.9
4122025-02-28T10:17:48.336Z Downloaded cargo_toml v0.21.0
4132025-02-28T10:17:48.336Z Downloaded serde_spanned v0.6.8
4142025-02-28T10:17:48.336Z Downloaded plain v0.2.3
4152025-02-28T10:17:48.342Z Downloaded is_terminal_polyfill v1.70.1
4162025-02-28T10:17:48.342Z Downloaded errno v0.3.9
4172025-02-28T10:17:48.342Z Downloaded pest_derive v2.7.14
4182025-02-28T10:17:48.347Z Downloaded once_cell v1.20.3
4192025-02-28T10:17:48.347Z Downloaded camino-tempfile v1.1.1
4202025-02-28T10:17:48.347Z Downloaded clap_derive v4.5.28
4212025-02-28T10:17:48.351Z Downloaded tempfile v3.13.0
4222025-02-28T10:17:48.351Z Downloaded cargo_metadata v0.19.1
4232025-02-28T10:17:48.352Z Downloaded swrite v0.1.0
4242025-02-28T10:17:48.355Z Downloaded usdt-impl v0.5.0
4252025-02-28T10:17:48.356Z Downloaded sha2 v0.10.8
4262025-02-28T10:17:48.359Z Downloaded quote v1.0.38
4272025-02-28T10:17:48.360Z Downloaded anstyle-parse v0.2.5
4282025-02-28T10:17:48.364Z Downloaded semver v1.0.25
4292025-02-28T10:17:48.364Z Downloaded scroll v0.12.0
4302025-02-28T10:17:48.364Z Downloaded io-lifetimes v1.0.11
4312025-02-28T10:17:48.368Z Downloaded proc-macro2 v1.0.93
4322025-02-28T10:17:48.372Z Downloaded proc-macro-error v1.0.4
4332025-02-28T10:17:48.372Z Downloaded log v0.4.22
4342025-02-28T10:17:48.376Z Downloaded ucd-trie v0.1.7
4352025-02-28T10:17:48.376Z Downloaded thiserror v2.0.11
4362025-02-28T10:17:48.381Z Downloaded pest_meta v2.7.14
4372025-02-28T10:17:48.384Z Downloaded typenum v1.17.0
4382025-02-28T10:17:48.388Z Downloaded clap v4.5.31
4392025-02-28T10:17:48.392Z Downloaded textwrap v0.16.1
4402025-02-28T10:17:48.396Z Downloaded serde_derive v1.0.218
4412025-02-28T10:17:48.399Z Downloaded unicode-ident v1.0.14
4422025-02-28T10:17:48.400Z Downloaded ryu v1.0.18
4432025-02-28T10:17:48.403Z Downloaded papergrid v0.11.0
4442025-02-28T10:17:48.406Z Downloaded bitflags v2.6.0
4452025-02-28T10:17:48.410Z Downloaded toml v0.8.20
4462025-02-28T10:17:48.414Z Downloaded serde v1.0.218
4472025-02-28T10:17:48.417Z Downloaded memchr v2.7.4
4482025-02-28T10:17:48.421Z Downloaded toml_edit v0.22.24
4492025-02-28T10:17:48.439Z Downloaded indexmap v2.7.1
4502025-02-28T10:17:48.450Z Downloaded pest v2.7.14
4512025-02-28T10:17:48.455Z Downloaded hashbrown v0.15.1
4522025-02-28T10:17:48.472Z Downloaded clap_builder v4.5.31
4532025-02-28T10:17:48.479Z Downloaded serde_json v1.0.139
4542025-02-28T10:17:48.495Z Downloaded goblin v0.8.2
4552025-02-28T10:17:48.496Z Downloaded tabled v0.15.0
4562025-02-28T10:17:48.504Z Downloaded syn v1.0.109
4572025-02-28T10:17:48.523Z Downloaded unicode-width v0.1.14
4582025-02-28T10:17:48.530Z Downloaded syn v2.0.98
4592025-02-28T10:17:48.540Z Downloaded rustix v0.37.28
4602025-02-28T10:17:48.556Z Downloaded rustix v0.38.37
4612025-02-28T10:17:48.591Z Downloaded libc v0.2.170
4622025-02-28T10:17:48.881Z Compiling proc-macro2 v1.0.93
4632025-02-28T10:17:48.881Z Compiling unicode-ident v1.0.14
4642025-02-28T10:17:48.884Z Compiling version_check v0.9.5
4652025-02-28T10:17:48.884Z Compiling libc v0.2.170
4662025-02-28T10:17:48.885Z Compiling serde v1.0.218
4672025-02-28T10:17:48.886Z Compiling memchr v2.7.4
4682025-02-28T10:17:48.886Z Compiling thiserror v1.0.69
4692025-02-28T10:17:48.920Z Compiling ryu v1.0.18
4702025-02-28T10:17:49.176Z Compiling itoa v1.0.11
4712025-02-28T10:17:49.388Z Compiling ucd-trie v0.1.7
4722025-02-28T10:17:49.439Z Compiling once_cell v1.20.3
4732025-02-28T10:17:49.696Z Compiling byteorder v1.5.0
4742025-02-28T10:17:49.832Z Compiling rustix v0.38.37
4752025-02-28T10:17:49.919Z Compiling serde_json v1.0.139
4762025-02-28T10:17:50.110Z Compiling bitflags v2.6.0
4772025-02-28T10:17:50.308Z Compiling usdt-impl v0.5.0
4782025-02-28T10:17:50.378Z Compiling proc-macro-error-attr v1.0.4
4792025-02-28T10:17:50.505Z Compiling syn v1.0.109
4802025-02-28T10:17:50.616Z Compiling io-lifetimes v1.0.11
4812025-02-28T10:17:50.694Z Compiling quote v1.0.38
4822025-02-28T10:17:50.792Z Compiling errno v0.3.9
4832025-02-28T10:17:50.829Z Compiling proc-macro-error v1.0.4
4842025-02-28T10:17:51.042Z Compiling rustix v0.37.28
4852025-02-28T10:17:51.066Z Compiling syn v2.0.98
4862025-02-28T10:17:51.217Z Compiling thread-id v4.2.2
4872025-02-28T10:17:51.289Z Compiling equivalent v1.0.1
4882025-02-28T10:17:51.322Z Compiling utf8parse v0.2.2
4892025-02-28T10:17:51.348Z Compiling log v0.4.22
4902025-02-28T10:17:51.353Z Compiling hashbrown v0.15.1
4912025-02-28T10:17:51.422Z Compiling camino v1.1.9
4922025-02-28T10:17:51.498Z Compiling plain v0.2.3
4932025-02-28T10:17:51.684Z Compiling anstyle-parse v0.2.5
4942025-02-28T10:17:52.083Z Compiling thiserror v2.0.11
4952025-02-28T10:17:52.107Z Compiling unicode-width v0.1.14
4962025-02-28T10:17:52.344Z Compiling is_terminal_polyfill v1.70.1
4972025-02-28T10:17:52.439Z Compiling indexmap v2.7.1
4982025-02-28T10:17:52.489Z Compiling anstyle-query v1.1.1
4992025-02-28T10:17:52.495Z Compiling pretty-hex v0.4.1
5002025-02-28T10:17:52.586Z Compiling semver v1.0.25
5012025-02-28T10:17:52.669Z Compiling winnow v0.7.3
5022025-02-28T10:17:52.692Z Compiling anstyle v1.0.10
5032025-02-28T10:17:52.714Z Compiling colorchoice v1.0.2
5042025-02-28T10:17:52.887Z Compiling bitflags v1.3.2
5052025-02-28T10:17:53.011Z Compiling autocfg v1.4.0
5062025-02-28T10:17:53.135Z Compiling anstream v0.6.15
5072025-02-28T10:17:53.413Z Compiling terminal_size v0.4.0
5082025-02-28T10:17:53.876Z Compiling clap_lex v0.7.4
5092025-02-28T10:17:53.972Z Compiling anyhow v1.0.96
5102025-02-28T10:17:53.976Z Compiling fs-err v2.11.0
5112025-02-28T10:17:54.065Z Compiling fastrand v2.1.1
5122025-02-28T10:17:54.340Z Compiling heck v0.4.1
5132025-02-28T10:17:54.476Z Compiling bytecount v0.6.8
5142025-02-28T10:17:54.597Z Compiling heck v0.5.0
5152025-02-28T10:17:54.696Z Compiling strsim v0.11.1
5162025-02-28T10:17:54.722Z Compiling cfg-if v1.0.0
5172025-02-28T10:17:54.760Z Compiling fnv v1.0.7
5182025-02-28T10:17:54.834Z Compiling tempfile v3.13.0
5192025-02-28T10:17:54.918Z Compiling papergrid v0.11.0
5202025-02-28T10:17:55.050Z Compiling clap_builder v4.5.31
5212025-02-28T10:17:55.549Z Compiling terminal_size v0.2.6
5222025-02-28T10:17:55.574Z Compiling memmap v0.7.0
5232025-02-28T10:17:55.597Z Compiling unicode-linebreak v0.1.5
5242025-02-28T10:17:55.751Z Compiling smawk v0.3.2
5252025-02-28T10:17:56.104Z Compiling textwrap v0.16.1
5262025-02-28T10:17:56.219Z Compiling swrite v0.1.0
5272025-02-28T10:17:56.810Z Compiling tabled_derive v0.7.0
5282025-02-28T10:17:58.107Z Compiling serde_derive v1.0.218
5292025-02-28T10:17:58.107Z Compiling thiserror-impl v1.0.69
5302025-02-28T10:17:58.111Z Compiling zerocopy-derive v0.7.35
5312025-02-28T10:17:58.111Z Compiling scroll_derive v0.12.0
5322025-02-28T10:17:58.111Z Compiling thiserror-impl v2.0.11
5332025-02-28T10:17:58.111Z Compiling clap_derive v4.5.28
5342025-02-28T10:17:58.324Z Compiling tabled v0.15.0
5352025-02-28T10:17:59.582Z Compiling scroll v0.12.0
5362025-02-28T10:18:00.114Z Compiling zerocopy v0.7.35
5372025-02-28T10:18:00.157Z Compiling goblin v0.8.2
5382025-02-28T10:18:01.179Z Compiling pest v2.7.14
5392025-02-28T10:18:02.488Z Compiling clap v4.5.31
5402025-02-28T10:18:03.397Z Compiling pest_meta v2.7.14
5412025-02-28T10:18:04.386Z Compiling pest_generator v2.7.14
5422025-02-28T10:18:05.649Z Compiling pest_derive v2.7.14
5432025-02-28T10:18:06.308Z Compiling dtrace-parser v0.2.0
5442025-02-28T10:18:07.299Z Compiling serde_spanned v0.6.8
5452025-02-28T10:18:07.302Z Compiling toml_datetime v0.6.8
5462025-02-28T10:18:07.302Z Compiling cargo-platform v0.1.8
5472025-02-28T10:18:07.622Z Compiling serde_tokenstream v0.2.2
5482025-02-28T10:18:07.655Z Compiling macaddr v1.0.1
5492025-02-28T10:18:07.794Z Compiling toml_edit v0.22.24
5502025-02-28T10:18:07.917Z Compiling camino-tempfile v1.1.1
5512025-02-28T10:18:08.673Z Compiling dof v0.3.0
5522025-02-28T10:18:08.673Z Compiling cargo_metadata v0.19.1
5532025-02-28T10:18:10.201Z Compiling usdt-attr-macro v0.5.0
5542025-02-28T10:18:10.204Z Compiling usdt-macro v0.5.0
5552025-02-28T10:18:10.604Z Compiling toml v0.8.20
5562025-02-28T10:18:11.336Z Compiling usdt v0.5.0
5572025-02-28T10:18:11.393Z Compiling cargo_toml v0.21.0
5582025-02-28T10:18:13.891Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5592025-02-28T10:18:16.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.78s
5602025-02-28T10:18:17.226Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5612025-02-28T10:18:17.795Z Downloading crates ...
5622025-02-28T10:18:17.925Z Downloaded array-init v0.0.4
5632025-02-28T10:18:17.928Z Downloaded aead v0.5.2
5642025-02-28T10:18:17.931Z Downloaded arrayref v0.3.9
5652025-02-28T10:18:17.934Z Downloaded atty v0.2.14
5662025-02-28T10:18:17.934Z Downloaded adler2 v2.0.0
5672025-02-28T10:18:17.937Z Downloaded headers-core v0.3.0
5682025-02-28T10:18:17.940Z Downloaded ciborium-io v0.2.2
5692025-02-28T10:18:17.943Z Downloaded cfg_aliases v0.2.1
5702025-02-28T10:18:17.946Z Downloaded async-stream-impl v0.3.6
5712025-02-28T10:18:17.946Z Downloaded ctr v0.9.2
5722025-02-28T10:18:17.949Z Downloaded hex-literal v0.4.1
5732025-02-28T10:18:17.952Z Downloaded hex v0.4.3
5742025-02-28T10:18:17.961Z Downloaded cfg_aliases v0.1.1
5752025-02-28T10:18:17.963Z Downloaded crunchy v0.2.2
5762025-02-28T10:18:17.966Z Downloaded ident_case v1.0.1
5772025-02-28T10:18:17.968Z Downloaded hubpack_derive v0.1.1
5782025-02-28T10:18:17.968Z Downloaded atomicwrites v0.4.4
5792025-02-28T10:18:17.971Z Downloaded cstr-argument v0.1.2
5802025-02-28T10:18:17.971Z Downloaded crucible-workspace-hack v0.1.0
5812025-02-28T10:18:17.974Z Downloaded is_ci v1.2.0
5822025-02-28T10:18:17.974Z Downloaded argon2 v0.5.3
5832025-02-28T10:18:17.976Z Downloaded icu_provider_macros v1.5.0
5842025-02-28T10:18:17.980Z Downloaded instant v0.1.13
5852025-02-28T10:18:17.983Z Downloaded atomic-waker v1.1.2
5862025-02-28T10:18:17.986Z Downloaded buf-list v1.0.3
5872025-02-28T10:18:17.988Z Downloaded bb8 v0.8.5
5882025-02-28T10:18:17.991Z Downloaded bit-vec v0.6.3
5892025-02-28T10:18:17.991Z Downloaded base16ct v0.2.0
5902025-02-28T10:18:17.994Z Downloaded bitfield-struct v0.6.2
5912025-02-28T10:18:18.017Z Downloaded http-range v0.1.5
5922025-02-28T10:18:18.017Z Downloaded assert_matches v1.5.0
5932025-02-28T10:18:18.017Z Downloaded bitfield v0.14.0
5942025-02-28T10:18:18.017Z Downloaded cbc v0.1.2
5952025-02-28T10:18:18.017Z Downloaded async-recursion v1.1.1
5962025-02-28T10:18:18.017Z Downloaded md5 v0.7.0
5972025-02-28T10:18:18.017Z Downloaded match_cfg v0.1.0
5982025-02-28T10:18:18.017Z Downloaded crc v3.2.1
5992025-02-28T10:18:18.017Z Downloaded heck v0.3.3
6002025-02-28T10:18:18.017Z Downloaded bit-set v0.8.0
6012025-02-28T10:18:18.020Z Downloaded async-stream v0.3.6
6022025-02-28T10:18:18.020Z Downloaded radium v0.7.0
6032025-02-28T10:18:18.020Z Downloaded inout v0.1.3
6042025-02-28T10:18:18.020Z Downloaded crc-catalog v2.4.0
6052025-02-28T10:18:18.023Z Downloaded indoc v2.0.5
6062025-02-28T10:18:18.026Z Downloaded is-terminal v0.4.13
6072025-02-28T10:18:18.026Z Downloaded cmake v0.1.51
6082025-02-28T10:18:18.029Z Downloaded lazycell v1.3.0
6092025-02-28T10:18:18.029Z Downloaded cipher v0.4.4
6102025-02-28T10:18:18.032Z Downloaded chacha20 v0.9.1
6112025-02-28T10:18:18.032Z Downloaded progenitor-client v0.9.1
6122025-02-28T10:18:18.034Z Downloaded progenitor-client v0.8.0
6132025-02-28T10:18:18.034Z Downloaded pretty-hex v0.2.1
6142025-02-28T10:18:18.037Z Downloaded mime v0.3.17
6152025-02-28T10:18:18.037Z Downloaded lru v0.12.5
6162025-02-28T10:18:18.040Z Downloaded http-body-util v0.1.2
6172025-02-28T10:18:18.040Z Downloaded cobs v0.2.3
6182025-02-28T10:18:18.043Z Downloaded indoc v1.0.9
6192025-02-28T10:18:18.046Z Downloaded ipnetwork v0.21.1
6202025-02-28T10:18:18.048Z Downloaded arrayvec v0.7.6
6212025-02-28T10:18:18.048Z Downloaded bit-vec v0.8.0
6222025-02-28T10:18:18.051Z Downloaded maybe-uninit v2.0.0
6232025-02-28T10:18:18.054Z Downloaded libsw-core v0.3.1
6242025-02-28T10:18:18.054Z Downloaded linear-map v1.2.0
6252025-02-28T10:18:18.056Z Downloaded indent_write v2.2.0
6262025-02-28T10:18:18.056Z Downloaded hostname v0.3.1
6272025-02-28T10:18:18.059Z Downloaded backoff v0.4.0
6282025-02-28T10:18:18.062Z Downloaded lru-cache v0.1.2
6292025-02-28T10:18:18.062Z Downloaded md-5 v0.10.6
6302025-02-28T10:18:18.064Z Downloaded base64ct v1.6.0
6312025-02-28T10:18:18.067Z Downloaded ciborium v0.2.2
6322025-02-28T10:18:18.070Z Downloaded libsw v3.4.0
6332025-02-28T10:18:18.072Z Downloaded heapless v0.8.0
6342025-02-28T10:18:18.075Z Downloaded headers v0.4.0
6352025-02-28T10:18:18.080Z Downloaded thread_local v1.1.8
6362025-02-28T10:18:18.083Z Downloaded memoffset v0.9.1
6372025-02-28T10:18:18.085Z Downloaded bzip2 v0.4.4
6382025-02-28T10:18:18.085Z Downloaded ipnet v2.11.0
6392025-02-28T10:18:18.088Z Downloaded hyper-staticfile v0.10.1
6402025-02-28T10:18:18.090Z Downloaded resolv-conf v0.7.0
6412025-02-28T10:18:18.093Z Downloaded cookie_store v0.21.1
6422025-02-28T10:18:18.096Z Downloaded lalrpop-util v0.19.12
6432025-02-28T10:18:18.096Z Downloaded console v0.15.10
6442025-02-28T10:18:18.099Z Downloaded predicates-tree v1.0.11
6452025-02-28T10:18:18.101Z Downloaded colored v2.2.0
6462025-02-28T10:18:18.104Z Downloaded iana-time-zone v0.1.61
6472025-02-28T10:18:18.107Z Downloaded maplit v1.0.2
6482025-02-28T10:18:18.107Z Downloaded hostname v0.4.0
6492025-02-28T10:18:18.107Z Downloaded ahash v0.8.11
6502025-02-28T10:18:18.112Z Downloaded icu_locid_transform v1.5.0
6512025-02-28T10:18:18.115Z Downloaded jobserver v0.1.32
6522025-02-28T10:18:18.118Z Downloaded lock_api v0.4.12
6532025-02-28T10:18:18.118Z Downloaded hyper-tls v0.6.0
6542025-02-28T10:18:18.121Z Downloaded httparse v1.9.5
6552025-02-28T10:18:18.123Z Downloaded litemap v0.7.3
6562025-02-28T10:18:18.123Z Downloaded foreign-types v0.3.2
6572025-02-28T10:18:18.126Z Downloaded linked-hash-map v0.5.6
6582025-02-28T10:18:18.126Z Downloaded hyper-rustls v0.27.3
6592025-02-28T10:18:18.130Z Downloaded memmap2 v0.9.5
6602025-02-28T10:18:18.133Z Downloaded rand_chacha v0.9.0
6612025-02-28T10:18:18.133Z Downloaded diesel_table_macro_syntax v0.2.0
6622025-02-28T10:18:18.133Z Downloaded scrypt v0.11.0
6632025-02-28T10:18:18.136Z Downloaded crc32fast v1.4.2
6642025-02-28T10:18:18.136Z Downloaded same-file v1.0.6
6652025-02-28T10:18:18.139Z Downloaded structmeta-derive v0.3.0
6662025-02-28T10:18:18.142Z Downloaded foreign-types-shared v0.3.1
6672025-02-28T10:18:18.142Z Downloaded foreign-types-shared v0.1.1
6682025-02-28T10:18:18.142Z Downloaded endian-type v0.1.2
6692025-02-28T10:18:18.142Z Downloaded simd-adler32 v0.3.7
6702025-02-28T10:18:18.146Z Downloaded serde_repr v0.1.19
6712025-02-28T10:18:18.146Z Downloaded openssl-macros v0.1.1
6722025-02-28T10:18:18.149Z Downloaded num-conv v0.1.0
6732025-02-28T10:18:18.149Z Downloaded crc-any v2.5.0
6742025-02-28T10:18:18.152Z Downloaded hmac v0.12.1
6752025-02-28T10:18:18.152Z Downloaded cookie v0.18.1
6762025-02-28T10:18:18.155Z Downloaded newtype_derive v0.1.6
6772025-02-28T10:18:18.157Z Downloaded csv-core v0.1.11
6782025-02-28T10:18:18.157Z Downloaded utf16_iter v1.0.5
6792025-02-28T10:18:18.160Z Downloaded slog-scope v4.4.0
6802025-02-28T10:18:18.160Z Downloaded slog-json v2.6.1
6812025-02-28T10:18:18.163Z Downloaded structmeta v0.3.0
6822025-02-28T10:18:18.163Z Downloaded icu_locid v1.5.0
6832025-02-28T10:18:18.168Z Downloaded strip-ansi-escapes v0.2.0
6842025-02-28T10:18:18.171Z Downloaded allocator-api2 v0.2.18
6852025-02-28T10:18:18.174Z Downloaded icu_normalizer_data v1.5.0
6862025-02-28T10:18:18.176Z Downloaded indexmap v1.9.3
6872025-02-28T10:18:18.181Z Downloaded thiserror-impl-no-std v2.0.2
6882025-02-28T10:18:18.181Z Downloaded litrs v0.4.1
6892025-02-28T10:18:18.184Z Downloaded precomputed-hash v0.1.1
6902025-02-28T10:18:18.184Z Downloaded xattr v1.3.1
6912025-02-28T10:18:18.187Z Downloaded curve25519-dalek-derive v0.1.1
6922025-02-28T10:18:18.187Z Downloaded wyz v0.5.1
6932025-02-28T10:18:18.190Z Downloaded which v4.4.2
6942025-02-28T10:18:18.190Z Downloaded ena v0.14.3
6952025-02-28T10:18:18.193Z Downloaded defmt-parser v0.3.4
6962025-02-28T10:18:18.193Z Downloaded serde-big-array v0.5.1
6972025-02-28T10:18:18.198Z Downloaded defmt-macros v0.3.9
6982025-02-28T10:18:18.201Z Downloaded dirs-sys-next v0.1.2
6992025-02-28T10:18:18.201Z Downloaded dirs-next v2.0.0
7002025-02-28T10:18:18.201Z Downloaded tokio-stream v0.1.17
7012025-02-28T10:18:18.204Z Downloaded num-derive v0.4.2
7022025-02-28T10:18:18.207Z Downloaded shell-words v1.1.0
7032025-02-28T10:18:18.207Z Downloaded compact_str v0.8.0
7042025-02-28T10:18:18.211Z Downloaded sqlparser_derive v0.2.2
7052025-02-28T10:18:18.214Z Downloaded const-oid v0.9.6
7062025-02-28T10:18:18.217Z Downloaded chacha20poly1305 v0.10.1
7072025-02-28T10:18:18.217Z Downloaded nibble_vec v0.1.0
7082025-02-28T10:18:18.220Z Downloaded packed_struct v0.10.1
7092025-02-28T10:18:18.220Z Downloaded newtype-uuid v1.2.1
7102025-02-28T10:18:18.223Z Downloaded mockall v0.13.1
7112025-02-28T10:18:18.223Z Downloaded hash32 v0.2.1
7122025-02-28T10:18:18.226Z Downloaded snafu-derive v0.8.5
7132025-02-28T10:18:18.226Z Downloaded base64 v0.13.1
7142025-02-28T10:18:18.228Z Downloaded icu_locid_transform_data v1.5.0
7152025-02-28T10:18:18.231Z Downloaded ghash v0.5.1
7162025-02-28T10:18:18.234Z Downloaded hyper-util v0.1.10
7172025-02-28T10:18:18.237Z Downloaded pbkdf2 v0.12.2
7182025-02-28T10:18:18.240Z Downloaded icu_properties v1.5.1
7192025-02-28T10:18:18.243Z Downloaded tower-service v0.3.3
7202025-02-28T10:18:18.243Z Downloaded tower-layer v0.3.3
7212025-02-28T10:18:18.243Z Downloaded toolchain_find v0.4.0
7222025-02-28T10:18:18.245Z Downloaded typify v0.2.0
7232025-02-28T10:18:18.248Z Downloaded heapless v0.7.17
7242025-02-28T10:18:18.251Z Downloaded waitgroup v0.1.2
7252025-02-28T10:18:18.254Z Downloaded zerofrom v0.1.4
7262025-02-28T10:18:18.254Z Downloaded embedded-io v0.6.1
7272025-02-28T10:18:18.257Z Downloaded topological-sort v0.2.2
7282025-02-28T10:18:18.257Z Downloaded tokio-rustls v0.26.0
7292025-02-28T10:18:18.260Z Downloaded progenitor v0.8.0
7302025-02-28T10:18:18.260Z Downloaded signal-hook v0.3.17
7312025-02-28T10:18:18.264Z Downloaded base64 v0.22.1
7322025-02-28T10:18:18.266Z Downloaded rustc-hash v1.1.0
7332025-02-28T10:18:18.269Z Downloaded rand_chacha v0.3.1
7342025-02-28T10:18:18.269Z Downloaded mime_guess v2.0.5
7352025-02-28T10:18:18.272Z Downloaded slog-stdlog v4.1.1
7362025-02-28T10:18:18.275Z Downloaded bytes v1.10.0
7372025-02-28T10:18:18.278Z Downloaded shlex v1.3.0
7382025-02-28T10:18:18.280Z Downloaded const_format v0.2.34
7392025-02-28T10:18:18.293Z Downloaded tls_codec_derive v0.4.1
7402025-02-28T10:18:18.296Z Downloaded peg-runtime v0.8.3
7412025-02-28T10:18:18.296Z Downloaded supports-color v3.0.2
7422025-02-28T10:18:18.299Z Downloaded subtle v2.6.1
7432025-02-28T10:18:18.299Z Downloaded pin-project-lite v0.2.14
7442025-02-28T10:18:18.303Z Downloaded pkg-config v0.3.31
7452025-02-28T10:18:18.306Z Downloaded packed_struct_codegen v0.10.1
7462025-02-28T10:18:18.309Z Downloaded synstructure v0.13.1
7472025-02-28T10:18:18.309Z Downloaded indicatif v0.17.11
7482025-02-28T10:18:18.312Z Downloaded rand_seeder v0.3.0
7492025-02-28T10:18:18.314Z Downloaded typify-macro v0.3.0
7502025-02-28T10:18:18.314Z Downloaded tls_codec v0.4.1
7512025-02-28T10:18:18.317Z Downloaded typify v0.3.0
7522025-02-28T10:18:18.320Z Downloaded downcast v0.11.0
7532025-02-28T10:18:18.322Z Downloaded try-lock v0.2.5
7542025-02-28T10:18:18.322Z Downloaded tinyvec_macros v0.1.1
7552025-02-28T10:18:18.325Z Downloaded debug-ignore v1.0.5
7562025-02-28T10:18:18.325Z Downloaded unicode-xid v0.2.6
7572025-02-28T10:18:18.327Z Downloaded ppv-lite86 v0.2.20
7582025-02-28T10:18:18.328Z Downloaded flagset v0.4.6
7592025-02-28T10:18:18.330Z Downloaded scopeguard v1.2.0
7602025-02-28T10:18:18.333Z Downloaded group v0.13.0
7612025-02-28T10:18:18.333Z Downloaded hash32 v0.3.1
7622025-02-28T10:18:18.335Z Downloaded futures-core v0.3.31
7632025-02-28T10:18:18.335Z Downloaded float-cmp v0.10.0
7642025-02-28T10:18:18.338Z Downloaded zeroize_derive v1.4.2
7652025-02-28T10:18:18.338Z Downloaded gethostname v0.5.0
7662025-02-28T10:18:18.341Z Downloaded env_filter v0.1.2
7672025-02-28T10:18:18.341Z Downloaded getrandom v0.3.1
7682025-02-28T10:18:18.344Z Downloaded enum-as-inner v0.6.1
7692025-02-28T10:18:18.346Z Downloaded derive_builder_macro v0.20.2
7702025-02-28T10:18:18.349Z Downloaded crypto-bigint v0.5.5
7712025-02-28T10:18:18.353Z Downloaded yoke-derive v0.7.4
7722025-02-28T10:18:18.358Z Downloaded olpc-cjson v0.1.4
7732025-02-28T10:18:18.358Z Downloaded rsa v0.9.6
7742025-02-28T10:18:18.360Z Downloaded icu_collections v1.5.0
7752025-02-28T10:18:18.366Z Downloaded powerfmt v0.2.0
7762025-02-28T10:18:18.369Z Downloaded hickory-server v0.24.4
7772025-02-28T10:18:18.374Z Downloaded peg v0.8.4
7782025-02-28T10:18:18.377Z Downloaded aes v0.8.4
7792025-02-28T10:18:18.382Z Downloaded schemars_derive v0.8.22
7802025-02-28T10:18:18.385Z Downloaded salsa20 v0.10.2
7812025-02-28T10:18:18.387Z Downloaded rpassword v7.3.1
7822025-02-28T10:18:18.387Z Downloaded ref-cast v1.0.23
7832025-02-28T10:18:18.390Z Downloaded secrecy v0.8.0
7842025-02-28T10:18:18.393Z Downloaded opaque-debug v0.3.1
7852025-02-28T10:18:18.393Z Downloaded tap v1.0.1
7862025-02-28T10:18:18.393Z Downloaded strum_macros v0.25.3
7872025-02-28T10:18:18.396Z Downloaded strum_macros v0.24.3
7882025-02-28T10:18:18.398Z Downloaded serde-hex v0.1.0
7892025-02-28T10:18:18.401Z Downloaded globset v0.4.15
7902025-02-28T10:18:18.401Z Downloaded zeroize v1.8.1
7912025-02-28T10:18:18.404Z Downloaded progenitor-impl v0.8.0
7922025-02-28T10:18:18.404Z Downloaded futures-channel v0.3.31
7932025-02-28T10:18:18.406Z Downloaded termcolor v1.4.1
7942025-02-28T10:18:18.409Z Downloaded rustls-pki-types v1.10.0
7952025-02-28T10:18:18.412Z Downloaded embedded-io v0.4.0
7962025-02-28T10:18:18.415Z Downloaded progenitor-macro v0.9.1
7972025-02-28T10:18:18.415Z Downloaded slog v2.7.0
7982025-02-28T10:18:18.418Z Downloaded strum v0.26.3
7992025-02-28T10:18:18.418Z Downloaded http v1.2.0
8002025-02-28T10:18:18.421Z Downloaded des v0.8.1
8012025-02-28T10:18:18.424Z Downloaded fragile v2.0.0
8022025-02-28T10:18:18.427Z Downloaded time-core v0.1.2
8032025-02-28T10:18:18.427Z Downloaded siphasher v0.3.11
8042025-02-28T10:18:18.430Z Downloaded sigpipe v0.1.3
8052025-02-28T10:18:18.430Z Downloaded form_urlencoded v1.2.1
8062025-02-28T10:18:18.431Z Downloaded pin-project-internal v1.1.6
8072025-02-28T10:18:18.434Z Downloaded peg-macros v0.8.4
8082025-02-28T10:18:18.436Z Downloaded foldhash v0.1.3
8092025-02-28T10:18:18.436Z Downloaded dsl_auto_type v0.1.2
8102025-02-28T10:18:18.436Z Downloaded dunce v1.0.5
8112025-02-28T10:18:18.439Z Downloaded russh-keys v0.45.0
8122025-02-28T10:18:18.442Z Downloaded postgres-types v0.2.9
8132025-02-28T10:18:18.445Z Downloaded scheduled-thread-pool v0.2.7
8142025-02-28T10:18:18.445Z Downloaded write16 v1.0.0
8152025-02-28T10:18:18.448Z Downloaded serde_derive_internals v0.29.1
8162025-02-28T10:18:18.448Z Downloaded tokio-tungstenite v0.23.1
8172025-02-28T10:18:18.451Z Downloaded rtoolbox v0.0.2
8182025-02-28T10:18:18.451Z Downloaded nodrop v0.1.14
8192025-02-28T10:18:18.453Z Downloaded glob v0.3.2
8202025-02-28T10:18:18.453Z Downloaded postgres-protocol v0.6.8
8212025-02-28T10:18:18.456Z Downloaded semver v0.1.20
8222025-02-28T10:18:18.456Z Downloaded walkdir v2.5.0
8232025-02-28T10:18:18.459Z Downloaded oxnet v0.1.1
8242025-02-28T10:18:18.462Z Downloaded parse-display v0.10.0
8252025-02-28T10:18:18.462Z Downloaded tokio-rustls v0.25.0
8262025-02-28T10:18:18.465Z Downloaded num_enum v0.5.11
8272025-02-28T10:18:18.468Z Downloaded half v2.4.1
8282025-02-28T10:18:18.471Z Downloaded samael v0.0.18
8292025-02-28T10:18:18.477Z Downloaded tiny-keccak v2.0.2
8302025-02-28T10:18:18.480Z Downloaded stringprep v0.1.5
8312025-02-28T10:18:18.482Z Downloaded slab v0.4.9
8322025-02-28T10:18:18.482Z Downloaded rand_core v0.6.4
8332025-02-28T10:18:18.485Z Downloaded untrusted v0.7.1
8342025-02-28T10:18:18.485Z Downloaded aes-gcm v0.10.3
8352025-02-28T10:18:18.488Z Downloaded ron v0.8.1
8362025-02-28T10:18:18.494Z Downloaded path-slash v0.1.5
8372025-02-28T10:18:18.497Z Downloaded url v2.5.3
8382025-02-28T10:18:18.500Z Downloaded rayon-core v1.12.1
8392025-02-28T10:18:18.503Z Downloaded proc-macro-crate v1.3.1
8402025-02-28T10:18:18.506Z Downloaded serde_plain v1.0.2
8412025-02-28T10:18:18.506Z Downloaded string_cache v0.8.7
8422025-02-28T10:18:18.506Z Downloaded derive_builder_core v0.20.2
8432025-02-28T10:18:18.509Z Downloaded tinystr v0.7.6
8442025-02-28T10:18:18.512Z Downloaded tokio-macros v2.5.0
8452025-02-28T10:18:18.512Z Downloaded postcard v1.0.10
8462025-02-28T10:18:18.514Z Downloaded libxml v0.3.3
8472025-02-28T10:18:18.521Z Downloaded zone_cfg_derive v0.3.0
8482025-02-28T10:18:18.526Z Downloaded zone_cfg_derive v0.1.2
8492025-02-28T10:18:18.526Z Downloaded writeable v0.5.5
8502025-02-28T10:18:18.526Z Downloaded x509-cert v0.2.5
8512025-02-28T10:18:18.529Z Downloaded new_debug_unreachable v1.0.6
8522025-02-28T10:18:18.532Z Downloaded futures-executor v0.3.31
8532025-02-28T10:18:18.532Z Downloaded phf_shared v0.10.0
8542025-02-28T10:18:18.535Z Downloaded number_prefix v0.4.0
8552025-02-28T10:18:18.535Z Downloaded filetime v0.2.25
8562025-02-28T10:18:18.537Z Downloaded predicates v3.1.3
8572025-02-28T10:18:18.540Z Downloaded parse-display-derive v0.10.0
8582025-02-28T10:18:18.540Z Downloaded num-iter v0.1.45
8592025-02-28T10:18:18.543Z Downloaded num-integer v0.1.46
8602025-02-28T10:18:18.543Z Downloaded parking_lot v0.11.2
8612025-02-28T10:18:18.545Z Downloaded primeorder v0.13.6
8622025-02-28T10:18:18.549Z Downloaded take_mut v0.2.2
8632025-02-28T10:18:18.549Z Downloaded newline-converter v0.3.0
8642025-02-28T10:18:18.552Z Downloaded rand_core v0.9.2
8652025-02-28T10:18:18.552Z Downloaded num-traits v0.2.19
8662025-02-28T10:18:18.555Z Downloaded mio v1.0.2
8672025-02-28T10:18:18.558Z Downloaded papergrid v0.14.0
8682025-02-28T10:18:18.563Z Downloaded vergen v8.3.2
8692025-02-28T10:18:18.566Z Downloaded quinn-udp v0.5.5
8702025-02-28T10:18:18.569Z Downloaded p256 v0.13.2
8712025-02-28T10:18:18.572Z Downloaded phf_shared v0.11.2
8722025-02-28T10:18:18.577Z Downloaded pem v3.0.5
8732025-02-28T10:18:18.577Z Downloaded smallvec v0.6.14
8742025-02-28T10:18:18.580Z Downloaded slog-envlogger v2.2.0
8752025-02-28T10:18:18.580Z Downloaded predicates-core v1.0.8
8762025-02-28T10:18:18.580Z Downloaded zerocopy v0.6.6
8772025-02-28T10:18:18.583Z Downloaded smf v0.2.3
8782025-02-28T10:18:18.583Z Downloaded fatfs v0.3.6
8792025-02-28T10:18:18.586Z Downloaded yoke v0.7.4
8802025-02-28T10:18:18.589Z Downloaded tower v0.5.2
8812025-02-28T10:18:18.596Z Downloaded openssl-probe v0.1.5
8822025-02-28T10:18:18.599Z Downloaded daft v0.1.1
8832025-02-28T10:18:18.602Z Downloaded funty v2.0.0
8842025-02-28T10:18:18.602Z Downloaded multer v3.1.0
8852025-02-28T10:18:18.604Z Downloaded untrusted v0.9.0
8862025-02-28T10:18:18.604Z Downloaded phf_generator v0.11.2
8872025-02-28T10:18:18.607Z Downloaded parking_lot v0.12.3
8882025-02-28T10:18:18.610Z Downloaded rustls-pemfile v1.0.4
8892025-02-28T10:18:18.610Z Downloaded unicode-bidi v0.3.17
8902025-02-28T10:18:18.613Z Downloaded universal-hash v0.5.1
8912025-02-28T10:18:18.616Z Downloaded futures-io v0.3.31
8922025-02-28T10:18:18.616Z Downloaded ff v0.13.0
8932025-02-28T10:18:18.619Z Downloaded tinyvec v1.8.0
8942025-02-28T10:18:18.619Z Downloaded yasna v0.5.2
8952025-02-28T10:18:18.622Z Downloaded signature v2.2.0
8962025-02-28T10:18:18.625Z Downloaded ssh-encoding v0.2.0
8972025-02-28T10:18:18.628Z Downloaded openssl-sys v0.9.106
8982025-02-28T10:18:18.630Z Downloaded ssh-cipher v0.2.0
8992025-02-28T10:18:18.633Z Downloaded itertools v0.13.0
9002025-02-28T10:18:18.639Z Downloaded slog-bunyan v2.5.0
9012025-02-28T10:18:18.641Z Downloaded darling_macro v0.20.10
9022025-02-28T10:18:18.642Z Downloaded dropshot_endpoint v0.16.0
9032025-02-28T10:18:18.644Z Downloaded rusty-fork v0.3.0
9042025-02-28T10:18:18.647Z Downloaded slog-term v2.9.1
9052025-02-28T10:18:18.650Z Downloaded typed-path v0.9.3
9062025-02-28T10:18:18.655Z Downloaded deranged v0.3.11
9072025-02-28T10:18:18.658Z Downloaded unicase v2.7.0
9082025-02-28T10:18:18.660Z Downloaded env_logger v0.10.2
9092025-02-28T10:18:18.663Z Downloaded env_logger v0.11.5
9102025-02-28T10:18:18.666Z Downloaded dropshot_endpoint v0.12.0
9112025-02-28T10:18:18.668Z Downloaded displaydoc v0.2.5
9122025-02-28T10:18:18.671Z Downloaded mockall_derive v0.13.1
9132025-02-28T10:18:18.674Z Downloaded reedline v0.35.0
9142025-02-28T10:18:18.680Z Downloaded russh-cryptovec v0.7.3
9152025-02-28T10:18:18.684Z Downloaded slog-async v2.8.0
9162025-02-28T10:18:18.685Z Downloaded phf_codegen v0.11.2
9172025-02-28T10:18:18.687Z Downloaded normalize-line-endings v0.3.0
9182025-02-28T10:18:18.687Z Downloaded rustc_version v0.4.1
9192025-02-28T10:18:18.687Z Downloaded rustc_version v0.1.7
9202025-02-28T10:18:18.687Z Downloaded pin-utils v0.1.0
9212025-02-28T10:18:18.690Z Downloaded num-complex v0.4.6
9222025-02-28T10:18:18.690Z Downloaded socket2 v0.5.8
9232025-02-28T10:18:18.693Z Downloaded spin v0.9.8
9242025-02-28T10:18:18.695Z Downloaded zerocopy-derive v0.8.10
9252025-02-28T10:18:18.701Z Downloaded vte_generate_state_changes v0.1.2
9262025-02-28T10:18:18.703Z Downloaded hkdf v0.12.4
9272025-02-28T10:18:18.706Z Downloaded num v0.4.3
9282025-02-28T10:18:18.706Z Downloaded zone v0.3.0
9292025-02-28T10:18:18.706Z Downloaded zone v0.1.8
9302025-02-28T10:18:18.709Z Downloaded similar v2.6.0
9312025-02-28T10:18:18.713Z Downloaded float-ord v0.3.2
9322025-02-28T10:18:18.715Z Downloaded progenitor-macro v0.8.0
9332025-02-28T10:18:18.715Z Downloaded data-encoding v2.6.0
9342025-02-28T10:18:18.715Z Downloaded darling v0.20.10
9352025-02-28T10:18:18.719Z Downloaded tracing-attributes v0.1.27
9362025-02-28T10:18:18.721Z Downloaded der_derive v0.7.3
9372025-02-28T10:18:18.724Z Downloaded signal-hook-registry v1.4.2
9382025-02-28T10:18:18.724Z Downloaded tabled_derive v0.10.0
9392025-02-28T10:18:18.727Z Downloaded want v0.3.1
9402025-02-28T10:18:18.727Z Downloaded signal-hook-mio v0.2.4
9412025-02-28T10:18:18.729Z Downloaded sha1 v0.10.6
9422025-02-28T10:18:18.729Z Downloaded tokio-native-tls v0.3.1
9432025-02-28T10:18:18.743Z Downloaded omicron-zone-package v0.12.0
9442025-02-28T10:18:18.748Z Downloaded futures-task v0.3.31
9452025-02-28T10:18:18.750Z Downloaded termios v0.3.3
9462025-02-28T10:18:18.753Z Downloaded zerovec-derive v0.10.3
9472025-02-28T10:18:18.753Z Downloaded native-tls v0.2.12
9482025-02-28T10:18:18.756Z Downloaded slog-dtrace v0.3.0
9492025-02-28T10:18:18.759Z Downloaded hashbrown v0.13.2
9502025-02-28T10:18:18.763Z Downloaded spki v0.7.3
9512025-02-28T10:18:18.766Z Downloaded oso-derive v0.27.3
9522025-02-28T10:18:18.769Z Downloaded aho-corasick v1.1.3
9532025-02-28T10:18:18.774Z Downloaded termtree v0.4.1
9542025-02-28T10:18:18.777Z Downloaded hyper v1.6.0
9552025-02-28T10:18:18.784Z Downloaded sync-ptr v0.1.1
9562025-02-28T10:18:18.787Z Downloaded fixedbitset v0.4.2
9572025-02-28T10:18:18.787Z Downloaded fd-lock v4.0.2
9582025-02-28T10:18:18.790Z Downloaded paste v1.0.15
9592025-02-28T10:18:18.792Z Downloaded signal-hook-tokio v0.3.1
9602025-02-28T10:18:18.795Z Downloaded display-error-chain v0.2.2
9612025-02-28T10:18:18.795Z Downloaded proc-macro-error2 v2.0.1
9622025-02-28T10:18:18.798Z Downloaded tokio-tungstenite v0.24.0
9632025-02-28T10:18:18.801Z Downloaded proc-macro-error-attr2 v2.0.0
9642025-02-28T10:18:18.801Z Downloaded pem-rfc7468 v0.7.0
9652025-02-28T10:18:18.804Z Downloaded tungstenite v0.23.0
9662025-02-28T10:18:18.806Z Downloaded futures-sink v0.3.31
9672025-02-28T10:18:18.809Z Downloaded diesel-dtrace v0.4.2
9682025-02-28T10:18:18.809Z Downloaded futures-macro v0.3.31
9692025-02-28T10:18:18.809Z Downloaded typify-macro v0.2.0
9702025-02-28T10:18:18.812Z Downloaded rustc-hash v2.1.1
9712025-02-28T10:18:18.812Z Downloaded unsafe-libyaml v0.2.11
9722025-02-28T10:18:18.815Z Downloaded num_threads v0.1.7
9732025-02-28T10:18:18.818Z Downloaded phf v0.11.2
9742025-02-28T10:18:18.818Z Downloaded derive_builder v0.20.2
9752025-02-28T10:18:18.822Z Downloaded pin-project v1.1.6
9762025-02-28T10:18:18.833Z Downloaded derive-where v1.2.7
9772025-02-28T10:18:18.837Z Downloaded oso v0.27.3
9782025-02-28T10:18:18.840Z Downloaded percent-encoding v2.3.1
9792025-02-28T10:18:18.843Z Downloaded tokio-rustls v0.24.1
9802025-02-28T10:18:18.846Z Downloaded prettyplease v0.2.29
9812025-02-28T10:18:18.849Z Downloaded static_assertions v1.1.0
9822025-02-28T10:18:18.852Z Downloaded tui-tree-widget v0.23.0
9832025-02-28T10:18:18.852Z Downloaded ecdsa v0.16.9
9842025-02-28T10:18:18.856Z Downloaded unicode-properties v0.1.3
9852025-02-28T10:18:18.856Z Downloaded num-rational v0.4.2
9862025-02-28T10:18:18.859Z Downloaded whoami v1.5.2
9872025-02-28T10:18:18.859Z Downloaded password-hash v0.4.2
9882025-02-28T10:18:18.862Z Downloaded fixedbitset v0.5.7
9892025-02-28T10:18:18.865Z Downloaded num_enum_derive v0.5.11
9902025-02-28T10:18:18.865Z Downloaded elliptic-curve v0.13.8
9912025-02-28T10:18:18.868Z Downloaded toml v0.7.8
9922025-02-28T10:18:18.871Z Downloaded serde_with_macros v3.11.0
9932025-02-28T10:18:18.874Z Downloaded password-hash v0.5.0
9942025-02-28T10:18:18.877Z Downloaded pkcs5 v0.7.1
9952025-02-28T10:18:18.881Z Downloaded rustyline v14.0.0
9962025-02-28T10:18:18.885Z Downloaded quick-error v1.2.3
9972025-02-28T10:18:18.891Z Downloaded nanorand v0.7.0
9982025-02-28T10:18:18.894Z Downloaded fs_extra v1.3.0
9992025-02-28T10:18:18.894Z Downloaded getrandom v0.2.15
10002025-02-28T10:18:18.896Z Downloaded darling_core v0.20.10
10012025-02-28T10:18:18.900Z Downloaded multimap v0.10.0
10022025-02-28T10:18:18.903Z Downloaded strum_macros v0.26.4
10032025-02-28T10:18:18.906Z Downloaded value-bag v1.9.0
10042025-02-28T10:18:18.908Z Downloaded vsss-rs v3.3.4
10052025-02-28T10:18:18.911Z Downloaded ed25519-dalek v2.1.1
10062025-02-28T10:18:18.914Z Downloaded twox-hash v2.1.0
10072025-02-28T10:18:18.916Z Downloaded serde_path_to_error v0.1.16
10082025-02-28T10:18:18.919Z Downloaded ed25519 v2.2.3
10092025-02-28T10:18:18.922Z Downloaded rand v0.9.0
10102025-02-28T10:18:18.926Z Downloaded salty v0.3.0
10112025-02-28T10:18:18.931Z Downloaded zip v0.6.6
10122025-02-28T10:18:18.935Z Downloaded bitvec v1.0.1
10132025-02-28T10:18:18.954Z Downloaded nu-ansi-term v0.50.1
10142025-02-28T10:18:18.958Z Downloaded vte v0.11.1
10152025-02-28T10:18:18.961Z Downloaded uuid v1.15.1
10162025-02-28T10:18:18.965Z Downloaded diesel_derives v2.2.3
10172025-02-28T10:18:18.969Z Downloaded icu_properties_data v1.5.0
10182025-02-28T10:18:18.980Z Downloaded ron v0.7.1
10192025-02-28T10:18:18.985Z Downloaded tungstenite v0.21.0
10202025-02-28T10:18:18.988Z Downloaded h2 v0.4.6
10212025-02-28T10:18:18.995Z Downloaded futures v0.3.31
10222025-02-28T10:18:19.000Z Downloaded subprocess v0.2.9
10232025-02-28T10:18:19.003Z Downloaded expectorate v1.1.0
10242025-02-28T10:18:19.006Z Downloaded zerovec v0.10.4
10252025-02-28T10:18:19.011Z Downloaded tokio-postgres v0.7.13
10262025-02-28T10:18:19.016Z Downloaded quinn v0.11.5
10272025-02-28T10:18:19.020Z Downloaded time v0.3.36
10282025-02-28T10:18:19.028Z Downloaded num-bigint v0.4.6
10292025-02-28T10:18:19.034Z Downloaded serde_with v3.11.0
10302025-02-28T10:18:19.043Z Downloaded portable-atomic v1.9.0
10312025-02-28T10:18:19.051Z Downloaded winnow v0.6.20
10322025-02-28T10:18:19.060Z Downloaded steno v0.4.1
10332025-02-28T10:18:19.064Z Downloaded tracing v0.1.40
10342025-02-28T10:18:19.073Z Downloaded tokio-util v0.7.13
10352025-02-28T10:18:19.076Z Downloaded unicode-normalization v0.1.24
10362025-02-28T10:18:19.080Z Downloaded rustls-webpki v0.101.7
10372025-02-28T10:18:19.096Z Downloaded russh v0.45.0
10382025-02-28T10:18:19.106Z Downloaded num-bigint-dig v0.8.4
10392025-02-28T10:18:19.106Z Downloaded futures-util v0.3.31
10402025-02-28T10:18:19.119Z Downloaded ssh-key v0.6.6
10412025-02-28T10:18:19.125Z Downloaded nom v7.1.3
10422025-02-28T10:18:19.131Z Downloaded toml_edit v0.19.15
10432025-02-28T10:18:19.150Z Downloaded petname v2.0.2
10442025-02-28T10:18:19.155Z Downloaded p384 v0.13.0
10452025-02-28T10:18:19.164Z Downloaded smoltcp v0.9.1
10462025-02-28T10:18:19.172Z Downloaded unicode-width v0.2.0
10472025-02-28T10:18:19.178Z Downloaded openssl v0.10.71
10482025-02-28T10:18:19.188Z Downloaded vcpkg v0.2.15
10492025-02-28T10:18:19.227Z Downloaded git2 v0.19.0
10502025-02-28T10:18:19.236Z Downloaded reqwest v0.12.12
10512025-02-28T10:18:19.248Z Downloaded winnow v0.5.40
10522025-02-28T10:18:19.254Z Downloaded curve25519-dalek v4.1.3
10532025-02-28T10:18:19.263Z Downloaded proptest v1.6.0
10542025-02-28T10:18:19.272Z Downloaded quick-xml v0.37.2
10552025-02-28T10:18:19.278Z Downloaded radix_trie v0.2.1
10562025-02-28T10:18:19.283Z Downloaded rustls-webpki v0.102.8
10572025-02-28T10:18:19.302Z Downloaded zerocopy v0.8.10
10582025-02-28T10:18:19.328Z Downloaded nix v0.28.0
10592025-02-28T10:18:19.340Z Downloaded quinn-proto v0.11.8
10602025-02-28T10:18:19.347Z Downloaded smoltcp v0.11.0
10612025-02-28T10:18:19.359Z Downloaded rustls v0.21.12
10622025-02-28T10:18:19.372Z Downloaded gimli v0.31.1
10632025-02-28T10:18:19.380Z Downloaded rustls v0.22.4
10642025-02-28T10:18:19.395Z Downloaded dropshot v0.16.0
10652025-02-28T10:18:19.416Z Downloaded webpki-roots v0.26.6
10662025-02-28T10:18:19.419Z Downloaded regress v0.9.1
10672025-02-28T10:18:19.427Z Downloaded typify-impl v0.3.0
10682025-02-28T10:18:19.443Z Downloaded regex-syntax v0.8.5
10692025-02-28T10:18:19.450Z Downloaded diesel v2.2.7
10702025-02-28T10:18:19.469Z Downloaded nix v0.27.1
10712025-02-28T10:18:19.479Z Downloaded typify-impl v0.2.0
10722025-02-28T10:18:19.498Z Downloaded bstr v1.10.0
10732025-02-28T10:18:19.509Z Downloaded regress v0.10.1
10742025-02-28T10:18:19.518Z Downloaded sled v0.34.7
10752025-02-28T10:18:19.529Z Downloaded tabled v0.18.0
10762025-02-28T10:18:19.547Z Downloaded regex v1.11.1
10772025-02-28T10:18:19.560Z Downloaded rustls v0.23.19
10782025-02-28T10:18:19.571Z Downloaded chrono-tz v0.10.1
10792025-02-28T10:18:19.579Z Downloaded nix v0.29.0
10802025-02-28T10:18:19.591Z Downloaded openapiv3 v2.0.0
10812025-02-28T10:18:19.604Z Downloaded ratatui v0.29.0
10822025-02-28T10:18:19.626Z Downloaded object v0.30.4
10832025-02-28T10:18:19.636Z Downloaded object v0.36.5
10842025-02-28T10:18:19.648Z Downloaded bzip2-sys v0.1.11+1.0.8
10852025-02-28T10:18:19.662Z Downloaded zerocopy-derive v0.6.6
10862025-02-28T10:18:19.673Z Downloaded lzma-sys v0.1.20
10872025-02-28T10:18:19.703Z Downloaded dropshot v0.12.0
10882025-02-28T10:18:19.725Z Downloaded regex-automata v0.4.8
10892025-02-28T10:18:19.742Z Downloaded libz-sys v1.1.20
10902025-02-28T10:18:19.765Z Downloaded hickory-proto v0.24.4
10912025-02-28T10:18:19.779Z Downloaded polar-core v0.27.3
10922025-02-28T10:18:19.788Z Downloaded petgraph v0.7.1
10932025-02-28T10:18:19.808Z Downloaded tokio v1.43.0
10942025-02-28T10:18:19.847Z Downloaded regex-syntax v0.6.29
10952025-02-28T10:18:19.855Z Downloaded sqlparser v0.45.0
10962025-02-28T10:18:19.861Z Downloaded rayon v1.10.0
10972025-02-28T10:18:19.870Z Downloaded chrono v0.4.40
10982025-02-28T10:18:19.878Z Downloaded bindgen v0.71.1
10992025-02-28T10:18:19.886Z Downloaded bindgen v0.69.5
11002025-02-28T10:18:19.893Z Downloaded petgraph v0.6.5
11012025-02-28T10:18:19.910Z Downloaded csv v1.3.1
11022025-02-28T10:18:19.931Z Downloaded lalrpop v0.19.12
11032025-02-28T10:18:19.944Z Downloaded unicode_categories v0.1.1
11042025-02-28T10:18:19.947Z Downloaded flume v0.11.1
11052025-02-28T10:18:19.950Z Downloaded publicsuffix v2.3.0
11062025-02-28T10:18:19.953Z Downloaded pkcs1 v0.7.5
11072025-02-28T10:18:19.956Z Downloaded aws-lc-rs v1.12.4
11082025-02-28T10:18:19.964Z Downloaded sync_wrapper v1.0.1
11092025-02-28T10:18:19.967Z Downloaded fxhash v0.2.1
11102025-02-28T10:18:19.967Z Downloaded parse-size v1.1.0
11112025-02-28T10:18:19.967Z Downloaded ref-cast-impl v1.0.23
11122025-02-28T10:18:19.970Z Downloaded tokio-tungstenite v0.21.0
11132025-02-28T10:18:19.970Z Downloaded p521 v0.13.3
11142025-02-28T10:18:19.974Z Downloaded rand v0.8.5
11152025-02-28T10:18:19.977Z Downloaded hashbrown v0.12.3
11162025-02-28T10:18:19.982Z Downloaded sha3 v0.10.8
11172025-02-28T10:18:19.987Z Downloaded zopfli v0.8.1
11182025-02-28T10:18:19.992Z Downloaded tungstenite v0.24.0
11192025-02-28T10:18:19.995Z Downloaded miniz_oxide v0.8.5
11202025-02-28T10:18:19.995Z Downloaded derive_more v0.99.19
11212025-02-28T10:18:20.000Z Downloaded unicode-segmentation v1.12.0
11222025-02-28T10:18:20.004Z Downloaded flate2 v1.1.0
11232025-02-28T10:18:20.009Z Downloaded blake3 v1.5.4
11242025-02-28T10:18:20.017Z Downloaded daft-derive v0.1.1
11252025-02-28T10:18:20.020Z Downloaded idna v1.0.3
11262025-02-28T10:18:20.025Z Downloaded parse-zoneinfo v0.3.1
11272025-02-28T10:18:20.028Z Downloaded fallible-iterator v0.2.0
11282025-02-28T10:18:20.031Z Downloaded either v1.14.0
11292025-02-28T10:18:20.031Z Downloaded itertools v0.14.0
11302025-02-28T10:18:20.038Z Downloaded unarray v0.1.4
11312025-02-28T10:18:20.041Z Downloaded owo-colors v4.2.0
11322025-02-28T10:18:20.044Z Downloaded tough v0.19.0
11332025-02-28T10:18:20.050Z Downloaded smallvec v1.14.0
11342025-02-28T10:18:20.053Z Downloaded tabwriter v1.4.0
11352025-02-28T10:18:20.056Z Downloaded encoding_rs v0.8.34
11362025-02-28T10:18:20.076Z Downloaded polyval v0.6.2
11372025-02-28T10:18:20.081Z Downloaded poly1305 v0.8.0
11382025-02-28T10:18:20.084Z Downloaded pkcs8 v0.10.2
11392025-02-28T10:18:20.084Z Downloaded rfc6979 v0.4.0
11402025-02-28T10:18:20.084Z Downloaded psl-types v2.0.11
11412025-02-28T10:18:20.084Z Downloaded uzers v0.12.1
11422025-02-28T10:18:20.087Z Downloaded tracing-core v0.1.32
11432025-02-28T10:18:20.090Z Downloaded der v0.7.9
11442025-02-28T10:18:20.093Z Downloaded schemars v0.8.22
11452025-02-28T10:18:20.105Z Downloaded itertools v0.12.1
11462025-02-28T10:18:20.111Z Downloaded zip v2.1.3
11472025-02-28T10:18:20.116Z Downloaded crossterm v0.28.1
11482025-02-28T10:18:20.123Z Downloaded ring v0.17.11
11492025-02-28T10:18:20.163Z Downloaded base64 v0.21.7
11502025-02-28T10:18:20.167Z Downloaded dyn-clone v1.0.18
11512025-02-28T10:18:20.170Z Downloaded document-features v0.2.10
11522025-02-28T10:18:20.170Z Downloaded parking_lot_core v0.9.10
11532025-02-28T10:18:20.173Z Downloaded parking_lot_core v0.8.6
11542025-02-28T10:18:20.176Z Downloaded libgit2-sys v0.17.0+1.8.1
11552025-02-28T10:18:20.230Z Downloaded rcgen v0.12.1
11562025-02-28T10:18:20.233Z Downloaded termtree v0.5.1
11572025-02-28T10:18:20.236Z Downloaded libm v0.2.8
11582025-02-28T10:18:20.241Z Downloaded itertools v0.10.5
11592025-02-28T10:18:20.247Z Downloaded progenitor-impl v0.9.1
11602025-02-28T10:18:20.253Z Downloaded bumpalo v3.16.0
11612025-02-28T10:18:20.257Z Downloaded sec1 v0.7.3
11622025-02-28T10:18:20.257Z Downloaded rand_xorshift v0.3.0
11632025-02-28T10:18:20.257Z Downloaded hashbrown v0.14.5
11642025-02-28T10:18:20.260Z Downloaded r2d2 v0.8.10
11652025-02-28T10:18:20.262Z Downloaded qorb v0.2.1
11662025-02-28T10:18:20.266Z Downloaded minimal-lexical v0.2.1
11672025-02-28T10:18:20.269Z Downloaded term v0.7.0
11682025-02-28T10:18:20.272Z Downloaded time-macros v0.2.18
11692025-02-28T10:18:20.275Z Downloaded tar v0.4.44
11702025-02-28T10:18:20.277Z Downloaded snafu v0.8.5
11712025-02-28T10:18:20.281Z Downloaded backtrace v0.3.74
11722025-02-28T10:18:20.286Z Downloaded sqlformat v0.2.6
11732025-02-28T10:18:20.289Z Downloaded crossbeam-channel v0.5.13
11742025-02-28T10:18:20.292Z Downloaded serde_yaml v0.9.34+deprecated
11752025-02-28T10:18:20.295Z Downloaded cc v1.2.15
11762025-02-28T10:18:20.299Z Downloaded zerofrom-derive v0.1.4
11772025-02-28T10:18:20.302Z Downloaded progenitor v0.9.1
11782025-02-28T10:18:20.302Z Downloaded diff v0.1.13
11792025-02-28T10:18:20.304Z Downloaded wait-timeout v0.2.0
11802025-02-28T10:18:20.307Z Downloaded unicode-truncate v1.1.0
11812025-02-28T10:18:20.307Z Downloaded test-strategy v0.4.0
11822025-02-28T10:18:20.310Z Downloaded hickory-resolver v0.24.4
11832025-02-28T10:18:20.314Z Downloaded serde_urlencoded v0.7.1
11842025-02-28T10:18:20.317Z Downloaded pbkdf2 v0.11.0
11852025-02-28T10:18:20.320Z Downloaded foreign-types-macros v0.2.3
11862025-02-28T10:18:20.320Z Downloaded foreign-types v0.5.0
11872025-02-28T10:18:20.324Z Downloaded difflib v0.4.0
11882025-02-28T10:18:20.324Z Downloaded sct v0.7.1
11892025-02-28T10:18:20.327Z Downloaded rustc-demangle v0.1.24
11902025-02-28T10:18:20.327Z Downloaded utf8_iter v1.0.4
11912025-02-28T10:18:20.327Z Downloaded thiserror-no-std v2.0.2
11922025-02-28T10:18:20.330Z Downloaded rustls-pemfile v2.2.0
11932025-02-28T10:18:20.332Z Downloaded defmt v0.3.8
11942025-02-28T10:18:20.335Z Downloaded xz2 v0.1.7
11952025-02-28T10:18:20.338Z Downloaded icu_provider v1.5.0
11962025-02-28T10:18:20.341Z Downloaded hickory-client v0.24.4
11972025-02-28T10:18:20.344Z Downloaded crossbeam-utils v0.8.20
11982025-02-28T10:18:20.347Z Downloaded crossbeam-epoch v0.9.18
11992025-02-28T10:18:20.347Z Downloaded clang-sys v1.8.1
12002025-02-28T10:18:20.352Z Downloaded arc-swap v1.7.1
12012025-02-28T10:18:20.356Z Downloaded stable_deref_trait v1.2.0
12022025-02-28T10:18:20.356Z Downloaded utf-8 v0.7.6
12032025-02-28T10:18:20.356Z Downloaded icu_normalizer v1.5.0
12042025-02-28T10:18:20.359Z Downloaded const_format_proc_macros v0.2.34
12052025-02-28T10:18:20.362Z Downloaded blake2 v0.10.6
12062025-02-28T10:18:20.362Z Downloaded async-bb8-diesel v0.2.1
12072025-02-28T10:18:20.365Z Downloaded rustversion v1.0.17
12082025-02-28T10:18:20.367Z Downloaded rustfmt-wrapper v0.2.1
12092025-02-28T10:18:20.367Z Downloaded libloading v0.8.5
12102025-02-28T10:18:20.370Z Downloaded highway v1.3.0
12112025-02-28T10:18:20.373Z Downloaded managed v0.8.0
12122025-02-28T10:18:20.373Z Downloaded keccak v0.1.5
12132025-02-28T10:18:20.376Z Downloaded castaway v0.2.3
12142025-02-28T10:18:20.376Z Downloaded bcs v0.1.6
12152025-02-28T10:18:20.379Z Downloaded cancel-safe-futures v0.1.5
12162025-02-28T10:18:20.379Z Downloaded async-trait v0.1.86
12172025-02-28T10:18:20.382Z Downloaded lockfree-object-pool v0.1.6
12182025-02-28T10:18:20.384Z Downloaded kstat-rs v0.2.4
12192025-02-28T10:18:20.384Z Downloaded idna_adapter v1.2.0
12202025-02-28T10:18:20.387Z Downloaded internet-checksum v0.2.1
12212025-02-28T10:18:20.387Z Downloaded addr2line v0.24.2
12222025-02-28T10:18:20.390Z Downloaded instability v0.3.2
12232025-02-28T10:18:20.390Z Downloaded humantime v2.1.0
12242025-02-28T10:18:20.393Z Downloaded httpdate v1.0.3
12252025-02-28T10:18:20.393Z Downloaded crossbeam-deque v0.8.5
12262025-02-28T10:18:20.393Z Downloaded chrono-tz-build v0.4.0
12272025-02-28T10:18:20.396Z Downloaded constant_time_eq v0.3.1
12282025-02-28T10:18:20.396Z Downloaded ciborium-ll v0.2.2
12292025-02-28T10:18:20.396Z Downloaded block-padding v0.3.3
12302025-02-28T10:18:20.398Z Downloaded libefi-sys v0.1.0
12312025-02-28T10:18:20.398Z Downloaded lazy_static v1.5.0
12322025-02-28T10:18:20.401Z Downloaded impl-trait-for-tuples v0.2.2
12332025-02-28T10:18:20.404Z Downloaded bit-set v0.5.3
12342025-02-28T10:18:20.404Z Downloaded bcrypt-pbkdf v0.10.0
12352025-02-28T10:18:20.404Z Downloaded hubpack v0.1.2
12362025-02-28T10:18:20.407Z Downloaded home v0.5.9
12372025-02-28T10:18:20.407Z Downloaded http-body v1.0.1
12382025-02-28T10:18:20.407Z Downloaded convert_case v0.4.0
12392025-02-28T10:18:20.409Z Downloaded cassowary v0.3.0
12402025-02-28T10:18:20.409Z Downloaded blowfish v0.9.1
12412025-02-28T10:18:20.412Z Downloaded ascii-canvas v3.0.0
12422025-02-28T10:18:20.412Z Downloaded cexpr v0.6.0
12432025-02-28T10:18:20.415Z Downloaded cargo_metadata v0.18.1
12442025-02-28T10:18:20.768Z Downloaded aws-lc-sys v0.26.0
12452025-02-28T10:18:21.122Z Compiling serde v1.0.218
12462025-02-28T10:18:21.122Z Compiling value-bag v1.9.0
12472025-02-28T10:18:21.122Z Compiling lock_api v0.4.12
12482025-02-28T10:18:21.122Z Compiling scopeguard v1.2.0
12492025-02-28T10:18:21.122Z Compiling typenum v1.17.0
12502025-02-28T10:18:21.239Z Compiling generic-array v0.14.7
12512025-02-28T10:18:21.291Z Compiling syn v2.0.98
12522025-02-28T10:18:21.308Z Compiling getrandom v0.2.15
12532025-02-28T10:18:21.447Z Compiling shlex v1.3.0
12542025-02-28T10:18:21.606Z Compiling rand_core v0.6.4
12552025-02-28T10:18:21.710Z Compiling log v0.4.22
12562025-02-28T10:18:21.768Z Compiling subtle v2.6.1
12572025-02-28T10:18:21.794Z Compiling jobserver v0.1.32
12582025-02-28T10:18:21.817Z Compiling smallvec v1.14.0
12592025-02-28T10:18:22.100Z Compiling const-oid v0.9.6
12602025-02-28T10:18:22.123Z Compiling pin-project-lite v0.2.14
12612025-02-28T10:18:22.147Z Compiling parking_lot_core v0.9.10
12622025-02-28T10:18:22.204Z Compiling cc v1.2.15
12632025-02-28T10:18:22.261Z Compiling rustix v0.38.37
12642025-02-28T10:18:22.424Z Compiling futures-core v0.3.31
12652025-02-28T10:18:22.590Z Compiling spin v0.9.8
12662025-02-28T10:18:22.682Z Compiling signal-hook-registry v1.4.2
12672025-02-28T10:18:22.932Z Compiling parking_lot v0.12.3
12682025-02-28T10:18:23.038Z Compiling mio v1.0.2
12692025-02-28T10:18:23.136Z Compiling aho-corasick v1.1.3
12702025-02-28T10:18:23.383Z Compiling cpufeatures v0.2.14
12712025-02-28T10:18:23.501Z Compiling regex-syntax v0.8.5
12722025-02-28T10:18:23.539Z Compiling futures-sink v0.3.31
12732025-02-28T10:18:23.703Z Compiling either v1.14.0
12742025-02-28T10:18:23.723Z Compiling stable_deref_trait v1.2.0
12752025-02-28T10:18:23.918Z Compiling socket2 v0.5.8
12762025-02-28T10:18:24.173Z Compiling slab v0.4.9
12772025-02-28T10:18:24.231Z Compiling glob v0.3.2
12782025-02-28T10:18:24.254Z Compiling prettyplease v0.2.29
12792025-02-28T10:18:24.646Z Compiling lazy_static v1.5.0
12802025-02-28T10:18:24.783Z Compiling serde_json v1.0.139
12812025-02-28T10:18:24.803Z Compiling minimal-lexical v0.2.1
12822025-02-28T10:18:24.996Z Compiling futures-channel v0.3.31
12832025-02-28T10:18:25.137Z Compiling clang-sys v1.8.1
12842025-02-28T10:18:25.188Z Compiling libloading v0.8.5
12852025-02-28T10:18:25.333Z Compiling nom v7.1.3
12862025-02-28T10:18:25.479Z Compiling bindgen v0.69.5
12872025-02-28T10:18:25.570Z Compiling futures-task v0.3.31
12882025-02-28T10:18:25.866Z Compiling futures-io v0.3.31
12892025-02-28T10:18:25.893Z Compiling home v0.5.9
12902025-02-28T10:18:26.124Z Compiling pin-utils v0.1.0
12912025-02-28T10:18:26.203Z Compiling itertools v0.12.1
12922025-02-28T10:18:26.233Z Compiling libm v0.2.8
12932025-02-28T10:18:26.333Z Compiling rustc-hash v1.1.0
12942025-02-28T10:18:26.501Z Compiling lazycell v1.3.0
12952025-02-28T10:18:26.602Z Compiling foldhash v0.1.3
12962025-02-28T10:18:26.684Z Compiling allocator-api2 v0.2.18
12972025-02-28T10:18:26.943Z Compiling cmake v0.1.51
12982025-02-28T10:18:27.448Z Compiling regex-automata v0.4.8
12992025-02-28T10:18:27.794Z Compiling hashbrown v0.15.1
13002025-02-28T10:18:27.818Z Compiling num-traits v0.2.19
13012025-02-28T10:18:28.135Z Compiling pkg-config v0.3.31
13022025-02-28T10:18:28.683Z Compiling synstructure v0.13.1
13032025-02-28T10:18:29.076Z Compiling cexpr v0.6.0
13042025-02-28T10:18:29.458Z Compiling fs_extra v1.3.0
13052025-02-28T10:18:29.678Z Compiling dunce v1.0.5
13062025-02-28T10:18:30.061Z Compiling litemap v0.7.3
13072025-02-28T10:18:30.083Z Compiling writeable v0.5.5
13082025-02-28T10:18:30.449Z Compiling getrandom v0.3.1
13092025-02-28T10:18:30.635Z Compiling ring v0.17.11
13102025-02-28T10:18:30.657Z Compiling base64ct v1.6.0
13112025-02-28T10:18:31.219Z Compiling paste v1.0.15
13122025-02-28T10:18:31.694Z Compiling pem-rfc7468 v0.7.0
13132025-02-28T10:18:31.807Z Compiling aws-lc-rs v1.12.4
13142025-02-28T10:18:31.892Z Compiling httparse v1.9.5
13152025-02-28T10:18:32.216Z Compiling flagset v0.4.6
13162025-02-28T10:18:32.306Z Compiling icu_locid_transform_data v1.5.0
13172025-02-28T10:18:32.433Z Compiling tracing-core v0.1.32
13182025-02-28T10:18:32.612Z Compiling icu_properties_data v1.5.0
13192025-02-28T10:18:32.790Z Compiling regex v1.11.1
13202025-02-28T10:18:32.846Z Compiling crossbeam-utils v0.8.20
13212025-02-28T10:18:33.369Z Compiling rustls-pki-types v1.10.0
13222025-02-28T10:18:33.485Z Compiling percent-encoding v2.3.1
13232025-02-28T10:18:33.652Z Compiling serde_derive v1.0.218
13242025-02-28T10:18:33.699Z Compiling zeroize_derive v1.4.2
13252025-02-28T10:18:33.823Z Compiling zerocopy-derive v0.7.35
13262025-02-28T10:18:34.227Z Compiling tokio-macros v2.5.0
13272025-02-28T10:18:34.336Z Compiling zerofrom-derive v0.1.4
13282025-02-28T10:18:35.064Z Compiling zeroize v1.8.1
13292025-02-28T10:18:35.676Z Compiling yoke-derive v0.7.4
13302025-02-28T10:18:35.738Z Compiling zerocopy v0.7.35
13312025-02-28T10:18:36.498Z Compiling zerovec-derive v0.10.3
13322025-02-28T10:18:36.661Z Compiling crypto-common v0.1.6
13332025-02-28T10:18:36.909Z Compiling block-buffer v0.10.4
13342025-02-28T10:18:37.076Z Compiling thiserror-impl v1.0.69
13352025-02-28T10:18:37.154Z Compiling digest v0.10.7
13362025-02-28T10:18:37.189Z Compiling futures-macro v0.3.31
13372025-02-28T10:18:37.650Z Compiling hmac v0.12.1
13382025-02-28T10:18:37.755Z Compiling zerofrom v0.1.4
13392025-02-28T10:18:37.866Z Compiling displaydoc v0.2.5
13402025-02-28T10:18:37.905Z Compiling block-padding v0.3.3
13412025-02-28T10:18:37.979Z Compiling ppv-lite86 v0.2.20
13422025-02-28T10:18:38.172Z Compiling inout v0.1.3
13432025-02-28T10:18:38.175Z Compiling yoke v0.7.4
13442025-02-28T10:18:38.456Z Compiling cipher v0.4.4
13452025-02-28T10:18:38.549Z Compiling sha2 v0.10.8
13462025-02-28T10:18:38.791Z Compiling icu_provider_macros v1.5.0
13472025-02-28T10:18:38.922Z Compiling zerovec v0.10.4
13482025-02-28T10:18:39.007Z Compiling futures-util v0.3.31
13492025-02-28T10:18:39.028Z Compiling der_derive v0.7.3
13502025-02-28T10:18:39.432Z Compiling tracing-attributes v0.1.27
13512025-02-28T10:18:39.864Z Compiling salsa20 v0.10.2
13522025-02-28T10:18:39.976Z Compiling thiserror v1.0.69
13532025-02-28T10:18:40.094Z Compiling pbkdf2 v0.12.2
13542025-02-28T10:18:40.330Z Compiling pest v2.7.14
13552025-02-28T10:18:40.336Z Compiling utf16_iter v1.0.5
13562025-02-28T10:18:40.504Z Compiling icu_normalizer_data v1.5.0
13572025-02-28T10:18:40.622Z Compiling tinystr v0.7.6
13582025-02-28T10:18:40.935Z Compiling icu_locid v1.5.0
13592025-02-28T10:18:40.982Z Compiling icu_collections v1.5.0
13602025-02-28T10:18:41.341Z Compiling der v0.7.9
13612025-02-28T10:18:42.117Z Compiling icu_provider v1.5.0
13622025-02-28T10:18:42.250Z Compiling vcpkg v0.2.15
13632025-02-28T10:18:42.501Z Compiling tracing v0.1.40
13642025-02-28T10:18:42.948Z Compiling icu_locid_transform v1.5.0
13652025-02-28T10:18:43.009Z Compiling num-conv v0.1.0
13662025-02-28T10:18:43.115Z Compiling untrusted v0.7.1
13672025-02-28T10:18:43.167Z Compiling utf8_iter v1.0.4
13682025-02-28T10:18:43.288Z Compiling spki v0.7.3
13692025-02-28T10:18:43.315Z Compiling time-core v0.1.2
13702025-02-28T10:18:43.427Z Compiling write16 v1.0.0
13712025-02-28T10:18:43.500Z Compiling untrusted v0.9.0
13722025-02-28T10:18:43.580Z Compiling powerfmt v0.2.0
13732025-02-28T10:18:43.700Z Compiling time-macros v0.2.18
13742025-02-28T10:18:43.841Z Compiling openssl-sys v0.9.106
13752025-02-28T10:18:44.013Z Compiling deranged v0.3.11
13762025-02-28T10:18:44.276Z Compiling pest_meta v2.7.14
13772025-02-28T10:18:44.307Z Compiling icu_properties v1.5.1
13782025-02-28T10:18:44.895Z Compiling scrypt v0.11.0
13792025-02-28T10:18:45.314Z Compiling cbc v0.1.2
13802025-02-28T10:18:45.400Z Compiling aes v0.8.4
13812025-02-28T10:18:45.421Z Compiling scroll_derive v0.12.0
13822025-02-28T10:18:46.441Z Compiling bitflags v2.6.0
13832025-02-28T10:18:46.702Z Compiling bytes v1.10.0
13842025-02-28T10:18:46.882Z Compiling indexmap v2.7.1
13852025-02-28T10:18:47.903Z Compiling tokio v1.43.0
13862025-02-28T10:18:48.109Z Compiling semver v1.0.25
13872025-02-28T10:18:48.151Z Compiling http v1.2.0
13882025-02-28T10:18:48.220Z Compiling icu_normalizer v1.5.0
13892025-02-28T10:18:48.480Z Compiling num_threads v0.1.7
13902025-02-28T10:18:48.630Z Compiling rustc_version v0.4.1
13912025-02-28T10:18:48.814Z Compiling atomic-waker v1.1.2
13922025-02-28T10:18:48.851Z Compiling tinyvec_macros v0.1.1
13932025-02-28T10:18:48.959Z Compiling tinyvec v1.8.0
13942025-02-28T10:18:49.009Z Compiling time v0.3.36
13952025-02-28T10:18:49.332Z Compiling idna_adapter v1.2.0
13962025-02-28T10:18:49.555Z Compiling scroll v0.12.0
13972025-02-28T10:18:49.615Z Compiling pkcs5 v0.7.1
13982025-02-28T10:18:50.020Z Compiling http-body v1.0.1
13992025-02-28T10:18:50.080Z Compiling pest_generator v2.7.14
14002025-02-28T10:18:50.384Z Compiling which v4.4.2
14012025-02-28T10:18:50.405Z Compiling rand_chacha v0.3.1
14022025-02-28T10:18:50.429Z Compiling form_urlencoded v1.2.1
14032025-02-28T10:18:50.700Z Compiling zerocopy v0.8.10
14042025-02-28T10:18:50.923Z Compiling slog v2.7.0
14052025-02-28T10:18:51.410Z Compiling try-lock v0.2.5
14062025-02-28T10:18:51.457Z Compiling goblin v0.8.2
14072025-02-28T10:18:51.567Z Compiling want v0.3.1
14082025-02-28T10:18:51.655Z Compiling rand v0.8.5
14092025-02-28T10:18:51.860Z Compiling pkcs8 v0.10.2
14102025-02-28T10:18:51.903Z Compiling pest_derive v2.7.14
14112025-02-28T10:18:52.478Z Compiling idna v1.0.3
14122025-02-28T10:18:52.717Z Compiling uuid v1.15.1
14132025-02-28T10:18:52.760Z Compiling zerocopy-derive v0.8.10
14142025-02-28T10:18:53.448Z Compiling httpdate v1.0.3
14152025-02-28T10:18:53.720Z Compiling tower-service v0.3.3
14162025-02-28T10:18:53.877Z Compiling iana-time-zone v0.1.61
14172025-02-28T10:18:53.919Z Compiling dtrace-parser v0.2.0
14182025-02-28T10:18:54.272Z Compiling chrono v0.4.40
14192025-02-28T10:18:54.358Z Compiling serde_tokenstream v0.2.2
14202025-02-28T10:18:54.764Z Compiling serde_spanned v0.6.8
14212025-02-28T10:18:54.919Z Compiling toml_datetime v0.6.8
14222025-02-28T10:18:55.011Z Compiling adler2 v2.0.0
14232025-02-28T10:18:55.237Z Compiling base64 v0.22.1
14242025-02-28T10:18:55.381Z Compiling foreign-types-shared v0.1.1
14252025-02-28T10:18:55.517Z Compiling rustversion v1.0.17
14262025-02-28T10:18:55.715Z Compiling match_cfg v0.1.0
14272025-02-28T10:18:55.818Z Compiling tokio-util v0.7.13
14282025-02-28T10:18:55.950Z Compiling openssl v0.10.71
14292025-02-28T10:18:56.255Z Compiling hostname v0.3.1
14302025-02-28T10:18:56.383Z Compiling foreign-types v0.3.2
14312025-02-28T10:18:56.482Z Compiling miniz_oxide v0.8.5
14322025-02-28T10:18:56.503Z Compiling url v2.5.3
14332025-02-28T10:18:57.048Z Compiling h2 v0.4.6
14342025-02-28T10:18:57.528Z Compiling dof v0.3.0
14352025-02-28T10:18:58.227Z Compiling openssl-macros v0.1.1
14362025-02-28T10:18:58.522Z Compiling rand_core v0.9.2
14372025-02-28T10:18:58.989Z Compiling usdt-impl v0.5.0
14382025-02-28T10:18:59.012Z Compiling async-trait v0.1.86
14392025-02-28T10:18:59.227Z Compiling serde_derive_internals v0.29.1
14402025-02-28T10:18:59.310Z Compiling dirs-sys-next v0.1.2
14412025-02-28T10:18:59.850Z Compiling rustls v0.22.4
14422025-02-28T10:19:00.160Z Compiling data-encoding v2.6.0
14432025-02-28T10:19:00.343Z Compiling rustls v0.23.19
14442025-02-28T10:19:00.363Z Compiling native-tls v0.2.12
14452025-02-28T10:19:00.645Z Compiling siphasher v0.3.11
14462025-02-28T10:19:00.699Z Compiling schemars v0.8.22
14472025-02-28T10:19:00.799Z Compiling syn v1.0.109
14482025-02-28T10:19:01.091Z Compiling dirs-next v2.0.0
14492025-02-28T10:19:01.299Z Compiling rand_chacha v0.9.0
14502025-02-28T10:19:01.434Z Compiling schemars_derive v0.8.22
14512025-02-28T10:19:01.462Z Compiling unicode-normalization v0.1.24
14522025-02-28T10:19:02.049Z Compiling http-body-util v0.1.2
14532025-02-28T10:19:02.518Z Compiling heapless v0.7.17
14542025-02-28T10:19:02.543Z Compiling crossbeam-epoch v0.9.18
14552025-02-28T10:19:02.567Z Compiling sha1 v0.10.6
14562025-02-28T10:19:02.958Z Compiling signature v2.2.0
14572025-02-28T10:19:02.961Z Compiling bzip2-sys v0.1.11+1.0.8
14582025-02-28T10:19:03.231Z Compiling thread_local v1.1.8
14592025-02-28T10:19:03.269Z Compiling cookie v0.18.1
14602025-02-28T10:19:03.347Z Compiling encoding_rs v0.8.34
14612025-02-28T10:19:03.478Z Compiling multer v3.1.0
14622025-02-28T10:19:03.583Z Compiling openssl-probe v0.1.5
14632025-02-28T10:19:03.702Z Compiling rayon-core v1.12.1
14642025-02-28T10:19:03.846Z Compiling dyn-clone v1.0.18
14652025-02-28T10:19:03.936Z Compiling mime v0.3.17
14662025-02-28T10:19:04.054Z Compiling unicode-properties v0.1.3
14672025-02-28T10:19:04.073Z Compiling gimli v0.31.1
14682025-02-28T10:19:04.384Z Compiling hyper v1.6.0
14692025-02-28T10:19:04.458Z Compiling slog-async v2.8.0
14702025-02-28T10:19:04.494Z Compiling signal-hook v0.3.17
14712025-02-28T10:19:04.795Z Compiling unicode-bidi v0.3.17
14722025-02-28T10:19:04.997Z Compiling ipnet v2.11.0
14732025-02-28T10:19:06.057Z Compiling stringprep v0.1.5
14742025-02-28T10:19:06.832Z Compiling hyper-util v0.1.10
14752025-02-28T10:19:07.449Z Compiling toml_edit v0.22.24
14762025-02-28T10:19:07.959Z Compiling crossbeam-deque v0.8.5
14772025-02-28T10:19:08.331Z Compiling addr2line v0.24.2
14782025-02-28T10:19:08.796Z Compiling rand v0.9.0
14792025-02-28T10:19:08.991Z Compiling term v0.7.0
14802025-02-28T10:19:09.446Z Compiling usdt-attr-macro v0.5.0
14812025-02-28T10:19:09.466Z Compiling usdt-macro v0.5.0
14822025-02-28T10:19:09.661Z Compiling slog-json v2.6.1
14832025-02-28T10:19:10.031Z Compiling serde_urlencoded v0.7.1
14842025-02-28T10:19:10.194Z Compiling curve25519-dalek v4.1.3
14852025-02-28T10:19:10.474Z Compiling crossbeam-channel v0.5.13
14862025-02-28T10:19:10.499Z Compiling futures-executor v0.3.31
14872025-02-28T10:19:10.858Z Compiling enum-as-inner v0.6.1
14882025-02-28T10:19:10.861Z Compiling md-5 v0.10.6
14892025-02-28T10:19:10.963Z Compiling rustls-pemfile v2.2.0
14902025-02-28T10:19:10.984Z Compiling async-stream-impl v0.3.6
14912025-02-28T10:19:11.137Z Compiling num-integer v0.1.46
14922025-02-28T10:19:11.290Z Compiling hash32 v0.2.1
14932025-02-28T10:19:11.495Z Compiling ff v0.13.0
14942025-02-28T10:19:11.634Z Compiling is-terminal v0.4.13
14952025-02-28T10:19:11.743Z Compiling object v0.36.5
14962025-02-28T10:19:11.781Z Compiling memoffset v0.9.1
14972025-02-28T10:19:11.859Z Compiling dropshot v0.12.0
14982025-02-28T10:19:11.883Z Compiling rustc-demangle v0.1.24
14992025-02-28T10:19:12.103Z Compiling linked-hash-map v0.5.6
15002025-02-28T10:19:12.191Z Compiling base16ct v0.2.0
15012025-02-28T10:19:12.237Z Compiling quick-error v1.2.3
15022025-02-28T10:19:12.401Z Compiling take_mut v0.2.2
15032025-02-28T10:19:12.453Z Compiling cfg_aliases v0.2.1
15042025-02-28T10:19:12.503Z Compiling litrs v0.4.1
15052025-02-28T10:19:12.570Z Compiling utf-8 v0.7.6
15062025-02-28T10:19:12.591Z Compiling anyhow v1.0.96
15072025-02-28T10:19:12.741Z Compiling psl-types v2.0.11
15082025-02-28T10:19:12.904Z Compiling portable-atomic v1.9.0
15092025-02-28T10:19:12.957Z Compiling fallible-iterator v0.2.0
15102025-02-28T10:19:13.190Z Compiling num-bigint-dig v0.8.4
15112025-02-28T10:19:13.525Z Compiling smoltcp v0.9.1
15122025-02-28T10:19:13.631Z Compiling document-features v0.2.10
15132025-02-28T10:19:13.652Z Compiling postgres-protocol v0.6.8
15142025-02-28T10:19:14.250Z Compiling publicsuffix v2.3.0
15152025-02-28T10:19:14.391Z Compiling tungstenite v0.24.0
15162025-02-28T10:19:14.544Z Compiling nix v0.29.0
15172025-02-28T10:19:14.804Z Compiling lru-cache v0.1.2
15182025-02-28T10:19:14.888Z Compiling sec1 v0.7.3
15192025-02-28T10:19:15.013Z Compiling resolv-conf v0.7.0
15202025-02-28T10:19:15.404Z Compiling async-stream v0.3.6
15212025-02-28T10:19:15.538Z Compiling hickory-proto v0.24.4
15222025-02-28T10:19:15.636Z Compiling slog-term v2.9.1
15232025-02-28T10:19:15.686Z Compiling group v0.13.0
15242025-02-28T10:19:15.722Z Compiling usdt v0.5.0
15252025-02-28T10:19:16.010Z Compiling num-iter v0.1.45
15262025-02-28T10:19:16.333Z Compiling toml v0.8.20
15272025-02-28T10:19:16.354Z Compiling futures v0.3.31
15282025-02-28T10:19:16.478Z Compiling slog-bunyan v2.5.0
15292025-02-28T10:19:17.782Z Compiling tokio-native-tls v0.3.1
15302025-02-28T10:19:18.083Z Compiling camino v1.1.9
15312025-02-28T10:19:18.189Z Compiling phf_shared v0.11.2
15322025-02-28T10:19:18.219Z Compiling dropshot_endpoint v0.12.0
15332025-02-28T10:19:18.551Z Compiling backtrace v0.3.74
15342025-02-28T10:19:18.701Z Compiling terminal_size v0.4.0
15352025-02-28T10:19:18.872Z Compiling waitgroup v0.1.2
15362025-02-28T10:19:18.929Z Compiling openapiv3 v2.0.0
15372025-02-28T10:19:18.968Z Compiling serde_path_to_error v0.1.16
15382025-02-28T10:19:19.104Z Compiling hkdf v0.12.4
15392025-02-28T10:19:19.384Z Compiling crypto-bigint v0.5.5
15402025-02-28T10:19:19.732Z Compiling webpki-roots v0.26.6
15412025-02-28T10:19:19.965Z Compiling curve25519-dalek-derive v0.1.1
15422025-02-28T10:19:20.555Z Compiling hubpack_derive v0.1.1
15432025-02-28T10:19:21.413Z Compiling zerocopy-derive v0.6.6
15442025-02-28T10:19:21.438Z Compiling sync_wrapper v1.0.1
15452025-02-28T10:19:21.442Z Compiling hostname v0.4.0
15462025-02-28T10:19:21.605Z Compiling fs-err v2.11.0
15472025-02-28T10:19:21.677Z Compiling crc32fast v1.4.2
15482025-02-28T10:19:21.916Z Compiling ahash v0.8.11
15492025-02-28T10:19:22.014Z Compiling winnow v0.5.40
15502025-02-28T10:19:22.272Z Compiling debug-ignore v1.0.5
15512025-02-28T10:19:22.291Z Compiling managed v0.8.0
15522025-02-28T10:19:22.438Z Compiling newtype-uuid v1.2.1
15532025-02-28T10:19:22.736Z Compiling unicode-width v0.2.0
15542025-02-28T10:19:22.758Z Compiling tower-layer v0.3.3
15552025-02-28T10:19:23.025Z Compiling tower v0.5.2
15562025-02-28T10:19:23.242Z Compiling console v0.15.10
15572025-02-28T10:19:23.318Z Compiling zerocopy v0.6.6
15582025-02-28T10:19:23.889Z Compiling clap_builder v4.5.31
15592025-02-28T10:19:24.107Z Compiling elliptic-curve v0.13.8
15602025-02-28T10:19:24.463Z Compiling strum_macros v0.25.3
15612025-02-28T10:19:24.784Z Compiling flate2 v1.1.0
15622025-02-28T10:19:24.888Z Compiling hubpack v0.1.2
15632025-02-28T10:19:25.320Z Compiling toml_edit v0.19.15
15642025-02-28T10:19:25.389Z Compiling hickory-resolver v0.24.4
15652025-02-28T10:19:25.697Z Compiling phf v0.11.2
15662025-02-28T10:19:25.986Z Compiling signal-hook-mio v0.2.4
15672025-02-28T10:19:26.133Z Compiling hyper-tls v0.6.0
15682025-02-28T10:19:26.167Z Compiling rayon v1.10.0
15692025-02-28T10:19:27.545Z Compiling cookie_store v0.21.1
15702025-02-28T10:19:28.026Z Compiling bzip2 v0.4.4
15712025-02-28T10:19:28.542Z Compiling tokio-tungstenite v0.24.0
15722025-02-28T10:19:29.121Z Compiling postgres-types v0.2.9
15732025-02-28T10:19:30.554Z Compiling ed25519 v2.2.3
15742025-02-28T10:19:30.965Z Compiling phf_shared v0.10.0
15752025-02-28T10:19:31.361Z Compiling tokio-stream v0.1.17
15762025-02-28T10:19:31.529Z Compiling pkcs1 v0.7.5
15772025-02-28T10:19:31.666Z Compiling serde-big-array v0.5.1
15782025-02-28T10:19:31.915Z Compiling clap_derive v4.5.28
15792025-02-28T10:19:32.255Z Compiling rfc6979 v0.4.0
15802025-02-28T10:19:32.324Z Compiling serde_repr v0.1.19
15812025-02-28T10:19:32.364Z Compiling derive-where v1.2.7
15822025-02-28T10:19:32.401Z Compiling float-cmp v0.10.0
15832025-02-28T10:19:32.450Z Compiling bstr v1.10.0
15842025-02-28T10:19:32.652Z Compiling normalize-line-endings v0.3.0
15852025-02-28T10:19:32.728Z Compiling whoami v1.5.2
15862025-02-28T10:19:32.806Z Compiling bit-vec v0.6.3
15872025-02-28T10:19:33.217Z Compiling new_debug_unreachable v1.0.6
15882025-02-28T10:19:33.292Z Compiling unicode-segmentation v1.12.0
15892025-02-28T10:19:33.327Z Compiling number_prefix v0.4.0
15902025-02-28T10:19:33.436Z Compiling precomputed-hash v0.1.1
15912025-02-28T10:19:33.568Z Compiling static_assertions v1.1.0
15922025-02-28T10:19:33.589Z Compiling difflib v0.4.0
15932025-02-28T10:19:33.689Z Compiling fixedbitset v0.4.2
15942025-02-28T10:19:33.988Z Compiling predicates-core v1.0.8
15952025-02-28T10:19:34.177Z Compiling petgraph v0.6.5
15962025-02-28T10:19:34.198Z Compiling similar v2.6.0
15972025-02-28T10:19:34.309Z Compiling predicates v3.1.3
15982025-02-28T10:19:34.909Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15992025-02-28T10:19:35.440Z Compiling string_cache v0.8.7
16002025-02-28T10:19:35.722Z Compiling indicatif v0.17.11
16012025-02-28T10:19:35.876Z Compiling bit-set v0.5.3
16022025-02-28T10:19:36.166Z Compiling tokio-postgres v0.7.13
16032025-02-28T10:19:36.232Z Compiling ecdsa v0.16.9
16042025-02-28T10:19:36.408Z Compiling clap v4.5.31
16052025-02-28T10:19:36.536Z Compiling rsa v0.9.6
16062025-02-28T10:19:37.057Z Compiling ed25519-dalek v2.1.1
16072025-02-28T10:19:37.754Z Compiling toml v0.7.8
16082025-02-28T10:19:38.329Z Compiling zip v0.6.6
16092025-02-28T10:19:39.251Z Compiling crossterm v0.28.1
16102025-02-28T10:19:40.456Z Compiling hex v0.4.3
16112025-02-28T10:19:40.582Z Compiling x509-cert v0.2.5
16122025-02-28T10:19:41.061Z Compiling itertools v0.10.5
16132025-02-28T10:19:41.106Z Compiling peg-runtime v0.8.3
16142025-02-28T10:19:41.670Z Compiling unicode-xid v0.2.6
16152025-02-28T10:19:41.694Z Compiling lalrpop-util v0.19.12
16162025-02-28T10:19:41.759Z Compiling strum_macros v0.26.4
16172025-02-28T10:19:41.860Z Compiling xattr v1.3.1
16182025-02-28T10:19:42.023Z Compiling filetime v0.2.25
16192025-02-28T10:19:42.334Z Compiling tar v0.4.44
16202025-02-28T10:19:45.910Z Compiling strum v0.26.3
16212025-02-28T10:19:49.035Z Compiling aws-lc-sys v0.26.0
16222025-02-28T10:20:18.678Z Compiling rustls-webpki v0.102.8
16232025-02-28T10:20:21.830Z Compiling tokio-rustls v0.25.0
16242025-02-28T10:20:23.484Z Compiling tokio-rustls v0.26.0
16252025-02-28T10:20:23.806Z Compiling hyper-rustls v0.27.3
16262025-02-28T10:20:24.159Z Compiling reqwest v0.12.12
16272025-02-28T10:20:25.519Z Compiling qorb v0.2.1
16282025-02-28T10:20:28.517Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16292025-02-28T10:20:28.791Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16302025-02-28T10:20:33.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s
16312025-02-28T10:20:33.329Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16322025-02-28T10:20:33.375ZFeb 28 10:20:32.681 INFO Starting download, target: Clickhouse
16332025-02-28T10:20:33.375ZFeb 28 10:20:32.681 INFO Starting download, target: Cockroach
16342025-02-28T10:20:33.375ZFeb 28 10:20:32.681 INFO Starting download, target: Console
16352025-02-28T10:20:33.375ZFeb 28 10:20:32.681 INFO Starting download, target: DendriteOpenapi
16362025-02-28T10:20:33.379ZFeb 28 10:20:32.681 INFO Starting download, target: DendriteStub
16372025-02-28T10:20:33.379ZFeb 28 10:20:32.681 INFO Starting download, target: MaghemiteMgd
16382025-02-28T10:20:33.379ZFeb 28 10:20:32.681 INFO Starting download, target: TransceiverControl
16392025-02-28T10:20:33.379ZFeb 28 10:20:32.682 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16402025-02-28T10:20:33.379ZFeb 28 10:20:32.682 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
16412025-02-28T10:20:33.379ZFeb 28 10:20:32.682 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16422025-02-28T10:20:33.379ZFeb 28 10:20:32.682 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16432025-02-28T10:20:33.379ZFeb 28 10:20:32.682 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16442025-02-28T10:20:33.379ZFeb 28 10:20:32.682 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16452025-02-28T10:20:33.379ZFeb 28 10:20:32.682 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16462025-02-28T10:20:33.621ZFeb 28 10:20:32.902 INFO Download complete, target: DendriteOpenapi
16472025-02-28T10:20:33.742ZFeb 28 10:20:33.037 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16482025-02-28T10:20:34.081ZFeb 28 10:20:33.326 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16492025-02-28T10:20:34.194ZFeb 28 10:20:33.492 INFO Download complete, target: TransceiverControl
16502025-02-28T10:20:34.368ZFeb 28 10:20:33.660 INFO Download complete, target: Console
16512025-02-28T10:20:34.462ZFeb 28 10:20:33.759 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16522025-02-28T10:20:34.536ZFeb 28 10:20:33.841 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16532025-02-28T10:20:35.060ZFeb 28 10:20:34.365 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16542025-02-28T10:20:35.060ZFeb 28 10:20:34.365 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16552025-02-28T10:20:35.265ZFeb 28 10:20:34.571 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16562025-02-28T10:20:36.832ZFeb 28 10:20:36.137 INFO Download complete, target: DendriteStub
16572025-02-28T10:20:36.998ZFeb 28 10:20:36.303 INFO Download complete, target: MaghemiteMgd
16582025-02-28T10:20:41.423ZFeb 28 10:20:40.727 INFO Checking that binary works, target: Cockroach
16592025-02-28T10:20:46.394ZFeb 28 10:20:41.077 INFO Download complete, target: Cockroach
16602025-02-28T10:20:46.819ZFeb 28 10:20:45.094 INFO Checking that binary works, target: Clickhouse
16612025-02-28T10:20:46.819ZFeb 28 10:20:45.217 INFO Download complete, target: Clickhouse
16622025-02-28T10:20:46.819ZAll builder prerequisites installed successfully, and PATH looks valid
16632025-02-28T10:20:46.819Z
16642025-02-28T10:20:46.819Zreal 5:41.716423371
16652025-02-28T10:20:46.819Zuser 15:41.897533867
16662025-02-28T10:20:46.819Zsys 2:09.644750600
16672025-02-28T10:20:46.819Ztrap 0.573872525
16682025-02-28T10:20:46.819Ztflt 1.069288257
16692025-02-28T10:20:46.819Zdflt 1.059486588
16702025-02-28T10:20:46.819Zkflt 0.023708927
16712025-02-28T10:20:46.819Zlock 26:24.841382648
16722025-02-28T10:20:46.819Zslp 57:42.220130171
16732025-02-28T10:20:46.819Zlat 1:04.956159605
16742025-02-28T10:20:46.819Zstop 2:31.483062085
16752025-02-28T10:20:46.820Z++ bmat factory name
16762025-02-28T10:20:46.820Z++ bmat factory private
16772025-02-28T10:20:46.820Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-09b59823e10783864 '{
16782025-02-28T10:20:46.820Z buildomat: {
16792025-02-28T10:20:46.820Z factory: {
16802025-02-28T10:20:46.820Z name: $bmat_factory_name,
16812025-02-28T10:20:46.820Z private: $bmat_factory_private,
16822025-02-28T10:20:46.820Z },
16832025-02-28T10:20:46.820Z },
16842025-02-28T10:20:46.820Z }'
16852025-02-28T10:20:46.820Z+ banner ls-apis
16862025-02-28T10:20:46.992Z
16872025-02-28T10:20:46.992Z # #### ## ##### # ####
16882025-02-28T10:20:46.992Z # # # # # # # #
16892025-02-28T10:20:46.992Z # #### ##### # # # # # ####
16902025-02-28T10:20:46.992Z # # ###### ##### # #
16912025-02-28T10:20:46.992Z # # # # # # # # #
16922025-02-28T10:20:46.992Z ###### #### # # # # ####
16932025-02-28T10:20:46.992Z
16942025-02-28T10:20:46.992Z+ source ./tools/include/force-git-over-https.sh
16952025-02-28T10:20:46.992Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16962025-02-28T10:20:46.992Z++ (( i = 0 ))
16972025-02-28T10:20:46.992Z++ (( i < 5 ))
16982025-02-28T10:20:46.992Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16992025-02-28T10:20:46.992Z++ (( i++ ))
17002025-02-28T10:20:46.992Z++ (( i < 5 ))
17012025-02-28T10:20:46.993Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
17022025-02-28T10:20:46.993Z++ (( i++ ))
17032025-02-28T10:20:46.993Z++ (( i < 5 ))
17042025-02-28T10:20:46.993Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
17052025-02-28T10:20:46.993Z++ (( i++ ))
17062025-02-28T10:20:46.993Z++ (( i < 5 ))
17072025-02-28T10:20:46.993Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
17082025-02-28T10:20:46.993Z++ (( i++ ))
17092025-02-28T10:20:46.993Z++ (( i < 5 ))
17102025-02-28T10:20:46.993Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
17112025-02-28T10:20:46.993Z++ (( i++ ))
17122025-02-28T10:20:46.993Z++ (( i < 5 ))
17132025-02-28T10:20:46.993Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
17142025-02-28T10:20:46.993Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
17152025-02-28T10:20:46.993Z+ ptime -m cargo xtask ls-apis apis
17162025-02-28T10:20:46.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17172025-02-28T10:20:46.993Z Running `target/debug/xtask ls-apis apis`
17182025-02-28T10:20:47.515Z Compiling semver v0.1.20
17192025-02-28T10:20:47.647Z Compiling structmeta-derive v0.3.0
17202025-02-28T10:20:47.650Z Compiling thiserror-impl v2.0.11
17212025-02-28T10:20:47.650Z Compiling cargo-platform v0.1.8
17222025-02-28T10:20:47.658Z Compiling fixedbitset v0.5.7
17232025-02-28T10:20:47.896Z Compiling rustc_version v0.1.7
17242025-02-28T10:20:48.076Z Compiling petgraph v0.7.1
17252025-02-28T10:20:48.251Z Compiling newtype_derive v0.1.6
17262025-02-28T10:20:49.134Z Compiling structmeta v0.3.0
17272025-02-28T10:20:49.388Z Compiling parse-display-derive v0.10.0
17282025-02-28T10:20:49.402Z Compiling thiserror v2.0.11
17292025-02-28T10:20:49.478Z Compiling cargo_metadata v0.19.1
17302025-02-28T10:20:51.225Z Compiling parse-display v0.10.0
17312025-02-28T10:20:51.391Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
17322025-02-28T10:20:55.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.75s
17332025-02-28T10:20:55.545Z Running `target/debug/ls-apis apis`
17342025-02-28T10:20:55.583Zloading metadata for workspace omicron from current workspace
17352025-02-28T10:21:00.507Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/ce952e6/Cargo.toml
17362025-02-28T10:21:00.511Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/95d6a55/Cargo.toml
17372025-02-28T10:21:00.511Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/cb2b592/Cargo.toml
17382025-02-28T10:21:00.529Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/81a3528/Cargo.toml
17392025-02-28T10:21:21.296Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/18ed558/Cargo.toml
17402025-02-28T10:21:23.617Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
17412025-02-28T10:21:23.635Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
17422025-02-28T10:21:23.821ZBootstrap Agent (client: bootstrap-agent-client)
17432025-02-28T10:21:23.821Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17442025-02-28T10:21:23.821Z consumed by: wicketd (omicron/wicketd) via 2 paths
17452025-02-28T10:21:23.821Z
17462025-02-28T10:21:23.821ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
17472025-02-28T10:21:23.821Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17482025-02-28T10:21:23.821Z
17492025-02-28T10:21:23.821ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
17502025-02-28T10:21:23.821Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17512025-02-28T10:21:23.821Z
17522025-02-28T10:21:23.821ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
17532025-02-28T10:21:23.821Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17542025-02-28T10:21:23.821Z
17552025-02-28T10:21:23.821ZCockroachDB Cluster Admin (client: cockroach-admin-client)
17562025-02-28T10:21:23.821Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17572025-02-28T10:21:23.821Z
17582025-02-28T10:21:23.821ZCrucible Agent (client: crucible-agent-client)
17592025-02-28T10:21:23.824Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17602025-02-28T10:21:23.824Z
17612025-02-28T10:21:23.824ZCrucible Control (for testing only) (client: crucible-control-client)
17622025-02-28T10:21:23.824Z
17632025-02-28T10:21:23.824ZCrucible Pantry (client: crucible-pantry-client)
17642025-02-28T10:21:23.824Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17652025-02-28T10:21:23.824Z
17662025-02-28T10:21:23.824ZMaghemite DDM Admin (client: ddm-admin-client)
17672025-02-28T10:21:23.824Z consumed by: installinator (omicron/installinator) via 1 path
17682025-02-28T10:21:23.824Z consumed by: mgd (maghemite/mgd) via 1 path
17692025-02-28T10:21:23.824Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17702025-02-28T10:21:23.824Z consumed by: wicketd (omicron/wicketd) via 1 path
17712025-02-28T10:21:23.824Z
17722025-02-28T10:21:23.825ZDNS Server (client: dns-service-client)
17732025-02-28T10:21:23.830Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17742025-02-28T10:21:23.830Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17752025-02-28T10:21:23.830Z
17762025-02-28T10:21:23.830ZDendrite DPD (client: dpd-client)
17772025-02-28T10:21:23.830Z consumed by: ddmd (maghemite/ddmd) via 2 paths
17782025-02-28T10:21:23.830Z consumed by: mgd (maghemite/mgd) via 1 path
17792025-02-28T10:21:23.830Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17802025-02-28T10:21:23.831Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17812025-02-28T10:21:23.831Z consumed by: tfportd (dendrite/tfportd) via 1 path
17822025-02-28T10:21:23.834Z consumed by: wicketd (omicron/wicketd) via 2 paths
17832025-02-28T10:21:23.834Z
17842025-02-28T10:21:23.834ZDownstairs Controller (debugging only) (client: dsc-client)
17852025-02-28T10:21:23.834Z
17862025-02-28T10:21:23.834ZManagement Gateway Service (client: gateway-client)
17872025-02-28T10:21:23.838Z consumed by: dpd (dendrite/dpd) via 1 path
17882025-02-28T10:21:23.838Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17892025-02-28T10:21:23.838Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17902025-02-28T10:21:23.838Z consumed by: wicketd (omicron/wicketd) via 3 paths
17912025-02-28T10:21:23.838Z
17922025-02-28T10:21:23.838ZWicketd Installinator (client: installinator-client)
17932025-02-28T10:21:23.838Z consumed by: installinator (omicron/installinator) via 1 path
17942025-02-28T10:21:23.838Z
17952025-02-28T10:21:23.838ZLLDP daemon (client: lldpd-client)
17962025-02-28T10:21:23.838Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17972025-02-28T10:21:23.838Z
17982025-02-28T10:21:23.838ZMaghemite MG Admin (client: mg-admin-client)
17992025-02-28T10:21:23.842Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18002025-02-28T10:21:23.842Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18012025-02-28T10:21:23.842Z
18022025-02-28T10:21:23.842ZNexus Internal API (client: nexus-client)
18032025-02-28T10:21:23.846Z consumed by: crucible-pantry (crucible/pantry) via 1 path
18042025-02-28T10:21:23.846Z consumed by: dpd (dendrite/dpd) via 1 path
18052025-02-28T10:21:23.846Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18062025-02-28T10:21:23.846Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
18072025-02-28T10:21:23.846Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
18082025-02-28T10:21:23.846Z
18092025-02-28T10:21:23.846ZExternal API (client: oxide-client)
18102025-02-28T10:21:23.846Z
18112025-02-28T10:21:23.846ZOximeter (client: oximeter-client)
18122025-02-28T10:21:23.849Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18132025-02-28T10:21:23.849Z
18142025-02-28T10:21:23.849ZPropolis (client: propolis-client)
18152025-02-28T10:21:23.849Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18162025-02-28T10:21:23.849Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
18172025-02-28T10:21:23.849Z
18182025-02-28T10:21:23.849ZCrucible Repair (client: repair-client)
18192025-02-28T10:21:23.849Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
18202025-02-28T10:21:23.849Z
18212025-02-28T10:21:23.849ZRepo Depot API (client: repo-depot-client)
18222025-02-28T10:21:23.849Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18232025-02-28T10:21:23.849Z
18242025-02-28T10:21:23.850ZSled Agent (client: sled-agent-client)
18252025-02-28T10:21:23.854Z consumed by: omicron-nexus (omicron/nexus) via 7 paths
18262025-02-28T10:21:23.854Z
18272025-02-28T10:21:23.854ZWicketd (client: wicketd-client)
18282025-02-28T10:21:23.857Z
18292025-02-28T10:21:23.985Z
18302025-02-28T10:21:23.985Zreal 37.962483088
18312025-02-28T10:21:23.985Zuser 37.130624970
18322025-02-28T10:21:23.985Zsys 9.895556580
18332025-02-28T10:21:23.985Ztrap 0.016586118
18342025-02-28T10:21:23.988Ztflt 0.100071679
18352025-02-28T10:21:23.988Zdflt 0.205979143
18362025-02-28T10:21:23.988Zkflt 0.000009878
18372025-02-28T10:21:23.988Zlock 43.729958898
18382025-02-28T10:21:23.988Zslp 4:13.014601893
18392025-02-28T10:21:23.988Zlat 0.792084074
18402025-02-28T10:21:23.988Zstop 2.200673416
18412025-02-28T10:21:23.988Z+ ptime -m cargo xtask ls-apis deployment-units
18422025-02-28T10:21:24.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18432025-02-28T10:21:24.622Z Running `target/debug/xtask ls-apis deployment-units`
18442025-02-28T10:21:25.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
18452025-02-28T10:21:25.598Z Running `target/debug/ls-apis deployment-units`
18462025-02-28T10:21:25.642Zloading metadata for workspace omicron from current workspace
18472025-02-28T10:21:26.906Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/ce952e6/Cargo.toml
18482025-02-28T10:21:26.914Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/cb2b592/Cargo.toml
18492025-02-28T10:21:26.917Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/95d6a55/Cargo.toml
18502025-02-28T10:21:26.921Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/81a3528/Cargo.toml
18512025-02-28T10:21:28.912Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/18ed558/Cargo.toml
18522025-02-28T10:21:29.690Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18532025-02-28T10:21:29.707Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18542025-02-28T10:21:29.875ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
18552025-02-28T10:21:29.875Z omicron-clickhouse-admin (omicron/clickhouse-admin)
18562025-02-28T10:21:29.876Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
18572025-02-28T10:21:29.876Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
18582025-02-28T10:21:29.876Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
18592025-02-28T10:21:29.878Z
18602025-02-28T10:21:29.878Z
18612025-02-28T10:21:29.878ZCockroach
18622025-02-28T10:21:29.878Z omicron-cockroach-admin (omicron/cockroach-admin)
18632025-02-28T10:21:29.878Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
18642025-02-28T10:21:29.878Z
18652025-02-28T10:21:29.878Z
18662025-02-28T10:21:29.878ZCrucible
18672025-02-28T10:21:29.878Z crucible-agent (crucible/agent)
18682025-02-28T10:21:29.878Z exposes: Crucible Agent (client = crucible-agent-client)
18692025-02-28T10:21:29.879Z
18702025-02-28T10:21:29.879Z crucible-downstairs (crucible/downstairs)
18712025-02-28T10:21:29.879Z exposes: Crucible Repair (client = repair-client)
18722025-02-28T10:21:29.881Z consumes: repair-client
18732025-02-28T10:21:29.881Z
18742025-02-28T10:21:29.881Z
18752025-02-28T10:21:29.881ZCrucible Pantry
18762025-02-28T10:21:29.881Z crucible-pantry (crucible/pantry)
18772025-02-28T10:21:29.881Z exposes: Crucible Pantry (client = crucible-pantry-client)
18782025-02-28T10:21:29.885Z consumes: nexus-client
18792025-02-28T10:21:29.885Z
18802025-02-28T10:21:29.885Z
18812025-02-28T10:21:29.885ZDNS Server
18822025-02-28T10:21:29.885Z dns-server (omicron/dns-server)
18832025-02-28T10:21:29.885Z exposes: DNS Server (client = dns-service-client)
18842025-02-28T10:21:29.885Z
18852025-02-28T10:21:29.885Z
18862025-02-28T10:21:29.885ZHost OS
18872025-02-28T10:21:29.885Z ddmd (maghemite/ddmd)
18882025-02-28T10:21:29.885Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
18892025-02-28T10:21:29.885Z consumes: dpd-client
18902025-02-28T10:21:29.886Z
18912025-02-28T10:21:29.886Z dpd (dendrite/dpd)
18922025-02-28T10:21:29.886Z exposes: Dendrite DPD (client = dpd-client)
18932025-02-28T10:21:29.888Z consumes: gateway-client
18942025-02-28T10:21:29.888Z consumes: nexus-client
18952025-02-28T10:21:29.888Z
18962025-02-28T10:21:29.888Z lldpd (lldp/lldpd)
18972025-02-28T10:21:29.888Z exposes: LLDP daemon (client = lldpd-client)
18982025-02-28T10:21:29.888Z
18992025-02-28T10:21:29.888Z mgd (maghemite/mgd)
19002025-02-28T10:21:29.888Z exposes: Maghemite MG Admin (client = mg-admin-client)
19012025-02-28T10:21:29.888Z consumes: ddm-admin-client
19022025-02-28T10:21:29.888Z consumes: dpd-client
19032025-02-28T10:21:29.888Z
19042025-02-28T10:21:29.888Z omicron-gateway (omicron/gateway)
19052025-02-28T10:21:29.889Z exposes: Management Gateway Service (client = gateway-client)
19062025-02-28T10:21:29.889Z
19072025-02-28T10:21:29.889Z omicron-sled-agent (omicron/sled-agent)
19082025-02-28T10:21:29.889Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
19092025-02-28T10:21:29.889Z exposes: Repo Depot API (client = repo-depot-client)
19102025-02-28T10:21:29.889Z exposes: Sled Agent (client = sled-agent-client)
19112025-02-28T10:21:29.891Z consumes: bootstrap-agent-client
19122025-02-28T10:21:29.891Z consumes: ddm-admin-client
19132025-02-28T10:21:29.891Z consumes: dns-service-client
19142025-02-28T10:21:29.892Z consumes: dpd-client
19152025-02-28T10:21:29.892Z consumes: gateway-client
19162025-02-28T10:21:29.892Z consumes: mg-admin-client
19172025-02-28T10:21:29.892Z consumes: nexus-client
19182025-02-28T10:21:29.892Z consumes: propolis-client
19192025-02-28T10:21:29.892Z consumes: repo-depot-client
19202025-02-28T10:21:29.892Z
19212025-02-28T10:21:29.892Z propolis-server (propolis/bin/propolis-server)
19222025-02-28T10:21:29.892Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
19232025-02-28T10:21:29.892Z exposes: Propolis (client = propolis-client)
19242025-02-28T10:21:29.894Z consumes: nexus-client
19252025-02-28T10:21:29.894Z
19262025-02-28T10:21:29.894Z tfportd (dendrite/tfportd)
19272025-02-28T10:21:29.895Z consumes: dpd-client
19282025-02-28T10:21:29.895Z
19292025-02-28T10:21:29.895Z wicketd (omicron/wicketd)
19302025-02-28T10:21:29.895Z exposes: Wicketd Installinator (client = installinator-client)
19312025-02-28T10:21:29.895Z exposes: Wicketd (client = wicketd-client)
19322025-02-28T10:21:29.895Z consumes: bootstrap-agent-client
19332025-02-28T10:21:29.895Z consumes: ddm-admin-client
19342025-02-28T10:21:29.895Z consumes: dpd-client
19352025-02-28T10:21:29.895Z consumes: gateway-client
19362025-02-28T10:21:29.895Z
19372025-02-28T10:21:29.895Z
19382025-02-28T10:21:29.895ZInstallinator
19392025-02-28T10:21:29.895Z installinator (omicron/installinator)
19402025-02-28T10:21:29.895Z consumes: ddm-admin-client
19412025-02-28T10:21:29.895Z consumes: installinator-client
19422025-02-28T10:21:29.895Z
19432025-02-28T10:21:29.895Z
19442025-02-28T10:21:29.895ZNexus
19452025-02-28T10:21:29.895Z omicron-nexus (omicron/nexus)
19462025-02-28T10:21:29.895Z exposes: Nexus Internal API (client = nexus-client)
19472025-02-28T10:21:29.895Z exposes: External API (client = oxide-client)
19482025-02-28T10:21:29.898Z consumes: clickhouse-admin-keeper-client
19492025-02-28T10:21:29.898Z consumes: clickhouse-admin-server-client
19502025-02-28T10:21:29.898Z consumes: clickhouse-admin-single-client
19512025-02-28T10:21:29.898Z consumes: cockroach-admin-client
19522025-02-28T10:21:29.898Z consumes: crucible-agent-client
19532025-02-28T10:21:29.898Z consumes: crucible-pantry-client
19542025-02-28T10:21:29.898Z consumes: dns-service-client
19552025-02-28T10:21:29.898Z consumes: dpd-client
19562025-02-28T10:21:29.898Z consumes: gateway-client
19572025-02-28T10:21:29.898Z consumes: lldpd-client
19582025-02-28T10:21:29.898Z consumes: mg-admin-client
19592025-02-28T10:21:29.898Z consumes: oximeter-client
19602025-02-28T10:21:29.898Z consumes: propolis-client
19612025-02-28T10:21:29.898Z consumes: sled-agent-client
19622025-02-28T10:21:29.898Z
19632025-02-28T10:21:29.898Z
19642025-02-28T10:21:29.898ZOximeter
19652025-02-28T10:21:29.898Z oximeter-collector (omicron/oximeter/collector)
19662025-02-28T10:21:29.898Z exposes: Oximeter (client = oximeter-client)
19672025-02-28T10:21:29.901Z consumes: nexus-client
19682025-02-28T10:21:29.901Z
19692025-02-28T10:21:29.901Z
19702025-02-28T10:21:30.028Z
19712025-02-28T10:21:30.028Zreal 6.024005980
19722025-02-28T10:21:30.028Zuser 4.922311763
19732025-02-28T10:21:30.028Zsys 1.924850112
19742025-02-28T10:21:30.028Ztrap 0.002097073
19752025-02-28T10:21:30.028Ztflt 0.000031853
19762025-02-28T10:21:30.028Zdflt 0.000009417
19772025-02-28T10:21:30.028Zkflt 0.000000000
19782025-02-28T10:21:30.031Zlock 0.003329219
19792025-02-28T10:21:30.031Zslp 13.720498027
19802025-02-28T10:21:30.031Zlat 0.052051709
19812025-02-28T10:21:30.031Zstop 0.100018545
19822025-02-28T10:21:30.031Z+ ptime -m cargo xtask ls-apis servers
19832025-02-28T10:21:30.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19842025-02-28T10:21:30.586Z Running `target/debug/xtask ls-apis servers`
19852025-02-28T10:21:31.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
19862025-02-28T10:21:31.510Z Running `target/debug/ls-apis servers`
19872025-02-28T10:21:31.553Zloading metadata for workspace omicron from current workspace
19882025-02-28T10:21:32.825Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/ce952e6/Cargo.toml
19892025-02-28T10:21:32.834Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/95d6a55/Cargo.toml
19902025-02-28T10:21:32.837Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/cb2b592/Cargo.toml
19912025-02-28T10:21:32.843Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/81a3528/Cargo.toml
19922025-02-28T10:21:34.775Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/18ed558/Cargo.toml
19932025-02-28T10:21:35.558Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19942025-02-28T10:21:35.576Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19952025-02-28T10:21:35.749Zomicron-clickhouse-admin (omicron/clickhouse-admin)
19962025-02-28T10:21:35.749Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
19972025-02-28T10:21:35.749Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
19982025-02-28T10:21:35.749Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
19992025-02-28T10:21:35.752Z
20002025-02-28T10:21:35.752Zomicron-cockroach-admin (omicron/cockroach-admin)
20012025-02-28T10:21:35.752Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
20022025-02-28T10:21:35.752Z
20032025-02-28T10:21:35.753Zcrucible-agent (crucible/agent)
20042025-02-28T10:21:35.753Z exposes: Crucible Agent (client = crucible-agent-client)
20052025-02-28T10:21:35.753Z
20062025-02-28T10:21:35.753Zcrucible-downstairs (crucible/downstairs)
20072025-02-28T10:21:35.753Z exposes: Crucible Repair (client = repair-client)
20082025-02-28T10:21:35.756Z consumes: repair-client
20092025-02-28T10:21:35.756Z
20102025-02-28T10:21:35.756Zcrucible-pantry (crucible/pantry)
20112025-02-28T10:21:35.756Z exposes: Crucible Pantry (client = crucible-pantry-client)
20122025-02-28T10:21:35.756Z consumes: nexus-client
20132025-02-28T10:21:35.756Z
20142025-02-28T10:21:35.756Zdns-server (omicron/dns-server)
20152025-02-28T10:21:35.756Z exposes: DNS Server (client = dns-service-client)
20162025-02-28T10:21:35.759Z
20172025-02-28T10:21:35.759Zomicron-sled-agent (omicron/sled-agent)
20182025-02-28T10:21:35.760Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20192025-02-28T10:21:35.760Z exposes: Repo Depot API (client = repo-depot-client)
20202025-02-28T10:21:35.760Z exposes: Sled Agent (client = sled-agent-client)
20212025-02-28T10:21:35.760Z consumes: bootstrap-agent-client
20222025-02-28T10:21:35.760Z consumes: ddm-admin-client
20232025-02-28T10:21:35.760Z consumes: dns-service-client
20242025-02-28T10:21:35.760Z consumes: dpd-client
20252025-02-28T10:21:35.760Z consumes: gateway-client
20262025-02-28T10:21:35.760Z consumes: mg-admin-client
20272025-02-28T10:21:35.760Z consumes: nexus-client
20282025-02-28T10:21:35.760Z consumes: propolis-client
20292025-02-28T10:21:35.760Z consumes: repo-depot-client
20302025-02-28T10:21:35.760Z
20312025-02-28T10:21:35.760Zpropolis-server (propolis/bin/propolis-server)
20322025-02-28T10:21:35.760Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20332025-02-28T10:21:35.760Z exposes: Propolis (client = propolis-client)
20342025-02-28T10:21:35.764Z consumes: nexus-client
20352025-02-28T10:21:35.765Z
20362025-02-28T10:21:35.765Zddmd (maghemite/ddmd)
20372025-02-28T10:21:35.765Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20382025-02-28T10:21:35.765Z consumes: dpd-client
20392025-02-28T10:21:35.765Z
20402025-02-28T10:21:35.765Zdpd (dendrite/dpd)
20412025-02-28T10:21:35.765Z exposes: Dendrite DPD (client = dpd-client)
20422025-02-28T10:21:35.768Z consumes: gateway-client
20432025-02-28T10:21:35.769Z consumes: nexus-client
20442025-02-28T10:21:35.769Z
20452025-02-28T10:21:35.769Zlldpd (lldp/lldpd)
20462025-02-28T10:21:35.769Z exposes: LLDP daemon (client = lldpd-client)
20472025-02-28T10:21:35.769Z
20482025-02-28T10:21:35.769Zmgd (maghemite/mgd)
20492025-02-28T10:21:35.769Z exposes: Maghemite MG Admin (client = mg-admin-client)
20502025-02-28T10:21:35.769Z consumes: ddm-admin-client
20512025-02-28T10:21:35.769Z consumes: dpd-client
20522025-02-28T10:21:35.769Z
20532025-02-28T10:21:35.769Zomicron-gateway (omicron/gateway)
20542025-02-28T10:21:35.769Z exposes: Management Gateway Service (client = gateway-client)
20552025-02-28T10:21:35.769Z
20562025-02-28T10:21:35.769Ztfportd (dendrite/tfportd)
20572025-02-28T10:21:35.769Z consumes: dpd-client
20582025-02-28T10:21:35.769Z
20592025-02-28T10:21:35.769Zwicketd (omicron/wicketd)
20602025-02-28T10:21:35.769Z exposes: Wicketd Installinator (client = installinator-client)
20612025-02-28T10:21:35.769Z exposes: Wicketd (client = wicketd-client)
20622025-02-28T10:21:35.769Z consumes: bootstrap-agent-client
20632025-02-28T10:21:35.769Z consumes: ddm-admin-client
20642025-02-28T10:21:35.769Z consumes: dpd-client
20652025-02-28T10:21:35.769Z consumes: gateway-client
20662025-02-28T10:21:35.769Z
20672025-02-28T10:21:35.769Zinstallinator (omicron/installinator)
20682025-02-28T10:21:35.770Z consumes: ddm-admin-client
20692025-02-28T10:21:35.770Z consumes: installinator-client
20702025-02-28T10:21:35.770Z
20712025-02-28T10:21:35.770Zomicron-nexus (omicron/nexus)
20722025-02-28T10:21:35.770Z exposes: Nexus Internal API (client = nexus-client)
20732025-02-28T10:21:35.770Z exposes: External API (client = oxide-client)
20742025-02-28T10:21:35.773Z consumes: clickhouse-admin-keeper-client
20752025-02-28T10:21:35.773Z consumes: clickhouse-admin-server-client
20762025-02-28T10:21:35.773Z consumes: clickhouse-admin-single-client
20772025-02-28T10:21:35.773Z consumes: cockroach-admin-client
20782025-02-28T10:21:35.773Z consumes: crucible-agent-client
20792025-02-28T10:21:35.773Z consumes: crucible-pantry-client
20802025-02-28T10:21:35.773Z consumes: dns-service-client
20812025-02-28T10:21:35.773Z consumes: dpd-client
20822025-02-28T10:21:35.773Z consumes: gateway-client
20832025-02-28T10:21:35.773Z consumes: lldpd-client
20842025-02-28T10:21:35.773Z consumes: mg-admin-client
20852025-02-28T10:21:35.773Z consumes: oximeter-client
20862025-02-28T10:21:35.773Z consumes: propolis-client
20872025-02-28T10:21:35.773Z consumes: sled-agent-client
20882025-02-28T10:21:35.773Z
20892025-02-28T10:21:35.773Zoximeter-collector (omicron/oximeter/collector)
20902025-02-28T10:21:35.773Z exposes: Oximeter (client = oximeter-client)
20912025-02-28T10:21:35.773Z consumes: nexus-client
20922025-02-28T10:21:35.774Z
20932025-02-28T10:21:35.902Z
20942025-02-28T10:21:35.905Zreal 5.854868116
20952025-02-28T10:21:35.905Zuser 4.855200421
20962025-02-28T10:21:35.905Zsys 1.818100571
20972025-02-28T10:21:35.905Ztrap 0.000580431
20982025-02-28T10:21:35.905Ztflt 0.000045818
20992025-02-28T10:21:35.905Zdflt 0.000029614
21002025-02-28T10:21:35.905Zkflt 0.000000000
21012025-02-28T10:21:35.905Zlock 0.003705361
21022025-02-28T10:21:35.905Zslp 13.361189852
21032025-02-28T10:21:35.905Zlat 0.010796305
21042025-02-28T10:21:35.905Zstop 0.103366501
21052025-02-28T10:21:35.905Z+ ptime -m cargo xtask ls-apis check
21062025-02-28T10:21:36.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21072025-02-28T10:21:36.459Z Running `target/debug/xtask ls-apis check`
21082025-02-28T10:21:37.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
21092025-02-28T10:21:37.373Z Running `target/debug/ls-apis check`
21102025-02-28T10:21:37.417Zloading metadata for workspace omicron from current workspace
21112025-02-28T10:21:38.673Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/ce952e6/Cargo.toml
21122025-02-28T10:21:38.678Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/cb2b592/Cargo.toml
21132025-02-28T10:21:38.682Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/81a3528/Cargo.toml
21142025-02-28T10:21:38.685Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/95d6a55/Cargo.toml
21152025-02-28T10:21:40.614Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/18ed558/Cargo.toml
21162025-02-28T10:21:41.399Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21172025-02-28T10:21:41.416Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21182025-02-28T10:21:41.676Z
21192025-02-28T10:21:41.676Z
21202025-02-28T10:21:41.676ZServer-managed APIs:
21212025-02-28T10:21:41.677Z
21222025-02-28T10:21:41.677Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
21232025-02-28T10:21:41.677Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
21242025-02-28T10:21:41.677Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
21252025-02-28T10:21:41.677Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
21262025-02-28T10:21:41.677Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
21272025-02-28T10:21:41.677Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
21282025-02-28T10:21:41.677Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
21292025-02-28T10:21:41.677Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
21302025-02-28T10:21:41.677Z DNS Server (dns-service-client, exposed by dns-server)
21312025-02-28T10:21:41.677Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
21322025-02-28T10:21:41.677Z LLDP daemon (lldpd-client, exposed by lldpd)
21332025-02-28T10:21:41.677Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
21342025-02-28T10:21:41.677Z External API (oxide-client, exposed by omicron-nexus)
21352025-02-28T10:21:41.677Z Oximeter (oximeter-client, exposed by oximeter-collector)
21362025-02-28T10:21:41.677Z Propolis (propolis-client, exposed by propolis-server)
21372025-02-28T10:21:41.677Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
21382025-02-28T10:21:41.677Z Wicketd (wicketd-client, exposed by wicketd)
21392025-02-28T10:21:41.677Z
21402025-02-28T10:21:41.677Z
21412025-02-28T10:21:41.677ZClient-managed API:
21422025-02-28T10:21:41.677Z
21432025-02-28T10:21:41.677Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
21442025-02-28T10:21:41.677Z reason: depends on itself (i.e., instances call each other)
21452025-02-28T10:21:41.677Z Dendrite DPD (dpd-client, exposed by dpd)
21462025-02-28T10:21:41.677Z reason: Sled Agent calling DPD creates a circular dependency
21472025-02-28T10:21:41.677Z Wicketd Installinator (installinator-client, exposed by wicketd)
21482025-02-28T10:21:41.677Z reason: client is provided implicitly by the operator
21492025-02-28T10:21:41.677Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
21502025-02-28T10:21:41.677Z reason: Circular dependencies between Nexus and other services
21512025-02-28T10:21:41.677Z Crucible Repair (repair-client, exposed by crucible-downstairs)
21522025-02-28T10:21:41.677Z reason: depends on itself (i.e., instances call each other)
21532025-02-28T10:21:41.677Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
21542025-02-28T10:21:41.677Z reason: depends on itself (i.e., instances call each other)
21552025-02-28T10:21:41.677Z
21562025-02-28T10:21:41.677Z
21572025-02-28T10:21:41.677ZAPIs with unknown version management: none
21582025-02-28T10:21:41.805Z
21592025-02-28T10:21:41.805Zreal 5.885697069
21602025-02-28T10:21:41.805Zuser 4.895931565
21612025-02-28T10:21:41.805Zsys 1.812398029
21622025-02-28T10:21:41.807Ztrap 0.000410986
21632025-02-28T10:21:41.807Ztflt 0.000038630
21642025-02-28T10:21:41.808Zdflt 0.000163830
21652025-02-28T10:21:41.808Zkflt 0.000000000
21662025-02-28T10:21:41.808Zlock 0.003702711
21672025-02-28T10:21:41.808Zslp 13.296616308
21682025-02-28T10:21:41.808Zlat 0.010676110
21692025-02-28T10:21:41.808Zstop 0.109364075
21702025-02-28T10:21:41.808Z+ banner build
21712025-02-28T10:21:41.811Z
21722025-02-28T10:21:41.811Z ##### # # # # #####
21732025-02-28T10:21:41.811Z # # # # # # # #
21742025-02-28T10:21:41.811Z ##### # # # # # #
21752025-02-28T10:21:41.811Z # # # # # # # #
21762025-02-28T10:21:41.811Z # # # # # # # #
21772025-02-28T10:21:41.811Z ##### #### # ###### #####
21782025-02-28T10:21:41.811Z
21792025-02-28T10:21:41.811Z+ export 'RUSTFLAGS=-D warnings'
21802025-02-28T10:21:41.811Z+ RUSTFLAGS='-D warnings'
21812025-02-28T10:21:41.811Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
21822025-02-28T10:21:41.811Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
21832025-02-28T10:21:41.811Z+ [[ illumos == \i\l\l\u\m\o\s ]]
21842025-02-28T10:21:41.811Z+ RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
21852025-02-28T10:21:41.811Z+ export TMPDIR=/var/tmp/omicron_tmp
21862025-02-28T10:21:41.811Z+ TMPDIR=/var/tmp/omicron_tmp
21872025-02-28T10:21:41.811Z+ export RUST_BACKTRACE=1
21882025-02-28T10:21:41.811Z+ RUST_BACKTRACE=1
21892025-02-28T10:21:41.811Z+ export CARGO_INCREMENTAL=0
21902025-02-28T10:21:41.811Z+ CARGO_INCREMENTAL=0
21912025-02-28T10:21:41.811Z+ export RUSTC_BOOTSTRAP=1
21922025-02-28T10:21:41.811Z+ RUSTC_BOOTSTRAP=1
21932025-02-28T10:21:41.811Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --exclude=omicron-nexus --tests --locked --verbose
21942025-02-28T10:21:43.539Z Compiling proc-macro2 v1.0.93
21952025-02-28T10:21:43.539Z Compiling unicode-ident v1.0.14
21962025-02-28T10:21:43.539Z Compiling libc v0.2.170
21972025-02-28T10:21:43.543Z Compiling cfg-if v1.0.0
21982025-02-28T10:21:43.543Z Compiling serde v1.0.218
21992025-02-28T10:21:43.543Z Compiling autocfg v1.4.0
22002025-02-28T10:21:43.543Z Compiling memchr v2.7.4
22012025-02-28T10:21:43.699Z Compiling version_check v0.9.5
22022025-02-28T10:21:43.702Z 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.93/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=31824a611b324d98 -C extra-filename=-e45517be5f8445d7 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-e45517be5f8445d7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22032025-02-28T10:21:43.702Z 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`
22042025-02-28T10:21:43.702Z 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.170/build.rs --error-format=json --json=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=92f25735d5cd19fb -C extra-filename=-80d380bcea6957d0 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-80d380bcea6957d0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22052025-02-28T10:21:43.702Z 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`
22062025-02-28T10:21:43.702Z 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.218/build.rs --error-format=json --json=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=ff68019dd289812a -C extra-filename=-5e8791287b45f6e5 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-5e8791287b45f6e5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22072025-02-28T10:21:43.716Z 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`
22082025-02-28T10:21:43.716Z 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`
22092025-02-28T10:21:43.719Z 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`
22102025-02-28T10:21:43.833Z Compiling value-bag v1.9.0
22112025-02-28T10:21:43.836Z 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`
22122025-02-28T10:21:43.872Z Compiling itoa v1.0.11
22132025-02-28T10:21:43.875Z 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`
22142025-02-28T10:21:44.121Z Compiling scopeguard v1.2.0
22152025-02-28T10:21:44.125Z 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`
22162025-02-28T10:21:44.312Z Compiling log v0.4.22
22172025-02-28T10:21:44.333Z 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`
22182025-02-28T10:21:44.367Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-e45517be5f8445d7/build-script-build`
22192025-02-28T10:21:44.367Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-5e8791287b45f6e5/build-script-build`
22202025-02-28T10:21:44.396Z Compiling once_cell v1.20.3
22212025-02-28T10:21:44.399Z 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`
22222025-02-28T10:21:44.425Z Compiling smallvec v1.14.0
22232025-02-28T10:21:44.428Z 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.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="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", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=25fc70ceda9bdc9a -C extra-filename=-e5bb232e735f783e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22242025-02-28T10:21:44.455Z Compiling byteorder v1.5.0
22252025-02-28T10:21:44.455Z 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`
22262025-02-28T10:21:44.525Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-80d380bcea6957d0/build-script-build`
22272025-02-28T10:21:44.581Z 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.170/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=8acc3faa6eb5bd50 -C extra-filename=-41b4d43f76d21dca --out-dir /work/oxidecomputer/omicron/target/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_old_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(linux_time_bits64)' --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"))'`
22282025-02-28T10:21:44.644Z Compiling lock_api v0.4.12
22292025-02-28T10:21:44.647Z 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`
22302025-02-28T10:21:44.777Z Compiling pin-project-lite v0.2.14
22312025-02-28T10:21:44.780Z 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`
22322025-02-28T10:21:44.808Z 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.93/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=2d07456d6542d1f8 -C extra-filename=-5924188bd02e8a8d --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)'`
22332025-02-28T10:21:44.838Z Compiling ryu v1.0.18
22342025-02-28T10:21:44.838Z 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`
22352025-02-28T10:21:44.924Z Compiling subtle v2.6.1
22362025-02-28T10:21:44.929Z 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`
22372025-02-28T10:21:44.952Z Compiling shlex v1.3.0
22382025-02-28T10:21:44.973Z 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`
22392025-02-28T10:21:45.047Z Compiling libm v0.2.8
22402025-02-28T10:21:45.049Z 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`
22412025-02-28T10:21:45.075Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-234c6e364a590cdd/build-script-build`
22422025-02-28T10:21:45.199Z Compiling regex-syntax v0.8.5
22432025-02-28T10:21:45.203Z 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`
22442025-02-28T10:21:45.233Z Compiling num-traits v0.2.19
22452025-02-28T10:21:45.233Z 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`
22462025-02-28T10:21:45.237Z 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`
22472025-02-28T10:21:45.284Z Compiling aho-corasick v1.1.3
22482025-02-28T10:21:45.284Z 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`
22492025-02-28T10:21:45.331Z Compiling parking_lot_core v0.9.10
22502025-02-28T10:21:45.335Z 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`
22512025-02-28T10:21:45.463Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-437ddefae983f5d3/build-script-build`
22522025-02-28T10:21:45.508Z 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`
22532025-02-28T10:21:45.645Z Compiling quote v1.0.38
22542025-02-28T10:21:45.648Z 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=8a2962213a02425d -C extra-filename=-9774cec2beac982d --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-5924188bd02e8a8d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22552025-02-28T10:21:45.675Z Compiling getrandom v0.2.15
22562025-02-28T10:21:45.678Z 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=6420afaa56c75479 -C extra-filename=-18f0880b436c32e6 --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22572025-02-28T10:21:45.823Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-7bbf2d41207939cd/build-script-build`
22582025-02-28T10:21:45.897Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-8c43fd794a77a0a0/build-script-build`
22592025-02-28T10:21:45.909Z Compiling jobserver v0.1.32
22602025-02-28T10:21:45.912Z 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=73aed2db3398151b -C extra-filename=-21f89a843d45d85b --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22612025-02-28T10:21:46.085Z Compiling syn v2.0.98
22622025-02-28T10:21:46.088Z 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.98/src/lib.rs --error-format=json --json=diagnostic-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=eb0a673d436ffb0e -C extra-filename=-6ca4b90b96f9d0fc --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-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.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`
22632025-02-28T10:21:46.114Z Compiling rand_core v0.6.4
22642025-02-28T10:21:46.117Z 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=939be090b20dbe6f -C extra-filename=-c9da9b954e2f8ef1 --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-18f0880b436c32e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22652025-02-28T10:21:46.205Z Compiling serde_json v1.0.139
22662025-02-28T10:21:46.208Z 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`
22672025-02-28T10:21:46.276Z 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=27d9c87c53a9f70c -C extra-filename=-28b149592a5230c3 --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-41b4d43f76d21dca.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22682025-02-28T10:21:46.620Z 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)'`
22692025-02-28T10:21:46.652Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-d2503aa253b47458/build-script-build`
22702025-02-28T10:21:46.694Z Compiling cc v1.2.15
22712025-02-28T10:21:46.696Z Compiling typenum v1.17.0
22722025-02-28T10:21:46.696Z 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.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 --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=bcce82fb0eab4d48 -C extra-filename=-26b01f0b27175bd6 --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-21f89a843d45d85b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.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`
22732025-02-28T10:21:46.721Z 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`
22742025-02-28T10:21:46.775Z Compiling allocator-api2 v0.2.18
22752025-02-28T10:21:46.778Z 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`
22762025-02-28T10:21:46.806Z Compiling semver v1.0.25
22772025-02-28T10:21:46.809Z 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`
22782025-02-28T10:21:47.411Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-98ed0e26b0901fab/build-script-build`
22792025-02-28T10:21:47.500Z Compiling parking_lot v0.12.3
22802025-02-28T10:21:47.503Z 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=9bd3310a4ca4650e -C extra-filename=-225ff234fd698a6f --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-28b149592a5230c3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22812025-02-28T10:21:47.570Z Compiling generic-array v0.14.7
22822025-02-28T10:21:47.572Z 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`
22832025-02-28T10:21:47.782Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-fc0b8a39602987f8/build-script-main`
22842025-02-28T10:21:48.012Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-e222f7e784ebb312/build-script-build`
22852025-02-28T10:21:48.015Z 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`
22862025-02-28T10:21:48.105Z Compiling thiserror v1.0.69
22872025-02-28T10:21:48.108Z 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`
22882025-02-28T10:21:48.328Z Compiling signal-hook-registry v1.4.2
22892025-02-28T10:21:48.331Z 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=385b5609bedad6d4 -C extra-filename=-f14b4583915d0413 --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22902025-02-28T10:21:48.404Z Compiling errno v0.3.9
22912025-02-28T10:21:48.407Z 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=1ed3f3aa82ef97cd -C extra-filename=-a2355d8669023f55 --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22922025-02-28T10:21:48.678Z Compiling fnv v1.0.7
22932025-02-28T10:21:48.704Z 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`
22942025-02-28T10:21:48.753Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-dd4418b58e898f9a/build-script-build`
22952025-02-28T10:21:48.850Z Compiling regex-automata v0.4.8
22962025-02-28T10:21:48.878Z 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`
22972025-02-28T10:21:49.001Z Compiling futures-core v0.3.31
22982025-02-28T10:21:49.004Z 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`
22992025-02-28T10:21:49.208Z Compiling rustix v0.38.37
23002025-02-28T10:21:49.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/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`
23012025-02-28T10:21:49.236Z Compiling foldhash v0.1.3
23022025-02-28T10:21:49.236Z 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`
23032025-02-28T10:21:49.272Z Compiling equivalent v1.0.1
23042025-02-28T10:21:49.275Z 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`
23052025-02-28T10:21:49.420Z Compiling mio v1.0.2
23062025-02-28T10:21:49.424Z 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=c6bb0db18a23fea0 -C extra-filename=-ac7c53bc75619921 --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-41b4d43f76d21dca.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`
23072025-02-28T10:21:49.537Z Compiling hashbrown v0.15.1
23082025-02-28T10:21:49.540Z Compiling either v1.14.0
23092025-02-28T10:21:49.540Z 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`
23102025-02-28T10:21:49.540Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.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_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=98a0a6802ba1c89a -C extra-filename=-7f21ccbadb60cd85 --out-dir /work/oxidecomputer/omicron/target/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-28T10:21:50.000Z Compiling socket2 v0.5.8
23122025-02-28T10:21:50.004Z 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.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="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=58d935590299d888 -C extra-filename=-b761ff4075e9e77b --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23132025-02-28T10:21:50.027Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-45bdda515b9785ee/build-script-build`
23142025-02-28T10:21:50.366Z Compiling heck v0.5.0
23152025-02-28T10:21:50.369Z 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`
23162025-02-28T10:21:50.443Z Compiling const-oid v0.9.6
23172025-02-28T10:21:50.475Z 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`
23182025-02-28T10:21:50.479Z Compiling slab v0.4.9
23192025-02-28T10:21:50.507Z 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`
23202025-02-28T10:21:50.729Z Compiling futures-io v0.3.31
23212025-02-28T10:21:50.732Z 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`
23222025-02-28T10:21:50.844Z Compiling getrandom v0.3.1
23232025-02-28T10:21:50.847Z 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/getrandom-0.3.1/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 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=fbc92edba820b007 -C extra-filename=-055b0f787f48c897 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-055b0f787f48c897 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23242025-02-28T10:21:50.875Z Compiling spin v0.9.8
23252025-02-28T10:21:50.875Z 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`
23262025-02-28T10:21:50.944Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-5efcfe1a9d362585/build-script-build`
23272025-02-28T10:21:51.003Z Compiling iana-time-zone v0.1.61
23282025-02-28T10:21:51.006Z 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`
23292025-02-28T10:21:51.060Z Compiling futures-sink v0.3.31
23302025-02-28T10:21:51.088Z 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`
23312025-02-28T10:21:51.092Z 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`
23322025-02-28T10:21:51.240Z Compiling cpufeatures v0.2.14
23332025-02-28T10:21:51.243Z 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`
23342025-02-28T10:21:51.272Z Compiling lazy_static v1.5.0
23352025-02-28T10:21:51.275Z 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`
23362025-02-28T10:21:51.362Z Compiling stable_deref_trait v1.2.0
23372025-02-28T10:21:51.401Z 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`
23382025-02-28T10:21:51.405Z Compiling pin-utils v0.1.0
23392025-02-28T10:21:51.408Z Compiling pkg-config v0.3.31
23402025-02-28T10:21:51.408Z 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`
23412025-02-28T10:21:51.408Z 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`
23422025-02-28T10:21:51.456Z Compiling futures-channel v0.3.31
23432025-02-28T10:21:51.460Z 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`
23442025-02-28T10:21:51.484Z Compiling futures-task v0.3.31
23452025-02-28T10:21:51.510Z 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`
23462025-02-28T10:21:51.528Z Compiling schemars v0.8.22
23472025-02-28T10:21:51.531Z 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.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=f595c306392fb27f -C extra-filename=-5cdfcbee9b2f0191 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-5cdfcbee9b2f0191 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23482025-02-28T10:21:51.566Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-055b0f787f48c897/build-script-build`
23492025-02-28T10:21:51.610Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-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 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=91d84ea2f6cc0a80 -C extra-filename=-fd074e5e26c6f3e8 --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23502025-02-28T10:21:51.801Z Compiling dyn-clone v1.0.18
23512025-02-28T10:21:51.804Z 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`
23522025-02-28T10:21:51.890Z Compiling glob v0.3.2
23532025-02-28T10:21:51.892Z 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`
23542025-02-28T10:21:51.998Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-5cdfcbee9b2f0191/build-script-build`
23552025-02-28T10:21:52.044Z Compiling tracing-core v0.1.32
23562025-02-28T10:21:52.044Z 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`
23572025-02-28T10:21:52.075Z Compiling syn v1.0.109
23582025-02-28T10:21:52.078Z Compiling minimal-lexical v0.2.1
23592025-02-28T10:21:52.078Z 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`
23602025-02-28T10:21:52.078Z 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`
23612025-02-28T10:21:52.436Z Compiling prettyplease v0.2.29
23622025-02-28T10:21:52.440Z 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`
23632025-02-28T10:21:52.640Z Compiling nom v7.1.3
23642025-02-28T10:21:52.643Z 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`
23652025-02-28T10:21:52.671Z Compiling writeable v0.5.5
23662025-02-28T10:21:52.708Z 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`
23672025-02-28T10:21:52.711Z Compiling clang-sys v1.8.1
23682025-02-28T10:21:52.711Z 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_10_0"' --cfg 'feature="clang_11_0"' --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="clang_7_0"' --cfg 'feature="clang_8_0"' --cfg 'feature="clang_9_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=553371640722434c -C extra-filename=-74187a83cd8ca181 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-74187a83cd8ca181 -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`
23692025-02-28T10:21:52.819Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-19051e4fa307c78c/build-script-build`
23702025-02-28T10:21:52.829Z 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=de7135afe9136ac9 -C extra-filename=-c9b38d9348343e5a --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-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.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`
23712025-02-28T10:21:52.882Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-f074c52ad8cc62af/build-script-build`
23722025-02-28T10:21:52.910Z Compiling litemap v0.7.3
23732025-02-28T10:21:52.913Z 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`
23742025-02-28T10:21:53.203Z Compiling serde_derive_internals v0.29.1
23752025-02-28T10:21:53.205Z 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=754f29fe0f5a0699 -C extra-filename=-54522c438b086982 --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-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23762025-02-28T10:21:53.233Z Compiling synstructure v0.13.1
23772025-02-28T10:21:53.277Z 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=cd51b1d47915dea2 -C extra-filename=-47125aea87b36854 --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-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23782025-02-28T10:21:53.306Z Compiling home v0.5.9
23792025-02-28T10:21:53.309Z 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`
23802025-02-28T10:21:53.492Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-74187a83cd8ca181/build-script-build`
23812025-02-28T10:21:53.526Z Compiling percent-encoding v2.3.1
23822025-02-28T10:21:53.530Z 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`
23832025-02-28T10:21:53.559Z Compiling libloading v0.8.5
23842025-02-28T10:21:53.562Z 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`
23852025-02-28T10:21:53.848Z Compiling strsim v0.11.1
23862025-02-28T10:21:53.874Z 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`
23872025-02-28T10:21:53.957Z Compiling crossbeam-utils v0.8.20
23882025-02-28T10:21:53.960Z 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`
23892025-02-28T10:21:54.588Z Compiling regex v1.11.1
23902025-02-28T10:21:54.613Z 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`
23912025-02-28T10:21:54.618Z Compiling icu_locid_transform_data v1.5.0
23922025-02-28T10:21:54.620Z 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`
23932025-02-28T10:21:54.654Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-f60d0ba1b5458b04/build-script-build`
23942025-02-28T10:21:54.697Z 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_10_0"' --cfg 'feature="clang_11_0"' --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="clang_7_0"' --cfg 'feature="clang_8_0"' --cfg 'feature="clang_9_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=46caeb9a7fed6eb0 -C extra-filename=-8fffd399382af63b --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-41b4d43f76d21dca.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`
23952025-02-28T10:21:54.753Z 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=2bef47a8e390a2de -C extra-filename=-a9ea3aaf9229e0ec --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-5924188bd02e8a8d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.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)'`
23962025-02-28T10:21:55.489Z Compiling icu_properties_data v1.5.0
23972025-02-28T10:21:55.492Z 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`
23982025-02-28T10:21:55.547Z 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)'`
23992025-02-28T10:21:55.771Z Compiling cexpr v0.6.0
24002025-02-28T10:21:55.774Z 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`
24012025-02-28T10:21:55.996Z Compiling form_urlencoded v1.2.1
24022025-02-28T10:21:56.037Z 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`
24032025-02-28T10:21:56.333Z Compiling ring v0.17.11
24042025-02-28T10:21:56.336Z 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.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="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=af2b470f5337f15e -C extra-filename=-7b2ad44f4b4f45b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-7b2ad44f4b4f45b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-26b01f0b27175bd6.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24052025-02-28T10:21:56.686Z Compiling utf8_iter v1.0.4
24062025-02-28T10:21:56.689Z 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`
24072025-02-28T10:21:56.959Z Compiling write16 v1.0.0
24082025-02-28T10:21:56.959Z 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`
24092025-02-28T10:21:57.127Z Compiling paste v1.0.15
24102025-02-28T10:21:57.130Z 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`
24112025-02-28T10:21:57.381Z Compiling utf16_iter v1.0.5
24122025-02-28T10:21:57.384Z 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`
24132025-02-28T10:21:57.569Z Compiling icu_normalizer_data v1.5.0
24142025-02-28T10:21:57.572Z 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`
24152025-02-28T10:21:57.610Z Compiling adler2 v2.0.0
24162025-02-28T10:21:57.614Z 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`
24172025-02-28T10:21:57.614Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-7b2ad44f4b4f45b2/build-script-build`
24182025-02-28T10:21:57.694Z Compiling vcpkg v0.2.15
24192025-02-28T10:21:57.697Z 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`
24202025-02-28T10:21:57.751Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-85566530b7ac6788/build-script-build`
24212025-02-28T10:21:57.813Z Compiling miniz_oxide v0.8.5
24222025-02-28T10:21:57.815Z 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.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(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=a29567f74eba3951 -C extra-filename=-0919e08990387c7e --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`
24232025-02-28T10:21:57.846Z Compiling httparse v1.9.5
24242025-02-28T10:21:57.846Z 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`
24252025-02-28T10:21:58.356Z Compiling serde_derive v1.0.218
24262025-02-28T10:21:58.359Z 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.218/src/lib.rs --error-format=json --json=diagnostic-rendered-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=764af9601d2dad0d -C extra-filename=-e3fd301d42d9587b --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24272025-02-28T10:21:58.579Z Compiling zeroize_derive v1.4.2
24282025-02-28T10:21:58.582Z 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=deb4784c1ab941b1 -C extra-filename=-ea18248d807b55d1 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24292025-02-28T10:21:59.286Z Compiling zerocopy-derive v0.7.35
24302025-02-28T10:21:59.291Z 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=f196269f46f0630f -C extra-filename=-fd05366853721a7d --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24312025-02-28T10:21:59.315Z Compiling thiserror-impl v1.0.69
24322025-02-28T10:21:59.318Z 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=33edd4ba0a1b38eb -C extra-filename=-6369e91c86743d6d --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24332025-02-28T10:21:59.351Z Compiling tokio-macros v2.5.0
24342025-02-28T10:21:59.381Z 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=3d2cc5e0bb893bb6 -C extra-filename=-0bb4880310cc65bf --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24352025-02-28T10:22:00.147Z Compiling zeroize v1.8.1
24362025-02-28T10:22:00.151Z 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=3e2b60e7fec2708a -C extra-filename=-ef70c5a98b979289 --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-ea18248d807b55d1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24372025-02-28T10:22:00.539Z 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=9abfc58b3d5e06f3 -C extra-filename=-52c2335562854fea --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-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
24382025-02-28T10:22:00.962Z Compiling futures-macro v0.3.31
24392025-02-28T10:22:00.965Z 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=b3612f1c5afc3024 -C extra-filename=-354aecb92931927e --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24402025-02-28T10:22:01.438Z Compiling zerocopy v0.7.35
24412025-02-28T10:22:01.441Z 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=732ec13632e17a53 -C extra-filename=-7ac579f0269c799a --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-fd05366853721a7d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24422025-02-28T10:22:01.754Z Compiling crypto-common v0.1.6
24432025-02-28T10:22:01.757Z 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=9d155bee03eb2f26 -C extra-filename=-deda26ef8f06357a --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-52c2335562854fea.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.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`
24442025-02-28T10:22:02.054Z Compiling block-buffer v0.10.4
24452025-02-28T10:22:02.057Z 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=831359f4e00bb8d8 -C extra-filename=-a497761148cc1429 --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-52c2335562854fea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24462025-02-28T10:22:02.330Z 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=60eeb8666c199725 -C extra-filename=-d4488a9d70a633a2 --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-6369e91c86743d6d.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)'`
24472025-02-28T10:22:02.355Z Compiling digest v0.10.7
24482025-02-28T10:22:02.357Z 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=d5058f234304217b -C extra-filename=-b85cfe1a68b7b72b --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-a497761148cc1429.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-deda26ef8f06357a.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`
24492025-02-28T10:22:02.500Z Compiling schemars_derive v0.8.22
24502025-02-28T10:22:02.503Z 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.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --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=badea1de4ebd34a2 -C extra-filename=-6f9a87aee618cd6e --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-54522c438b086982.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24512025-02-28T10:22:02.770Z Compiling ppv-lite86 v0.2.20
24522025-02-28T10:22:02.774Z 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=de36de83e7439d1e -C extra-filename=-942cff06ba810286 --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-7ac579f0269c799a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24532025-02-28T10:22:02.874Z Compiling zerofrom-derive v0.1.4
24542025-02-28T10:22:02.874Z 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=819d8729dbc98828 -C extra-filename=-fb0394fe43aad8f7 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-47125aea87b36854.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24552025-02-28T10:22:02.903Z Compiling yoke-derive v0.7.4
24562025-02-28T10:22:02.906Z 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=b72dd97cc70ec239 -C extra-filename=-965f14cff11fb4e3 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-47125aea87b36854.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24572025-02-28T10:22:02.981Z Compiling futures-util v0.3.31
24582025-02-28T10:22:02.984Z 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=7596643567d56951 -C extra-filename=-bea6d8f0b8319994 --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-354aecb92931927e.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`
24592025-02-28T10:22:03.579Z Compiling zerovec-derive v0.10.3
24602025-02-28T10:22:03.582Z 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=31130a44fc72aa5f -C extra-filename=-6e55cf6eeaadf56f --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24612025-02-28T10:22:04.552Z Compiling tracing-attributes v0.1.27
24622025-02-28T10:22:04.556Z 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=2840bce0cb5f73e1 -C extra-filename=-049d86a44ad35b2c --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24632025-02-28T10:22:04.832Z Compiling displaydoc v0.2.5
24642025-02-28T10:22:04.895Z 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=a1dc920b95ab33b1 -C extra-filename=-1e0b2cbf31001f55 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24652025-02-28T10:22:05.637Z Compiling rand_chacha v0.3.1
24662025-02-28T10:22:05.640Z 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=75d6755e0ef24675 -C extra-filename=-cdf19b3bea2fc0fe --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-942cff06ba810286.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24672025-02-28T10:22:05.734Z Compiling icu_provider_macros v1.5.0
24682025-02-28T10:22:05.737Z 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=d06f9ded4ea388f6 -C extra-filename=-b5fd343432aa6700 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24692025-02-28T10:22:05.887Z 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.218/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=b0dbbd846d78b68c -C extra-filename=-5439297beec40e26 --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-e3fd301d42d9587b.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)'`
24702025-02-28T10:22:06.240Z Compiling rand v0.8.5
24712025-02-28T10:22:06.243Z 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=0156cd50630d005a -C extra-filename=-9ff3b1babf0a8e05 --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-41b4d43f76d21dca.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-cdf19b3bea2fc0fe.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24722025-02-28T10:22:06.518Z Compiling num-conv v0.1.0
24732025-02-28T10:22:06.547Z 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`
24742025-02-28T10:22:06.552Z Compiling zerofrom v0.1.4
24752025-02-28T10:22:06.555Z 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=26c8393d5853aa8e -C extra-filename=-d2ba28ca3c7ce8aa --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-fb0394fe43aad8f7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24762025-02-28T10:22:06.810Z Compiling yoke v0.7.4
24772025-02-28T10:22:06.810Z 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=df64403c5e72b9a1 -C extra-filename=-434b929d6daf8980 --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-965f14cff11fb4e3.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-d2ba28ca3c7ce8aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24782025-02-28T10:22:06.838Z Compiling time-core v0.1.2
24792025-02-28T10:22:06.842Z 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`
24802025-02-28T10:22:07.050Z Compiling powerfmt v0.2.0
24812025-02-28T10:22:07.053Z 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`
24822025-02-28T10:22:07.103Z Compiling time-macros v0.2.18
24832025-02-28T10:22:07.106Z 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`
24842025-02-28T10:22:07.196Z Compiling zerovec v0.10.4
24852025-02-28T10:22:07.199Z 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=8cbcbd9604939b76 -C extra-filename=-8c8a732d13e506b1 --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-434b929d6daf8980.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-d2ba28ca3c7ce8aa.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-6e55cf6eeaadf56f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24862025-02-28T10:22:07.433Z Compiling deranged v0.3.11
24872025-02-28T10:22:07.472Z 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`
24882025-02-28T10:22:07.938Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-f5cadb8b74f448ac/build-script-build`
24892025-02-28T10:22:08.037Z Compiling tracing v0.1.40
24902025-02-28T10:22:08.043Z 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"))'`
24912025-02-28T10:22:08.043Z 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=a9800befba571029 -C extra-filename=-6de9411779ff2095 --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-049d86a44ad35b2c.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`
24922025-02-28T10:22:08.327Z Compiling itertools v0.12.1
24932025-02-28T10:22:08.336Z 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=9e714088e70c5640 -C extra-filename=-ebcb45da670315dc --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-7f21ccbadb60cd85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24942025-02-28T10:22:08.358Z Compiling bindgen v0.69.5
24952025-02-28T10:22:08.361Z 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`
24962025-02-28T10:22:08.562Z Compiling num_threads v0.1.7
24972025-02-28T10:22:08.565Z 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`
24982025-02-28T10:22:08.731Z 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`
24992025-02-28T10:22:08.835Z Compiling rustc-hash v1.1.0
25002025-02-28T10:22:08.877Z 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`
25012025-02-28T10:22:09.012Z Compiling tinystr v0.7.6
25022025-02-28T10:22:09.014Z 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=27cd07c8d203a7b4 -C extra-filename=-c03bc6e2d1ccd0db --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-1e0b2cbf31001f55.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-8c8a732d13e506b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25032025-02-28T10:22:09.227Z Compiling icu_collections v1.5.0
25042025-02-28T10:22:09.230Z 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=3279c00022d7b08e -C extra-filename=-23a73107def32714 --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-1e0b2cbf31001f55.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-434b929d6daf8980.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-d2ba28ca3c7ce8aa.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-8c8a732d13e506b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25052025-02-28T10:22:09.271Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-1405492a315d526f/build-script-build`
25062025-02-28T10:22:09.301Z Compiling lazycell v1.3.0
25072025-02-28T10:22:09.326Z 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`
25082025-02-28T10:22:09.342Z Compiling icu_locid v1.5.0
25092025-02-28T10:22:09.345Z 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=7ee9cc9e85e18f28 -C extra-filename=-26805efd626143a1 --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-1e0b2cbf31001f55.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-2fbb725256cafeb3.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-c03bc6e2d1ccd0db.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-7bfe56a16340225c.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-8c8a732d13e506b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25102025-02-28T10:22:09.391Z Compiling atomic-waker v1.1.2
25112025-02-28T10:22:09.393Z 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`
25122025-02-28T10:22:09.422Z Compiling block-padding v0.3.3
25132025-02-28T10:22:09.425Z 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=4d77e5c53956a145 -C extra-filename=-b3d23440d6a81f31 --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-52c2335562854fea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25142025-02-28T10:22:09.498Z Compiling cmake v0.1.51
25152025-02-28T10:22:09.506Z 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=ae695c533697f2b4 -C extra-filename=-ee5cc418a725a804 --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-26b01f0b27175bd6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25162025-02-28T10:22:09.603Z Compiling untrusted v0.9.0
25172025-02-28T10:22:09.627Z 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`
25182025-02-28T10:22:09.710Z Compiling dunce v1.0.5
25192025-02-28T10:22:09.713Z 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`
25202025-02-28T10:22:09.827Z Compiling fs_extra v1.3.0
25212025-02-28T10:22:09.840Z 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`
25222025-02-28T10:22:09.877Z 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.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="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=49e85edc63b4774a -C extra-filename=-4a68b3eecd5d51e7 --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-18f0880b436c32e6.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-c73ed488508dfaf4/out -l static=ring_core_0_17_11_ -l static=ring_core_0_17_11__test`
25232025-02-28T10:22:10.192Z Compiling time v0.3.36
25242025-02-28T10:22:10.194Z 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=55fe4578b39dc55f -C extra-filename=-1268dab9db3bdae9 --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-41b4d43f76d21dca.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-28T10:22:10.319Z Compiling inout v0.1.3
25262025-02-28T10:22:10.322Z 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=5b9773256c42fdff -C extra-filename=-8b814007e844dca0 --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-b3d23440d6a81f31.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52c2335562854fea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25272025-02-28T10:22:10.398Z Compiling sha2 v0.10.8
25282025-02-28T10:22:10.401Z 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=94ff8293d357b652 -C extra-filename=-8a701ab676126771 --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-b85cfe1a68b7b72b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25292025-02-28T10:22:10.452Z Compiling icu_provider v1.5.0
25302025-02-28T10:22:10.455Z 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=277638a01cad715c -C extra-filename=-c7a9feb69520dbf3 --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-1e0b2cbf31001f55.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-26805efd626143a1.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-b5fd343432aa6700.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-c03bc6e2d1ccd0db.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-7bfe56a16340225c.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-434b929d6daf8980.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-d2ba28ca3c7ce8aa.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-8c8a732d13e506b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25312025-02-28T10:22:10.610Z Compiling cipher v0.4.4
25322025-02-28T10:22:10.613Z 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=fc6594211aa0d2e4 -C extra-filename=-bd1f439b39fa4670 --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-deda26ef8f06357a.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8b814007e844dca0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25332025-02-28T10:22:11.112Z Compiling bytes v1.10.0
25342025-02-28T10:22:11.114Z 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.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 --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=2e96d4938d8c5419 -C extra-filename=-770e947861f81604 --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25352025-02-28T10:22:11.141Z Compiling bitflags v2.6.0
25362025-02-28T10:22:11.143Z 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=aaa8eb839171a116 -C extra-filename=-5be7a60b64167706 --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25372025-02-28T10:22:11.318Z 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=ddfd457df35d5ed8 -C extra-filename=-a5a38f6860c2c90c --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-5439297beec40e26.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"))'`
25382025-02-28T10:22:11.356Z 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=8c7e690ac6e212e4 -C extra-filename=-a4659bbeae9c39e2 --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-5439297beec40e26.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)'`
25392025-02-28T10:22:11.392Z Compiling indexmap v2.7.1
25402025-02-28T10:22:11.394Z 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=fc0d55cc6f42e06a -C extra-filename=-89967448755fe241 --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25412025-02-28T10:22:11.615Z 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=99949064c67ae820 -C extra-filename=-6a985354087de3ce --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-5be7a60b64167706.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a2355d8669023f55.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
25422025-02-28T10:22:12.059Z Compiling chrono v0.4.40
25432025-02-28T10:22:12.061Z 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.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="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-link"' --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-link"))' -C metadata=4c78db5413274cdc -C extra-filename=-bb251cc16f867c81 --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25442025-02-28T10:22:12.554Z Compiling tokio v1.43.0
25452025-02-28T10:22:12.556Z 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=85a333dee8a85172 -C extra-filename=-41957612a418d3ce --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-770e947861f81604.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-ac7c53bc75619921.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-225ff234fd698a6f.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-f14b4583915d0413.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b761ff4075e9e77b.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-0bb4880310cc65bf.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25462025-02-28T10:22:12.839Z Compiling uuid v1.15.1
25472025-02-28T10:22:12.842Z 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.15.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 --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", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=14f091bd7c39294d -C extra-filename=-997552641b7d0fec --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-fd074e5e26c6f3e8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25482025-02-28T10:22:14.150Z Compiling http v1.2.0
25492025-02-28T10:22:14.153Z Compiling icu_locid_transform v1.5.0
25502025-02-28T10:22:14.153Z 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=19d104fdfdfc2749 -C extra-filename=-66361616ebf63647 --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-770e947861f81604.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`
25512025-02-28T10:22:14.170Z 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=25bcc1d7fbd4f069 -C extra-filename=-6c16081fcefd7faf --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-1e0b2cbf31001f55.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-26805efd626143a1.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-c7a9feb69520dbf3.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-c03bc6e2d1ccd0db.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-8c8a732d13e506b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25522025-02-28T10:22:14.203Z Compiling serde_tokenstream v0.2.2
25532025-02-28T10:22:14.205Z 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=3f64a6066720f9e3 -C extra-filename=-cd644139eea184df --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-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25542025-02-28T10:22:14.367Z 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.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="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=a0b127a268ff79d4 -C extra-filename=-3992f9ab3eb8a81c --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-770e947861f81604.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.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-6f9a87aee618cd6e.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
25552025-02-28T10:22:14.668Z Compiling serde_spanned v0.6.8
25562025-02-28T10:22:14.671Z 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=1bc7086558e37456 -C extra-filename=-ed818a08eca2e1cf --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25572025-02-28T10:22:14.823Z Compiling toml_datetime v0.6.8
25582025-02-28T10:22:14.826Z 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=80934079b16f9761 -C extra-filename=-606460f6dae0218f --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25592025-02-28T10:22:14.921Z Compiling ahash v0.8.11
25602025-02-28T10:22:14.924Z 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`
25612025-02-28T10:22:15.320Z Compiling which v4.4.2
25622025-02-28T10:22:15.323Z 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=3cdbe0737c407061 -C extra-filename=-7cb3474c45dc5f90 --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-7f21ccbadb60cd85.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-6fcefbc560fae140.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6a985354087de3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632025-02-28T10:22:15.346Z Compiling gimli v0.31.1
25642025-02-28T10:22:15.349Z 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`
25652025-02-28T10:22:15.395Z Compiling aws-lc-rs v1.12.4
25662025-02-28T10:22:15.398Z 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.12.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="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=1d50054e6d242630 -C extra-filename=-971b0d375c0efa06 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-971b0d375c0efa06 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25672025-02-28T10:22:15.852Z Compiling icu_properties v1.5.1
25682025-02-28T10:22:15.855Z 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=390f84ef3959d508 -C extra-filename=-4df0f607569dae2a --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-1e0b2cbf31001f55.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-23a73107def32714.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-6c16081fcefd7faf.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-c7a9feb69520dbf3.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-c03bc6e2d1ccd0db.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-8c8a732d13e506b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692025-02-28T10:22:15.927Z 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=4037b392a82b37a3 -C extra-filename=-99ad502a828838a1 --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-5be7a60b64167706.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-14eb95867c680923.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-8fffd399382af63b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ebcb45da670315dc.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-a9ea3aaf9229e0ec.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.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-6ca4b90b96f9d0fc.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-7cb3474c45dc5f90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25702025-02-28T10:22:16.273Z Compiling rustls-pki-types v1.10.0
25712025-02-28T10:22:16.299Z 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`
25722025-02-28T10:22:16.366Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-b16d4a29593113c6/build-script-build`
25732025-02-28T10:22:16.448Z Compiling object v0.36.5
25742025-02-28T10:22:16.451Z 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`
25752025-02-28T10:22:16.479Z Compiling anyhow v1.0.96
25762025-02-28T10:22:16.482Z 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`
25772025-02-28T10:22:17.224Z Compiling rustc-demangle v0.1.24
25782025-02-28T10:22:17.227Z 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`
25792025-02-28T10:22:17.256Z Compiling base64ct v1.6.0
25802025-02-28T10:22:17.258Z 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`
25812025-02-28T10:22:17.706Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-fec782e9e695d75d/build-script-build`
25822025-02-28T10:22:17.869Z 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=c997690f3779fa78 -C extra-filename=-86a99f4ac28d3b8b --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-18f0880b436c32e6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ac579f0269c799a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
25832025-02-28T10:22:18.166Z Compiling http-body v1.0.1
25842025-02-28T10:22:18.169Z 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=3d6a06a8b1d80004 -C extra-filename=-782b2c9ed882649b --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-770e947861f81604.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25852025-02-28T10:22:18.234Z Compiling hmac v0.12.1
25862025-02-28T10:22:18.237Z 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=8a242877c4522470 -C extra-filename=-628027f208fb1234 --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-b85cfe1a68b7b72b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25872025-02-28T10:22:18.430Z Compiling base64 v0.22.1
25882025-02-28T10:22:18.433Z 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`
25892025-02-28T10:22:18.459Z Compiling httpdate v1.0.3
25902025-02-28T10:22:18.459Z 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`
25912025-02-28T10:22:18.525Z Compiling try-lock v0.2.5
25922025-02-28T10:22:18.528Z 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`
25932025-02-28T10:22:18.720Z Compiling untrusted v0.7.1
25942025-02-28T10:22:18.723Z 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`
25952025-02-28T10:22:18.918Z Compiling want v0.3.1
25962025-02-28T10:22:18.921Z 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`
25972025-02-28T10:22:18.947Z Compiling slog v2.7.0
25982025-02-28T10:22:18.987Z 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`
25992025-02-28T10:22:19.129Z Compiling tower-service v0.3.3
26002025-02-28T10:22:19.132Z 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`
26012025-02-28T10:22:19.206Z Compiling openssl-sys v0.9.106
26022025-02-28T10:22:19.209Z 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=0f28a66690bb21fb -C extra-filename=-79cc31c0a025595a --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-79cc31c0a025595a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-26b01f0b27175bd6.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`
26032025-02-28T10:22:19.304Z Compiling pem-rfc7468 v0.7.0
26042025-02-28T10:22:19.308Z 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`
26052025-02-28T10:22:19.533Z Compiling icu_normalizer v1.5.0
26062025-02-28T10:22:19.536Z 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=4abe6e5e4dda76ef -C extra-filename=-0e484189dfc8b950 --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-1e0b2cbf31001f55.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-23a73107def32714.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-4df0f607569dae2a.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-c7a9feb69520dbf3.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.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-8c8a732d13e506b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26072025-02-28T10:22:19.951Z Compiling addr2line v0.24.2
26082025-02-28T10:22:19.954Z 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`
26092025-02-28T10:22:20.045Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-b74cf98a632558da/build-script-build`
26102025-02-28T10:22:20.141Z 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`
26112025-02-28T10:22:20.342Z Compiling mime v0.3.17
26122025-02-28T10:22:20.345Z 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`
26132025-02-28T10:22:20.375Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-79cc31c0a025595a/build-script-main`
26142025-02-28T10:22:20.469Z Compiling idna_adapter v1.2.0
26152025-02-28T10:22:20.499Z 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=34e12f0303570602 -C extra-filename=-d1be5db126ed128a --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-0e484189dfc8b950.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-4df0f607569dae2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26162025-02-28T10:22:20.659Z Compiling tokio-util v0.7.13
26172025-02-28T10:22:20.661Z 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.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=bbcb6a96c83a5400 -C extra-filename=-9e46d266bcde75b8 --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-770e947861f81604.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-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26182025-02-28T10:22:20.731Z Compiling idna v1.0.3
26192025-02-28T10:22:20.734Z 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=18e8f45520528b74 -C extra-filename=-117158ec426251f8 --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-d1be5db126ed128a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.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`
26202025-02-28T10:22:20.858Z Compiling http-body-util v0.1.2
26212025-02-28T10:22:20.861Z Compiling der_derive v0.7.3
26222025-02-28T10:22:20.861Z 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=f1a92ce6f47ac8bc -C extra-filename=-ebd4170235c8988e --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-770e947861f81604.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bea6d8f0b8319994.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-782b2c9ed882649b.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`
26232025-02-28T10:22:20.861Z 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=9294165024f9913e -C extra-filename=-6da3064ec0b0bdd5 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26242025-02-28T10:22:21.237Z Compiling async-trait v0.1.86
26252025-02-28T10:22:21.274Z 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=e9fde02ae2bace01 -C extra-filename=-be3fd398a6d21510 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26262025-02-28T10:22:21.374Z Compiling url v2.5.3
26272025-02-28T10:22:21.377Z 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=22f03df46dbcc63f -C extra-filename=-1dac4716b55b72de --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-117158ec426251f8.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`
26282025-02-28T10:22:21.904Z Compiling h2 v0.4.6
26292025-02-28T10:22:21.907Z 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=a38776d6f38f73fd -C extra-filename=-fb7bc0cf3b444820 --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-770e947861f81604.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-66361616ebf63647.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-b5b250c1c1b88026.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6de9411779ff2095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26302025-02-28T10:22:22.306Z Compiling flagset v0.4.6
26312025-02-28T10:22:22.335Z 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`
26322025-02-28T10:22:22.560Z Compiling pbkdf2 v0.12.2
26332025-02-28T10:22:22.563Z 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=3bf2506501d152cf -C extra-filename=-7962e7027656ae01 --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-b85cfe1a68b7b72b.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-628027f208fb1234.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26342025-02-28T10:22:22.765Z Compiling rustls-pemfile v2.2.0
26352025-02-28T10:22:22.770Z 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`
26362025-02-28T10:22:23.100Z Compiling backtrace v0.3.74
26372025-02-28T10:22:23.103Z 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=72064435d9d48bef -C extra-filename=-84721d6ca82da997 --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-41b4d43f76d21dca.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-0919e08990387c7e.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`
26382025-02-28T10:22:23.131Z Compiling rustc_version v0.4.1
26392025-02-28T10:22:23.157Z 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=5327b7d2ac73a47e -C extra-filename=-a047fd3683531f53 --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-a4659bbeae9c39e2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26402025-02-28T10:22:23.347Z Compiling der v0.7.9
26412025-02-28T10:22:23.387Z 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=7ff3518754656cd5 -C extra-filename=-05ef4d4c727088bd --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-6da3064ec0b0bdd5.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-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26422025-02-28T10:22:23.471Z Compiling aes v0.8.4
26432025-02-28T10:22:23.474Z 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=1e0267468215a25c -C extra-filename=-804c535fa50f5472 --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-bd1f439b39fa4670.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`
26442025-02-28T10:22:23.829Z Compiling openssl-probe v0.1.5
26452025-02-28T10:22:23.829Z 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`
26462025-02-28T10:22:23.900Z Compiling foreign-types-shared v0.1.1
26472025-02-28T10:22:23.941Z 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`
26482025-02-28T10:22:24.059Z 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=55f2e0c7cd093542 -C extra-filename=-632de12364c4c503 --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-84721d6ca82da997.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)'`
26492025-02-28T10:22:24.171Z Compiling ipnet v2.11.0
26502025-02-28T10:22:24.173Z 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.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", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=f088c2c530c4ad7d -C extra-filename=-80af3296f3b32313 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26512025-02-28T10:22:24.875Z Compiling openssl v0.10.71
26522025-02-28T10:22:24.879Z 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`
26532025-02-28T10:22:25.258Z Compiling foreign-types v0.3.2
26542025-02-28T10:22:25.260Z 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`
26552025-02-28T10:22:25.374Z Compiling spki v0.7.3
26562025-02-28T10:22:25.377Z 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=8d3a7f41b21beb46 -C extra-filename=-9a161740e7100a28 --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-05ef4d4c727088bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26572025-02-28T10:22:25.377Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-44ea14d958012521/build-script-build`
26582025-02-28T10:22:25.433Z 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=af96275ecfd96a0c -C extra-filename=-f9897b555aa70ed5 --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-41b4d43f76d21dca.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)'`
26592025-02-28T10:22:25.473Z Compiling salsa20 v0.10.2
26602025-02-28T10:22:25.509Z 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=a13a07f5a597448d -C extra-filename=-0ba6f33d139b2753 --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-bd1f439b39fa4670.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26612025-02-28T10:22:25.744Z Compiling cbc v0.1.2
26622025-02-28T10:22:25.745Z 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=b3e5e9ab6a883376 -C extra-filename=-acfc130d7299d5be --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-bd1f439b39fa4670.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26632025-02-28T10:22:25.773Z Compiling serde_urlencoded v0.7.1
26642025-02-28T10:22:25.777Z 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=2d045dd8e018281d -C extra-filename=-fe34b38305355887 --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26652025-02-28T10:22:25.909Z Compiling openssl-macros v0.1.1
26662025-02-28T10:22:25.911Z 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=903c7aefd82627c5 -C extra-filename=-e056da3cda72dae6 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26672025-02-28T10:22:26.015Z Compiling encoding_rs v0.8.34
26682025-02-28T10:22:26.019Z 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`
26692025-02-28T10:22:26.224Z Compiling camino v1.1.9
26702025-02-28T10:22:26.227Z Compiling rustversion v1.0.17
26712025-02-28T10:22:26.227Z 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`
26722025-02-28T10:22:26.227Z 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`
26732025-02-28T10:22:26.280Z Compiling utf8parse v0.2.2
26742025-02-28T10:22:26.297Z 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`
26752025-02-28T10:22:26.476Z Compiling rustls v0.23.19
26762025-02-28T10:22:26.479Z 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`
26772025-02-28T10:22:26.624Z Compiling scrypt v0.11.0
26782025-02-28T10:22:26.627Z 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=6a89963436da7efb -C extra-filename=-126cbb60aa9acfd3 --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-7962e7027656ae01.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-0ba6f33d139b2753.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26792025-02-28T10:22:26.870Z Compiling openapiv3 v2.0.0
26802025-02-28T10:22:26.873Z 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=27ecbcb0e455792a -C extra-filename=-4d76afb2e6c21e5f --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-5be7a60b64167706.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-41b4d43f76d21dca.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-e056da3cda72dae6.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-f9897b555aa70ed5.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)'`
26812025-02-28T10:22:26.873Z 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=2d4e64cd32efdc4d -C extra-filename=-df7c36869dc1a4de --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-89967448755fe241.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26822025-02-28T10:22:26.925Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-0929577279adc659/build-script-build`
26832025-02-28T10:22:26.984Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-0291014a44b94542/build-script-build`
26842025-02-28T10:22:27.056Z Compiling futures-executor v0.3.31
26852025-02-28T10:22:27.059Z 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=90567d43f5a70b5e -C extra-filename=-ced1cfcce10f0072 --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-bea6d8f0b8319994.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26862025-02-28T10:22:27.097Z Compiling is-terminal v0.4.13
26872025-02-28T10:22:27.099Z 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=470fd2a9d58078f0 -C extra-filename=-6b6ec0a96c6abffd --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26882025-02-28T10:22:27.167Z Compiling native-tls v0.2.12
26892025-02-28T10:22:27.194Z 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`
26902025-02-28T10:22:27.257Z 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"))'`
26912025-02-28T10:22:27.558Z Compiling futures v0.3.31
26922025-02-28T10:22:27.601Z 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=9d9efbbe1a808cda -C extra-filename=-6eab0af28e65d10c --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-ced1cfcce10f0072.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-bea6d8f0b8319994.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26932025-02-28T10:22:27.604Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-41d315d336e9b2da/build-script-build`
26942025-02-28T10:22:27.646Z 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=30bf24353c79ee05 -C extra-filename=-adcdc6bfd3808e20 --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-5439297beec40e26.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)'`
26952025-02-28T10:22:27.689Z Compiling pkcs5 v0.7.1
26962025-02-28T10:22:27.717Z 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=359045524ed1208e -C extra-filename=-23ee09c5fa388afc --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-804c535fa50f5472.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-acfc130d7299d5be.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-05ef4d4c727088bd.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-7962e7027656ae01.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-126cbb60aa9acfd3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-9a161740e7100a28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26972025-02-28T10:22:28.505Z Compiling cookie v0.18.1
26982025-02-28T10:22:28.507Z 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`
26992025-02-28T10:22:28.598Z Compiling anstyle v1.0.10
27002025-02-28T10:22:28.601Z 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`
27012025-02-28T10:22:28.760Z Compiling pkcs8 v0.10.2
27022025-02-28T10:22:28.763Z 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=cb258704a4ae0947 -C extra-filename=-3a2a892c15350ff9 --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-05ef4d4c727088bd.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-23ee09c5fa388afc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-9a161740e7100a28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27032025-02-28T10:22:28.909Z Compiling hyper v1.6.0
27042025-02-28T10:22:28.912Z 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.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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=070b9f8613fa8ce0 -C extra-filename=-d7bb7c5afd0bf2fd --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-770e947861f81604.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-bea6d8f0b8319994.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-fb7bc0cf3b444820.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-782b2c9ed882649b.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-e5bb232e735f783e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.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`
27052025-02-28T10:22:29.070Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-8ec44a0f58b276f6/build-script-build`
27062025-02-28T10:22:29.159Z Compiling dirs-sys-next v0.1.2
27072025-02-28T10:22:29.203Z 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=e10b84cb053b31b5 -C extra-filename=-6531ac10314d256a --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27082025-02-28T10:22:29.418Z Compiling litrs v0.4.1
27092025-02-28T10:22:29.421Z 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`
27102025-02-28T10:22:29.746Z Compiling psl-types v2.0.11
27112025-02-28T10:22:29.807Z 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`
27122025-02-28T10:22:29.989Z Compiling publicsuffix v2.3.0
27132025-02-28T10:22:29.991Z 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=91fd53d74e1d597a -C extra-filename=-1f24572552d4f95b --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-117158ec426251f8.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`
27142025-02-28T10:22:30.063Z Compiling dirs-next v2.0.0
27152025-02-28T10:22:30.066Z 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=e014e1fcfe6a6181 -C extra-filename=-de4f5acd5003ebfe --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-6531ac10314d256a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27162025-02-28T10:22:30.285Z 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=50bb0b33db2732cd -C extra-filename=-9c1d64915a9307de --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-1268dab9db3bdae9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27172025-02-28T10:22:30.314Z Compiling webpki-roots v0.26.6
27182025-02-28T10:22:30.316Z 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`
27192025-02-28T10:22:30.538Z Compiling sync_wrapper v1.0.1
27202025-02-28T10:22:30.541Z Compiling document-features v0.2.10
27212025-02-28T10:22:30.541Z 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`
27222025-02-28T10:22:30.541Z 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`
27232025-02-28T10:22:30.722Z Compiling ucd-trie v0.1.7
27242025-02-28T10:22:30.737Z 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`
27252025-02-28T10:22:30.911Z Compiling tower-layer v0.3.3
27262025-02-28T10:22:30.914Z 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`
27272025-02-28T10:22:31.217Z Compiling data-encoding v2.6.0
27282025-02-28T10:22:31.220Z 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`
27292025-02-28T10:22:31.255Z Compiling tower v0.5.2
27302025-02-28T10:22:31.258Z Compiling pest v2.7.14
27312025-02-28T10:22:31.258Z 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=c8bd1d9e236ce342 -C extra-filename=-74a4a16cf0e81e66 --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-bea6d8f0b8319994.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-41957612a418d3ce.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`
27322025-02-28T10:22:31.258Z 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=ddda56a4eaa529e6 -C extra-filename=-513e3ccc12344310 --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-d4488a9d70a633a2.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`
27332025-02-28T10:22:31.663Z Compiling hyper-util v0.1.10
27342025-02-28T10:22:31.666Z 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=9425dc595e931040 -C extra-filename=-ae48be8ae41eb0a8 --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-770e947861f81604.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-bea6d8f0b8319994.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-782b2c9ed882649b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.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-b761ff4075e9e77b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fb76a7a0ea1865e1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6de9411779ff2095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27352025-02-28T10:22:31.855Z Compiling cookie_store v0.21.1
27362025-02-28T10:22:31.858Z 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=854867fbad69c2a2 -C extra-filename=-d44c549fab7c04af --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-9c1d64915a9307de.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-978fc82a86ac31a3.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-117158ec426251f8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-1f24572552d4f95b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e3fd301d42d9587b.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27372025-02-28T10:22:32.139Z Compiling term v0.7.0
27382025-02-28T10:22:32.142Z 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=bff47abfada975fd -C extra-filename=-11fcd0b1f8a821c6 --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-de4f5acd5003ebfe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27392025-02-28T10:22:32.578Z Compiling anstyle-parse v0.2.5
27402025-02-28T10:22:32.581Z 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`
27412025-02-28T10:22:32.956Z 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=8cabde28c2f33b61 -C extra-filename=-22fa3744729673fd --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-4d76afb2e6c21e5f.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-f9897b555aa70ed5.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`
27422025-02-28T10:22:33.192Z Compiling sha1 v0.10.6
27432025-02-28T10:22:33.195Z 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=5a33856dfea4af67 -C extra-filename=-25e007f1ee25bcd6 --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-b85cfe1a68b7b72b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27442025-02-28T10:22:33.317Z Compiling winnow v0.5.40
27452025-02-28T10:22:33.343Z 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`
27462025-02-28T10:22:33.387Z Compiling tokio-native-tls v0.3.1
27472025-02-28T10:22:33.391Z 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=319a31b9880a1dfe -C extra-filename=-ea71c8fd74a63323 --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-22fa3744729673fd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
27482025-02-28T10:22:33.543Z Compiling is_terminal_polyfill v1.70.1
27492025-02-28T10:22:33.546Z 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`
27502025-02-28T10:22:33.624Z Compiling colorchoice v1.0.2
27512025-02-28T10:22:33.626Z 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`
27522025-02-28T10:22:33.685Z Compiling anstyle-query v1.1.1
27532025-02-28T10:22:33.687Z 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`
27542025-02-28T10:22:33.715Z Compiling terminal_size v0.4.0
27552025-02-28T10:22:33.717Z 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=65f4861dfde8fd01 -C extra-filename=-57b00c4a32df14fd --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-6a985354087de3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27562025-02-28T10:22:33.807Z Compiling scroll_derive v0.12.0
27572025-02-28T10:22:33.810Z 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=735f8f2c8cf9397e -C extra-filename=-0dd11d2534ed6e20 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27582025-02-28T10:22:33.867Z Compiling hyper-tls v0.6.0
27592025-02-28T10:22:33.869Z 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=4041fa57ef235d47 -C extra-filename=-1faa45c58c5650ad --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-770e947861f81604.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ae48be8ae41eb0a8.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-22fa3744729673fd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-ea71c8fd74a63323.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`
27602025-02-28T10:22:33.970Z Compiling pest_meta v2.7.14
27612025-02-28T10:22:34.018Z 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=ffce43b7c2c82bfe -C extra-filename=-4fadde52a0ff2132 --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-513e3ccc12344310.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27622025-02-28T10:22:34.276Z Compiling anstream v0.6.15
27632025-02-28T10:22:34.279Z Compiling siphasher v0.3.11
27642025-02-28T10:22:34.280Z 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`
27652025-02-28T10:22:34.280Z 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`
27662025-02-28T10:22:34.512Z Compiling winnow v0.7.3
27672025-02-28T10:22:34.515Z 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.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=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' '--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="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=f31ecbafbd94ca5d -C extra-filename=-7e29543d8b239879 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27682025-02-28T10:22:34.538Z Compiling clap_lex v0.7.4
27692025-02-28T10:22:34.541Z 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`
27702025-02-28T10:22:34.654Z Compiling clap_derive v4.5.28
27712025-02-28T10:22:34.657Z 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=6084bd8ca66e7ddd -C extra-filename=-ae69f2b40e94e47e --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27722025-02-28T10:22:34.937Z Compiling clap_builder v4.5.31
27732025-02-28T10:22:34.940Z 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.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=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=d58e185424bb7b44 -C extra-filename=-7315b290250f53df --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-57b00c4a32df14fd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27742025-02-28T10:22:35.001Z Compiling plain v0.2.3
27752025-02-28T10:22:35.004Z 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`
27762025-02-28T10:22:35.187Z Compiling signature v2.2.0
27772025-02-28T10:22:35.214Z 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=62c7887f2bff516b -C extra-filename=-5dc394ffb552fc62 --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-b85cfe1a68b7b72b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27782025-02-28T10:22:35.411Z Compiling scroll v0.12.0
27792025-02-28T10:22:35.414Z 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=6acab82056eb63ee -C extra-filename=-c37842b8a099f8ba --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-0dd11d2534ed6e20.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27802025-02-28T10:22:35.501Z Compiling pest_generator v2.7.14
27812025-02-28T10:22:35.504Z 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=4375a81ab4454871 -C extra-filename=-6160ad698223a56d --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-513e3ccc12344310.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-4fadde52a0ff2132.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27822025-02-28T10:22:36.017Z Compiling goblin v0.8.2
27832025-02-28T10:22:36.017Z 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=f8f510898178fb80 -C extra-filename=-4421e02900dd8410 --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-c37842b8a099f8ba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27842025-02-28T10:22:36.814Z Compiling toml_edit v0.19.15
27852025-02-28T10:22:36.817Z 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=8f21701e8acb4a6e -C extra-filename=-b908c8d262047c47 --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-89967448755fe241.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-ed818a08eca2e1cf.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-606460f6dae0218f.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`
27862025-02-28T10:22:37.405Z Compiling usdt-impl v0.5.0
27872025-02-28T10:22:37.407Z 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`
27882025-02-28T10:22:37.890Z Compiling toml_edit v0.22.24
27892025-02-28T10:22:37.892Z 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.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 --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="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=1d0f796c6de67788 -C extra-filename=-597b3c4b298e6693 --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-89967448755fe241.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-ed818a08eca2e1cf.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-606460f6dae0218f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-7e29543d8b239879.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902025-02-28T10:22:37.952Z Compiling bitflags v1.3.2
27912025-02-28T10:22:37.963Z 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`
27922025-02-28T10:22:38.092Z Compiling pretty-hex v0.4.1
27932025-02-28T10:22:38.094Z 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`
27942025-02-28T10:22:38.302Z Compiling pest_derive v2.7.14
27952025-02-28T10:22:38.305Z 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=4992a2de8bbb9821 -C extra-filename=-083328cd9912074a --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-513e3ccc12344310.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-6160ad698223a56d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27962025-02-28T10:22:38.350Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-952b32147dec35ba/build-script-build`
27972025-02-28T10:22:38.533Z Compiling thread-id v4.2.2
27982025-02-28T10:22:38.555Z 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=5bd1bff7edfc7f86 -C extra-filename=-9d8dabae01083d12 --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27992025-02-28T10:22:38.672Z Compiling zerocopy v0.8.10
28002025-02-28T10:22:38.721Z 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="simd"' --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=5f1b03a0599a425b -C extra-filename=-590e08b5994ab0f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-590e08b5994ab0f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28012025-02-28T10:22:39.326Z Compiling clap v4.5.31
28022025-02-28T10:22:39.329Z 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.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=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=0af22d67cb69fc92 -C extra-filename=-f52229569f70f3a4 --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-7315b290250f53df.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-ae69f2b40e94e47e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28032025-02-28T10:22:39.357Z Compiling dtrace-parser v0.2.0
28042025-02-28T10:22:39.360Z 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=d67df5dd0ce2bbc9 -C extra-filename=-2ccfc35f6d5af433 --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-513e3ccc12344310.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-083328cd9912074a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28052025-02-28T10:22:39.477Z Compiling tinyvec_macros v0.1.1
28062025-02-28T10:22:39.480Z 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`
28072025-02-28T10:22:39.507Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-590e08b5994ab0f0/build-script-build`
28082025-02-28T10:22:39.591Z Compiling tinyvec v1.8.0
28092025-02-28T10:22:39.593Z 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`
28102025-02-28T10:22:39.612Z Compiling zerocopy-derive v0.8.10
28112025-02-28T10:22:39.616Z 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=dacab4fa55b83ffa -C extra-filename=-10fb960a3e2d4846 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28122025-02-28T10:22:41.052Z Compiling crossbeam-channel v0.5.13
28132025-02-28T10:22:41.054Z 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`
28142025-02-28T10:22:41.206Z Compiling thread_local v1.1.8
28152025-02-28T10:22:41.209Z 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`
28162025-02-28T10:22:41.719Z Compiling crc32fast v1.4.2
28172025-02-28T10:22:41.721Z 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`
28182025-02-28T10:22:42.091Z Compiling dof v0.3.0
28192025-02-28T10:22:42.118Z 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=1af793a330d6d52a -C extra-filename=-1891135b6673283d --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-4421e02900dd8410.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ac579f0269c799a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28202025-02-28T10:22:42.121Z Compiling base16ct v0.2.0
28212025-02-28T10:22:42.123Z 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`
28222025-02-28T10:22:42.400Z Compiling slog-async v2.8.0
28232025-02-28T10:22:42.436Z 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`
28242025-02-28T10:22:42.471Z Compiling unicode-segmentation v1.12.0
28252025-02-28T10:22:42.476Z 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`
28262025-02-28T10:22:42.661Z 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="simd"' --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=41389ab2b871e619 -C extra-filename=-8fb1f68b59dc2571 --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-10fb960a3e2d4846.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)'`
28272025-02-28T10:22:42.991Z 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=70f534642d1332cf -C extra-filename=-3732f8bb1c37ac82 --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-1891135b6673283d.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-2ccfc35f6d5af433.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-9d8dabae01083d12.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
28282025-02-28T10:22:43.331Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-5cfd8b663038d650/build-script-build`
28292025-02-28T10:22:43.418Z Compiling sec1 v0.7.3
28302025-02-28T10:22:43.463Z 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=1da28b0435ce347d -C extra-filename=-1ff4c443bfbc8910 --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-05ef4d4c727088bd.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52c2335562854fea.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-3a2a892c15350ff9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28312025-02-28T10:22:43.655Z Compiling toml v0.8.20
28322025-02-28T10:22:43.658Z 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.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::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="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=f7713737ce610b5a -C extra-filename=-ee4bacd27dffec12 --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-5439297beec40e26.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-ed818a08eca2e1cf.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-606460f6dae0218f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-597b3c4b298e6693.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28332025-02-28T10:22:43.941Z Compiling num-integer v0.1.46
28342025-02-28T10:22:43.944Z 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`
28352025-02-28T10:22:43.971Z Compiling ff v0.13.0
28362025-02-28T10:22:44.001Z 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=8c3be2a58a6ed757 -C extra-filename=-e4037fba4f9cf438 --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-c9da9b954e2f8ef1.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`
28372025-02-28T10:22:44.235Z Compiling heck v0.4.1
28382025-02-28T10:22:44.238Z 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`
28392025-02-28T10:22:44.363Z Compiling take_mut v0.2.2
28402025-02-28T10:22:44.397Z 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`
28412025-02-28T10:22:44.558Z 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`
28422025-02-28T10:22:44.654Z Compiling group v0.13.0
28432025-02-28T10:22:44.657Z 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=8a71e32ecc8a79b1 -C extra-filename=-e4ca59aa4e322fed --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-e4037fba4f9cf438.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.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`
28442025-02-28T10:22:44.692Z Compiling slog-term v2.9.1
28452025-02-28T10:22:44.695Z 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=1f08fadad0c2849e -C extra-filename=-96c0ab0f17813e78 --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-6b6ec0a96c6abffd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-11fcd0b1f8a821c6.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-838e806bd05dc859.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28462025-02-28T10:22:45.009Z Compiling hkdf v0.12.4
28472025-02-28T10:22:45.012Z 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=40c8e87710cc36af -C extra-filename=-bd67cff3c9d3bc1c --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-628027f208fb1234.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28482025-02-28T10:22:45.038Z Compiling crypto-bigint v0.5.5
28492025-02-28T10:22:45.041Z 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=9fedfd911ef251ef -C extra-filename=-45bec9addb3462e0 --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-52c2335562854fea.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502025-02-28T10:22:45.108Z Compiling usdt-macro v0.5.0
28512025-02-28T10:22:45.112Z 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=9eb6d057c4991e23 -C extra-filename=-e9304bc253cab739 --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-2ccfc35f6d5af433.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cd644139eea184df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3732f8bb1c37ac82.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28522025-02-28T10:22:45.182Z Compiling usdt-attr-macro v0.5.0
28532025-02-28T10:22:45.185Z 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=7173520818db2cef -C extra-filename=-82b8a1b45f5a2b3a --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-2ccfc35f6d5af433.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cd644139eea184df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3732f8bb1c37ac82.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28542025-02-28T10:22:45.302Z Compiling crossbeam-epoch v0.9.18
28552025-02-28T10:22:45.305Z 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`
28562025-02-28T10:22:45.576Z Compiling memmap v0.7.0
28572025-02-28T10:22:45.579Z 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=24a506ccd1f34162 -C extra-filename=-50e8830d89539ab4 --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28582025-02-28T10:22:45.836Z Compiling rayon-core v1.12.1
28592025-02-28T10:22:45.839Z 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`
28602025-02-28T10:22:45.862Z Compiling match_cfg v0.1.0
28612025-02-28T10:22:45.862Z 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`
28622025-02-28T10:22:45.912Z Compiling static_assertions v1.1.0
28632025-02-28T10:22:45.945Z 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`
28642025-02-28T10:22:45.981Z Compiling utf-8 v0.7.6
28652025-02-28T10:22:45.984Z 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`
28662025-02-28T10:22:46.007Z Compiling hostname v0.3.1
28672025-02-28T10:22:46.010Z 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=9872e33507a1b9ee -C extra-filename=-f7e9fccf5ac98916 --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-41b4d43f76d21dca.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`
28682025-02-28T10:22:46.037Z Compiling hex v0.4.3
28692025-02-28T10:22:46.038Z 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=ac567009fd7597b8 -C extra-filename=-9c4b4f68e441bbb7 --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28702025-02-28T10:22:46.196Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-a20779f9a316300b/build-script-build`
28712025-02-28T10:22:46.223Z Compiling itertools v0.10.5
28722025-02-28T10:22:46.245Z 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=f3fb192bd2d0caa7 -C extra-filename=-a380b12963bfcb13 --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-7f21ccbadb60cd85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28732025-02-28T10:22:46.258Z Compiling crossbeam-deque v0.8.5
28742025-02-28T10:22:46.261Z 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`
28752025-02-28T10:22:46.303Z Compiling num-iter v0.1.45
28762025-02-28T10:22:46.335Z 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`
28772025-02-28T10:22:46.532Z Compiling flate2 v1.1.0
28782025-02-28T10:22:46.535Z 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.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="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=f09571ce15a565df -C extra-filename=-825622b0a33b01d5 --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-0919e08990387c7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28792025-02-28T10:22:46.607Z Compiling curve25519-dalek v4.1.3
28802025-02-28T10:22:46.610Z 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=eae51403f365a4b4 -C extra-filename=-04debb57ccea75a6 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-04debb57ccea75a6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a047fd3683531f53.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28812025-02-28T10:22:46.639Z Compiling hubpack_derive v0.1.1
28822025-02-28T10:22:46.641Z 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=98ef7ff9817f6ca4 -C extra-filename=-553da2d0475a939c --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28832025-02-28T10:22:46.791Z Compiling rustls v0.22.4
28842025-02-28T10:22:46.794Z 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`
28852025-02-28T10:22:46.993Z Compiling usdt v0.5.0
28862025-02-28T10:22:46.995Z 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=0e0663b369a95261 -C extra-filename=-290eb42c74ece0f0 --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-1891135b6673283d.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-2ccfc35f6d5af433.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-4421e02900dd8410.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-50e8830d89539ab4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-82b8a1b45f5a2b3a.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3732f8bb1c37ac82.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-e9304bc253cab739.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28872025-02-28T10:22:47.225Z Compiling unicode-width v0.2.0
28882025-02-28T10:22:47.228Z 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`
28892025-02-28T10:22:47.441Z Compiling num-bigint-dig v0.8.4
28902025-02-28T10:22:47.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/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`
28912025-02-28T10:22:47.465Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-04debb57ccea75a6/build-script-build`
28922025-02-28T10:22:47.507Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-62069158c13c5e56/build-script-build`
28932025-02-28T10:22:47.551Z 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`
28942025-02-28T10:22:47.598Z Compiling toml v0.7.8
28952025-02-28T10:22:47.601Z 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=e00147ee889d328f -C extra-filename=-0dc97e1552252cfa --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-5439297beec40e26.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-ed818a08eca2e1cf.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-606460f6dae0218f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b908c8d262047c47.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962025-02-28T10:22:47.766Z Compiling hubpack v0.1.2
28972025-02-28T10:22:47.769Z 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=ead7a336f01c7e3d -C extra-filename=-360cee71faeee78d --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-553da2d0475a939c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982025-02-28T10:22:47.796Z Compiling phf_shared v0.11.2
28992025-02-28T10:22:47.799Z 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`
29002025-02-28T10:22:47.852Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-af58622d66ae8a9e/build-script-build`
29012025-02-28T10:22:47.897Z Compiling elliptic-curve v0.13.8
29022025-02-28T10:22:47.900Z 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=b500fee2591c8a89 -C extra-filename=-96c31fd50bf80e0f --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-45bec9addb3462e0.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b85cfe1a68b7b72b.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-e4037fba4f9cf438.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52c2335562854fea.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-e4ca59aa4e322fed.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd67cff3c9d3bc1c.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-80d877675d043747.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-3a2a892c15350ff9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-1ff4c443bfbc8910.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29032025-02-28T10:22:48.178Z Compiling slog-json v2.6.1
29042025-02-28T10:22:48.181Z 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=ffe88dde53af2842 -C extra-filename=-d66e27d9b0e30936 --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-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29052025-02-28T10:22:48.209Z Compiling rfc6979 v0.4.0
29062025-02-28T10:22:48.212Z 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=82d22b00362569e2 -C extra-filename=-856264b8a80f30f3 --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-628027f208fb1234.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`
29072025-02-28T10:22:48.429Z Compiling zerocopy-derive v0.6.6
29082025-02-28T10:22:48.431Z 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=73ab287331a95c5e -C extra-filename=-eb692e74cb5b231e --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29092025-02-28T10:22:48.561Z Compiling curve25519-dalek-derive v0.1.1
29102025-02-28T10:22:48.565Z 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=58b2ef366ec3d1e3 -C extra-filename=-73dc44d4202f91b7 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29112025-02-28T10:22:48.738Z Compiling managed v0.8.0
29122025-02-28T10:22:48.741Z Compiling bit-vec v0.6.3
29132025-02-28T10:22:48.741Z 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`
29142025-02-28T10:22:48.741Z 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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=28e9bab3550317ca -C extra-filename=-2782f95855fe4ce2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29152025-02-28T10:22:49.017Z Compiling signal-hook v0.3.17
29162025-02-28T10:22:49.020Z 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`
29172025-02-28T10:22:49.047Z Compiling ecdsa v0.16.9
29182025-02-28T10:22:49.050Z 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=e6a441f9e8c939be -C extra-filename=-ddea1a7155bf510f --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-05ef4d4c727088bd.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b85cfe1a68b7b72b.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-96c31fd50bf80e0f.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-856264b8a80f30f3.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5dc394ffb552fc62.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-9a161740e7100a28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29192025-02-28T10:22:49.168Z Compiling bit-set v0.5.3
29202025-02-28T10:22:49.171Z 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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=11d5600248e85ff7 -C extra-filename=-873ca6c511be64fd --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-2782f95855fe4ce2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29212025-02-28T10:22:49.199Z Compiling slog-bunyan v2.5.0
29222025-02-28T10:22:49.202Z 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=60826893c4b3fdbc -C extra-filename=-2d32de2149167216 --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-f7e9fccf5ac98916.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-d66e27d9b0e30936.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29232025-02-28T10:22:49.439Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-d7d9af457c09f9b3/build-script-build`
29242025-02-28T10:22:49.444Z Compiling phf_shared v0.10.0
29252025-02-28T10:22:49.446Z 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=453b513638b686c6 -C extra-filename=-b812d348885ff20e --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-9ff3b1babf0a8e05.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
29262025-02-28T10:22:49.447Z 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`
29272025-02-28T10:22:49.481Z Compiling pkcs1 v0.7.5
29282025-02-28T10:22:49.485Z 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=db048ec55e6de678 -C extra-filename=-51a952355bc0985d --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-05ef4d4c727088bd.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-3a2a892c15350ff9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-9a161740e7100a28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292025-02-28T10:22:49.848Z Compiling bstr v1.10.0
29302025-02-28T10:22:49.875Z 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`
29312025-02-28T10:22:49.879Z Compiling bzip2-sys v0.1.11+1.0.8
29322025-02-28T10:22:49.906Z 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=cf5d105f7cb61a0c -C extra-filename=-d0dba1012a4d5704 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d0dba1012a4d5704 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-26b01f0b27175bd6.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`
29332025-02-28T10:22:50.159Z 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=998e240433f23f5c -C extra-filename=-88eb04f5cb135d23 --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-73dc44d4202f91b7.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b85cfe1a68b7b72b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.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"'`
29342025-02-28T10:22:50.446Z Compiling memoffset v0.9.1
29352025-02-28T10:22:50.446Z 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`
29362025-02-28T10:22:50.513Z Compiling multer v3.1.0
29372025-02-28T10:22:50.516Z 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`
29382025-02-28T10:22:50.581Z Compiling zerocopy v0.6.6
29392025-02-28T10:22:50.584Z 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=fce830bcfe465f2a -C extra-filename=-14ba10e9d5407567 --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-eb692e74cb5b231e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29402025-02-28T10:22:50.790Z Compiling unicode-xid v0.2.6
29412025-02-28T10:22:50.793Z 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`
29422025-02-28T10:22:50.881Z Compiling precomputed-hash v0.1.1
29432025-02-28T10:22:50.884Z 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`
29442025-02-28T10:22:50.934Z Compiling new_debug_unreachable v1.0.6
29452025-02-28T10:22:50.937Z 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`
29462025-02-28T10:22:50.995Z Compiling fixedbitset v0.4.2
29472025-02-28T10:22:50.998Z 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`
29482025-02-28T10:22:51.031Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-3667ced729728f65/build-script-build`
29492025-02-28T10:22:51.060Z Compiling string_cache v0.8.7
29502025-02-28T10:22:51.063Z 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=ca084c2856493fef -C extra-filename=-ff89f6f9e9e5286b --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-225ff234fd698a6f.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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29512025-02-28T10:22:51.114Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-34432ec3cf5ea2a8/build-script-build`
29522025-02-28T10:22:51.307Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d0dba1012a4d5704/build-script-build`
29532025-02-28T10:22:51.311Z Compiling petgraph v0.6.5
29542025-02-28T10:22:51.314Z 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=a7ae1f629d7e40df -C extra-filename=-b60e4a9f99bbc8bd --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-89967448755fe241.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e3fd301d42d9587b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29552025-02-28T10:22:51.414Z 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=422329338e439633 -C extra-filename=-980077daba3b764e --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-41b4d43f76d21dca.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-f14b4583915d0413.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29562025-02-28T10:22:51.446Z Compiling unicode-normalization v0.1.24
29572025-02-28T10:22:51.448Z 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`
29582025-02-28T10:22:51.478Z Compiling ed25519 v2.2.3
29592025-02-28T10:22:51.481Z 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=2b4e1fdfc2633a26 -C extra-filename=-74364fe99ae83e5c --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-3a2a892c15350ff9.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5dc394ffb552fc62.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29602025-02-28T10:22:52.228Z Compiling rsa v0.9.6
29612025-02-28T10:22:52.231Z 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=345665003246a37d -C extra-filename=-2f98f4cffcfa4c69 --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-b85cfe1a68b7b72b.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b812d348885ff20e.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-51a952355bc0985d.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-3a2a892c15350ff9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5dc394ffb552fc62.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-9a161740e7100a28.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29622025-02-28T10:22:52.508Z Compiling enum-as-inner v0.6.1
29632025-02-28T10:22:52.513Z 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=305a1ca7a680b015 -C extra-filename=-b6bbf60e938c72d0 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29642025-02-28T10:22:52.693Z Compiling async-stream-impl v0.3.6
29652025-02-28T10:22:52.696Z 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=662b33a41b1d2b57 -C extra-filename=-0b7e87974be832f2 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29662025-02-28T10:22:53.314Z Compiling debug-ignore v1.0.5
29672025-02-28T10:22:53.317Z 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`
29682025-02-28T10:22:53.507Z Compiling quick-error v1.2.3
29692025-02-28T10:22:53.510Z 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`
29702025-02-28T10:22:53.678Z 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=4af3b50e4f9e7c36 -C extra-filename=-c1c3ce989cbc3148 --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-41b4d43f76d21dca.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-7ed663b343a5fc8e/out/lib -l static=bz2`
29712025-02-28T10:22:53.761Z Compiling hickory-proto v0.24.4
29722025-02-28T10:22:53.801Z 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.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(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=fec5b81df11a258d -C extra-filename=-485c21659db2993a --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-be3fd398a6d21510.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-b6bbf60e938c72d0.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-bea6d8f0b8319994.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-117158ec426251f8.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-80af3296f3b32313.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-cef905cfe4c9c4d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6de9411779ff2095.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29732025-02-28T10:22:53.849Z Compiling ed25519-dalek v2.1.1
29742025-02-28T10:22:53.853Z 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=64b088e0b4f8af9a -C extra-filename=-2a51f4ad038a9542 --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-88eb04f5cb135d23.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-74364fe99ae83e5c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5dc394ffb552fc62.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29752025-02-28T10:22:54.145Z Compiling async-stream v0.3.6
29762025-02-28T10:22:54.148Z 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=950b82109ca28a46 -C extra-filename=-eb5f2fe76bdb2026 --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-0b7e87974be832f2.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`
29772025-02-28T10:22:54.462Z 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`
29782025-02-28T10:22:54.616Z 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=f77e52a617a4966a -C extra-filename=-1644b34ad20cd005 --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-770e947861f81604.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-bea6d8f0b8319994.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.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`
29792025-02-28T10:22:55.008Z Compiling rand_core v0.9.2
29802025-02-28T10:22:55.011Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-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 --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=e625f26b891029f6 -C extra-filename=-142c7890a95ad92d --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-fd074e5e26c6f3e8.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8fb1f68b59dc2571.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29812025-02-28T10:22:55.109Z Compiling x509-cert v0.2.5
29822025-02-28T10:22:55.113Z 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=a46770eea2937987 -C extra-filename=-26ef574f41c04d1c --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-05ef4d4c727088bd.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-9a161740e7100a28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29832025-02-28T10:22:55.465Z Compiling heapless v0.7.17
29842025-02-28T10:22:55.468Z 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=a270bda8fee249c9 -C extra-filename=-b9eb78a5753a0f60 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-b9eb78a5753a0f60 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a047fd3683531f53.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29852025-02-28T10:22:55.599Z Compiling serde_path_to_error v0.1.16
29862025-02-28T10:22:55.602Z 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=6a2729ac399b8df2 -C extra-filename=-528ab214ccaef955 --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29872025-02-28T10:22:55.993Z Compiling waitgroup v0.1.2
29882025-02-28T10:22:55.996Z 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`
29892025-02-28T10:22:56.248Z Compiling hostname v0.4.0
29902025-02-28T10:22:56.291Z 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=6a28541cd79ee46f -C extra-filename=-5dc769abc3499bb1 --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29912025-02-28T10:22:56.414Z Compiling dropshot v0.12.0
29922025-02-28T10:22:56.416Z 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`
29932025-02-28T10:22:56.478Z Compiling cfg_aliases v0.2.1
29942025-02-28T10:22:56.481Z 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`
29952025-02-28T10:22:56.610Z Compiling lalrpop-util v0.19.12
29962025-02-28T10:22:56.612Z 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`
29972025-02-28T10:22:57.843Z Compiling newtype-uuid v1.2.1
29982025-02-28T10:22:57.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/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`
29992025-02-28T10:22:57.846Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-c9d596f313e46572/build-script-build`
30002025-02-28T10:22:57.846Z Compiling nix v0.29.0
30012025-02-28T10:22:57.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/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`
30022025-02-28T10:22:57.846Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-438067a80c3870ad/build-script-build`
30032025-02-28T10:22:57.846Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-b9eb78a5753a0f60/build-script-build`
30042025-02-28T10:22:57.846Z Compiling rand_chacha v0.9.0
30052025-02-28T10:22:57.846Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-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 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", "os_rng", "serde", "std"))' -C metadata=33f5f05445877dc3 -C extra-filename=-9426619486bbbbed --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-942cff06ba810286.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-142c7890a95ad92d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30062025-02-28T10:22:57.846Z Compiling bzip2 v0.4.4
30072025-02-28T10:22:57.846Z 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=ae55c44475940ba3 -C extra-filename=-8d3ae5aafe71b022 --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-c1c3ce989cbc3148.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.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-7ed663b343a5fc8e/out/lib`
30082025-02-28T10:22:58.103Z Compiling signal-hook-mio v0.2.4
30092025-02-28T10:22:58.106Z 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=dd41ee2cab43873e -C extra-filename=-43d024be34422106 --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-41b4d43f76d21dca.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-ac7c53bc75619921.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-980077daba3b764e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30102025-02-28T10:22:58.250Z Compiling dropshot_endpoint v0.12.0
30112025-02-28T10:22:58.254Z 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=66997ff34b9cd69f -C extra-filename=-536c1bae1f7027b1 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cd644139eea184df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30122025-02-28T10:22:58.307Z Compiling hash32 v0.2.1
30132025-02-28T10:22:58.310Z 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`
30142025-02-28T10:22:58.715Z Compiling unicode-properties v0.1.3
30152025-02-28T10:22:58.741Z 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`
30162025-02-28T10:22:59.170Z Compiling unicode-bidi v0.3.17
30172025-02-28T10:22:59.173Z 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`
30182025-02-28T10:22:59.338Z Compiling portable-atomic v1.9.0
30192025-02-28T10:22:59.342Z 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`
30202025-02-28T10:22:59.475Z Compiling linked-hash-map v0.5.6
30212025-02-28T10:22:59.478Z 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`
30222025-02-28T10:22:59.728Z Compiling smoltcp v0.9.1
30232025-02-28T10:22:59.731Z 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`
30242025-02-28T10:22:59.826Z Compiling predicates-core v1.0.8
30252025-02-28T10:22:59.871Z 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`
30262025-02-28T10:23:00.182Z Compiling stringprep v0.1.5
30272025-02-28T10:23:00.200Z 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`
30282025-02-28T10:23:00.395Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-f16794ac5c35dfb5/build-script-build`
30292025-02-28T10:23:00.425Z Compiling lru-cache v0.1.2
30302025-02-28T10:23:00.429Z 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`
30312025-02-28T10:23:00.487Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-bafce01a245bdf53/build-script-build`
30322025-02-28T10:23:00.492Z 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=14a259d20d03a864 -C extra-filename=-7bac03f9dd271fdf --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`
30332025-02-28T10:23:00.534Z Compiling crossterm v0.28.1
30342025-02-28T10:23:00.539Z 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=e41d3b276c19655b -C extra-filename=-2aee92d249887bfd --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-5be7a60b64167706.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1576965aa7d154eb.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-ac7c53bc75619921.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-225ff234fd698a6f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6a985354087de3ce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-980077daba3b764e.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-43d024be34422106.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30352025-02-28T10:23:00.685Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-3dffa5472c76732a/build-script-build`
30362025-02-28T10:23:00.690Z Compiling rand v0.9.0
30372025-02-28T10:23:00.768Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=c4d016eb3d45d7e7 -C extra-filename=-3cfdca196642f7e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-9426619486bbbbed.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-142c7890a95ad92d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8fb1f68b59dc2571.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30382025-02-28T10:23:01.233Z 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=79d26c4edfd3f8b9 -C extra-filename=-0fe029a8f0a9b2fc --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-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'`
30392025-02-28T10:23:01.554Z Compiling rayon v1.10.0
30402025-02-28T10:23:01.581Z 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=aca014bba53db57c -C extra-filename=-386206e71bd9ba19 --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-7f21ccbadb60cd85.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`
30412025-02-28T10:23:01.585Z Compiling console v0.15.10
30422025-02-28T10:23:01.587Z 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=7c995fb03f30f1bf -C extra-filename=-a9acdc605ab40d5a --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-41b4d43f76d21dca.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`
30432025-02-28T10:23:02.513Z Compiling tokio-stream v0.1.17
30442025-02-28T10:23:02.545Z 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.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="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=40814cfe0f7c1bff -C extra-filename=-6d238c451e6997e7 --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-41957612a418d3ce.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30452025-02-28T10:23:02.552Z Compiling md-5 v0.10.6
30462025-02-28T10:23:02.575Z 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=9b3956c130c128d8 -C extra-filename=-ca916e13ebd9f25d --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-b85cfe1a68b7b72b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30472025-02-28T10:23:02.658Z Compiling float-cmp v0.10.0
30482025-02-28T10:23:02.661Z 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`
30492025-02-28T10:23:02.863Z Compiling fs-err v2.11.0
30502025-02-28T10:23:02.867Z 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`
30512025-02-28T10:23:02.912Z Compiling difflib v0.4.0
30522025-02-28T10:23:02.914Z 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`
30532025-02-28T10:23:02.938Z Compiling fallible-iterator v0.2.0
30542025-02-28T10:23:02.941Z 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`
30552025-02-28T10:23:02.964Z Compiling normalize-line-endings v0.3.0
30562025-02-28T10:23:02.967Z 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`
30572025-02-28T10:23:03.138Z 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=bbce1b0d90c3836b -C extra-filename=-d6972cd2d64e94ad --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-7bac03f9dd271fdf.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`
30582025-02-28T10:23:03.286Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-21269de87b467c8f/build-script-build`
30592025-02-28T10:23:03.462Z Compiling predicates v3.1.3
30602025-02-28T10:23:03.465Z 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`
30612025-02-28T10:23:03.519Z 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=36f7bda325a1bfaf -C extra-filename=-370cddedf3f05fbc --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-5be7a60b64167706.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.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)'`
30622025-02-28T10:23:03.602Z Compiling postgres-protocol v0.6.8
30632025-02-28T10:23:03.605Z 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.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", "getrandom", "js"))' -C metadata=69e95b64fbe626b9 -C extra-filename=-95b7046f52bd65cd --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-770e947861f81604.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d22eb698fb33527e.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-628027f208fb1234.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-ca916e13ebd9f25d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3cfdca196642f7e2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.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`
30642025-02-28T10:23:03.665Z 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"))'`
30652025-02-28T10:23:04.220Z Compiling zip v0.6.6
30662025-02-28T10:23:04.224Z 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=21b84e17292e7691 -C extra-filename=-01e4a0be8cd7addb --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-8d3ae5aafe71b022.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-918de2abdeed200d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.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-7ed663b343a5fc8e/out/lib`
30672025-02-28T10:23:04.763Z Compiling resolv-conf v0.7.0
30682025-02-28T10:23:04.808Z 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=6a3d51a7ad3408e0 -C extra-filename=-1baf596d7bfc3998 --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-f7e9fccf5ac98916.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`
30692025-02-28T10:23:04.875Z Compiling similar v2.6.0
30702025-02-28T10:23:04.910Z 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`
30712025-02-28T10:23:04.972Z Compiling phf v0.11.2
30722025-02-28T10:23:04.974Z 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`
30732025-02-28T10:23:05.110Z Compiling tungstenite v0.24.0
30742025-02-28T10:23:05.113Z 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=6f5b4ca1e41ad740 -C extra-filename=-62bc80c09e386215 --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-770e947861f81604.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-7ca48bec20e507bd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.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-9ff3b1babf0a8e05.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-25e007f1ee25bcd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.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`
30752025-02-28T10:23:05.289Z Compiling strum_macros v0.25.3
30762025-02-28T10:23:05.292Z 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=dc3bb2aa28bc523b -C extra-filename=-a4c4da4ae93676ba --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-249ca607bd6d7426.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30772025-02-28T10:23:05.461Z Compiling serde-big-array v0.5.1
30782025-02-28T10:23:05.464Z 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=3914a899dfe53c70 -C extra-filename=-6e64572e59dae1c8 --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30792025-02-28T10:23:05.492Z Compiling serde_repr v0.1.19
30802025-02-28T10:23:05.545Z 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=3f803dc024ea6be6 -C extra-filename=-360864b35d92deaf --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30812025-02-28T10:23:05.549Z Compiling peg-runtime v0.8.3
30822025-02-28T10:23:05.552Z 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`
30832025-02-28T10:23:05.715Z Compiling number_prefix v0.4.0
30842025-02-28T10:23:05.718Z 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`
30852025-02-28T10:23:05.855Z Compiling hickory-resolver v0.24.4
30862025-02-28T10:23:05.857Z 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.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(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=8d1b2548ce624fea -C extra-filename=-83b254b145ecea69 --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-bea6d8f0b8319994.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-485c21659db2993a.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-225ff234fd698a6f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-1baf596d7bfc3998.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6de9411779ff2095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30872025-02-28T10:23:05.969Z Compiling indicatif v0.17.11
30882025-02-28T10:23:05.972Z 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=2f3dbe8b7dbbcea8 -C extra-filename=-d68412271cb0c7e0 --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-a9acdc605ab40d5a.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-386206e71bd9ba19.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`
30892025-02-28T10:23:06.137Z Compiling postgres-types v0.2.9
30902025-02-28T10:23:06.140Z 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.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="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", "cidr-03", "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-cidr-0_3", "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=670e83ef3d6d4fbd -C extra-filename=-8001500374b68b56 --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-770e947861f81604.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.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-95b7046f52bd65cd.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30912025-02-28T10:23:06.775Z Compiling tokio-tungstenite v0.24.0
30922025-02-28T10:23:06.778Z 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=118cf08be14daf63 -C extra-filename=-d911eb2b3136df14 --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-bea6d8f0b8319994.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-62bc80c09e386215.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30932025-02-28T10:23:07.004Z 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=8e48797437d259df -C extra-filename=-32ea6b73e4d19688 --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-41957612a418d3ce.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)'`
30942025-02-28T10:23:07.155Z Compiling derive-where v1.2.7
30952025-02-28T10:23:07.158Z 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=ef8ffb3e51641191 -C extra-filename=-4d015bf94185e318 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30962025-02-28T10:23:07.349Z Compiling whoami v1.5.2
30972025-02-28T10:23:07.352Z 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`
30982025-02-28T10:23:07.394Z Compiling thiserror v2.0.11
30992025-02-28T10:23:07.397Z 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`
31002025-02-28T10:23:07.854Z Compiling tokio-postgres v0.7.13
31012025-02-28T10:23:07.857Z 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.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --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-cidr-0_2", "with-cidr-0_3", "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=cdc89d83fd914b8c -C extra-filename=-a13091d4bbd8ffc4 --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-be3fd398a6d21510.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.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-bea6d8f0b8319994.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-225ff234fd698a6f.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-95b7046f52bd65cd.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-8001500374b68b56.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3cfdca196642f7e2.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b761ff4075e9e77b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.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`
31022025-02-28T10:23:07.895Z Compiling thiserror-impl v2.0.11
31032025-02-28T10:23:07.936Z 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=d51ad883d6da8512 -C extra-filename=-a6e0dd675a2d1edb --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31042025-02-28T10:23:07.987Z Compiling hashbrown v0.14.5
31052025-02-28T10:23:07.990Z 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=9eac7a08858c308b -C extra-filename=-2ee540c2b156a863 --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-86a99f4ac28d3b8b.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`
31062025-02-28T10:23:08.096Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-b954e8c272abdc9c/build-script-build`
31072025-02-28T10:23:08.604Z Compiling ident_case v1.0.1
31082025-02-28T10:23:08.649Z 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`
31092025-02-28T10:23:08.832Z Compiling darling_core v0.20.10
31102025-02-28T10:23:08.835Z 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=47bd1c3a9a2e8cc2 -C extra-filename=-8da7fbd0ecd2dea6 --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-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f65fb5752489051b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31112025-02-28T10:23:09.028Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
31122025-02-28T10:23:09.031Z 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=6ea6104928d6b760 -C extra-filename=-2e1c6d93f073be21 --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-5be7a60b64167706.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-360cee71faeee78d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-6e64572e59dae1c8.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-360864b35d92deaf.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-d6972cd2d64e94ad.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-a4c4da4ae93676ba.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-14ba10e9d5407567.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31132025-02-28T10:23:09.193Z Compiling regress v0.10.1
31142025-02-28T10:23:09.197Z 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=9afba1670a6faac3 -C extra-filename=-654a2eb071b436a0 --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-2ee540c2b156a863.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`
31152025-02-28T10:23:10.497Z Compiling unsafe-libyaml v0.2.11
31162025-02-28T10:23:10.500Z 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`
31172025-02-28T10:23:11.240Z 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=0981b97dd99fe672 -C extra-filename=-e3f31cdd82b47710 --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-a6e0dd675a2d1edb.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)'`
31182025-02-28T10:23:11.262Z Compiling fastrand v2.1.1
31192025-02-28T10:23:11.284Z 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`
31202025-02-28T10:23:11.411Z Compiling ipnetwork v0.21.1
31212025-02-28T10:23:11.414Z 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=751f59b87695c154 -C extra-filename=-e99d9ba4d44afd33 --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-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31222025-02-28T10:23:11.768Z Compiling tempfile v3.13.0
31232025-02-28T10:23:11.771Z 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=d6540ac5382d0652 -C extra-filename=-218eaff8d48be1fe --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-6a985354087de3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31242025-02-28T10:23:12.243Z Compiling serde_yaml v0.9.34+deprecated
31252025-02-28T10:23:12.245Z 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=98632aad5d373d6f -C extra-filename=-a29ee6adcc36efd0 --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-89967448755fe241.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-5439297beec40e26.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`
31262025-02-28T10:23:12.373Z Compiling oxnet v0.1.1
31272025-02-28T10:23:12.376Z 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=21a9b09ca2a53816 -C extra-filename=-bfb5e4b7d95a59b8 --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-e99d9ba4d44afd33.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31282025-02-28T10:23:12.614Z Compiling strum_macros v0.26.4
31292025-02-28T10:23:12.617Z 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=902cedf14ee03195 -C extra-filename=-2a6b4f5ec609548b --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-249ca607bd6d7426.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31302025-02-28T10:23:13.093Z Compiling typify-impl v0.2.0
31312025-02-28T10:23:13.096Z 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=890d240ceddd67ab -C extra-filename=-eca6790efbd7a784 --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-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-654a2eb071b436a0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.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`
31322025-02-28T10:23:13.393Z Compiling macaddr v1.0.1
31332025-02-28T10:23:13.396Z 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=3b3565eaf74accc8 -C extra-filename=-c87dc90a3e23a685 --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342025-02-28T10:23:13.833Z Compiling structmeta-derive v0.3.0
31352025-02-28T10:23:13.858Z 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=6bdc5ba655520d0a -C extra-filename=-f2b2b8847e362b8a --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31362025-02-28T10:23:14.063Z Compiling daft-derive v0.1.1
31372025-02-28T10:23:14.066Z 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=544112560d9a7185 -C extra-filename=-ae71341f8fdb4a0a --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31382025-02-28T10:23:14.615Z Compiling darling_macro v0.20.10
31392025-02-28T10:23:14.653Z 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=9170d55e324e38ca -C extra-filename=-7569303a7edd5c6f --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-8da7fbd0ecd2dea6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402025-02-28T10:23:15.234Z Compiling instant v0.1.13
31412025-02-28T10:23:15.237Z 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`
31422025-02-28T10:23:15.413Z Compiling regress v0.9.1
31432025-02-28T10:23:15.428Z 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=84db6278416b37d8 -C extra-filename=-747fe3d407fe8ec6 --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-2ee540c2b156a863.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`
31442025-02-28T10:23:15.785Z Compiling daft v0.1.1
31452025-02-28T10:23:15.788Z Compiling dropshot v0.16.0
31462025-02-28T10:23:15.788Z 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=fdef5cc7f90fc959 -C extra-filename=-3a921cd77af55d5a --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-ae71341f8fdb4a0a.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0fe029a8f0a9b2fc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31472025-02-28T10:23:15.831Z 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.16.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=f575fe8a487cf5e2 -C extra-filename=-1bf7d5ddeb8d128c --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-1bf7d5ddeb8d128c -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`
31482025-02-28T10:23:15.834Z Compiling darling v0.20.10
31492025-02-28T10:23:15.834Z 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=f0b773f7efd94ee2 -C extra-filename=-65d003586e73cec4 --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-8da7fbd0ecd2dea6.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-7569303a7edd5c6f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31502025-02-28T10:23:15.971Z Compiling serde_with_macros v3.11.0
31512025-02-28T10:23:15.973Z 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=72c878a12219305e -C extra-filename=-77e5c62892dc28e8 --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-65d003586e73cec4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31522025-02-28T10:23:16.219Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-1bf7d5ddeb8d128c/build-script-build`
31532025-02-28T10:23:16.281Z Compiling dropshot_endpoint v0.16.0
31542025-02-28T10:23:16.284Z 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.16.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=7e4b6c3c6e560d37 -C extra-filename=-2f4fc5024b2e6495 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cd644139eea184df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31552025-02-28T10:23:16.314Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31562025-02-28T10:23:16.317Z 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=e7115188ab6c8b97 -C extra-filename=-53a860f60f82f203 --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-3a921cd77af55d5a.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0fe029a8f0a9b2fc.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31572025-02-28T10:23:16.605Z Compiling structmeta v0.3.0
31582025-02-28T10:23:16.608Z 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=88bbd5a7be2f3d82 -C extra-filename=-a7f70af6488dfa5f --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-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-f2b2b8847e362b8a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31592025-02-28T10:23:16.813Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31602025-02-28T10:23:16.910Z 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=33bafbb68440008b -C extra-filename=-7d3c815ea40f7bc4 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31612025-02-28T10:23:17.060Z Compiling parse-display-derive v0.10.0
31622025-02-28T10:23:17.063Z 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=289e405342ff6886 -C extra-filename=-a25a4b97c37b3bd2 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.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-a7f70af6488dfa5f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31632025-02-28T10:23:17.228Z Compiling strum v0.26.3
31642025-02-28T10:23:17.231Z 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=7976df9a5f35529c -C extra-filename=-d9c66f3d87f91847 --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-2a6b4f5ec609548b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31652025-02-28T10:23:17.441Z Compiling backoff v0.4.0
31662025-02-28T10:23:17.444Z 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=4bd4f9c3eeefef77 -C extra-filename=-5f179acf52286a8f --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-18f0880b436c32e6.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-9ff3b1babf0a8e05.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31672025-02-28T10:23:17.775Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31682025-02-28T10:23:17.778Z 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=fb4aaccceac87d98 -C extra-filename=-67668311946ae631 --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-7d3c815ea40f7bc4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31692025-02-28T10:23:17.849Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
31702025-02-28T10:23:17.873Z 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=d6bfa3a52c692af6 -C extra-filename=-9ae585b96467e022 --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-9c4b4f68e441bbb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31712025-02-28T10:23:17.973Z Compiling wait-timeout v0.2.0
31722025-02-28T10:23:17.976Z 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=c8e1f55b416bf90a -C extra-filename=-55f7cdb91ed11cdf --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31732025-02-28T10:23:18.046Z Compiling bit-vec v0.8.0
31742025-02-28T10:23:18.049Z 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.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("borsh", "borsh_std", "default", "miniserde", "nanoserde", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=104152c8b3147b17 -C extra-filename=-43b130600465bdab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752025-02-28T10:23:18.508Z Compiling bit-set v0.8.0
31762025-02-28T10:23:18.513Z 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.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("default", "serde", "std"))' -C metadata=23c15ead7a6d1b06 -C extra-filename=-99290c59d02c2929 --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-43b130600465bdab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31772025-02-28T10:23:18.538Z Compiling rusty-fork v0.3.0
31782025-02-28T10:23:18.542Z 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=f62ebc85f5041255 -C extra-filename=-a7e162694a404590 --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-218eaff8d48be1fe.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-55f7cdb91ed11cdf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31792025-02-28T10:23:18.678Z Compiling serde_with v3.11.0
31802025-02-28T10:23:18.681Z 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=91deaec2e515564c -C extra-filename=-f29f1bc3115759cb --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-5439297beec40e26.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e3fd301d42d9587b.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-77e5c62892dc28e8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31812025-02-28T10:23:18.821Z Compiling rand_xorshift v0.3.0
31822025-02-28T10:23:18.824Z 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=cf4a45b7bba9b4d0 -C extra-filename=-737870a6627cf297 --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-c9da9b954e2f8ef1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31832025-02-28T10:23:19.183Z Compiling unarray v0.1.4
31842025-02-28T10:23:19.209Z 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`
31852025-02-28T10:23:19.212Z Compiling test-strategy v0.4.0
31862025-02-28T10:23:19.215Z 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.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=22c06dfeec7a9e49 -C extra-filename=-9740571c4b1ac542 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-a7f70af6488dfa5f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31872025-02-28T10:23:19.382Z Compiling proptest v1.6.0
31882025-02-28T10:23:19.385Z 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.6.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", "handle-panics", "hardware-rng", "lazy_static", "no_std", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=fff2b89fdd24fd82 -C extra-filename=-b80559f275807c7f --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-99290c59d02c2929.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-43b130600465bdab.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-5be7a60b64167706.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-9ff3b1babf0a8e05.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-cdf19b3bea2fc0fe.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-737870a6627cf297.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-a7e162694a404590.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.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`
31892025-02-28T10:23:20.209Z Compiling camino-tempfile v1.1.1
31902025-02-28T10:23:20.242Z 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=576f7c5dbc8b15bd -C extra-filename=-049edb9fe260ae34 --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-adcdc6bfd3808e20.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31912025-02-28T10:23:20.677Z Compiling unicode-width v0.1.14
31922025-02-28T10:23:20.702Z 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`
31932025-02-28T10:23:20.816Z Compiling proc-macro-error-attr v1.0.4
31942025-02-28T10:23:20.818Z 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`
31952025-02-28T10:23:21.208Z Compiling proc-macro-error v1.0.4
31962025-02-28T10:23:21.211Z 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`
31972025-02-28T10:23:21.236Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-55b345e3bb32fc87/build-script-build`
31982025-02-28T10:23:21.314Z Compiling parse-display v0.10.0
31992025-02-28T10:23:21.317Z 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=f1fe12a420929615 -C extra-filename=-5f8e49768cc1a7b1 --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-a25a4b97c37b3bd2.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`
32002025-02-28T10:23:21.343Z 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=25b7263160948d10 -C extra-filename=-a914994a314fd88a --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32012025-02-28T10:23:21.606Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-496b21e54f90e44c/build-script-build`
32022025-02-28T10:23:21.793Z Compiling proc-macro-crate v1.3.1
32032025-02-28T10:23:21.796Z 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=871fe713ef308895 -C extra-filename=-30a009d88715d877 --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-b908c8d262047c47.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32042025-02-28T10:23:21.889Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32052025-02-28T10:23:21.891Z 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`
32062025-02-28T10:23:22.150Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
32072025-02-28T10:23:22.150Z 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`
32082025-02-28T10:23:22.229Z 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=1a0e7563daf89d5f -C extra-filename=-d7c557c102d03464 --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-a914994a314fd88a.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
32092025-02-28T10:23:22.371Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-ad87e65398481a30/build-script-build`
32102025-02-28T10:23:22.417Z Compiling tabwriter v1.4.0
32112025-02-28T10:23:22.421Z 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`
32122025-02-28T10:23:22.554Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-3d02b5609f35aeee/build-script-build`
32132025-02-28T10:23:22.597Z Compiling foreign-types-macros v0.2.3
32142025-02-28T10:23:22.601Z 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=1ea0c0666bfa21e0 -C extra-filename=-9accc0ba42fb3d11 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32152025-02-28T10:23:22.779Z Compiling foreign-types-shared v0.3.1
32162025-02-28T10:23:22.784Z 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`
32172025-02-28T10:23:22.810Z Compiling num_enum_derive v0.5.11
32182025-02-28T10:23:22.813Z 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=cc44d611584e726f -C extra-filename=-747c94cf3dfab17c --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-30a009d88715d877.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32192025-02-28T10:23:22.875Z 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`
32202025-02-28T10:23:22.878Z 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`
32212025-02-28T10:23:22.929Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32222025-02-28T10:23:22.934Z 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=501d0fe824150cf2 -C extra-filename=-a82ef7e66d691e34 --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-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32232025-02-28T10:23:23.039Z Compiling cstr-argument v0.1.2
32242025-02-28T10:23:23.042Z 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`
32252025-02-28T10:23:23.080Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
32262025-02-28T10:23:23.082Z 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`
32272025-02-28T10:23:23.307Z Compiling pretty-hex v0.2.1
32282025-02-28T10:23:23.310Z 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`
32292025-02-28T10:23:23.518Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-1c5d2a18a5189f33/build-script-build`
32302025-02-28T10:23:23.521Z Compiling colored v2.2.0
32312025-02-28T10:23:23.526Z Compiling winnow v0.6.20
32322025-02-28T10:23:23.526Z 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.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("no-color"))' -C metadata=e0b1219ebd2b78f3 -C extra-filename=-c51beed7bfac70ec --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`
32332025-02-28T10:23:23.526Z 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`
32342025-02-28T10:23:23.928Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32352025-02-28T10:23:23.964Z 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=d077028503d05bd4 -C extra-filename=-d1cdc1cfb51f740e --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-41b4d43f76d21dca.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-a82ef7e66d691e34.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32362025-02-28T10:23:23.981Z Compiling foreign-types v0.5.0
32372025-02-28T10:23:24.012Z 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=edeffcfd8a36af65 -C extra-filename=-784cf5e9036d46de --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-9accc0ba42fb3d11.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`
32382025-02-28T10:23:24.122Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32392025-02-28T10:23:24.122Z 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=3b65e6d67973a5f9 -C extra-filename=-6cacf26ffd8d5340 --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-784cf5e9036d46de.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`
32402025-02-28T10:23:24.150Z Compiling smf v0.2.3
32412025-02-28T10:23:24.153Z 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=9687e91a64b8281c -C extra-filename=-8ac393340993591a --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-d4488a9d70a633a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32422025-02-28T10:23:24.293Z Compiling itertools v0.14.0
32432025-02-28T10:23:24.296Z 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=14e2fff95c8822b5 -C extra-filename=-3a638bc4540ce81b --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-7f21ccbadb60cd85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32442025-02-28T10:23:24.603Z Compiling itertools v0.13.0
32452025-02-28T10:23:24.645Z 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=97e12485a1c154b0 -C extra-filename=-b1a6cfaf89ee5ea3 --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-7f21ccbadb60cd85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32462025-02-28T10:23:25.265Z Compiling typify-impl v0.3.0
32472025-02-28T10:23:25.268Z 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=e602184536292dc5 -C extra-filename=-5200559ff6c7c98a --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-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-654a2eb071b436a0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3f31cdd82b47710.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`
32482025-02-28T10:23:25.298Z Compiling num_enum v0.5.11
32492025-02-28T10:23:25.300Z 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=604005e4d84d9489 -C extra-filename=-7a25f42cfaeb0ecc --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-747c94cf3dfab17c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32502025-02-28T10:23:25.516Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
32512025-02-28T10:23:25.520Z 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=0d2a7e1fc5200daf -C extra-filename=-d53b05deb4686857 --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-41b4d43f76d21dca.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-7a25f42cfaeb0ecc.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8d4e06503f39b066.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32522025-02-28T10:23:25.900Z Compiling base64 v0.21.7
32532025-02-28T10:23:25.928Z 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`
32542025-02-28T10:23:26.612Z Compiling crucible-workspace-hack v0.1.0
32552025-02-28T10:23:26.615Z 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`
32562025-02-28T10:23:27.036Z 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=6f94c30a62e75c09 -C extra-filename=-e8d16ed10ac12970 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-c51beed7bfac70ec.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-d53b05deb4686857.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-7a25f42cfaeb0ecc.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-6cacf26ffd8d5340.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-5132d88d1385b19d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-d1cdc1cfb51f740e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b761ff4075e9e77b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6de9411779ff2095.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`
32572025-02-28T10:23:27.085Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-9f4f0aeb7c795af8/build-script-build`
32582025-02-28T10:23:27.130Z 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`
32592025-02-28T10:23:27.182Z Compiling typify-macro v0.2.0
32602025-02-28T10:23:27.185Z 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=a37a18e62678fd1e -C extra-filename=-dc1acdadea03c447 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cd644139eea184df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-eca6790efbd7a784.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32612025-02-28T10:23:27.233Z Compiling heapless v0.8.0
32622025-02-28T10:23:27.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/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`
32632025-02-28T10:23:27.261Z Compiling termtree v0.4.1
32642025-02-28T10:23:27.261Z 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`
32652025-02-28T10:23:27.525Z Compiling predicates-tree v1.0.11
32662025-02-28T10:23:27.529Z 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`
32672025-02-28T10:23:27.553Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
32682025-02-28T10:23:27.556Z 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=6758512092551e3b -C extra-filename=-583ce4e081957484 --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-65d003586e73cec4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b1a6cfaf89ee5ea3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32692025-02-28T10:23:27.880Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-f712d86e74c386de/build-script-build`
32702025-02-28T10:23:27.993Z Compiling hash32 v0.3.1
32712025-02-28T10:23:27.996Z 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`
32722025-02-28T10:23:28.212Z Compiling smoltcp v0.11.0
32732025-02-28T10:23:28.276Z 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`
32742025-02-28T10:23:28.279Z 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`
32752025-02-28T10:23:28.964Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-14ad03042fc9f298/build-script-build`
32762025-02-28T10:23:29.007Z Compiling cobs v0.2.3
32772025-02-28T10:23:29.010Z 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`
32782025-02-28T10:23:29.220Z Compiling postcard v1.0.10
32792025-02-28T10:23:29.222Z 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=5340a90c2b4b035e -C extra-filename=-09da7901a0a59708 --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32802025-02-28T10:23:29.316Z 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`
32812025-02-28T10:23:29.872Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
32822025-02-28T10:23:29.875Z 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`
32832025-02-28T10:23:30.276Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
32842025-02-28T10:23:30.279Z 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`
32852025-02-28T10:23:30.547Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-10007899ecd8cf87/build-script-build`
32862025-02-28T10:23:30.585Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
32872025-02-28T10:23:30.618Z 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=3c7bda10f26b8677 -C extra-filename=-0b4a34dfb4e6f47d --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-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32882025-02-28T10:23:30.640Z Compiling sigpipe v0.1.3
32892025-02-28T10:23:30.643Z 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=885f5b6f6b44c6c8 -C extra-filename=-e96591396af76f84 --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32902025-02-28T10:23:30.799Z Compiling mockall_derive v0.13.1
32912025-02-28T10:23:30.802Z 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`
32922025-02-28T10:23:31.202Z Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-5082be71356c4b23/build-script-build`
32932025-02-28T10:23:31.244Z Compiling atomicwrites v0.4.4
32942025-02-28T10:23:31.247Z 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=4cc8e9b8f6442274 -C extra-filename=-d70545452c463538 --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-6a985354087de3ce.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32952025-02-28T10:23:31.377Z Compiling typify v0.2.0
32962025-02-28T10:23:31.380Z 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=23346610dbc4a07c -C extra-filename=-9b4ab75f0fcd148f --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-eca6790efbd7a784.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-dc1acdadea03c447.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32972025-02-28T10:23:31.548Z Compiling progenitor-impl v0.8.0
32982025-02-28T10:23:31.588Z 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=3a97b05b133e231b -C extra-filename=-5b4cab59d204abe0 --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-66361616ebf63647.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-9b4ab75f0fcd148f.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`
32992025-02-28T10:23:31.592Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
33002025-02-28T10:23:31.595Z 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`
33012025-02-28T10:23:31.619Z 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=729fca3392dfab23 -C extra-filename=-93106238723439f4 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(reprocheck)'`
33022025-02-28T10:23:31.955Z Compiling zone_cfg_derive v0.3.0
33032025-02-28T10:23:31.958Z 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=be6670a67740f8e3 -C extra-filename=-0a711c352d952c2f --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-d7c557c102d03464.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33042025-02-28T10:23:33.562Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
33052025-02-28T10:23:33.565Z 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=8aac050c45386979 -C extra-filename=-cbf08316c7b0c8b9 --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-41b4d43f76d21dca.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33062025-02-28T10:23:33.822Z Compiling num-derive v0.4.2
33072025-02-28T10:23:33.825Z 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=3a21c9638e411661 -C extra-filename=-a835a2e41de579ea --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33082025-02-28T10:23:33.963Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33092025-02-28T10:23:33.966Z 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`
33102025-02-28T10:23:34.355Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
33112025-02-28T10:23:34.380Z 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=1550fc74eba7fb75 -C extra-filename=-249e69fe3177af25 --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-583ce4e081957484.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8fb1f68b59dc2571.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33122025-02-28T10:23:34.383Z Compiling downcast v0.11.0
33132025-02-28T10:23:34.413Z 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`
33142025-02-28T10:23:34.642Z Compiling fragile v2.0.0
33152025-02-28T10:23:34.645Z 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`
33162025-02-28T10:23:35.163Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
33172025-02-28T10:23:35.166Z 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=849241a93946546e -C extra-filename=-470dc8757f2eb72d --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-5be7a60b64167706.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-583ce4e081957484.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-249e69fe3177af25.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8fb1f68b59dc2571.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33182025-02-28T10:23:35.217Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-cabb8bd0b9816cee/build-script-build`
33192025-02-28T10:23:35.263Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
33202025-02-28T10:23:35.265Z 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=5ac1bf47e96f8a92 -C extra-filename=-a430c26f0a3fd115 --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-cbf08316c7b0c8b9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33212025-02-28T10:23:35.749Z Compiling zone v0.3.0
33222025-02-28T10:23:35.766Z 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=f937e5e8d9c05f61 -C extra-filename=-7b5ed50b0d9e53b0 --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-a380b12963bfcb13.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-0a711c352d952c2f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33232025-02-28T10:23:36.185Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
33242025-02-28T10:23:36.188Z 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/81a3528/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=c6ab55a625838e8d -C extra-filename=-e13dfae4959ee8af --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-41b4d43f76d21dca.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-a835a2e41de579ea.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e9d24d36744151b0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33252025-02-28T10:23:37.085Z Compiling convert_case v0.4.0
33262025-02-28T10:23:37.088Z 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`
33272025-02-28T10:23:37.207Z Compiling same-file v1.0.6
33282025-02-28T10:23:37.210Z 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`
33292025-02-28T10:23:37.530Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
33302025-02-28T10:23:37.532Z 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=af0cc5399e06bc0f -C extra-filename=-11247db85499ac7e --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-470dc8757f2eb72d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-09da7901a0a59708.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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`
33312025-02-28T10:23:37.778Z Compiling walkdir v2.5.0
33322025-02-28T10:23:37.782Z 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`
33332025-02-28T10:23:37.909Z Compiling derive_more v0.99.19
33342025-02-28T10:23:37.911Z 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=fc2df3bfd88df608 -C extra-filename=-70238f53d5e6937c --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33352025-02-28T10:23:38.412Z Compiling progenitor-macro v0.8.0
33362025-02-28T10:23:38.415Z 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=93c1deb054fec7fa -C extra-filename=-61ac2ad40dd88d9a --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-df7c36869dc1a4de.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-5b4cab59d204abe0.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cd644139eea184df.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-a29ee6adcc36efd0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33372025-02-28T10:23:38.454Z Compiling tungstenite v0.21.0
33382025-02-28T10:23:38.457Z 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=3fc827c2785b3b36 -C extra-filename=-7cdf28d63f2460d1 --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-770e947861f81604.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-7ca48bec20e507bd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.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-9ff3b1babf0a8e05.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-25e007f1ee25bcd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.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`
33392025-02-28T10:23:38.947Z 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=7d46fb1a8051b050 -C extra-filename=-391c5cb44c891665 --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-5be7a60b64167706.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-470dc8757f2eb72d.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-0b4a34dfb4e6f47d.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-11247db85499ac7e.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-09da7901a0a59708.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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)'`
33402025-02-28T10:23:39.224Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
33412025-02-28T10:23:39.226Z 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=498f97c4d5c431cb -C extra-filename=-6985c6b2a7d6e587 --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-391c5cb44c891665.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-79a0ce1a8c4d05ad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-997552641b7d0fec.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8fb1f68b59dc2571.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33422025-02-28T10:23:39.432Z Compiling mockall v0.13.1
33432025-02-28T10:23:39.494Z 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=935bf4ea56534019 -C extra-filename=-6fcb380dd91b4896 --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-93106238723439f4.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`
33442025-02-28T10:23:39.797Z Compiling tokio-tungstenite v0.21.0
33452025-02-28T10:23:39.800Z 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=5547f339b4040dba -C extra-filename=-ad5581b8d62e01f9 --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-bea6d8f0b8319994.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-7cdf28d63f2460d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33462025-02-28T10:23:39.837Z Compiling typify-macro v0.3.0
33472025-02-28T10:23:39.847Z 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=e52c1d0f7e5bd3ce -C extra-filename=-13bcfbf8271ff9e5 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cd644139eea184df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-5200559ff6c7c98a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33482025-02-28T10:23:40.307Z Compiling newline-converter v0.3.0
33492025-02-28T10:23:40.310Z 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`
33502025-02-28T10:23:40.406Z Compiling xattr v1.3.1
33512025-02-28T10:23:40.409Z 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=0632d5f0b1a81144 -C extra-filename=-a3268e7d1617fdd7 --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-6a985354087de3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33522025-02-28T10:23:40.513Z Compiling filetime v0.2.25
33532025-02-28T10:23:40.516Z 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=f638cd017c3ff092 -C extra-filename=-025fa0661c013306 --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33542025-02-28T10:23:40.702Z Compiling expectorate v1.1.0
33552025-02-28T10:23:40.706Z 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=a19182e3b57402a0 -C extra-filename=-79b71332f7e2f90a --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-a9acdc605ab40d5a.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`
33562025-02-28T10:23:40.838Z Compiling tar v0.4.44
33572025-02-28T10:23:40.858Z 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.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=2e3891736800fb09 -C extra-filename=-cb1dc3bb3d175ac4 --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-025fa0661c013306.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-a3268e7d1617fdd7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33582025-02-28T10:23:40.911Z Compiling arc-swap v1.7.1
33592025-02-28T10:23:40.913Z 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`
33602025-02-28T10:23:41.387Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
33612025-02-28T10:23:41.390Z 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=a71a5e45345a89e5 -C extra-filename=-2a85b02ef7a09709 --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-41b4d43f76d21dca.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-e8d16ed10ac12970.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-391c5cb44c891665.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-6985c6b2a7d6e587.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-09da7901a0a59708.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3f31cdd82b47710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33622025-02-28T10:23:41.526Z Compiling slog-scope v4.4.0
33632025-02-28T10:23:41.529Z 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`
33642025-02-28T10:23:42.025Z Compiling slog-stdlog v4.1.1
33652025-02-28T10:23:42.027Z 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`
33662025-02-28T10:23:42.412Z Compiling slog-envlogger v2.2.0
33672025-02-28T10:23:42.415Z 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=809096831982d850 -C extra-filename=-e03d120aaebd5f94 --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-96c0ab0f17813e78.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33682025-02-28T10:23:42.625Z Compiling fixedbitset v0.5.7
33692025-02-28T10:23:42.647Z 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`
33702025-02-28T10:23:42.842Z Compiling num-rational v0.4.2
33712025-02-28T10:23:42.845Z 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`
33722025-02-28T10:23:43.106Z Compiling petgraph v0.7.1
33732025-02-28T10:23:43.109Z 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 --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --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=776f6d66208d8c74 -C extra-filename=-e94c49bf8c5218ae --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-89967448755fe241.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33742025-02-28T10:23:43.262Z Compiling num-complex v0.4.6
33752025-02-28T10:23:43.265Z 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`
33762025-02-28T10:23:43.998Z Compiling typify v0.3.0
33772025-02-28T10:23:44.046Z 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=5010f53a33681777 -C extra-filename=-4fd8bbd7091ddb0d --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-5200559ff6c7c98a.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-13bcfbf8271ff9e5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33782025-02-28T10:23:44.172Z Compiling progenitor-impl v0.9.1
33792025-02-28T10:23:44.226Z 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=b00685a349ab6599 -C extra-filename=-6bfee5ffe01b002a --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-66361616ebf63647.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3f31cdd82b47710.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-4fd8bbd7091ddb0d.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`
33802025-02-28T10:23:44.229Z Compiling num v0.4.3
33812025-02-28T10:23:44.229Z 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`
33822025-02-28T10:23:44.325Z Compiling float-ord v0.3.2
33832025-02-28T10:23:44.328Z 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`
33842025-02-28T10:23:44.367Z Compiling password-hash v0.5.0
33852025-02-28T10:23:44.371Z 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=43760212ebd434e2 -C extra-filename=-b1a9d5dd55e4962e --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-c9da9b954e2f8ef1.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`
33862025-02-28T10:23:44.515Z Compiling blake2 v0.10.6
33872025-02-28T10:23:44.518Z 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=b6a2945fb5289d85 -C extra-filename=-316ee19de6555136 --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-b85cfe1a68b7b72b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33882025-02-28T10:23:44.546Z Compiling indent_write v2.2.0
33892025-02-28T10:23:44.549Z 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`
33902025-02-28T10:23:44.799Z Compiling cancel-safe-futures v0.1.5
33912025-02-28T10:23:44.802Z 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`
33922025-02-28T10:23:45.246Z Compiling argon2 v0.5.3
33932025-02-28T10:23:45.249Z 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=2e494abc3047a4e1 -C extra-filename=-1bd1f0f3b8cf4c85 --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-316ee19de6555136.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3596b2d9c128a0c2.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-b1a9d5dd55e4962e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33942025-02-28T10:23:45.272Z Compiling owo-colors v4.2.0
33952025-02-28T10:23:45.275Z 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.2.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=86375f7f53acb845 -C extra-filename=-79444d249bf180af --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-79444d249bf180af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33962025-02-28T10:23:45.403Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-7229dc5db74428e6/build-script-build`
33972025-02-28T10:23:45.446Z Compiling libsw-core v0.3.1
33982025-02-28T10:23:45.449Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-core-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="std"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "quanta", "std", "time", "tokio"))' -C metadata=341589ac3d44a506 -C extra-filename=-b170585ae7f71a54 --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-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33992025-02-28T10:23:45.759Z Compiling swrite v0.1.0
34002025-02-28T10:23:45.806Z 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`
34012025-02-28T10:23:45.910Z Compiling libsw v3.4.0
34022025-02-28T10:23:45.913Z 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.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 --check-cfg 'cfg(doc_cfg)' --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=56e158d1d2616ab6 -C extra-filename=-0fcfc9f35af02a7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libsw_core=/work/oxidecomputer/omicron/target/debug/deps/liblibsw_core-b170585ae7f71a54.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34032025-02-28T10:23:45.939Z 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=8cfd16eda89320f0 -C extra-filename=-4b306ec1eebdef58 --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-bea6d8f0b8319994.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-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34042025-02-28T10:23:45.994Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-79444d249bf180af/build-script-build`
34052025-02-28T10:23:46.105Z 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.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", "supports-color", "supports-colors"))' -C metadata=dcc56c7e630b65b4 -C extra-filename=-c5095a4b610984fe --out-dir /work/oxidecomputer/omicron/target/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 const_mut_refs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(const_mut_refs)'`
34062025-02-28T10:23:46.231Z Compiling pem v3.0.5
34072025-02-28T10:23:46.234Z 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.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", "serde", "std"))' -C metadata=860360dfe99ed140 -C extra-filename=-5672b9070f89d051 --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`
34082025-02-28T10:23:46.519Z Compiling linear-map v1.2.0
34092025-02-28T10:23:46.524Z 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`
34102025-02-28T10:23:46.616Z Compiling aws-lc-sys v0.26.0
34112025-02-28T10:23:46.619Z 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.26.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=dc418b442156240d -C extra-filename=-cdc8b12ef9b558b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cdc8b12ef9b558b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-99ad502a828838a1.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-26b01f0b27175bd6.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-ee5cc418a725a804.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`
34122025-02-28T10:23:46.826Z Compiling lzma-sys v0.1.20
34132025-02-28T10:23:46.828Z 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=ac370707c0120644 -C extra-filename=-a41bffbee796659f --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-a41bffbee796659f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-26b01f0b27175bd6.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`
34142025-02-28T10:23:46.885Z Compiling heck v0.3.3
34152025-02-28T10:23:46.888Z 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`
34162025-02-28T10:23:46.912Z Compiling headers-core v0.3.0
34172025-02-28T10:23:46.912Z 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=65812dc3188affc9 -C extra-filename=-c13870ab7cd1a40a --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-66361616ebf63647.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34182025-02-28T10:23:47.150Z Compiling headers v0.4.0
34192025-02-28T10:23:47.155Z 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=106392a3cb961d84 -C extra-filename=-392600eb02f75244 --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-770e947861f81604.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-c13870ab7cd1a40a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.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-25e007f1ee25bcd6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34202025-02-28T10:23:47.323Z Compiling zone_cfg_derive v0.1.2
34212025-02-28T10:23:47.326Z 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=e80d9c147bf62355 -C extra-filename=-287a6a04e1f99dd5 --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-d7c557c102d03464.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34222025-02-28T10:23:47.685Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-a41bffbee796659f/build-script-build`
34232025-02-28T10:23:47.742Z 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=89bd0224b0cf186f -C extra-filename=-4db71369719d777b --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma`
34242025-02-28T10:23:47.936Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34252025-02-28T10:23:47.960Z 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=14c67d4c558b10b1 -C extra-filename=-bbd540ea9cf848e4 --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-5439297beec40e26.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e3fd301d42d9587b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0dc97e1552252cfa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34262025-02-28T10:23:48.057Z Compiling yasna v0.5.2
34272025-02-28T10:23:48.059Z 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=e5afe5b2a7acc6c5 -C extra-filename=-f8cd571eb1cb535d --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-1268dab9db3bdae9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34282025-02-28T10:23:48.128Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34292025-02-28T10:23:48.131Z 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`
34302025-02-28T10:23:48.354Z Compiling highway v1.3.0
34312025-02-28T10:23:48.357Z 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.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=d3b582ce6d4400fd -C extra-filename=-ceb30c5cce5766cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34322025-02-28T10:23:48.874Z Compiling base64 v0.13.1
34332025-02-28T10:23:48.877Z Compiling zone v0.1.8
34342025-02-28T10:23:48.877Z 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`
34352025-02-28T10:23:48.877Z 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=57a401abac43704d -C extra-filename=-1e925c1f40240c7c --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-a380b12963bfcb13.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-287a6a04e1f99dd5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34362025-02-28T10:23:48.968Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-63e8c430a3b9aa43/build-script-build`
34372025-02-28T10:23:49.002Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34382025-02-28T10:23:49.039Z 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=f9d98d63e7d26fe8 -C extra-filename=-cb4734ec8a6a7a25 --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-bbd540ea9cf848e4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e3fd301d42d9587b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0dc97e1552252cfa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34392025-02-28T10:23:49.097Z Compiling rcgen v0.12.1
34402025-02-28T10:23:49.100Z 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=cb1d1000bb2d5410 -C extra-filename=-35bb2ae2dde3a3f6 --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-5672b9070f89d051.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-f8cd571eb1cb535d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out`
34412025-02-28T10:23:49.462Z Compiling ron v0.7.1
34422025-02-28T10:23:49.465Z 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=19638be57c28ee9a -C extra-filename=-cef9853a0727727e --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34432025-02-28T10:23:49.572Z Compiling xz2 v0.1.7
34442025-02-28T10:23:49.576Z 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=eabbe70ed7eca661 -C extra-filename=-8558cd4121d616a4 --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-4db71369719d777b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
34452025-02-28T10:23:49.662Z Compiling subprocess v0.2.9
34462025-02-28T10:23:49.665Z 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=a90ef60ce475f276 -C extra-filename=-cf77837d19ce5c4a --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34472025-02-28T10:23:50.023Z Compiling humantime v2.1.0
34482025-02-28T10:23:50.026Z 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`
34492025-02-28T10:23:50.230Z Compiling semver v0.1.20
34502025-02-28T10:23:50.233Z 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`
34512025-02-28T10:23:50.538Z Compiling half v2.4.1
34522025-02-28T10:23:50.540Z 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`
34532025-02-28T10:23:50.852Z Compiling rustc_version v0.1.7
34542025-02-28T10:23:50.860Z 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`
34552025-02-28T10:23:51.104Z Compiling ciborium-io v0.2.2
34562025-02-28T10:23:51.107Z 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`
34572025-02-28T10:23:51.133Z 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`
34582025-02-28T10:23:51.156Z Compiling progenitor-macro v0.9.1
34592025-02-28T10:23:51.159Z 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=cf116c360e2d2f17 -C extra-filename=-95218b1bca14d1f8 --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-df7c36869dc1a4de.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-6bfee5ffe01b002a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cd644139eea184df.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-a29ee6adcc36efd0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34602025-02-28T10:23:51.190Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
34612025-02-28T10:23:51.226Z 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=4078620b5d551dc1 -C extra-filename=-f1af5733571dfdce --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-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34622025-02-28T10:23:51.251Z Compiling ciborium-ll v0.2.2
34632025-02-28T10:23:51.254Z 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`
34642025-02-28T10:23:51.283Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
34652025-02-28T10:23:51.307Z 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=f479b3d4674de5f5 -C extra-filename=-eaaeb7b32abb22a1 --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-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34662025-02-28T10:23:51.310Z Compiling newtype_derive v0.1.6
34672025-02-28T10:23:51.310Z 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`
34682025-02-28T10:23:51.410Z Compiling display-error-chain v0.2.2
34692025-02-28T10:23:51.414Z 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`
34702025-02-28T10:23:51.450Z Compiling slog-dtrace v0.3.0
34712025-02-28T10:23:51.479Z 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`
34722025-02-28T10:23:51.646Z Compiling ciborium v0.2.2
34732025-02-28T10:23:51.679Z 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=b956ed67e4344b68 -C extra-filename=-30bce58723a03373 --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34742025-02-28T10:23:51.682Z Compiling keccak v0.1.5
34752025-02-28T10:23:51.713Z 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`
34762025-02-28T10:23:51.728Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-8878b6ed0c70dd1e/build-script-build`
34772025-02-28T10:23:51.818Z 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`
34782025-02-28T10:23:51.849Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
34792025-02-28T10:23:51.884Z 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=53f92a3f606fdb66 -C extra-filename=-5d3a34f48e79fb6a --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-f1af5733571dfdce.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-eaaeb7b32abb22a1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34802025-02-28T10:23:51.918Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-17d0002e6f2ca697/build-script-build`
34812025-02-28T10:23:51.959Z Compiling steno v0.4.1
34822025-02-28T10:23:51.962Z 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=ecda7ac6e5ea03f2 -C extra-filename=-4eed554f603e2754 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.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-b60e4a9f99bbc8bd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34832025-02-28T10:23:51.995Z 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=2af1f75c2e52a223 -C extra-filename=-a9312dce6fc29b56 --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-bb251cc16f867c81.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34842025-02-28T10:23:52.146Z Compiling sha3 v0.10.8
34852025-02-28T10:23:52.149Z 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=02911367211f4fc4 -C extra-filename=-cae2fc5779c0c71c --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-b85cfe1a68b7b72b.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`
34862025-02-28T10:23:52.618Z Compiling gethostname v0.5.0
34872025-02-28T10:23:52.621Z 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=868162cd36d3b11a -C extra-filename=-f488ce40ad94174d --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-6a985354087de3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882025-02-28T10:23:52.824Z Compiling universal-hash v0.5.1
34892025-02-28T10:23:52.827Z 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=36fda42f8286e12c -C extra-filename=-6a7d445810b36f87 --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-deda26ef8f06357a.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`
34902025-02-28T10:23:52.867Z Compiling bytecount v0.6.8
34912025-02-28T10:23:52.870Z 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`
34922025-02-28T10:23:53.059Z Compiling opaque-debug v0.3.1
34932025-02-28T10:23:53.095Z 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`
34942025-02-28T10:23:53.102Z Compiling secrecy v0.8.0
34952025-02-28T10:23:53.102Z 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=b3fb2ed385e010e5 -C extra-filename=-ffb9404a7105a0dd --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-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962025-02-28T10:23:53.123Z Compiling nibble_vec v0.1.0
34972025-02-28T10:23:53.128Z 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=85b944ff41bcfe4b -C extra-filename=-8b25bbcef2237cd2 --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-e5bb232e735f783e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34982025-02-28T10:23:53.147Z Compiling endian-type v0.1.2
34992025-02-28T10:23:53.150Z 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`
35002025-02-28T10:23:53.186Z Compiling aead v0.5.2
35012025-02-28T10:23:53.189Z 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=ee0c4284809705f6 -C extra-filename=-4c6762939c8efd09 --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-deda26ef8f06357a.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52c2335562854fea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35022025-02-28T10:23:53.362Z Compiling radix_trie v0.2.1
35032025-02-28T10:23:53.364Z 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=3e1f5399fb49ff20 -C extra-filename=-494912851f390e70 --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-8b25bbcef2237cd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35042025-02-28T10:23:53.384Z Compiling poly1305 v0.8.0
35052025-02-28T10:23:53.384Z 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=61ba719e5383ad00 -C extra-filename=-66ff9da5894524c6 --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-6a7d445810b36f87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35062025-02-28T10:23:53.408Z Compiling chacha20 v0.9.1
35072025-02-28T10:23:53.411Z 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=5913f12169440610 -C extra-filename=-ff6b9888169ef263 --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-bd1f439b39fa4670.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`
35082025-02-28T10:23:53.599Z Compiling arrayvec v0.7.6
35092025-02-28T10:23:53.602Z 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`
35102025-02-28T10:23:53.888Z Compiling arrayref v0.3.9
35112025-02-28T10:23:53.891Z 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`
35122025-02-28T10:23:53.969Z Compiling constant_time_eq v0.3.1
35132025-02-28T10:23:53.972Z 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`
35142025-02-28T10:23:54.023Z Compiling blake3 v1.5.4
35152025-02-28T10:23:54.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/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=db032f5de0ff0e4f -C extra-filename=-15d85121b55a8a2e --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-15d85121b55a8a2e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-26b01f0b27175bd6.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35162025-02-28T10:23:54.047Z Compiling thiserror-impl-no-std v2.0.2
35172025-02-28T10:23:54.050Z 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=adf0336eee43046e -C extra-filename=-cecac0a57c01c837 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35182025-02-28T10:23:54.196Z Compiling memmap2 v0.9.5
35192025-02-28T10:23:54.242Z 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=c9a9de309cdf6334 -C extra-filename=-b280e347ebf45359 --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35202025-02-28T10:23:54.624Z Compiling topological-sort v0.2.2
35212025-02-28T10:23:54.627Z 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`
35222025-02-28T10:23:54.798Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-15d85121b55a8a2e/build-script-build`
35232025-02-28T10:23:54.882Z Compiling chacha20poly1305 v0.10.1
35242025-02-28T10:23:54.885Z 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=69490a01319d4c13 -C extra-filename=-79fcf541c4ffe859 --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-4c6762939c8efd09.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-ff6b9888169ef263.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-bd1f439b39fa4670.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-66ff9da5894524c6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35252025-02-28T10:23:55.057Z Compiling async-recursion v1.1.1
35262025-02-28T10:23:55.060Z 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=6d1ae5d0312cc564 -C extra-filename=-951a2d7aaa2c77e0 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35272025-02-28T10:23:55.140Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
35282025-02-28T10:23:55.143Z 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/ipcc-rs-f6fee85f3fbbf49d/524eb8f/libipcc/build.rs --error-format=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=bb8b2efd3556b69b -C extra-filename=-04c582968f5a4ebc --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-04c582968f5a4ebc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35292025-02-28T10:23:55.682Z 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=bd6039d146b2aee9 -C extra-filename=-4b54bf9df690813f --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-b280e347ebf45359.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-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/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()))'`
35302025-02-28T10:23:55.696Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-04c582968f5a4ebc/build-script-build`
35312025-02-28T10:23:55.696Z Compiling toolchain_find v0.4.0
35322025-02-28T10:23:55.696Z 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=1b69e3d9ee0c3023 -C extra-filename=-a90d9ef141dff5e8 --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-a4659bbeae9c39e2.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`
35332025-02-28T10:23:56.190Z Compiling rustfmt-wrapper v0.2.1
35342025-02-28T10:23:56.192Z 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=6afb76438b083756 -C extra-filename=-b569e05f12026621 --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-5439297beec40e26.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-a90d9ef141dff5e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35352025-02-28T10:23:56.216Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/524eb8f/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=ab83fca3b4c9449f -C extra-filename=-fbfff0676174d7d8 --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-41b4d43f76d21dca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.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/`
35362025-02-28T10:23:56.594Z Compiling fxhash v0.2.1
35372025-02-28T10:23:56.594Z 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`
35382025-02-28T10:23:56.616Z Compiling maplit v1.0.2
35392025-02-28T10:23:56.619Z 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`
35402025-02-28T10:23:56.663Z Compiling termcolor v1.4.1
35412025-02-28T10:23:56.666Z 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`
35422025-02-28T10:23:56.729Z Compiling const_format_proc_macros v0.2.34
35432025-02-28T10:23:56.733Z 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=7deadd2283e2f2cb -C extra-filename=-277bc95b5de6f094 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.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`
35442025-02-28T10:23:56.757Z Compiling radium v0.7.0
35452025-02-28T10:23:56.760Z 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`
35462025-02-28T10:23:56.819Z Compiling maybe-uninit v2.0.0
35472025-02-28T10:23:56.822Z 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`
35482025-02-28T10:23:56.847Z Compiling thiserror-no-std v2.0.2
35492025-02-28T10:23:56.850Z 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=d1fec79375fe2e12 -C extra-filename=-f8712850e7be2ba9 --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-cecac0a57c01c837.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35502025-02-28T10:23:57.033Z Compiling vsss-rs v3.3.4
35512025-02-28T10:23:57.036Z 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=69c98ccb474d3f99 -C extra-filename=-ca2fc3f80223f070 --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-88eb04f5cb135d23.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-96c31fd50bf80e0f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-cdf19b3bea2fc0fe.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-f8712850e7be2ba9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35522025-02-28T10:23:57.325Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-1763440dfd08de63/build-script-build`
35532025-02-28T10:23:57.368Z Compiling simd-adler32 v0.3.7
35542025-02-28T10:23:57.371Z 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`
35552025-02-28T10:23:57.411Z Compiling bumpalo v3.16.0
35562025-02-28T10:23:57.413Z 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`
35572025-02-28T10:23:57.461Z Compiling zip v2.1.3
35582025-02-28T10:23:57.464Z 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`
35592025-02-28T10:23:57.877Z Compiling tap v1.0.1
35602025-02-28T10:23:57.880Z 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`
35612025-02-28T10:23:57.904Z Compiling lockfree-object-pool v0.1.6
35622025-02-28T10:23:57.927Z 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`
35632025-02-28T10:23:57.931Z Running `/work/oxidecomputer/omicron/target/debug/build/zip-ccc591a46c40dabe/build-script-build`
35642025-02-28T10:23:57.969Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-7ef6683181995f8f/build-script-build`
35652025-02-28T10:23:58.020Z 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`
35662025-02-28T10:23:58.054Z Compiling wyz v0.5.1
35672025-02-28T10:23:58.077Z 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`
35682025-02-28T10:23:58.080Z Compiling funty v2.0.0
35692025-02-28T10:23:58.082Z 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`
35702025-02-28T10:23:58.195Z Compiling zopfli v0.8.1
35712025-02-28T10:23:58.198Z 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`
35722025-02-28T10:23:58.454Z Compiling crc-catalog v2.4.0
35732025-02-28T10:23:58.454Z Compiling packed_struct v0.10.1
35742025-02-28T10:23:58.456Z 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`
35752025-02-28T10:23:58.456Z 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`
35762025-02-28T10:23:58.626Z Compiling crc v3.2.1
35772025-02-28T10:23:58.667Z 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`
35782025-02-28T10:23:58.748Z Compiling const_format v0.2.34
35792025-02-28T10:23:58.752Z 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=758fad57b7310d94 -C extra-filename=-e14cfeb526a35913 --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-277bc95b5de6f094.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35802025-02-28T10:23:59.040Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-d46e13ff15592950/build-script-build`
35812025-02-28T10:23:59.120Z 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=ef24aa803c122f02 -C extra-filename=-0ce550942076ed7f --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-8d3ae5aafe71b022.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-918de2abdeed200d.rmeta --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-1e0b2cbf31001f55.so --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-b0354db40e5a0a55.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.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-7ed663b343a5fc8e/out/lib`
35822025-02-28T10:23:59.308Z Compiling bitvec v1.0.1
35832025-02-28T10:23:59.312Z 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`
35842025-02-28T10:23:59.399Z 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`
35852025-02-28T10:23:59.526Z Compiling packed_struct_codegen v0.10.1
35862025-02-28T10:23:59.578Z 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=a00083a1b4d26b3a -C extra-filename=-c67797ea4d2457a6 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35872025-02-28T10:23:59.642Z Compiling indexmap v1.9.3
35882025-02-28T10:23:59.644Z 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`
35892025-02-28T10:23:59.750Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-cdc8b12ef9b558b9/build-script-main`
35902025-02-28T10:23:59.778Z Compiling nodrop v0.1.14
35912025-02-28T10:23:59.794Z 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`
35922025-02-28T10:23:59.947Z Compiling array-init v0.0.4
35932025-02-28T10:23:59.950Z 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`
35942025-02-28T10:24:00.080Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-58c3252b94568a48/build-script-build`
35952025-02-28T10:24:00.124Z Compiling smallvec v0.6.14
35962025-02-28T10:24:00.124Z 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`
35972025-02-28T10:24:00.569Z Compiling vte_generate_state_changes v0.1.2
35982025-02-28T10:24:00.572Z 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=45d0c7ac19d15845 -C extra-filename=-074c9c2f3d91effb --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35992025-02-28T10:24:00.800Z Compiling hashbrown v0.12.3
36002025-02-28T10:24:00.803Z 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`
36012025-02-28T10:24:00.977Z Compiling bitfield v0.14.0
36022025-02-28T10:24:00.981Z 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`
36032025-02-28T10:24:01.098Z Compiling serde-hex v0.1.0
36042025-02-28T10:24:01.103Z 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=983ad6f0eb294df0 -C extra-filename=-36e0d835a4d585c4 --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-5439297beec40e26.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`
36052025-02-28T10:24:01.294Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
36062025-02-28T10:24:01.317Z 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=8f8fc1bee950794f -C extra-filename=-d25a3f7efa82fc98 --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-14ba10e9d5407567.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36072025-02-28T10:24:01.322Z Compiling vte v0.11.1
36082025-02-28T10:24:01.365Z 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=00544c2ec06e440e -C extra-filename=-83125ee217987e95 --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-074c9c2f3d91effb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36092025-02-28T10:24:01.621Z Compiling env_logger v0.10.2
36102025-02-28T10:24:01.624Z 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=591b5600403b707d -C extra-filename=-bd20bf69fc4b7fc9 --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-6b6ec0a96c6abffd.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`
36112025-02-28T10:24:01.762Z 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`
36122025-02-28T10:24:02.233Z Compiling ron v0.8.1
36132025-02-28T10:24:02.236Z 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=b83d642ae6b5a82b -C extra-filename=-b747edc242684291 --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-5be7a60b64167706.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e3fd301d42d9587b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142025-02-28T10:24:02.546Z Compiling hashbrown v0.13.2
36152025-02-28T10:24:02.549Z 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=316199a469e96aa1 -C extra-filename=-6a68656751c157b7 --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-86a99f4ac28d3b8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36162025-02-28T10:24:02.671Z 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=2b4c05b68464beb9 -C extra-filename=-fe53d8edfa72a8a8 --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-c67797ea4d2457a6.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36172025-02-28T10:24:02.699Z Compiling fd-lock v4.0.2
36182025-02-28T10:24:02.699Z 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=6000eb93c11cd2da -C extra-filename=-9ae4c3fd21c6837a --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-6a985354087de3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36192025-02-28T10:24:02.802Z Compiling crc-any v2.5.0
36202025-02-28T10:24:02.805Z 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`
36212025-02-28T10:24:02.933Z Compiling strip-ansi-escapes v0.2.0
36222025-02-28T10:24:02.940Z 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=7dda2bc1068d32f5 -C extra-filename=-bbce2194d88bb72f --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-83125ee217987e95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36232025-02-28T10:24:03.276Z Compiling nu-ansi-term v0.50.1
36242025-02-28T10:24:03.279Z 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`
36252025-02-28T10:24:03.343Z Compiling path-slash v0.1.5
36262025-02-28T10:24:03.347Z 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`
36272025-02-28T10:24:03.594Z Compiling object v0.30.4
36282025-02-28T10:24:03.597Z 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=e4eeeb59bca06b66 -C extra-filename=-b7b8fc7b38401dcc --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-6a68656751c157b7.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`
36292025-02-28T10:24:03.631Z Compiling phf_generator v0.11.2
36302025-02-28T10:24:03.634Z 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=168a8ac6f2c9637e -C extra-filename=-0f9a0e1ff72cd9f5 --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-9ff3b1babf0a8e05.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36312025-02-28T10:24:03.874Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
36322025-02-28T10:24:03.877Z 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=0bb6af4396214c5f -C extra-filename=-64dfc6d8c684f352 --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-b747edc242684291.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-d25a3f7efa82fc98.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-14ba10e9d5407567.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36332025-02-28T10:24:03.920Z Compiling reedline v0.35.0
36342025-02-28T10:24:03.923Z 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=845f39f4302093fc -C extra-filename=-1adf86097720a220 --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-bb251cc16f867c81.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-9ae4c3fd21c6837a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ebcb45da670315dc.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-5439297beec40e26.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-bbce2194d88bb72f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-2a6b4f5ec609548b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.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`
36352025-02-28T10:24:04.015Z Compiling libefi-sys v0.1.0
36362025-02-28T10:24:04.019Z 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`
36372025-02-28T10:24:04.449Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-fe5339464bcc53ff/build-script-build`
36382025-02-28T10:24:04.468Z Compiling phf_codegen v0.11.2
36392025-02-28T10:24:04.495Z 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=dcd96bdfab59c97c -C extra-filename=-7b687cea356f9ca6 --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-0f9a0e1ff72cd9f5.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`
36402025-02-28T10:24:04.500Z Compiling kstat-rs v0.2.4
36412025-02-28T10:24:04.501Z Compiling bitfield-struct v0.6.2
36422025-02-28T10:24:04.501Z 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=5cd9a9df94ea861c -C extra-filename=-1d508be92ff95b0c --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-41b4d43f76d21dca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36432025-02-28T10:24:04.501Z 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=601c21c479789251 -C extra-filename=-49aae6059fd08779 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36442025-02-28T10:24:04.709Z Compiling parse-zoneinfo v0.3.1
36452025-02-28T10:24:04.738Z 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`
36462025-02-28T10:24:05.085Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
36472025-02-28T10:24:05.133Z 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=49f1e67c822d63ee -C extra-filename=-9955f1fef82c45ce --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-9955f1fef82c45ce -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-26b01f0b27175bd6.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36482025-02-28T10:24:05.283Z Compiling nanorand v0.7.0
36492025-02-28T10:24:05.286Z 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=7918c3cf99f505df -C extra-filename=-a203d33da327fd74 --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-18f0880b436c32e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36502025-02-28T10:24:05.630Z Compiling parking_lot_core v0.8.6
36512025-02-28T10:24:05.633Z 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`
36522025-02-28T10:24:05.809Z Compiling cfg_aliases v0.1.1
36532025-02-28T10:24:05.812Z 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`
36542025-02-28T10:24:05.937Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
36552025-02-28T10:24:05.940Z 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=6328de5b73d1e182 -C extra-filename=-c91e2d9f6f5f633c --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-f52229569f70f3a4.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-fe53d8edfa72a8a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36562025-02-28T10:24:06.164Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-4078151d1923f712/build-script-build`
36572025-02-28T10:24:06.190Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36582025-02-28T10:24:06.190Z 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=003731e7f9b52c79 -C extra-filename=-e935643f22254386 --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-49aae6059fd08779.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36592025-02-28T10:24:06.226Z Compiling nix v0.28.0
36602025-02-28T10:24:06.257Z 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`
36612025-02-28T10:24:06.260Z Compiling flume v0.11.1
36622025-02-28T10:24:06.260Z 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=9f42e5e717a8e1b8 -C extra-filename=-86a3259b90bf23ec --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-a203d33da327fd74.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`
36632025-02-28T10:24:06.305Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-9955f1fef82c45ce/build-script-build`
36642025-02-28T10:24:06.424Z Compiling chrono-tz-build v0.4.0
36652025-02-28T10:24:06.442Z 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=d070bbfe6363cee6 -C extra-filename=-782ebacc7b249c88 --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-7b687cea356f9ca6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36662025-02-28T10:24:06.904Z Compiling papergrid v0.11.0
36672025-02-28T10:24:06.904Z 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`
36682025-02-28T10:24:06.907Z 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`
36692025-02-28T10:24:07.131Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
36702025-02-28T10:24:07.133Z 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=90f43a2eaf568627 -C extra-filename=-b32c8b34956e1f96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-7a25f42cfaeb0ecc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36712025-02-28T10:24:07.384Z Compiling tabled_derive v0.7.0
36722025-02-28T10:24:07.389Z 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=3595eef7d357de70 -C extra-filename=-e9f0fcb8965ec2bc --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-d7c557c102d03464.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36732025-02-28T10:24:07.657Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36742025-02-28T10:24:07.660Z 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`
36752025-02-28T10:24:07.754Z Compiling chrono-tz v0.10.1
36762025-02-28T10:24:07.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/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=02a569aeb4fb77fc -C extra-filename=-5fa5c4be1ef29c3b --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-5fa5c4be1ef29c3b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono_tz_build=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz_build-782ebacc7b249c88.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36772025-02-28T10:24:07.806Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36782025-02-28T10:24:07.831Z 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=487d392d9d101a4b -C extra-filename=-bb852f62f414024a --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-e935643f22254386.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-3445f02f9660a259.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36792025-02-28T10:24:08.630Z 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=a7da3e7d4a62f393 -C extra-filename=-10eb919d469ae582 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-b32c8b34956e1f96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -l static=pci`
36802025-02-28T10:24:08.708Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36812025-02-28T10:24:08.712Z 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=e7a8e99fcce256ae -C extra-filename=-a0ebecce2313924d --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-41b4d43f76d21dca.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-af09f3492ac9e0f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36822025-02-28T10:24:09.103Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-b41f9c7f3855c6f8/build-script-build`
36832025-02-28T10:24:09.154Z 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=66164de0ff3f62e0 -C extra-filename=-599f111844105074 --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-41b4d43f76d21dca.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36842025-02-28T10:24:09.163Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
36852025-02-28T10:24:09.188Z 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/e3d9a1c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=9647bcbab4a8e829 -C extra-filename=-088f38a6624f97eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36862025-02-28T10:24:09.706Z Compiling parking_lot v0.11.2
36872025-02-28T10:24:09.710Z 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=d3c66d3f90e0f191 -C extra-filename=-8617ea346b3d1d58 --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-599f111844105074.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36882025-02-28T10:24:09.765Z Compiling tabled v0.15.0
36892025-02-28T10:24:09.769Z 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=cb0a418c5b5b9d1e -C extra-filename=-3a80338d22363d22 --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-e9f0fcb8965ec2bc.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`
36902025-02-28T10:24:10.089Z 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=6a3127621afaf5f9 -C extra-filename=-ed2a9d3b29cc274d --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-5be7a60b64167706.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
36912025-02-28T10:24:10.506Z Compiling peg-macros v0.8.4
36922025-02-28T10:24:10.509Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-5fa5c4be1ef29c3b/build-script-build`
36932025-02-28T10:24:10.509Z 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=bfb9db1f01ac3e48 -C extra-filename=-43520618b985d1c9 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36942025-02-28T10:24:11.240Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36952025-02-28T10:24:11.244Z 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=1db418eb864c91df -C extra-filename=-165ad1555178c1ae --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-165ad1555178c1ae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-724241a249047847.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36962025-02-28T10:24:11.646Z Compiling sqlparser_derive v0.2.2
36972025-02-28T10:24:11.649Z 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=dc7a91b79119452a -C extra-filename=-0531c8bcce671c0b --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36982025-02-28T10:24:12.078Z Compiling unicode_categories v0.1.1
36992025-02-28T10:24:12.081Z 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`
37002025-02-28T10:24:12.417Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-165ad1555178c1ae/build-script-build`
37012025-02-28T10:24:12.420Z Compiling sqlformat v0.2.6
37022025-02-28T10:24:12.420Z 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`
37032025-02-28T10:24:12.451Z 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=e5cb67311ef0e236 -C extra-filename=-2318a3d06924c66e --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-bb251cc16f867c81.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`
37042025-02-28T10:24:12.963Z Compiling sqlparser v0.45.0
37052025-02-28T10:24:12.965Z 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=5ace4895956542ca -C extra-filename=-3e9b1641768f0f0d --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-0531c8bcce671c0b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37062025-02-28T10:24:13.535Z Compiling rustyline v14.0.0
37072025-02-28T10:24:13.538Z 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=f55dae8fdca4d8ba -C extra-filename=-ac82aa5ca345c18f --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-5be7a60b64167706.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-9ae4c3fd21c6837a.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-6fcefbc560fae140.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.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-ed2a9d3b29cc274d.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-494912851f390e70.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`
37082025-02-28T10:24:13.998Z Compiling peg v0.8.4
37092025-02-28T10:24:14.029Z 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=848dbe21b7fbcbc8 -C extra-filename=-42bfdcc2b95b3c4b --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-43520618b985d1c9.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`
37102025-02-28T10:24:14.140Z Compiling sled v0.34.7
37112025-02-28T10:24:14.165Z 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=bdce9e8eeeca7f82 -C extra-filename=-b84af011857af558 --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-41b4d43f76d21dca.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-8617ea346b3d1d58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37122025-02-28T10:24:15.567Z Compiling hickory-client v0.24.4
37132025-02-28T10:24:15.569Z 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.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(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=b63c0fffafcd9390 -C extra-filename=-ff2b5baded1feee5 --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-bea6d8f0b8319994.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-485c21659db2993a.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-494912851f390e70.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6de9411779ff2095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37142025-02-28T10:24:16.983Z Compiling hickory-server v0.24.4
37152025-02-28T10:24:17.007Z 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.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(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=efc0018e42fba66e -C extra-filename=-188bc2609c779b47 --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-be3fd398a6d21510.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.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-b6bbf60e938c72d0.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bea6d8f0b8319994.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-485c21659db2993a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6de9411779ff2095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37162025-02-28T10:24:17.221Z Compiling bcs v0.1.6
37172025-02-28T10:24:17.224Z 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=82197c63ccfd3804 -C extra-filename=-f4514fcdf9b14b5e --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-5439297beec40e26.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37182025-02-28T10:24:17.900Z Compiling termtree v0.5.1
37192025-02-28T10:24:17.902Z 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`
37202025-02-28T10:24:18.171Z Compiling diff v0.1.13
37212025-02-28T10:24:18.209Z 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`
37222025-02-28T10:24:18.353Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
37232025-02-28T10:24:18.356Z 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=657e308982759f43 -C extra-filename=-77b3c0b835f72371 --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-05ef4d4c727088bd.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-bd20bf69fc4b7fc9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-c91e2d9f6f5f633c.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-fe53d8edfa72a8a8.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-80d877675d043747.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-2f98f4cffcfa4c69.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-36e0d835a4d585c4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-26ef574f41c04d1c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-14ba10e9d5407567.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37242025-02-28T10:24:18.718Z Compiling buf-list v1.0.3
37252025-02-28T10:24:18.721Z 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`
37262025-02-28T10:24:19.447Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-03cfe2fa3daf6de4/build-script-build`
37272025-02-28T10:24:19.533Z 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=a73b3ea593033eae -C extra-filename=-258110f7dbc5be4a --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-770e947861f81604.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
37282025-02-28T10:24:20.044Z Compiling dsl_auto_type v0.1.2
37292025-02-28T10:24:20.047Z 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=bc53e959a3288e19 -C extra-filename=-f680cfadceea220a --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-65d003586e73cec4.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d7c4e21566c467a3.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37302025-02-28T10:24:21.157Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
37312025-02-28T10:24:21.160Z 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=b8b606f4eaabb4f6 -C extra-filename=-0d59fd34cd79b1ee --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-9c4b4f68e441bbb7.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-c91e2d9f6f5f633c.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-77b3c0b835f72371.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-b7b8fc7b38401dcc.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-833b0b90fdbee29b.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-2f98f4cffcfa4c69.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-d25a3f7efa82fc98.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-64dfc6d8c684f352.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0dc97e1552252cfa.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-26ef574f41c04d1c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-14ba10e9d5407567.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-01e4a0be8cd7addb.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-7ed663b343a5fc8e/out/lib`
37322025-02-28T10:24:21.412Z Compiling diesel_table_macro_syntax v0.2.0
37332025-02-28T10:24:21.415Z 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=f79d4520814c9a3a -C extra-filename=-bb41f0175d176728 --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-6ca4b90b96f9d0fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37342025-02-28T10:24:21.729Z Compiling scheduled-thread-pool v0.2.7
37352025-02-28T10:24:21.732Z 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=65a4515521710212 -C extra-filename=-36094c672561f163 --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-225ff234fd698a6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37362025-02-28T10:24:21.819Z Compiling crunchy v0.2.2
37372025-02-28T10:24:21.822Z 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`
37382025-02-28T10:24:22.276Z Compiling r2d2 v0.8.10
37392025-02-28T10:24:22.279Z 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=0c79cd7cd33038ca -C extra-filename=-d71860b3c9b558cb --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-225ff234fd698a6f.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-36094c672561f163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37402025-02-28T10:24:22.389Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-02f7793cda61a1be/build-script-build`
37412025-02-28T10:24:22.434Z Compiling diesel_derives v2.2.3
37422025-02-28T10:24:22.437Z 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=018a2012f7c181cb -C extra-filename=-2e9c4e74ba8c709e --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-bb41f0175d176728.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-f680cfadceea220a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37432025-02-28T10:24:22.703Z Compiling primeorder v0.13.6
37442025-02-28T10:24:22.706Z 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=7341fd6e3fe22a15 -C extra-filename=-17e2523a3a11232f --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-96c31fd50bf80e0f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37452025-02-28T10:24:23.209Z Compiling unicase v2.7.0
37462025-02-28T10:24:23.212Z 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`
37472025-02-28T10:24:23.479Z Compiling tiny-keccak v2.0.2
37482025-02-28T10:24:23.481Z 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`
37492025-02-28T10:24:23.613Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-fd8941c9a0b20e6a/build-script-build`
37502025-02-28T10:24:23.870Z 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`
37512025-02-28T10:24:23.896Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-37dd243f06cf900f/build-script-build`
37522025-02-28T10:24:23.940Z Compiling ref-cast v1.0.23
37532025-02-28T10:24:23.944Z 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`
37542025-02-28T10:24:23.990Z 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`
37552025-02-28T10:24:24.507Z 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`
37562025-02-28T10:24:24.534Z Compiling ascii-canvas v3.0.0
37572025-02-28T10:24:24.537Z 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=7541b061c4252a1c -C extra-filename=-2a114cc91675e6a7 --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-11fcd0b1f8a821c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37582025-02-28T10:24:24.560Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-53f5b907f9062040/build-script-build`
37592025-02-28T10:24:24.646Z Compiling ref-cast-impl v1.0.23
37602025-02-28T10:24:24.648Z 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=e37eaea8689e5671 -C extra-filename=-2af1b332538238c7 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37612025-02-28T10:24:24.718Z Compiling ena v0.14.3
37622025-02-28T10:24:24.767Z 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`
37632025-02-28T10:24:24.884Z Compiling regex-syntax v0.6.29
37642025-02-28T10:24:24.887Z 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`
37652025-02-28T10:24:25.030Z Compiling bindgen v0.71.1
37662025-02-28T10:24:25.033Z 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/bindgen-0.71.1/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"' --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=259f0c2bb3215e25 -C extra-filename=-5374264541ed1afd --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-5374264541ed1afd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37672025-02-28T10:24:25.138Z Compiling salty v0.3.0
37682025-02-28T10:24:25.177Z 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`
37692025-02-28T10:24:25.660Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-e97c78c5eb36f964/build-script-build`
37702025-02-28T10:24:25.703Z Compiling mime_guess v2.0.5
37712025-02-28T10:24:25.705Z 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`
37722025-02-28T10:24:25.958Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-5374264541ed1afd/build-script-build`
37732025-02-28T10:24:25.999Z 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=9af7202ffda87f87 -C extra-filename=-e0baafac754988fb --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-2af1b332538238c7.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)'`
37742025-02-28T10:24:26.027Z Compiling p384 v0.13.0
37752025-02-28T10:24:26.027Z 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=ccdc710b36347605 -C extra-filename=-7356ca2b44df7c8a --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-ddea1a7155bf510f.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-96c31fd50bf80e0f.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-17e2523a3a11232f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37762025-02-28T10:24:26.186Z Compiling http-range v0.1.5
37772025-02-28T10:24:26.211Z 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`
37782025-02-28T10:24:26.523Z Compiling rustc-hash v2.1.1
37792025-02-28T10:24:26.552Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "rand", "std"))' -C metadata=c36b41c7e7bd2ef9 -C extra-filename=-f99d64889ee244c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37802025-02-28T10:24:26.795Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.71.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-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"' --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=45f47762355301a9 -C extra-filename=-1cad6f1d94bb0918 --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-5be7a60b64167706.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-14eb95867c680923.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-8fffd399382af63b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b1a6cfaf89ee5ea3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a9ea3aaf9229e0ec.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-f99d64889ee244c4.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-c29a401cfb96b366.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37812025-02-28T10:24:26.939Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-62efce3401ccd741/build-script-build`
37822025-02-28T10:24:27.039Z 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=49c0bb451c19a3d5 -C extra-filename=-7bbc85ec7aad97de --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-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
37832025-02-28T10:24:27.538Z Compiling derive_builder_core v0.20.2
37842025-02-28T10:24:27.541Z 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=691486fdd019b386 -C extra-filename=-4a8d93a4473d743a --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-65d003586e73cec4.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37852025-02-28T10:24:27.986Z Compiling cargo-platform v0.1.8
37862025-02-28T10:24:27.988Z 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=8f818ab9dca6e958 -C extra-filename=-c0547bfa01682ea9 --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37872025-02-28T10:24:28.535Z Compiling lalrpop v0.19.12
37882025-02-28T10:24:28.538Z 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=3befc9ecebef3d3e -C extra-filename=-7867485fbb696b5a --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-2a114cc91675e6a7.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-873ca6c511be64fd.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-6b6ec0a96c6abffd.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a380b12963bfcb13.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-50dd50cfa0a266f4.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b60e4a9f99bbc8bd.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-ff89f6f9e9e5286b.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-11fcd0b1f8a821c6.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`
37892025-02-28T10:24:28.721Z Compiling libxml v0.3.3
37902025-02-28T10:24:28.724Z 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`
37912025-02-28T10:24:29.192Z Compiling atty v0.2.14
37922025-02-28T10:24:29.194Z 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=ffe693190df31c44 -C extra-filename=-45e7b4f8db5daf4a --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37932025-02-28T10:24:29.369Z Compiling env_filter v0.1.2
37942025-02-28T10:24:29.379Z 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`
37952025-02-28T10:24:29.705Z Compiling derive_builder_macro v0.20.2
37962025-02-28T10:24:29.707Z 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=1022e59e3b71de72 -C extra-filename=-1fd3d1ad7d27c7a3 --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-4a8d93a4473d743a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37972025-02-28T10:24:29.981Z Compiling env_logger v0.11.5
37982025-02-28T10:24:29.984Z 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`
37992025-02-28T10:24:30.121Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-e50e5839b4dbcd63/build-script-build`
38002025-02-28T10:24:30.177Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
38012025-02-28T10:24:30.180Z 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=6d2cc6de5d559c52 -C extra-filename=-9057fda9706afe58 --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-18f0880b436c32e6.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-360cee71faeee78d.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-7bbc85ec7aad97de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38022025-02-28T10:24:30.648Z 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`
38032025-02-28T10:24:30.844Z Compiling signal-hook-tokio v0.3.1
38042025-02-28T10:24:30.846Z 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=7a719d83d5d6ff0e -C extra-filename=-316915a690727d7f --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-41b4d43f76d21dca.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-980077daba3b764e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38052025-02-28T10:24:31.050Z Compiling strum_macros v0.24.3
38062025-02-28T10:24:31.071Z 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=73bb08f31fafb374 -C extra-filename=-3cff2d5f6150fa30 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-249ca607bd6d7426.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38072025-02-28T10:24:31.078Z Compiling pin-project-internal v1.1.6
38082025-02-28T10:24:31.102Z 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=1cfda4f8e2bff79e -C extra-filename=-313ea92911e0ed88 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38092025-02-28T10:24:31.690Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
38102025-02-28T10:24:31.693Z 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/6d31fa6/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=5672c76cfde9d807 -C extra-filename=-22275a1c7c95d289 --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-22275a1c7c95d289 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38112025-02-28T10:24:32.129Z Compiling indoc v1.0.9
38122025-02-28T10:24:32.132Z 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`
38132025-02-28T10:24:33.128Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-22275a1c7c95d289/build-script-build`
38142025-02-28T10:24:33.171Z Compiling hyper-staticfile v0.10.1
38152025-02-28T10:24:33.177Z 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=3bdfb02cecf87bcb -C extra-filename=-00fe156926461204 --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-bea6d8f0b8319994.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.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-d7bb7c5afd0bf2fd.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-9ff3b1babf0a8e05.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38162025-02-28T10:24:33.945Z Compiling pin-project v1.1.6
38172025-02-28T10:24:33.977Z 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=fb1cdd346ed68889 -C extra-filename=-5f23835bd85c8c0b --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-313ea92911e0ed88.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38182025-02-28T10:24:34.054Z Compiling diesel v2.2.7
38192025-02-28T10:24:34.056Z 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=563bce30297c3968 -C extra-filename=-c3ec9c580ccbe91a --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-5be7a60b64167706.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-2e9c4e74ba8c709e.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-57976e99141aa10c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-d71860b3c9b558cb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38202025-02-28T10:24:34.118Z Compiling derive_builder v0.20.2
38212025-02-28T10:24:34.142Z 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=93a261cdab66f40a -C extra-filename=-91508e08a1292ca3 --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-1fd3d1ad7d27c7a3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38222025-02-28T10:24:34.192Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
38232025-02-28T10:24:34.195Z 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=c7a262d4004430ca -C extra-filename=-39d44e04a00d4939 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-9057fda9706afe58.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-2a51f4ad038a9542.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-7356ca2b44df7c8a.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-80d877675d043747.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-26ef574f41c04d1c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38242025-02-28T10:24:34.316Z 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=bfc567258a98286e -C extra-filename=-7fb2d77fb76817ca --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
38252025-02-28T10:24:34.473Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
38262025-02-28T10:24:34.503Z 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/2652487/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=74b452df81c9a9b2 -C extra-filename=-599a230c04b989db --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-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38272025-02-28T10:24:35.085Z Compiling quick-xml v0.37.2
38282025-02-28T10:24:35.088Z 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.37.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=cea72217dc7927be -C extra-filename=-e850916f799c956c --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38292025-02-28T10:24:35.197Z Compiling oso-derive v0.27.3
38302025-02-28T10:24:35.225Z 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=e74cf9c7b1d26e51 -C extra-filename=-0649dd5997e54ad7 --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-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38312025-02-28T10:24:36.390Z Compiling impl-trait-for-tuples v0.2.2
38322025-02-28T10:24:36.392Z 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=aa6f2724a14d6bb7 -C extra-filename=-7b9ed102557d4674 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38332025-02-28T10:24:36.675Z Compiling tungstenite v0.23.0
38342025-02-28T10:24:36.759Z 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=117bfc8e974cd764 -C extra-filename=-a3ffa3a9b65d1b31 --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-770e947861f81604.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-7ca48bec20e507bd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.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-9ff3b1babf0a8e05.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-25e007f1ee25bcd6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.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`
38352025-02-28T10:24:38.272Z Compiling snafu-derive v0.8.5
38362025-02-28T10:24:38.274Z 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=36b2e9f1c1997e74 -C extra-filename=-1184ae155a63fde7 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38372025-02-28T10:24:38.668Z Compiling diesel-dtrace v0.4.2
38382025-02-28T10:24:38.671Z 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`
38392025-02-28T10:24:39.100Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
38402025-02-28T10:24:39.103Z 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`
38412025-02-28T10:24:39.547Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-e31240333ce3601d/build-script-build`
38422025-02-28T10:24:39.638Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-3f6fe5a296a2cf6d/build-script-build`
38432025-02-28T10:24:39.730Z Compiling tokio-tungstenite v0.23.1
38442025-02-28T10:24:39.733Z 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=cd4de2dcda374ad3 -C extra-filename=-5b6b47f8dfda1e9e --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-bea6d8f0b8319994.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-a3ffa3a9b65d1b31.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38452025-02-28T10:24:40.290Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
38462025-02-28T10:24:40.292Z 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=b86c4b694e5c29d1 -C extra-filename=-cd28cb349a91b6b1 --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-14ba10e9d5407567.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38472025-02-28T10:24:40.643Z Compiling nix v0.27.1
38482025-02-28T10:24:40.646Z 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=b4939089e97d8069 -C extra-filename=-f999f02d51962287 --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-5be7a60b64167706.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.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`
38492025-02-28T10:24:40.936Z Compiling olpc-cjson v0.1.4
38502025-02-28T10:24:40.939Z 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=708a46fe98887e07 -C extra-filename=-28ea5c7e2900b1de --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-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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`
38512025-02-28T10:24:41.226Z Compiling globset v0.4.15
38522025-02-28T10:24:41.229Z 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`
38532025-02-28T10:24:42.415Z Compiling bb8 v0.8.5
38542025-02-28T10:24:42.418Z 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=5a56f9ca15cc1f0d -C extra-filename=-1a0e9e31c277e2c6 --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-be3fd398a6d21510.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bea6d8f0b8319994.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-225ff234fd698a6f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38552025-02-28T10:24:42.900Z Compiling serde_plain v1.0.2
38562025-02-28T10:24:42.908Z 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=17a29bf561f30c37 -C extra-filename=-af1d18c17243a554 --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38572025-02-28T10:24:42.960Z Compiling typed-path v0.9.3
38582025-02-28T10:24:42.983Z 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`
38592025-02-28T10:24:43.122Z 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=a61301aefd4bfac0 -C extra-filename=-d5d345a393fe6030 --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-be3fd398a6d21510.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5f179acf52286a8f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-09cc18c3176e95c4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-360cee71faeee78d.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-cad9f59ca151c452.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f999f02d51962287.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-5439297beec40e26.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-6e64572e59dae1c8.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-67668311946ae631.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b761ff4075e9e77b.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-ff89f6f9e9e5286b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-cd28cb349a91b6b1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-01e4a0be8cd7addb.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-7ed663b343a5fc8e/out/lib`
38602025-02-28T10:24:43.256Z Compiling parse-size v1.1.0
38612025-02-28T10:24:43.259Z 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`
38622025-02-28T10:24:43.319Z Compiling snafu v0.8.5
38632025-02-28T10:24:43.322Z 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=a409e445686c2eee -C extra-filename=-02a9fcdd8f7a919a --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-5f23835bd85c8c0b.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-1184ae155a63fde7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38642025-02-28T10:24:43.531Z Compiling proc-macro-error-attr2 v2.0.0
38652025-02-28T10:24:43.534Z 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=c195f64733f19f26 -C extra-filename=-8b4db5ad4c51f514 --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-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38662025-02-28T10:24:44.075Z Compiling papergrid v0.14.0
38672025-02-28T10:24:44.121Z 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`
38682025-02-28T10:24:44.437Z Compiling proc-macro-error2 v2.0.1
38692025-02-28T10:24:44.441Z 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=4ed13c2db2bf7c54 -C extra-filename=-736b2833e5e8df97 --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-8b4db5ad4c51f514.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38702025-02-28T10:24:45.087Z Compiling tabled_derive v0.10.0
38712025-02-28T10:24:45.091Z 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=5ae27b3ca64d9112 -C extra-filename=-d7f127bfbd1f7e8b --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-736b2833e5e8df97.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38722025-02-28T10:24:46.044Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38732025-02-28T10:24:46.051Z 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/4aac612/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=9a9542c29a4d7472 -C extra-filename=-aa18e8371f0436bf --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-5be7a60b64167706.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-360cee71faeee78d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3f31cdd82b47710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38742025-02-28T10:24:47.774Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38752025-02-28T10:24:47.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/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/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`
38762025-02-28T10:24:48.041Z Compiling io-lifetimes v1.0.11
38772025-02-28T10:24:48.043Z 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/io-lifetimes-1.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="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-std", "close", "default", "fs-err", "hermit-abi", "libc", "mio", "os_pipe", "socket2", "tokio", "windows-sys"))' -C metadata=2d4b2461c7c9db41 -C extra-filename=-eb604646a835d9e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/io-lifetimes-eb604646a835d9e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38782025-02-28T10:24:48.191Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-0224fd5355c347e9/build-script-build`
38792025-02-28T10:24:48.282Z Compiling tabled v0.18.0
38802025-02-28T10:24:48.285Z 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=0de11ae59cbf69df -C extra-filename=-bff45b15c413848c --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-d7f127bfbd1f7e8b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38812025-02-28T10:24:48.349Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38822025-02-28T10:24:48.352Z 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/4aac612/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=6cfad35e639dfe90 -C extra-filename=-928e7956edb2add3 --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-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3f31cdd82b47710.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-aa18e8371f0436bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38832025-02-28T10:24:48.694Z Running `/work/oxidecomputer/omicron/target/debug/build/io-lifetimes-eb604646a835d9e3/build-script-build`
38842025-02-28T10:24:48.876Z Compiling rustix v0.37.28
38852025-02-28T10:24:48.879Z 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/rustix-0.37.28/build.rs --error-format=json --json=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="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "all-impls", "alloc", "cc", "compiler_builtins", "core", "default", "fs", "fs-err", "io-lifetimes", "io_uring", "itoa", "libc", "libc_errno", "linux_4_11", "linux_latest", "mm", "net", "once_cell", "os_pipe", "param", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "std", "termios", "thread", "time", "use-libc", "use-libc-auxv"))' -C metadata=b72bba24707a288d -C extra-filename=-a9ae2b7e4053503c --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-a9ae2b7e4053503c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38862025-02-28T10:24:49.414Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name io_lifetimes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/io-lifetimes-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 --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-std", "close", "default", "fs-err", "hermit-abi", "libc", "mio", "os_pipe", "socket2", "tokio", "windows-sys"))' -C metadata=99ac2bd27f888033 -C extra-filename=-51bd4d9b6f4464c3 --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg io_safety_is_in_std`
38872025-02-28T10:24:49.595Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-a9ae2b7e4053503c/build-script-build`
38882025-02-28T10:24:49.631Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38892025-02-28T10:24:49.637Z 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=8a00f913e47654d0 -C extra-filename=-ad7f19b31a498ac3 --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-89967448755fe241.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.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`
38902025-02-28T10:24:49.919Z Compiling assert_matches v1.5.0
38912025-02-28T10:24:49.922Z 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`
38922025-02-28T10:24:50.100Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "all-impls", "alloc", "cc", "compiler_builtins", "core", "default", "fs", "fs-err", "io-lifetimes", "io_uring", "itoa", "libc", "libc_errno", "linux_4_11", "linux_latest", "mm", "net", "once_cell", "os_pipe", "param", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "std", "termios", "thread", "time", "use-libc", "use-libc-auxv"))' -C metadata=c3952e8550172fbe -C extra-filename=-0a9507dd07bbc299 --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 libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a2355d8669023f55.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-51bd4d9b6f4464c3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
38932025-02-28T10:24:51.382Z Compiling rand_seeder v0.3.0
38942025-02-28T10:24:51.386Z 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=eb3e993600b6f322 -C extra-filename=-716f8de4628ec366 --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-c9da9b954e2f8ef1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38952025-02-28T10:24:51.409Z Compiling terminal_size v0.2.6
38962025-02-28T10:24:51.410Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-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=86369b358ce04a08 -C extra-filename=-5a4e57380c7b4c83 --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-0a9507dd07bbc299.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38972025-02-28T10:24:51.638Z Compiling castaway v0.2.3
38982025-02-28T10:24:51.701Z 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`
38992025-02-28T10:24:51.717Z Compiling unicode-linebreak v0.1.5
39002025-02-28T10:24:51.720Z 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`
39012025-02-28T10:24:51.841Z 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/4aac612/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=30759deec9e364ee -C extra-filename=-7e22c1f3c48cb38f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-360cee71faeee78d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-370cddedf3f05fbc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-96c0ab0f17813e78.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-bff45b15c413848c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3f31cdd82b47710.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-928e7956edb2add3.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-aa18e8371f0436bf.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
39022025-02-28T10:24:52.209Z Compiling smawk v0.3.2
39032025-02-28T10:24:52.211Z 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`
39042025-02-28T10:24:52.260Z Compiling indoc v2.0.5
39052025-02-28T10:24:52.263Z 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`
39062025-02-28T10:24:52.475Z Compiling textwrap v0.16.1
39072025-02-28T10:24:52.478Z 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="terminal_size"' --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=7e657eb3fed9bdd0 -C extra-filename=-6cc52bbf45b89078 --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 terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-5a4e57380c7b4c83.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`
39082025-02-28T10:24:53.285Z Compiling compact_str v0.8.0
39092025-02-28T10:24:53.288Z 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`
39102025-02-28T10:24:53.555Z Compiling unicode-truncate v1.1.0
39112025-02-28T10:24:53.558Z 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=c3113467c29f2ba4 -C extra-filename=-901183f2984a9356 --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-b1a6cfaf89ee5ea3.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`
39122025-02-28T10:24:53.838Z Compiling instability v0.3.2
39132025-02-28T10:24:53.853Z 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=522944b8b730438f -C extra-filename=-796e0f14726f956a --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-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39142025-02-28T10:24:54.387Z Compiling lru v0.12.5
39152025-02-28T10:24:54.413Z 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`
39162025-02-28T10:24:54.588Z Compiling cassowary v0.3.0
39172025-02-28T10:24:54.591Z 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`
39182025-02-28T10:24:54.614Z Compiling is_ci v1.2.0
39192025-02-28T10:24:54.617Z 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`
39202025-02-28T10:24:54.733Z Compiling cargo_metadata v0.19.1
39212025-02-28T10:24:54.736Z 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=5bcd43961116e7df -C extra-filename=-96c5e23cbc684b91 --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-adcdc6bfd3808e20.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-c0547bfa01682ea9.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3f31cdd82b47710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39222025-02-28T10:24:54.861Z Compiling supports-color v3.0.2
39232025-02-28T10:24:54.864Z 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=a15a2860bdae29dc -C extra-filename=-97bda6518ce87822 --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`
39242025-02-28T10:24:55.045Z Compiling ratatui v0.29.0
39252025-02-28T10:24:55.048Z 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=b9968fb39056b70f -C extra-filename=-0208c59fdc702450 --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-5be7a60b64167706.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-2aee92d249887bfd.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-815fc54b118b2236.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-796e0f14726f956a.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b1a6cfaf89ee5ea3.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-d9c66f3d87f91847.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-901183f2984a9356.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`
39262025-02-28T10:24:55.182Z Compiling libz-sys v1.1.20
39272025-02-28T10:24:55.185Z 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=81be399c604408d0 -C extra-filename=-96579f3d23604e00 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-96579f3d23604e00 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-26b01f0b27175bd6.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`
39282025-02-28T10:24:55.652Z Compiling concurrent-queue v2.5.0
39292025-02-28T10:24:55.654Z 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`
39302025-02-28T10:24:56.065Z Compiling parking v2.2.1
39312025-02-28T10:24:56.068Z 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`
39322025-02-28T10:24:56.092Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-96579f3d23604e00/build-script-build`
39332025-02-28T10:24:56.243Z Compiling libgit2-sys v0.17.0+1.8.1
39342025-02-28T10:24:56.246Z 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=98ef56c22a135b24 -C extra-filename=-ddb0d768fae224e5 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ddb0d768fae224e5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-26b01f0b27175bd6.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`
39352025-02-28T10:24:56.405Z Compiling shell-words v1.1.0
39362025-02-28T10:24:56.436Z 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`
39372025-02-28T10:24:56.711Z Compiling event-listener v5.3.1
39382025-02-28T10:24:56.714Z 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`
39392025-02-28T10:24:57.201Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ddb0d768fae224e5/build-script-build`
39402025-02-28T10:24:57.364Z 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=dfe38f83845a4b31 -C extra-filename=-348b418b47859ab5 --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z`
39412025-02-28T10:24:57.562Z Compiling event-listener-strategy v0.5.2
39422025-02-28T10:24:57.565Z 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`
39432025-02-28T10:24:57.812Z Compiling vergen v8.3.2
39442025-02-28T10:24:57.815Z 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`
39452025-02-28T10:24:58.177Z Compiling csv-core v0.1.11
39462025-02-28T10:24:58.180Z 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`
39472025-02-28T10:24:58.205Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-33cb8f2c1dab6fba/build-script-build`
39482025-02-28T10:24:58.244Z Compiling futures-lite v2.3.0
39492025-02-28T10:24:58.246Z 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`
39502025-02-28T10:24:58.725Z Compiling csv v1.3.1
39512025-02-28T10:24:58.729Z 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=35c37cefaa71597e -C extra-filename=-def9173e44bdd3ba --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39522025-02-28T10:24:59.792Z Compiling cargo_metadata v0.18.1
39532025-02-28T10:24:59.815Z 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=67ac22b484177476 -C extra-filename=-16356bf0ea08fffe --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-adcdc6bfd3808e20.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-c0547bfa01682ea9.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39542025-02-28T10:24:59.917Z Compiling rtoolbox v0.0.2
39552025-02-28T10:24:59.921Z 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=7f709189ba012ff0 -C extra-filename=-67b28dbc51c5f79b --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39562025-02-28T10:25:00.287Z Compiling rustls v0.21.12
39572025-02-28T10:25:00.290Z 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`
39582025-02-28T10:25:00.677Z Compiling hex-literal v0.4.1
39592025-02-28T10:25:00.680Z 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`
39602025-02-28T10:25:00.873Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-b48cedb51e3ed6f0/build-script-build`
39612025-02-28T10:25:00.913Z Compiling rpassword v7.3.1
39622025-02-28T10:25:00.916Z 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=dffe82e0348e4868 -C extra-filename=-8c199ca108d0f11c --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-41b4d43f76d21dca.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-67b28dbc51c5f79b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39632025-02-28T10:25:01.237Z Compiling tui-tree-widget v0.23.0
39642025-02-28T10:25:01.240Z 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=75de22e2b1002b3b -C extra-filename=-1bc3620fa8516bcf --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-0208c59fdc702450.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`
39652025-02-28T10:25:01.382Z Compiling sct v0.7.1
39662025-02-28T10:25:01.385Z 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=62c7a03a22754604 -C extra-filename=-18d30249ee2795a0 --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-4a68b3eecd5d51e7.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-c73ed488508dfaf4/out`
39672025-02-28T10:25:01.561Z Compiling rustls-webpki v0.101.7
39682025-02-28T10:25:01.564Z 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=7d661f8b228df9b4 -C extra-filename=-4c3595cf945af3c5 --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-4a68b3eecd5d51e7.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-c73ed488508dfaf4/out`
39692025-02-28T10:25:01.734Z Compiling async-lock v3.4.0
39702025-02-28T10:25:01.737Z 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`
39712025-02-28T10:25:02.861Z 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=ef10e975d88f44ea -C extra-filename=-c7aa25c405f4edd8 --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-4a68b3eecd5d51e7.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-4c3595cf945af3c5.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-18d30249ee2795a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out`
39722025-02-28T10:25:02.900Z Compiling polyval v0.6.2
39732025-02-28T10:25:02.924Z 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=360ef1ce9a54b46c -C extra-filename=-c4424343c61257aa --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-6a7d445810b36f87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39742025-02-28T10:25:03.239Z Compiling polling v3.7.3
39752025-02-28T10:25:03.244Z 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=e66bb25c79e16fb4 -C extra-filename=-9e9512f1bf958d7e --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-6a985354087de3ce.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6de9411779ff2095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39762025-02-28T10:25:03.310Z Compiling ghash v0.5.1
39772025-02-28T10:25:03.314Z 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=92dae7411e5ab537 -C extra-filename=-ec417484d63974a0 --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-c4424343c61257aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39782025-02-28T10:25:03.549Z Compiling rustls-pemfile v1.0.4
39792025-02-28T10:25:03.552Z 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`
39802025-02-28T10:25:03.908Z Compiling async-io v2.3.4
39812025-02-28T10:25:03.910Z 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=85a8400e6c868da8 -C extra-filename=-c20a273184ae658e --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-9e9512f1bf958d7e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6a985354087de3ce.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-b5b250c1c1b88026.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6de9411779ff2095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39822025-02-28T10:25:03.965Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
39832025-02-28T10:25:03.969Z 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=45efc9b4de475029 -C extra-filename=-c3452b0606815720 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-2d32de2149167216.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39842025-02-28T10:25:05.625Z Compiling ctr v0.9.2
39852025-02-28T10:25:05.649Z 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=e0c27b95bd1329b7 -C extra-filename=-1078085c34358c2e --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-bd1f439b39fa4670.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39862025-02-28T10:25:05.949Z Compiling twox-hash v2.1.0
39872025-02-28T10:25:05.952Z 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=e9b05fbf1927f8c9 -C extra-filename=-d82d9c855e3cd528 --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-9ff3b1babf0a8e05.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39882025-02-28T10:25:06.021Z Compiling doc-comment v0.3.3
39892025-02-28T10:25:06.029Z 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`
39902025-02-28T10:25:06.671Z Compiling tokio-rustls v0.24.1
39912025-02-28T10:25:06.674Z 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=07c999ad3e034640 -C extra-filename=-99a90eca578e7b5c --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-c7aa25c405f4edd8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out`
39922025-02-28T10:25:06.721Z Compiling async-task v4.7.1
39932025-02-28T10:25:06.724Z 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`
39942025-02-28T10:25:07.130Z Compiling target-lexicon v0.13.2
39952025-02-28T10:25:07.133Z 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`
39962025-02-28T10:25:07.222Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-c435d2e39c49a2e0/build-script-build`
39972025-02-28T10:25:07.409Z Compiling aes-gcm v0.10.3
39982025-02-28T10:25:07.412Z 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=e3e1bd36a4d80d60 -C extra-filename=-95d0dd0de9eedfa9 --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-4c6762939c8efd09.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-804c535fa50f5472.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-bd1f439b39fa4670.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-1078085c34358c2e.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-ec417484d63974a0.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`
39992025-02-28T10:25:07.735Z Compiling async-channel v2.3.1
40002025-02-28T10:25:07.738Z 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`
40012025-02-28T10:25:08.157Z Compiling async-bb8-diesel v0.2.1
40022025-02-28T10:25:08.170Z 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=d3eab2aa29053f32 -C extra-filename=-f2eb124640dd5009 --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-be3fd398a6d21510.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-1a0e9e31c277e2c6.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3ec9c580ccbe91a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
40032025-02-28T10:25:08.237Z 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=b2fda8ac6329a158 -C extra-filename=-6416226d5792931a --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-c3ec9c580ccbe91a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
40042025-02-28T10:25:08.701Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-363e6726acdd0622/build-script-build`
40052025-02-28T10:25:08.788Z Compiling piper v0.2.4
40062025-02-28T10:25:08.791Z 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`
40072025-02-28T10:25:08.886Z Compiling fatfs v0.3.6
40082025-02-28T10:25:08.930Z 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=b57c6fbc14adef73 -C extra-filename=-6288347184e1dc2c --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-bb251cc16f867c81.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`
40092025-02-28T10:25:09.176Z Compiling ssh-encoding v0.2.0
40102025-02-28T10:25:09.179Z 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=6e9bd44f13fb6ad6 -C extra-filename=-f1918052e0ce7f5a --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-8a701ab676126771.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40112025-02-28T10:25:09.701Z Compiling blowfish v0.9.1
40122025-02-28T10:25:09.705Z 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=0bb8449680252546 -C extra-filename=-414e3f89b044b4b6 --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-bd1f439b39fa4670.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40132025-02-28T10:25:09.729Z Compiling assert_cmd v2.0.16
40142025-02-28T10:25:09.732Z 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`
40152025-02-28T10:25:10.035Z Compiling plotters-backend v0.3.7
40162025-02-28T10:25:10.038Z 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`
40172025-02-28T10:25:10.153Z Compiling guppy-workspace-hack v0.1.0
40182025-02-28T10:25:10.155Z 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`
40192025-02-28T10:25:10.229Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-fb48e12239b53ca7/build-script-build`
40202025-02-28T10:25:10.272Z Compiling bcrypt-pbkdf v0.10.0
40212025-02-28T10:25:10.275Z 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=9f6b97290cafaccc -C extra-filename=-977d6f1c7bf70020 --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-414e3f89b044b4b6.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-7962e7027656ae01.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40222025-02-28T10:25:10.417Z Compiling ssh-cipher v0.2.0
40232025-02-28T10:25:10.419Z 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=15d9a5783c81c101 -C extra-filename=-1df66e247ef0dc26 --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-804c535fa50f5472.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-95d0dd0de9eedfa9.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-acfc130d7299d5be.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-ff6b9888169ef263.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-bd1f439b39fa4670.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-1078085c34358c2e.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-66ff9da5894524c6.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-f1918052e0ce7f5a.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`
40242025-02-28T10:25:10.543Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-1baea951f9248ce0/build-script-build`
40252025-02-28T10:25:10.562Z Compiling plotters-svg v0.3.7
40262025-02-28T10:25:10.565Z 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`
40272025-02-28T10:25:10.598Z Compiling blocking v1.6.1
40282025-02-28T10:25:10.601Z 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`
40292025-02-28T10:25:10.876Z 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"'`
40302025-02-28T10:25:10.984Z 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`
40312025-02-28T10:25:11.107Z Compiling async-executor v1.13.1
40322025-02-28T10:25:11.111Z Compiling async-signal v0.2.10
40332025-02-28T10:25:11.111Z 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`
40342025-02-28T10:25:11.132Z 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=2da44a4e56de27d5 -C extra-filename=-f1a54308e5ad032f --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-c20a273184ae658e.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-6a985354087de3ce.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-f14b4583915d0413.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40352025-02-28T10:25:11.538Z Compiling password-hash v0.4.2
40362025-02-28T10:25:11.542Z 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=cddfad15882b54ab -C extra-filename=-670fef024ee7d2da --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-c9da9b954e2f8ef1.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`
40372025-02-28T10:25:11.589Z Compiling cast v0.3.0
40382025-02-28T10:25:11.592Z 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`
40392025-02-28T10:25:11.795Z Compiling futures-timer v3.0.3
40402025-02-28T10:25:11.820Z 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`
40412025-02-28T10:25:11.823Z Compiling target-spec v3.4.2
40422025-02-28T10:25:11.823Z 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`
40432025-02-28T10:25:11.947Z Compiling event-listener v2.5.3
40442025-02-28T10:25:11.952Z 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`
40452025-02-28T10:25:12.357Z Compiling yansi v1.0.1
40462025-02-28T10:25:12.386Z 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`
40472025-02-28T10:25:12.401Z Compiling async-channel v1.9.0
40482025-02-28T10:25:12.401Z 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`
40492025-02-28T10:25:12.426Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-050e9551b72c463b/build-script-build`
40502025-02-28T10:25:12.463Z Compiling pbkdf2 v0.11.0
40512025-02-28T10:25:12.466Z 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=e1debfa6e275cc14 -C extra-filename=-f6710f27aaa89ddb --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-b85cfe1a68b7b72b.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-628027f208fb1234.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-670fef024ee7d2da.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40522025-02-28T10:25:12.581Z Compiling criterion-plot v0.5.0
40532025-02-28T10:25:12.584Z 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=809bc4cf05d8299e -C extra-filename=-773587f2f8bd58d6 --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-a380b12963bfcb13.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40542025-02-28T10:25:12.706Z Compiling async-global-executor v2.4.1
40552025-02-28T10:25:12.709Z 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=0ad53ca7f556ffce -C extra-filename=-c9bbab09d1e76dac --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-c20a273184ae658e.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`
40562025-02-28T10:25:12.856Z Compiling async-process v2.3.0
40572025-02-28T10:25:12.881Z 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=136424512c456c62 -C extra-filename=-6c6b07a39510fc63 --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-c20a273184ae658e.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-f1a54308e5ad032f.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-6a985354087de3ce.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6de9411779ff2095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40582025-02-28T10:25:13.053Z Compiling pretty_assertions v1.4.1
40592025-02-28T10:25:13.056Z 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`
40602025-02-28T10:25:13.515Z Compiling cfg-expr v0.18.0
40612025-02-28T10:25:13.518Z 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=7745e59a04950942 -C extra-filename=-34f0d976c54ae8b3 --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-e5bb232e735f783e.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`
40622025-02-28T10:25:13.576Z 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=bd888cb924d5a1aa -C extra-filename=-a7aa70cab75cef73 --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-55f7cdb91ed11cdf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40632025-02-28T10:25:14.005Z Compiling ssh-key v0.6.6
40642025-02-28T10:25:14.008Z 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=02ecb4361a0a07e3 -C extra-filename=-43f96a3641fe0894 --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-977d6f1c7bf70020.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2a51f4ad038a9542.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b812d348885ff20e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-2f98f4cffcfa4c69.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-1ff4c443bfbc8910.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5dc394ffb552fc62.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-1df66e247ef0dc26.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-f1918052e0ce7f5a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40652025-02-28T10:25:14.033Z Compiling plotters v0.3.7
40662025-02-28T10:25:14.035Z 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`
40672025-02-28T10:25:14.751Z 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`
40682025-02-28T10:25:14.802Z Compiling p521 v0.13.3
40692025-02-28T10:25:14.805Z 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=ba3e5ca763c74cb0 -C extra-filename=-0253442f8bb429c9 --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-ddea1a7155bf510f.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-96c31fd50bf80e0f.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-17e2523a3a11232f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40702025-02-28T10:25:14.880Z Compiling p256 v0.13.2
40712025-02-28T10:25:14.884Z 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=6294e4d17e27170e -C extra-filename=-90ab371e3e0c347e --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-ddea1a7155bf510f.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-96c31fd50bf80e0f.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-17e2523a3a11232f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40722025-02-28T10:25:15.611Z Compiling petname v2.0.2
40732025-02-28T10:25:15.639Z 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=de21994fa1daefca -C extra-filename=-810b665b657d2d11 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-810b665b657d2d11 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40742025-02-28T10:25:16.127Z Compiling tinytemplate v1.2.1
40752025-02-28T10:25:16.132Z 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=355d056738436441 -C extra-filename=-1eec1f27a9afab8e --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-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40762025-02-28T10:25:16.699Z Compiling async-attributes v1.1.2
40772025-02-28T10:25:16.702Z 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=492108b7931fc039 -C extra-filename=-b57850de5a958fee --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-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40782025-02-28T10:25:17.039Z Compiling num_cpus v1.16.0
40792025-02-28T10:25:17.060Z 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=ae9b0293652644c0 -C extra-filename=-5eda7960bf0c82e0 --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40802025-02-28T10:25:17.063Z Compiling russh-cryptovec v0.7.3
40812025-02-28T10:25:17.063Z 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=5b4ca18bd820c467 -C extra-filename=-162e461e60328c58 --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40822025-02-28T10:25:17.200Z Compiling kv-log-macro v1.0.7
40832025-02-28T10:25:17.203Z 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`
40842025-02-28T10:25:17.372Z Compiling md5 v0.7.0
40852025-02-28T10:25:17.375Z 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`
40862025-02-28T10:25:17.432Z Compiling anes v0.1.6
40872025-02-28T10:25:17.435Z 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`
40882025-02-28T10:25:17.726Z Compiling oorandom v11.1.4
40892025-02-28T10:25:17.729Z 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`
40902025-02-28T10:25:17.888Z Compiling criterion v0.5.1
40912025-02-28T10:25:17.890Z 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=f2ce171c79c311b3 -C extra-filename=-3a8686786de25933 --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-30bce58723a03373.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-773587f2f8bd58d6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-6b6ec0a96c6abffd.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a380b12963bfcb13.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-386206e71bd9ba19.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e3fd301d42d9587b.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-1eec1f27a9afab8e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.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`
40922025-02-28T10:25:17.912Z Compiling async-std v1.13.0
40932025-02-28T10:25:17.915Z 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=5c8c5b948d4d330f -C extra-filename=-a684a216c9a6a7e6 --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-b57850de5a958fee.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-c9bbab09d1e76dac.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-c20a273184ae658e.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-6c6b07a39510fc63.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`
40942025-02-28T10:25:17.937Z Compiling russh-keys v0.45.0
40952025-02-28T10:25:17.940Z 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=788ba7b8426bb09f -C extra-filename=-bc2e091729b35fb2 --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-804c535fa50f5472.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-977d6f1c7bf70020.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-b3d23440d6a81f31.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-acfc130d7299d5be.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-1078085c34358c2e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-7ca48bec20e507bd.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-05ef4d4c727088bd.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b85cfe1a68b7b72b.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ddea1a7155bf510f.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2a51f4ad038a9542.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-96c31fd50bf80e0f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-628027f208fb1234.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-6fcefbc560fae140.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8b814007e844dca0.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-90ab371e3e0c347e.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-7356ca2b44df7c8a.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-0253442f8bb429c9.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-f6710f27aaa89ddb.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-51a952355bc0985d.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-23ee09c5fa388afc.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-3a2a892c15350ff9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-2f98f4cffcfa4c69.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-162e461e60328c58.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-1ff4c443bfbc8910.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-25e007f1ee25bcd6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-9a161740e7100a28.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-f1918052e0ce7f5a.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-43f96a3641fe0894.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-47edc3495c08b40c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40962025-02-28T10:25:17.962Z Compiling threadpool v1.8.1
40972025-02-28T10:25:17.965Z 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=b73d704ca9952a65 -C extra-filename=-ad1f91b38b26c2ca --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-5eda7960bf0c82e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40982025-02-28T10:25:18.673Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-810b665b657d2d11/build-script-build`
40992025-02-28T10:25:19.030Z 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=63f7d521a89cba46 -C extra-filename=-65df188450f0b3e9 --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-34f0d976c54ae8b3.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`
41002025-02-28T10:25:19.936Z Compiling num-bigint v0.4.6
41012025-02-28T10:25:19.938Z 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=2741a6ae7cdd817e -C extra-filename=-d6af597b7607e30c --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-9ff3b1babf0a8e05.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41022025-02-28T10:25:21.440Z Compiling pathdiff v0.2.3
41032025-02-28T10:25:21.443Z 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=660e8238e4b3f8fc -C extra-filename=-1568d1509890a57d --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-adcdc6bfd3808e20.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41042025-02-28T10:25:21.640Z Compiling des v0.8.1
41052025-02-28T10:25:21.643Z 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=17ae66742302f8ff -C extra-filename=-703f396b35318925 --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-bd1f439b39fa4670.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41062025-02-28T10:25:21.964Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41072025-02-28T10:25:21.967Z 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=f255a679aeed0d80 -C extra-filename=-2e54a085cb568cbd --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-5924188bd02e8a8d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41082025-02-28T10:25:22.969Z Compiling escape8259 v0.5.3
41092025-02-28T10:25:23.056Z 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`
41102025-02-28T10:25:23.330Z Compiling nested v0.1.1
41112025-02-28T10:25:23.332Z 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`
41122025-02-28T10:25:23.614Z Compiling guppy v0.17.17
41132025-02-28T10:25:23.616Z 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.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 --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=fe04e5e2d0af8f50 -C extra-filename=-2bc1f1f0c7f38701 --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-86a99f4ac28d3b8b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-96c5e23cbc684b91.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-89967448755fe241.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.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-1568d1509890a57d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e5bb232e735f783e.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-65df188450f0b3e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41142025-02-28T10:25:24.182Z Compiling libtest-mimic v0.7.3
41152025-02-28T10:25:24.185Z 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=2db6624da49bf087 -C extra-filename=-0be21bf2d1f6a827 --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-f52229569f70f3a4.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-ad1f91b38b26c2ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41162025-02-28T10:25:25.910Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41172025-02-28T10:25:25.913Z 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=f2ebccb35259f6c8 -C extra-filename=-e02bcee0bb8ae514 --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-2e54a085cb568cbd.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-485c21659db2993a.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-80af3296f3b32313.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41182025-02-28T10:25:28.565Z Compiling russh v0.45.0
41192025-02-28T10:25:28.568Z 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=e343bc63a062eebc -C extra-filename=-14448767bfed8891 --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-804c535fa50f5472.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-95d0dd0de9eedfa9.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-5be7a60b64167706.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-acfc130d7299d5be.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-ff6b9888169ef263.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-1078085c34358c2e.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-88eb04f5cb135d23.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-703f396b35318925.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b85cfe1a68b7b72b.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-96c31fd50bf80e0f.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52c2335562854fea.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-628027f208fb1234.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-d6af597b7607e30c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-90ab371e3e0c347e.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-7356ca2b44df7c8a.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-0253442f8bb429c9.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-66ff9da5894524c6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-162e461e60328c58.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-bc2e091729b35fb2.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-25e007f1ee25bcd6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-f1918052e0ce7f5a.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-43f96a3641fe0894.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41202025-02-28T10:25:28.930Z Compiling async-object-pool v0.1.5
41212025-02-28T10:25:28.933Z 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=b47d4d0884ae8f3c -C extra-filename=-b8cfb174c1d53eb3 --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-a684a216c9a6a7e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41222025-02-28T10:25:29.180Z 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=fa48987a9e5df508 -C extra-filename=-ab7a058d8c628c9d --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-3a638bc4540ce81b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41232025-02-28T10:25:30.191Z Compiling fancy-regex v0.13.0
41242025-02-28T10:25:30.197Z 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=61a1c0c28545419f -C extra-filename=-18187f8916153bf9 --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-873ca6c511be64fd.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`
41252025-02-28T10:25:30.807Z Compiling rstest_macros v0.24.0
41262025-02-28T10:25:30.810Z 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.24.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=0371576b2cbb0481 -C extra-filename=-b114229bfa743eb6 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-b114229bfa743eb6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a047fd3683531f53.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41272025-02-28T10:25:31.252Z Compiling assert-json-diff v2.0.2
41282025-02-28T10:25:31.255Z 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=39ed28e1ef4ae81b -C extra-filename=-7057846163c37d7b --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-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41292025-02-28T10:25:31.408Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41302025-02-28T10:25:31.411Z 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=7f49f869343b4439 -C extra-filename=-01907fd4d8cf1665 --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41312025-02-28T10:25:31.859Z Compiling serde_regex v1.1.0
41322025-02-28T10:25:31.862Z 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=7d29932d9191845d -C extra-filename=-14b989ac7eb41b51 --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41332025-02-28T10:25:31.892Z Compiling path-tree v0.8.1
41342025-02-28T10:25:31.895Z 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=88cbcb7245117d54 -C extra-filename=-9277058463fde68d --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-e5bb232e735f783e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41352025-02-28T10:25:32.063Z Compiling stringmetrics v2.2.2
41362025-02-28T10:25:32.065Z 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`
41372025-02-28T10:25:32.169Z Compiling sync-ptr v0.1.1
41382025-02-28T10:25:32.172Z 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`
41392025-02-28T10:25:32.365Z Compiling internet-checksum v0.2.1
41402025-02-28T10:25:32.367Z 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`
41412025-02-28T10:25:32.416Z Compiling target-triple v0.1.3
41422025-02-28T10:25:32.419Z 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`
41432025-02-28T10:25:32.467Z Compiling httpmock v0.8.0-alpha.1
41442025-02-28T10:25:32.469Z 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=81f6aff8be2a224f -C extra-filename=-a53fd24e9cafd27f --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-7057846163c37d7b.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-b8cfb174c1d53eb3.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-a684a216c9a6a7e6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.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-bea6d8f0b8319994.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ae48be8ae41eb0a8.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-9277058463fde68d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-14b989ac7eb41b51.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-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41452025-02-28T10:25:32.586Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-b114229bfa743eb6/build-script-build`
41462025-02-28T10:25:32.718Z Compiling datatest-stable v0.2.9
41472025-02-28T10:25:32.721Z 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=4a2bb2d596e3dd3c -C extra-filename=-a93de41b79132583 --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-adcdc6bfd3808e20.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-18187f8916153bf9.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-0be21bf2d1f6a827.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`
41482025-02-28T10:25:32.985Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-570c10dfe4911b41/build-script-build`
41492025-02-28T10:25:33.025Z Compiling proc-macro-crate v3.2.0
41502025-02-28T10:25:33.028Z 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=3419388fc51f1b5c -C extra-filename=-03988253647f9020 --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-597b3c4b298e6693.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41512025-02-28T10:25:33.337Z Compiling relative-path v1.9.3
41522025-02-28T10:25:33.341Z 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`
41532025-02-28T10:25:33.951Z 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"))'`
41542025-02-28T10:25:34.095Z Compiling multimap v0.10.0
41552025-02-28T10:25:34.099Z 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=4a7265abd61afa65 -C extra-filename=-0ce057662b19811a --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-5439297beec40e26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41562025-02-28T10:25:34.231Z 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.24.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=fbee690b06254d4c -C extra-filename=-7a262f012ef8b117 --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-03988253647f9020.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.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-6ca4b90b96f9d0fc.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`
41572025-02-28T10:25:34.453Z Compiling uzers v0.12.1
41582025-02-28T10:25:34.455Z 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=a0c313236b547675 -C extra-filename=-57e8641725d33b70 --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-41b4d43f76d21dca.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`
41592025-02-28T10:25:35.443Z Compiling trybuild v1.0.103
41602025-02-28T10:25:35.446Z 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.103/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=45b2d9c2c50b7f5d -C extra-filename=-158fe940e6ad0674 --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-5439297beec40e26.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e3fd301d42d9587b.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-ee4bacd27dffec12.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41612025-02-28T10:25:35.531Z Compiling partial-io v0.5.4
41622025-02-28T10:25:35.534Z 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=3b76fb90fd18fc4f -C extra-filename=-e8ab78fae7d9916e --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-6eab0af28e65d10c.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-5f23835bd85c8c0b.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41632025-02-28T10:25:35.983Z Compiling blake2b_simd v1.0.2
41642025-02-28T10:25:36.007Z 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`
41652025-02-28T10:25:41.493Z Compiling httptest v0.16.3
41662025-02-28T10:25:41.496Z 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=81bca7219866e8bd -C extra-filename=-0bcdc28301a6b84e --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-770e947861f81604.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-6eab0af28e65d10c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ae48be8ae41eb0a8.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-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41672025-02-28T10:25:41.575Z Compiling rustls-native-certs v0.7.3
41682025-02-28T10:25:41.616Z 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`
41692025-02-28T10:25:42.060Z Compiling rand_distr v0.4.3
41702025-02-28T10:25:42.063Z 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=aa755879c9ff09f9 -C extra-filename=-c00fa509b30f8352 --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-9ff3b1babf0a8e05.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41712025-02-28T10:25:42.943Z Compiling approx v0.5.1
41722025-02-28T10:25:42.945Z 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`
41732025-02-28T10:25:42.974Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-971b0d375c0efa06/build-script-build`
41742025-02-28T10:25:43.007Z 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.26.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=2ddf633f7b8e8338 -C extra-filename=-79af43a6d39a7c9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --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-0bf493aa4fd89b0f/out/build/artifacts -l static=aws_lc_0_26_0_crypto -l static=aws_lc_0_26_0_rust_wrapper --cfg use_bindgen_generated`
41752025-02-28T10:25:43.203Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-3efb7a8133c72be9/build-script-build`
41762025-02-28T10:25:43.251Z Compiling rust-argon2 v2.1.0
41772025-02-28T10:25:43.254Z 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`
41782025-02-28T10:25:43.352Z Compiling rstest v0.24.0
41792025-02-28T10:25:43.355Z 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.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="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=8622207bcbcced37 -C extra-filename=-2e63b730026ac88b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-1c9e203241d7a36c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bea6d8f0b8319994.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-7a262f012ef8b117.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41802025-02-28T10:25:43.615Z Compiling cargo_toml v0.21.0
41812025-02-28T10:25:43.618Z 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.21.0/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=85cc837c8cba7b09 -C extra-filename=-d8a5f87c4d5f0e69 --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-5439297beec40e26.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41822025-02-28T10:25:44.847Z Compiling termios v0.3.3
41832025-02-28T10:25:44.851Z 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=c5dc16838a699847 -C extra-filename=-d1acaa504fd3d2ed --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-41b4d43f76d21dca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41842025-02-28T10:25:45.153Z 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=ee9f0b233facb5a7 -C extra-filename=-835db67b1c9ecc95 --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-3a921cd77af55d5a.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0fe029a8f0a9b2fc.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41852025-02-28T10:25:45.485Z 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.12.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="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=1b75d30c2696b227 -C extra-filename=-835cb8333af55726 --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-79af43a6d39a7c9d.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-ef70c5a98b979289.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-0bf493aa4fd89b0f/out/build/artifacts --check-cfg 'cfg(disable_slow_tests)'`
41862025-02-28T10:25:48.618Z Compiling rustls-webpki v0.102.8
41872025-02-28T10:25:48.621Z 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=01836de43783ed5c -C extra-filename=-a510cdacaeb70854 --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-835cb8333af55726.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out`
41882025-02-28T10:25:49.146Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
41892025-02-28T10:25:49.151Z 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=0fca2071b85bddd8 -C extra-filename=-27b4524a310e1a6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-96c5e23cbc684b91.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-d8a5f87c4d5f0e69.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6cc52bbf45b89078.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41902025-02-28T10:25:49.507Z 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=2e594be98a6c39c4 -C extra-filename=-814754a455ee626e --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-41b4d43f76d21dca.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-348b418b47859ab5.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-ba7021cfa9b61307/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
41912025-02-28T10:25:50.104Z 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=f06a6325a7cf9866 -C extra-filename=-5648ed5d4bf3f9d4 --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-835cb8333af55726.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-4a68b3eecd5d51e7.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-a510cdacaeb70854.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
41922025-02-28T10:25:50.504Z 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=6b79fd15a904a3eb -C extra-filename=-12dd87c6a53a41f6 --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-4a68b3eecd5d51e7.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-a510cdacaeb70854.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts`
41932025-02-28T10:25:51.603Z Compiling git2 v0.19.0
41942025-02-28T10:25:51.605Z 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=038e162dd87d5889 -C extra-filename=-3a4af5d6ce33244f --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-5be7a60b64167706.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-814754a455ee626e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.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-ba7021cfa9b61307/out/build -L native=/usr/lib/amd64`
41952025-02-28T10:25:54.674Z Compiling samael v0.0.18
41962025-02-28T10:25:54.677Z 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.18/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=20ba6b80f611026c -C extra-filename=-ae188386a6d186c6 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-ae188386a6d186c6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-1cad6f1d94bb0918.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`
41972025-02-28T10:25:57.075Z Compiling tokio-rustls v0.26.0
41982025-02-28T10:25:57.078Z 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=65032920c64cb6d3 -C extra-filename=-204368fc1dd4a857 --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-5648ed5d4bf3f9d4.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out`
41992025-02-28T10:25:57.600Z Compiling hyper-rustls v0.27.3
42002025-02-28T10:25:57.603Z 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=b7458a2b581a1046 -C extra-filename=-f679619d245e4937 --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-bea6d8f0b8319994.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ae48be8ae41eb0a8.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5648ed5d4bf3f9d4.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-204368fc1dd4a857.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out`
42012025-02-28T10:25:58.240Z Compiling reqwest v0.12.12
42022025-02-28T10:25:58.244Z 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=b9dfb5a668ba1bb5 -C extra-filename=-ed6fa7f5b5b4aa10 --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-770e947861f81604.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-9c1d64915a9307de.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-d44c549fab7c04af.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-bea6d8f0b8319994.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-fb7bc0cf3b444820.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-782b2c9ed882649b.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f679619d245e4937.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-1faa45c58c5650ad.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ae48be8ae41eb0a8.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-80af3296f3b32313.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-22fa3744729673fd.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-5648ed5d4bf3f9d4.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-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-c8cdca1dd6ff079a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-ea71c8fd74a63323.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-204368fc1dd4a857.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-74a4a16cf0e81e66.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-fb76a7a0ea1865e1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
42032025-02-28T10:25:59.026Z Compiling tokio-rustls v0.25.0
42042025-02-28T10:25:59.029Z 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=559eff30311fa1df -C extra-filename=-0c6815cdc5574c00 --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-12dd87c6a53a41f6.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-194970f43a43e576.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts`
42052025-02-28T10:25:59.548Z 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=0f28dbd1cd7823d2 -C extra-filename=-da88c3456a4c0e5c --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-eb5f2fe76bdb2026.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.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-536c1bae1f7027b1.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-22f142bfb74a30f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-5dc769abc3499bb1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ae48be8ae41eb0a8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-1644b34ad20cd005.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.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-12dd87c6a53a41f6.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-05a475995c9906c0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-528ab214ccaef955.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-25e007f1ee25bcd6.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-2d32de2149167216.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-d66e27d9b0e30936.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0c6815cdc5574c00.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts`
42062025-02-28T10:26:00.276Z 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.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 '--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=12bbbeb89ababeec -C extra-filename=-52f8d8fc4420eba6 --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-eb5f2fe76bdb2026.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.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-2f4fc5024b2e6495.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-22f142bfb74a30f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-5dc769abc3499bb1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ae48be8ae41eb0a8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-1644b34ad20cd005.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.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-12dd87c6a53a41f6.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-05a475995c9906c0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-528ab214ccaef955.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-25e007f1ee25bcd6.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-2d32de2149167216.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-d66e27d9b0e30936.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3f31cdd82b47710.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0c6815cdc5574c00.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts`
42072025-02-28T10:26:03.219Z Compiling progenitor-client v0.9.1
42082025-02-28T10:26:03.222Z 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=1c10ff441f928a48 -C extra-filename=-63cb8a31f4e10802 --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-770e947861f81604.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-ed6fa7f5b5b4aa10.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
42092025-02-28T10:26:03.815Z Compiling progenitor-client v0.8.0
42102025-02-28T10:26:03.853Z 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=d6419f12c5a8d746 -C extra-filename=-5fc167f68b661529 --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-770e947861f81604.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-ed6fa7f5b5b4aa10.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
42112025-02-28T10:26:03.972Z Compiling progenitor v0.9.1
42122025-02-28T10:26:03.975Z 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=004848607648af40 -C extra-filename=-eb13dab07e8033a8 --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-63cb8a31f4e10802.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-6bfee5ffe01b002a.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-95218b1bca14d1f8.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
42132025-02-28T10:26:03.997Z Compiling omicron-zone-package v0.12.0
42142025-02-28T10:26:04.000Z 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=e154de7cde87d679 -C extra-filename=-54934951dd7c0422 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-4b54bf9df690813f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-025fa0661c013306.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bea6d8f0b8319994.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e3fd301d42d9587b.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0dc97e1552252cfa.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-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
42152025-02-28T10:26:04.229Z Compiling progenitor v0.8.0
42162025-02-28T10:26:04.232Z 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=dfbac0ec4ead0ca7 -C extra-filename=-bfbb4dca0c044c6d --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-5fc167f68b661529.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-5b4cab59d204abe0.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-61ac2ad40dd88d9a.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
42172025-02-28T10:26:04.295Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
42182025-02-28T10:26:04.336Z 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=35dd6e6901a1691c -C extra-filename=-6cca56b3715bf46e --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-be3fd398a6d21510.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-f1af5733571dfdce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-63cb8a31f4e10802.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5d3a34f48e79fb6a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ad5581b8d62e01f9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
42192025-02-28T10:26:04.460Z Compiling qorb v0.2.1
42202025-02-28T10:26:04.463Z 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=825fe18019c67711 -C extra-filename=-c8993d753b599e9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.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-4d015bf94185e318.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da88c3456a4c0e5c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d911eb2b3136df14.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6de9411779ff2095.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts`
42212025-02-28T10:26:04.494Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
42222025-02-28T10:26:04.522Z 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=c3f9808693fe3763 -C extra-filename=-ac25e8b3e7842f36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bfbb4dca0c044c6d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
42232025-02-28T10:26:06.464Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
42242025-02-28T10:26:06.467Z 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=b7835800ede1b855 -C extra-filename=-42673bd486b4d74d --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-be3fd398a6d21510.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a7af361641f5e6e7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bfbb4dca0c044c6d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ad5581b8d62e01f9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
42252025-02-28T10:26:07.867Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
42262025-02-28T10:26:07.870Z 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=9e933b11e6c9f8bf -C extra-filename=-5dcfe535ed55fc0d --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-bfb5e4b7d95a59b8.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bfbb4dca0c044c6d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
42272025-02-28T10:26:08.078Z Compiling polar-core v0.27.3
42282025-02-28T10:26:08.081Z 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=a259d56fe3eac229 -C extra-filename=-65eba2d1846d3216 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-65eba2d1846d3216 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-7867485fbb696b5a.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e3fd301d42d9587b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42292025-02-28T10:26:09.282Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
42302025-02-28T10:26:09.285Z 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/81a3528/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=2a092d18717b3734 -C extra-filename=-8237451b3178f44a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.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-eb13dab07e8033a8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
42312025-02-28T10:26:09.386Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-ae188386a6d186c6/build-script-bindings`
42322025-02-28T10:26:09.762Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
42332025-02-28T10:26:09.793Z 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=431e9924121e90a4 -C extra-filename=-c3bc50c22261fc04 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-c3bc50c22261fc04 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-54934951dd7c0422.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-b569e05f12026621.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-4fd8bbd7091ddb0d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
42342025-02-28T10:26:09.829Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
42352025-02-28T10:26:09.829Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-65eba2d1846d3216/build-script-build`
42362025-02-28T10:26:09.848Z 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/2652487/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=774bac9eaa6d16d4 -C extra-filename=-8e7f02cb9d65c319 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-45e7b4f8db5daf4a.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a7af361641f5e6e7.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da88c3456a4c0e5c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-599a230c04b989db.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-2d32de2149167216.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ad5581b8d62e01f9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64`
42372025-02-28T10:26:10.061Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
42382025-02-28T10:26:10.090Z 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=dc08e62be21c2946 -C extra-filename=-b40df0922024f5ce --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-b40df0922024f5ce -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-86a99f4ac28d3b8b.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-009794bcd0adcca4.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-835cb8333af55726.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-873ca6c511be64fd.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-2782f95855fe4ce2.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-17fa9da22ed739fc.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-5be7a60b64167706.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-770e947861f81604.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-26b01f0b27175bd6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-bd1f439b39fa4670.rlib --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-8fffd399382af63b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-7315b290250f53df.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a9acdc605ab40d5a.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-9c1d64915a9307de.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-2aee92d249887bfd.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-deda26ef8f06357a.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-88eb04f5cb135d23.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b85cfe1a68b7b72b.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1891135b6673283d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da88c3456a4c0e5c.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ddea1a7155bf510f.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2a51f4ad038a9542.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-96c31fd50bf80e0f.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-e4037fba4f9cf438.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.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-bea6d8f0b8319994.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52c2335562854fea.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-18f0880b436c32e6.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd074e5e26c6f3e8.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-e4ca59aa4e322fed.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-27c977240796c3a1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-485c21659db2993a.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-628027f208fb1234.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f679619d245e4937.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ae48be8ae41eb0a8.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-117158ec426251f8.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8b814007e844dca0.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a380b12963bfcb13.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ebcb45da670315dc.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-41b4d43f76d21dca.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-ac7c53bc75619921.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0fe029a8f0a9b2fc.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-370cddedf3f05fbc.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-b812d348885ff20e.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-df7c36869dc1a4de.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-b60e4a9f99bbc8bd.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-3a2a892c15350ff9.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-8001500374b68b56.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c8993d753b599e9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.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-ed6fa7f5b5b4aa10.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-2f98f4cffcfa4c69.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6a985354087de3ce.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5648ed5d4bf3f9d4.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-a510cdacaeb70854.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-05a475995c9906c0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-25e007f1ee25bcd6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.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-e5bb232e735f783e.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ce1398b91b784a2b.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-ff89f6f9e9e5286b.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-c9b38d9348343e5a.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-87cb7e65f90be4f1.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-204368fc1dd4a857.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0dc97e1552252cfa.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-606460f6dae0218f.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b908c8d262047c47.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-597b3c4b298e6693.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6de9411779ff2095.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-40b7ef4a12bb2f94.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3732f8bb1c37ac82.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-26ef574f41c04d1c.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ac579f0269c799a.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8fb1f68b59dc2571.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-01e4a0be8cd7addb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42392025-02-28T10:26:10.462Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-b40df0922024f5ce/build-script-build`
42402025-02-28T10:26:10.509Z 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=9ee7adb09a89292e -C extra-filename=-59aa93c5153a9b3f --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-86a99f4ac28d3b8b.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-009794bcd0adcca4.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-835cb8333af55726.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-873ca6c511be64fd.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-2782f95855fe4ce2.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-17fa9da22ed739fc.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-5be7a60b64167706.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-770e947861f81604.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-bd1f439b39fa4670.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-7315b290250f53df.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a9acdc605ab40d5a.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-9c1d64915a9307de.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-2aee92d249887bfd.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-deda26ef8f06357a.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-88eb04f5cb135d23.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b85cfe1a68b7b72b.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1891135b6673283d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da88c3456a4c0e5c.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ddea1a7155bf510f.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2a51f4ad038a9542.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-96c31fd50bf80e0f.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-e4037fba4f9cf438.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.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-bea6d8f0b8319994.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52c2335562854fea.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-18f0880b436c32e6.rmeta --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd074e5e26c6f3e8.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-e4ca59aa4e322fed.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-27c977240796c3a1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-485c21659db2993a.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-628027f208fb1234.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f679619d245e4937.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ae48be8ae41eb0a8.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-117158ec426251f8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8b814007e844dca0.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a380b12963bfcb13.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ebcb45da670315dc.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-41b4d43f76d21dca.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-ac7c53bc75619921.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0fe029a8f0a9b2fc.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-370cddedf3f05fbc.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-b812d348885ff20e.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-df7c36869dc1a4de.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-b60e4a9f99bbc8bd.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-3a2a892c15350ff9.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-8001500374b68b56.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c8993d753b599e9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.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-ed6fa7f5b5b4aa10.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-2f98f4cffcfa4c69.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6a985354087de3ce.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5648ed5d4bf3f9d4.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-a510cdacaeb70854.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-05a475995c9906c0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-25e007f1ee25bcd6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.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-e5bb232e735f783e.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ce1398b91b784a2b.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-ff89f6f9e9e5286b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-204368fc1dd4a857.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0dc97e1552252cfa.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-606460f6dae0218f.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b908c8d262047c47.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-597b3c4b298e6693.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6de9411779ff2095.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3732f8bb1c37ac82.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-26ef574f41c04d1c.rmeta --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ac579f0269c799a.rmeta --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8fb1f68b59dc2571.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-01e4a0be8cd7addb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42412025-02-28T10:26:10.657Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
42422025-02-28T10:26:10.660Z 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=8ac7e923703a5f45 -C extra-filename=-65b1f784de0a652e --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-59aa93c5153a9b3f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42432025-02-28T10:26:10.870Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42442025-02-28T10:26:10.911Z 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=5c13003ebae3f9c5 -C extra-filename=-14bb0920b900fca0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-e96591396af76f84.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42452025-02-28T10:26:11.334Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42462025-02-28T10:26:11.338Z 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=2d7c679d3bda8238 -C extra-filename=-eaf1b9e406fc6b1c --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-59aa93c5153a9b3f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42472025-02-28T10:26:11.610Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42482025-02-28T10:26:11.613Z 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=2c1b9a839ce0e4fe -C extra-filename=-f38cc393de0d076c --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-1bd1f0f3b8cf4c85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42492025-02-28T10:26:11.639Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42502025-02-28T10:26:11.642Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
42512025-02-28T10:26:11.642Z 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=56b2df3dbc969ce9 -C extra-filename=-56fb0be760b59ca5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-65b1f784de0a652e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5f179acf52286a8f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3a921cd77af55d5a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ac25e8b3e7842f36.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-63cb8a31f4e10802.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-747fe3d407fe8ec6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-9ae585b96467e022.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.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-67668311946ae631.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42522025-02-28T10:26:11.661Z 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=4c7c3a8867b9068f -C extra-filename=-0f4a88a950d05d62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.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-4d015bf94185e318.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-0fcfc9f35af02a7c.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-59aa93c5153a9b3f.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c5095a4b610984fe.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.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-41957612a418d3ce.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42532025-02-28T10:26:11.746Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
42542025-02-28T10:26:11.773Z 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=4e764aacaad4a248 -C extra-filename=-80450e91f7c5bcd3 --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-bb251cc16f867c81.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42552025-02-28T10:26:11.917Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
42562025-02-28T10:26:11.920Z 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=5d516e6e5e48c045 -C extra-filename=-fa86169c581f0b6d --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-632de12364c4c503.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-c51beed7bfac70ec.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-e8d16ed10ac12970.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-42673bd486b4d74d.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-cb4734ec8a6a7a25.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-cef9853a0727727e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-e03d120aaebd5f94.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-104045e350ceb84d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ad5581b8d62e01f9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0dc97e1552252cfa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-8558cd4121d616a4.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-1e925c1f40240c7c.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42572025-02-28T10:26:12.123Z 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=ff8f7716f9b91d37 -C extra-filename=-c8278cf77a7f2cd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-65b1f784de0a652e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5f179acf52286a8f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3a921cd77af55d5a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ac25e8b3e7842f36.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-63cb8a31f4e10802.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-747fe3d407fe8ec6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-9ae585b96467e022.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.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-67668311946ae631.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42582025-02-28T10:26:13.052Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
42592025-02-28T10:26:13.055Z 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=9ccfa2eb583540ac -C extra-filename=-5274d884fd8abb7b --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-59aa93c5153a9b3f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42602025-02-28T10:26:14.338Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42612025-02-28T10:26:14.341Z 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=998a0efb0f706d67 -C extra-filename=-1797010253c30920 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-1797010253c30920 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-eaf1b9e406fc6b1c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42622025-02-28T10:26:14.780Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-1797010253c30920/build-script-build`
42632025-02-28T10:26:14.826Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
42642025-02-28T10:26:14.829Z 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=923acff2d1694f09 -C extra-filename=-bb4a7f000f951b94 --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-59aa93c5153a9b3f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42652025-02-28T10:26:15.250Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
42662025-02-28T10:26:15.253Z 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=f2b317fa74c6bc64 -C extra-filename=-21b62d0b4661d764 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42672025-02-28T10:26:15.443Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42682025-02-28T10:26:15.446Z 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=aa5080092e3fa87a -C extra-filename=-414b8538ec4fa1ec --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-59aa93c5153a9b3f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42692025-02-28T10:26:15.725Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42702025-02-28T10:26:15.728Z 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=4ca71354b35b3de7 -C extra-filename=-3eaa49737fed1061 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-3eaa49737fed1061 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-eaf1b9e406fc6b1c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42712025-02-28T10:26:15.762Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
42722025-02-28T10:26:15.765Z 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=0433404a340c7448 -C extra-filename=-6086f1badaa0e340 --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-32ea6b73e4d19688.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42732025-02-28T10:26:16.136Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-3eaa49737fed1061/build-script-build`
42742025-02-28T10:26:16.180Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42752025-02-28T10:26:16.183Z 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=ab6034bc76c48576 -C extra-filename=-de8d32ebe9b497b8 --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-414b8538ec4fa1ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cd644139eea184df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42762025-02-28T10:26:16.746Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42772025-02-28T10:26:16.786Z 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=9ba678bc1bd2ce68 -C extra-filename=-516a9f364384e1f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-516a9f364384e1f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-eaf1b9e406fc6b1c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42782025-02-28T10:26:17.469Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-516a9f364384e1f8/build-script-build`
42792025-02-28T10:26:17.481Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42802025-02-28T10:26:17.482Z 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=63a2b41eb97eafa8 -C extra-filename=-71d76c349fa953c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-71d76c349fa953c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-eaf1b9e406fc6b1c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42812025-02-28T10:26:17.482Z 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=66c890450043e2dc -C extra-filename=-2fe51628d92d9b8a --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-5439297beec40e26.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-3cff2d5f6150fa30.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42822025-02-28T10:26:17.623Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
42832025-02-28T10:26:17.626Z 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=fde221708c7f0e7a -C extra-filename=-eb2f46c6cfae4514 --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-770e947861f81604.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42842025-02-28T10:26:18.084Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-71d76c349fa953c9/build-script-build`
42852025-02-28T10:26:18.126Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42862025-02-28T10:26:18.129Z 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=730ef5ad7e6a2e3d -C extra-filename=-e9cfb8b165f4a11b --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-414b8538ec4fa1ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cd644139eea184df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42872025-02-28T10:26:18.234Z 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.18/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=85be0b446d60ac28 -C extra-filename=-a3251722a09dadb6 --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-bb251cc16f867c81.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-91508e08a1292ca3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-18ebbde8e24fab88.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-7fb2d77fb76817ca.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.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-f9897b555aa70ed5.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-e850916f799c956c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e3f31cdd82b47710.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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`
42882025-02-28T10:26:19.578Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
42892025-02-28T10:26:19.581Z 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=de4c742a339632c3 -C extra-filename=-31168597d3e1e585 --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-59aa93c5153a9b3f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42902025-02-28T10:26:19.859Z 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/6d31fa6/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=2e7bbc378217f261 -C extra-filename=-11191a012f089080 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-9057fda9706afe58.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-39d44e04a00d4939.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2a51f4ad038a9542.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-fbfff0676174d7d8.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-80d877675d043747.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5648ed5d4bf3f9d4.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ffb9404a7105a0dd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.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-96c0ab0f17813e78.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-204368fc1dd4a857.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-26ef574f41c04d1c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out`
42912025-02-28T10:26:20.326Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42922025-02-28T10:26:20.328Z 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=e310fda9e9475220 -C extra-filename=-6dc0e9512aaf1a28 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-6dc0e9512aaf1a28 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-eaf1b9e406fc6b1c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42932025-02-28T10:26:20.740Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-6dc0e9512aaf1a28/build-script-build`
42942025-02-28T10:26:20.783Z Compiling tough v0.19.0
42952025-02-28T10:26:20.811Z 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=14ad637aa6a4bc16 -C extra-filename=-2ac062631db207ad --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-951a2d7aaa2c77e0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-835cb8333af55726.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-324174bc038fa7c5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.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-9c4b4f68e441bbb7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-28ea5c7e2900b1de.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-5672b9070f89d051.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-71e05fb9e91a7f76.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5648ed5d4bf3f9d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-af1d18c17243a554.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-02a9fcdd8f7a919a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.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-1dac4716b55b72de.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
42962025-02-28T10:26:21.842Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
42972025-02-28T10:26:21.845Z 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=60b2fc5c91fe6d7b -C extra-filename=-411731652219e1cc --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-0fe029a8f0a9b2fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-716f8de4628ec366.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42982025-02-28T10:26:22.103Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42992025-02-28T10:26:22.103Z 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=012f6c1c0487e316 -C extra-filename=-89145e133b0c36c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-89145e133b0c36c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-eaf1b9e406fc6b1c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43002025-02-28T10:26:22.518Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-c3bc50c22261fc04/build-script-build`
43012025-02-28T10:26:22.521Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-89145e133b0c36c1/build-script-build`
43022025-02-28T10:26:22.579Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43032025-02-28T10:26:22.603Z 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=312a948a336247c7 -C extra-filename=-f578499be5242228 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-f578499be5242228 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-eaf1b9e406fc6b1c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43042025-02-28T10:26:22.984Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43052025-02-28T10:26:22.988Z 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=6748120477ca236b -C extra-filename=-cf9efeb7db2e09c4 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-cf9efeb7db2e09c4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-eaf1b9e406fc6b1c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43062025-02-28T10:26:23.371Z 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=58b1c42b97132b9a -C extra-filename=-f847f8ade1e79fa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-16356bf0ea08fffe.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-3a4af5d6ce33244f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a047fd3683531f53.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.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-ba7021cfa9b61307/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)'`
43072025-02-28T10:26:24.478Z 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=702c1903b6a7e3bc -C extra-filename=-91af1eb0a2a1eb90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-a430c26f0a3fd115.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.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-e13dfae4959ee8af.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-6fcb380dd91b4896.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2a85b02ef7a09709.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-6985c6b2a7d6e587.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-14bb0920b900fca0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-67668311946ae631.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-e83632967c5c0152.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7b5ed50b0d9e53b0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib --check-cfg 'cfg(svcadm_autoclear)'`
43082025-02-28T10:26:24.991Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43092025-02-28T10:26:24.994Z 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=ba57095e86bf7774 -C extra-filename=-f8676cde266e878b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43102025-02-28T10:26:27.765Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43112025-02-28T10:26:27.775Z 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=e3a88bf6938f6a1e -C extra-filename=-f26aaa3a3972aab3 --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-770e947861f81604.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.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-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43122025-02-28T10:26:28.450Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43132025-02-28T10:26:28.453Z 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=ad00183e44befdc6 -C extra-filename=-77040dc890e69fae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d70545452c463538.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3a921cd77af55d5a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43142025-02-28T10:26:30.234Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43152025-02-28T10:26:30.237Z 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=039c07cfcbbe17cf -C extra-filename=-bb69a61cfc2af341 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43162025-02-28T10:26:31.739Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43172025-02-28T10:26:31.754Z 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=04c4b076328e03da -C extra-filename=-c6b776bc95bb41dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d70545452c463538.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-025fa0661c013306.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-fa86169c581f0b6d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-5672b9070f89d051.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-12dd87c6a53a41f6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/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-7ed663b343a5fc8e/out/lib`
43182025-02-28T10:26:31.766Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43192025-02-28T10:26:31.769Z 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=b4bab31d7dc38023 -C extra-filename=-07d181e814b442df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ceb30c5cce5766cc.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-59aa93c5153a9b3f.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f26aaa3a3972aab3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43202025-02-28T10:26:32.192Z 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=cdad3b02f3a295d9 -C extra-filename=-f491a647e5629386 --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-770e947861f81604.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.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-c8278cf77a7f2cd1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43212025-02-28T10:26:32.889Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43222025-02-28T10:26:32.897Z 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=e7fde974e818761c -C extra-filename=-bfdb3645712fa4c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.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-59aa93c5153a9b3f.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f26aaa3a3972aab3.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a9ea3aaf9229e0ec.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43232025-02-28T10:26:33.049Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
43242025-02-28T10:26:33.052Z 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=d47fa9a9f30761f6 -C extra-filename=-c592f13b396785ec --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-6eab0af28e65d10c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c8993d753b599e9f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43252025-02-28T10:26:34.519Z 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=e7584dd2de3d5abd -C extra-filename=-cdaa7600a908d70f --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-bb251cc16f867c81.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-63cb8a31f4e10802.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-747fe3d407fe8ec6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43262025-02-28T10:26:34.686Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
43272025-02-28T10:26:34.689Z 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=f111156ac5e88dd8 -C extra-filename=-556e89943ba43b93 --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-bb251cc16f867c81.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-21b62d0b4661d764.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43282025-02-28T10:26:34.835Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
43292025-02-28T10:26:34.838Z 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=21de86b55c0f5a38 -C extra-filename=-633f70a964cefbdb --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-bb251cc16f867c81.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43302025-02-28T10:26:35.770Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
43312025-02-28T10:26:35.773Z 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=5ccfb45854ce0ddf -C extra-filename=-27d5b530cf7532e2 --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-30bce58723a03373.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-fbfff0676174d7d8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43322025-02-28T10:26:35.949Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43332025-02-28T10:26:35.952Z 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=de7d2054ebafff5a -C extra-filename=-ba20c107638714b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-556e89943ba43b93.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-633f70a964cefbdb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-ff2b5baded1feee5.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-485c21659db2993a.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-188bc2609c779b47.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.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-e03d120aaebd5f94.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43342025-02-28T10:26:36.095Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43352025-02-28T10:26:36.098Z 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=41c2f845a661d4d0 -C extra-filename=-221c90c5a1bdc53c --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-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-f9897b555aa70ed5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43362025-02-28T10:26:36.235Z 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=8251bd7de4bcf52e -C extra-filename=-272ea2291f569a0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.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-59aa93c5153a9b3f.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f491a647e5629386.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a9ea3aaf9229e0ec.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43372025-02-28T10:26:36.899Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
43382025-02-28T10:26:36.902Z 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=c6362b0527860e06 -C extra-filename=-dc5142b520326a8b --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-91af1eb0a2a1eb90.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43392025-02-28T10:26:36.934Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43402025-02-28T10:26:36.960Z 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=83383361d57db25c -C extra-filename=-d9613a24610ea6a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43412025-02-28T10:26:38.024Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
43422025-02-28T10:26:38.026Z 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=3a45f90b1230ef90 -C extra-filename=-d0bebc077a0a8234 --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-3a921cd77af55d5a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43432025-02-28T10:26:38.826Z 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=bb95789776c453c5 -C extra-filename=-3d7b764dcca89ef7 --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-770e947861f81604.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-79fcf541c4ffe859.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-30bce58723a03373.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd67cff3c9d3bc1c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ffb9404a7105a0dd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ca2fc3f80223f070.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
43442025-02-28T10:26:39.213Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43452025-02-28T10:26:39.216Z 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=434a5bdc4a732f5a -C extra-filename=-172d299e513590f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f488ce40ad94174d.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-b32c8b34956e1f96.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-a0ebecce2313924d.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-bb852f62f414024a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.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-67668311946ae631.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-10eb919d469ae582.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out`
43462025-02-28T10:26:39.609Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
43472025-02-28T10:26:39.612Z 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=5cc72f00efe85ac7 -C extra-filename=-f52680d061aae6dc --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-59aa93c5153a9b3f.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-272ea2291f569a0d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f491a647e5629386.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43482025-02-28T10:26:40.591Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43492025-02-28T10:26:40.595Z 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=c386e0069cd653dc -C extra-filename=-2dba045a49f46647 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-65b1f784de0a652e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-9c1d64915a9307de.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3a921cd77af55d5a.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4d015bf94185e318.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0fe029a8f0a9b2fc.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-d0bebc077a0a8234.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07d181e814b442df.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.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-67668311946ae631.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4eed554f603e2754.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43502025-02-28T10:26:40.617Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
43512025-02-28T10:26:40.620Z 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=134461bf4c40da3f -C extra-filename=-4aa79ad5e6d14b37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cca56b3715bf46e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-747fe3d407fe8ec6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43522025-02-28T10:26:42.635Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43532025-02-28T10:26:42.638Z 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=36c632ce16baf2e9 -C extra-filename=-506bcdf1310b8575 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d7b764dcca89ef7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cca56b3715bf46e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-9ae585b96467e022.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
43542025-02-28T10:26:47.084Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
43552025-02-28T10:26:47.086Z 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=14c19b0f2f7ac46e -C extra-filename=-29076cc2566c5298 --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-56fb0be760b59ca5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-747fe3d407fe8ec6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43562025-02-28T10:26:47.432Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
43572025-02-28T10:26:47.437Z 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=5dbfa15ff72a8839 -C extra-filename=-56a757e6780a989d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5274d884fd8abb7b.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-bfdb3645712fa4c9.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-f52680d061aae6dc.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f26aaa3a3972aab3.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a9ea3aaf9229e0ec.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43582025-02-28T10:26:47.897Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
43592025-02-28T10:26:47.900Z 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=c917682cabc429e5 -C extra-filename=-8b13370aa2f26d9e --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-bb251cc16f867c81.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-1d508be92ff95b0c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43602025-02-28T10:26:52.128Z 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=f928cc7533dc9b7d -C extra-filename=-4ad691288f170069 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-951a2d7aaa2c77e0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-f4514fcdf9b14b5e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-2318a3d06924c66e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-088f38a6624f97eb.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e14cfeb526a35913.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.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-52f8d8fc4420eba6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f488ce40ad94174d.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ceb30c5cce5766cc.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-89967448755fe241.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.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-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07d181e814b442df.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-42bfdcc2b95b3c4b.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c8993d753b599e9f.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1adf86097720a220.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-ac82aa5ca345c18f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-a9312dce6fc29b56.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-d58c9346ccaa359d.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e9b1641768f0f0d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3a580e25dfd9460f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43612025-02-28T10:26:52.154Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
43622025-02-28T10:26:52.157Z 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=7727b1be6eef58a3 -C extra-filename=-2677b56dd18acb96 --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-5dcfe535ed55fc0d.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-63cb8a31f4e10802.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43632025-02-28T10:26:53.098Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43642025-02-28T10:26:53.101Z 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=83eba2d62bbc5af9 -C extra-filename=-d04e46c78fa09a36 --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-be3fd398a6d21510.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd67cff3c9d3bc1c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ffb9404a7105a0dd.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43652025-02-28T10:26:53.284Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43662025-02-28T10:26:53.287Z 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=544addedc9a32f14 -C extra-filename=-81e9cab7e940ac2a --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-2e1c6d93f073be21.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-27d5b530cf7532e2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43672025-02-28T10:26:53.584Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43682025-02-28T10:26:53.587Z 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=806ff29c38bd027b -C extra-filename=-de9539cda80c3f21 --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-e99d9ba4d44afd33.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43692025-02-28T10:26:54.024Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43702025-02-28T10:26:54.027Z 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=e431b094dafb5f52 -C extra-filename=-7a21d3d500244c5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.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-70238f53d5e6937c.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d04e46c78fa09a36.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-172d299e513590f1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out`
43712025-02-28T10:26:55.087Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
43722025-02-28T10:26:55.092Z 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=5147564cbd9dab2c -C extra-filename=-2f00b1237c611731 --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-52f8d8fc4420eba6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
43732025-02-28T10:26:56.016Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
43742025-02-28T10:26:56.018Z 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=1ada27e2fd9f4df6 -C extra-filename=-a59a42f36f01c2f1 --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-adcdc6bfd3808e20.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6086f1badaa0e340.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
43752025-02-28T10:26:56.823Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43762025-02-28T10:26:56.826Z 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=d1074cdbd99af011 -C extra-filename=-c327d949d73a704b --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-52f8d8fc4420eba6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43772025-02-28T10:26:57.551Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
43782025-02-28T10:26:57.554Z 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=e46c31640eae94f0 -C extra-filename=-93314e51fec8aaec --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-52f8d8fc4420eba6.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-81e9cab7e940ac2a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/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-7ed663b343a5fc8e/out/lib`
43792025-02-28T10:26:57.872Z Compiling oso v0.27.3
43802025-02-28T10:26:57.877Z 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=5a61f6913fd3f19d -C extra-filename=-044b242d5e775ae6 --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-7b9ed102557d4674.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-0649dd5997e54ad7.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-2fe51628d92d9b8a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6de9411779ff2095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43812025-02-28T10:26:58.417Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43822025-02-28T10:26:58.420Z 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=31b32aa13f42417a -C extra-filename=-ab000affdca7fbb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-81e9cab7e940ac2a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-370cddedf3f05fbc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/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-7ed663b343a5fc8e/out/lib`
43832025-02-28T10:26:59.265Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
43842025-02-28T10:26:59.268Z 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=296d6ca308554c21 -C extra-filename=-79edd81950b776cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-835cb8333af55726.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rmeta --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-bb4a7f000f951b94.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-2830dcd9912b9801.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-528ab214ccaef955.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2ac062631db207ad.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
43852025-02-28T10:27:00.189Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
43862025-02-28T10:27:00.192Z 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=a8a78d819748b6b6 -C extra-filename=-cf388926c9128a71 --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-bb251cc16f867c81.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43872025-02-28T10:27:00.304Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
43882025-02-28T10:27:00.349Z 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=3902bd8c52594a53 -C extra-filename=-4a67e31427aeea4c --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-bb251cc16f867c81.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43892025-02-28T10:27:02.378Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43902025-02-28T10:27:02.380Z 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=13d2d515a59f3074 -C extra-filename=-21d880b87df94c0e --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-bb251cc16f867c81.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-747fe3d407fe8ec6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43912025-02-28T10:27:02.576Z 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=38b052135b662cc2 -C extra-filename=-183f95e51dbc5b2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-de8d32ebe9b497b8.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4d015bf94185e318.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3ec9c580ccbe91a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.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-f8676cde266e878b.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-de9539cda80c3f21.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-221c90c5a1bdc53c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0baafac754988fb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.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-67668311946ae631.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4eed554f603e2754.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
43922025-02-28T10:27:02.601Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
43932025-02-28T10:27:02.604Z 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=90a374bc1fd02cda -C extra-filename=-63e288e334c5349b --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-bb251cc16f867c81.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43942025-02-28T10:27:02.931Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43952025-02-28T10:27:02.934Z 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=cb95e5ef23c76d44 -C extra-filename=-f0791dcf8bd30225 --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-d0bebc077a0a8234.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43962025-02-28T10:27:05.511Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43972025-02-28T10:27:05.513Z 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=51b19c4a2d02fabc -C extra-filename=-4c8e6c116e8b58dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cdaa7600a908d70f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c5095a4b610984fe.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7e22c1f3c48cb38f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43982025-02-28T10:27:06.362Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
43992025-02-28T10:27:06.365Z 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=e8063037573ff7ea -C extra-filename=-366aa14937c942ac --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-bb251cc16f867c81.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44002025-02-28T10:27:06.484Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44012025-02-28T10:27:06.487Z 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=972ef019b1a27721 -C extra-filename=-d19029300bb3f1dc --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-be3fd398a6d21510.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44022025-02-28T10:27:07.139Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44032025-02-28T10:27:07.142Z 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=21c959006022e3a2 -C extra-filename=-af553bdbd2d89d6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.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-52f8d8fc4420eba6.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rmeta --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-bb4a7f000f951b94.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2ac062631db207ad.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-79edd81950b776cd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/ssl-3/lib/amd64`
44042025-02-28T10:27:09.400Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
44052025-02-28T10:27:09.446Z 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=a02dfa55ae28b003 -C extra-filename=-bcf783fac02979cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-366aa14937c942ac.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-63e288e334c5349b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-411731652219e1cc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44062025-02-28T10:27:09.556Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
44072025-02-28T10:27:09.558Z 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=44563d988df23829 -C extra-filename=-da03e504988f642c --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-bb251cc16f867c81.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9613a24610ea6a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-747fe3d407fe8ec6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4c8e6c116e8b58dd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
44082025-02-28T10:27:10.927Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44092025-02-28T10:27:10.930Z 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=e91fe180215c9b9d -C extra-filename=-e3d09d11a3d3c886 --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-52f8d8fc4420eba6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44102025-02-28T10:27:12.800Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44112025-02-28T10:27:12.802Z 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=9216b45636201436 -C extra-filename=-f33da92474d5e5fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3a921cd77af55d5a.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-80450e91f7c5bcd3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-80af3296f3b32313.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bcf783fac02979cd.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f0791dcf8bd30225.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.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-67668311946ae631.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-411731652219e1cc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44122025-02-28T10:27:13.351Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
44132025-02-28T10:27:13.354Z 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=f892e0b5225d7cb5 -C extra-filename=-f81e03e25852f835 --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-bb251cc16f867c81.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44142025-02-28T10:27:14.168Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44152025-02-28T10:27:14.171Z 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=56e5d0a0b1853d35 -C extra-filename=-42b41cc83d443963 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-cf388926c9128a71.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4a67e31427aeea4c.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c8993d753b599e9f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-a9312dce6fc29b56.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44162025-02-28T10:27:14.973Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44172025-02-28T10:27:15.009Z 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=86fc8c69a8e1cbf5 -C extra-filename=-6e76726d28433f73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-21b62d0b4661d764.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f26aaa3a3972aab3.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07d181e814b442df.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44182025-02-28T10:27:18.677Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44192025-02-28T10:27:18.682Z 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=e24e2a0949951fb0 -C extra-filename=-9c94b65e0acc5750 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d7b764dcca89ef7.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2f00b1237c611731.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-29076cc2566c5298.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8237451b3178f44a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.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-ba20c107638714b5.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-633f70a964cefbdb.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cdaa7600a908d70f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9613a24610ea6a9.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d04e46c78fa09a36.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ac25e8b3e7842f36.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rmeta --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-bb4a7f000f951b94.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2677b56dd18acb96.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2a85b02ef7a09709.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b13370aa2f26d9e.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f81e03e25852f835.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cca56b3715bf46e.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8e7f02cb9d65c319.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5d3a34f48e79fb6a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-eb2f46c6cfae4514.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c327d949d73a704b.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-31168597d3e1e585.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-9ae585b96467e022.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-a59a42f36f01c2f1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6086f1badaa0e340.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-172d299e513590f1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7a21d3d500244c5f.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-a9312dce6fc29b56.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-11191a012f089080.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-10eb919d469ae582.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7b5ed50b0d9e53b0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
44202025-02-28T10:27:20.989Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
44212025-02-28T10:27:20.992Z 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=db602266ecdd93e6 -C extra-filename=-391d40b72b0db686 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-93314e51fec8aaec.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d5d345a393fe6030.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-81e9cab7e940ac2a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-27d5b530cf7532e2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b13370aa2f26d9e.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f81e03e25852f835.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-980077daba3b764e.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-316915a690727d7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-5b6b47f8dfda1e9e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/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-7ed663b343a5fc8e/out/lib`
44222025-02-28T10:27:21.777Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
44232025-02-28T10:27:21.780Z 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=d21847efd7a43ab8 -C extra-filename=-6c70e3992a6a2f8f --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-77040dc890e69fae.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44242025-02-28T10:27:23.275Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
44252025-02-28T10:27: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/git/checkouts/crucible-0a48bd218bc2bbbc/81a3528/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=635f897f4928ae5d -C extra-filename=-6432ae3091402e76 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-6432ae3091402e76 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-f847f8ade1e79fa0.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-ba7021cfa9b61307/out/build -L native=/usr/lib/amd64`
44262025-02-28T10:27:23.602Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-cf9efeb7db2e09c4/build-script-build`
44272025-02-28T10:27:23.645Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-f578499be5242228/build-script-build`
44282025-02-28T10:27:23.690Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44292025-02-28T10:27:23.693Z 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=417779798fcda909 -C extra-filename=-b4d0fd7dcaf4dbba --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-b4d0fd7dcaf4dbba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-eaf1b9e406fc6b1c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44302025-02-28T10:27:24.114Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-b4d0fd7dcaf4dbba/build-script-build`
44312025-02-28T10:27:24.153Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44322025-02-28T10:27:24.157Z 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=f384027f35980c95 -C extra-filename=-a5565b6a0c1c4f03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-30bce58723a03373.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c5095a4b610984fe.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0208c59fdc702450.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-8c199ca108d0f11c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-dc5142b520326a8b.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-e03d120aaebd5f94.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97bda6518ce87822.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6cc52bbf45b89078.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-597b3c4b298e6693.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7e22c1f3c48cb38f.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1bc3620fa8516bcf.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-0f4a88a950d05d62.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4c8e6c116e8b58dd.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-da03e504988f642c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
44332025-02-28T10:27:25.419Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-6432ae3091402e76/build-script-build`
44342025-02-28T10:27:26.827Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
44352025-02-28T10:27:26.830Z 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=d83299cd4673788a -C extra-filename=-4236577133eb3a11 --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-bb251cc16f867c81.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44362025-02-28T10:27:27.133Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44372025-02-28T10:27:27.135Z 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=aba407b829eaa6cb -C extra-filename=-cd369d23cd8d1b66 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-cd369d23cd8d1b66 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-eaf1b9e406fc6b1c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44382025-02-28T10:27:27.564Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44392025-02-28T10:27:27.568Z 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=d443fabb2c07e8fc -C extra-filename=-d8aca2d393ee7e31 --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-adcdc6bfd3808e20.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-81e9cab7e940ac2a.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-391d40b72b0db686.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ab000affdca7fbb6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/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-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
44402025-02-28T10:27:27.957Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44412025-02-28T10:27:27.960Z 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=24315aa6678fa943 -C extra-filename=-817a0a6d33753005 --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-bb251cc16f867c81.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44422025-02-28T10:27:29.455Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-cd369d23cd8d1b66/build-script-build`
44432025-02-28T10:27:29.543Z 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/81a3528/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=ebaa326822a9d36c -C extra-filename=-cf16dcc0d5daadb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-45e7b4f8db5daf4a.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-da88c3456a4c0e5c.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-370cddedf3f05fbc.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-cd4ddec80e319a56.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-2d32de2149167216.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-99a90eca578e7b5c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-d82d9c855e3cd528.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts`
44442025-02-28T10:27:30.118Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
44452025-02-28T10:27:30.121Z 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=7f27d1fd73573c90 -C extra-filename=-68fcfa2d6b96c6be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-088f38a6624f97eb.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5274d884fd8abb7b.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f26aaa3a3972aab3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/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-7ed663b343a5fc8e/out/lib`
44462025-02-28T10:27:31.574Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
44472025-02-28T10:27:31.577Z 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=8d2bd4faf278dace -C extra-filename=-8c529edd973a69b6 --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-bb251cc16f867c81.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-c3452b0606815720.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bfbb4dca0c044c6d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
44482025-02-28T10:27:31.983Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
44492025-02-28T10:27:31.986Z 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/81a3528/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=e820f705921fbba2 -C extra-filename=-a34d12382d75a497 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.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-eb13dab07e8033a8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
44502025-02-28T10:27:32.138Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44512025-02-28T10:27:32.140Z 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=f3cb576c65611360 -C extra-filename=-088a7c8864e0a809 --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-29076cc2566c5298.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4c8e6c116e8b58dd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44522025-02-28T10:27:34.653Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
44532025-02-28T10:27:34.656Z 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=69de286a9b23b06b -C extra-filename=-b4a2680ac0e1f69d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a9acdc605ab40d5a.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.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-e03d120aaebd5f94.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-79edd81950b776cd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44542025-02-28T10:27:35.369Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44552025-02-28T10:27:35.372Z 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=b74f825b2c11d21e -C extra-filename=-48b73e8fc826255c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9613a24610ea6a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44562025-02-28T10:27:36.621Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44572025-02-28T10:27:36.623Z 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=c6992e417798e4b3 -C extra-filename=-3c7ff0a941f03bee --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-bb251cc16f867c81.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-def9173e44bdd3ba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44582025-02-28T10:27:36.747Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
44592025-02-28T10:27:36.750Z 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=d9d8c6dca96adf5d -C extra-filename=-5946ee921bccb39f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-6c70e3992a6a2f8f.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-a9312dce6fc29b56.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44602025-02-28T10:27:37.892Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44612025-02-28T10:27:37.897Z 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=d39ba717b16d5b6d -C extra-filename=-6a64e379bc256e05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-63cb8a31f4e10802.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-747fe3d407fe8ec6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44622025-02-28T10:27:37.958Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
44632025-02-28T10:27:37.961Z 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=768638ceee79e00f -C extra-filename=-a7d629669bc17e9e --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-3c7ff0a941f03bee.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44642025-02-28T10:27:39.414Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44652025-02-28T10:27:39.416Z 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=3efdb47f9d2def27 -C extra-filename=-41f30887f52edb28 --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-d9613a24610ea6a9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-747fe3d407fe8ec6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44662025-02-28T10:27:41.405Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
44672025-02-28T10:27:41.408Z 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=4508b6f0843d59a3 -C extra-filename=-a3032431a99bcb1b --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-adcdc6bfd3808e20.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-088f38a6624f97eb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44682025-02-28T10:27:42.045Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
44692025-02-28T10:27:42.047Z 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=1d4e3c65def586ab -C extra-filename=-254dcceda3044261 --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-59aa93c5153a9b3f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44702025-02-28T10:27:43.611Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44712025-02-28T10:27:43.614Z 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=0de28b6a7a4f6d28 -C extra-filename=-2efee2a2ea195fb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.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-6eab0af28e65d10c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-41f30887f52edb28.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9613a24610ea6a9.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-27d5b530cf7532e2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2677b56dd18acb96.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-172d299e513590f1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7a21d3d500244c5f.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-e03d120aaebd5f94.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-79edd81950b776cd.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out`
44722025-02-28T10:27:44.487Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
44732025-02-28T10:27:44.490Z 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=a72205a3574ca82b -C extra-filename=-59378a36e7a17410 --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-41b4d43f76d21dca.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/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-7ed663b343a5fc8e/out/lib`
44742025-02-28T10:27:44.783Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44752025-02-28T10:27:44.786Z 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=cc797f61166d474b -C extra-filename=-37b608b17003b74e --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-37b608b17003b74e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-eaf1b9e406fc6b1c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44762025-02-28T10:27:45.192Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44772025-02-28T10:27:45.195Z 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=961a8374dc9c6d54 -C extra-filename=-08a91dd230401052 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-08a91dd230401052 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-eaf1b9e406fc6b1c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44782025-02-28T10:27:45.218Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
44792025-02-28T10:27:45.221Z 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=4fc65bc874838c28 -C extra-filename=-883b1d1d0c4b927f --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-883b1d1d0c4b927f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-eaf1b9e406fc6b1c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44802025-02-28T10:27:45.624Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
44812025-02-28T10:27:45.627Z 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=8ffebbbf8c76ba50 -C extra-filename=-b912ae4d386eccbd --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-b912ae4d386eccbd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-eaf1b9e406fc6b1c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44822025-02-28T10:27:45.648Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
44832025-02-28T10:27:45.651Z 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=f0cc299f371cc099 -C extra-filename=-342139cbae2a429b --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-342139cbae2a429b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-eaf1b9e406fc6b1c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44842025-02-28T10:27:46.058Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-b912ae4d386eccbd/build-script-build`
44852025-02-28T10:27:46.084Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-342139cbae2a429b/build-script-build`
44862025-02-28T10:27:46.115Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-883b1d1d0c4b927f/build-script-build`
44872025-02-28T10:27:46.166Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-08a91dd230401052/build-script-build`
44882025-02-28T10:27:46.180Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-37b608b17003b74e/build-script-build`
44892025-02-28T10:27:46.207Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
44902025-02-28T10:27:46.207Z 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=62976b910edf72bb -C extra-filename=-3a57436384d266fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.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-29076cc2566c5298.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.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-cdaa7600a908d70f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-48b73e8fc826255c.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9613a24610ea6a9.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-221c90c5a1bdc53c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2677b56dd18acb96.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2ac062631db207ad.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7e22c1f3c48cb38f.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-79edd81950b776cd.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-af553bdbd2d89d6e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4c8e6c116e8b58dd.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-088a7c8864e0a809.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-da03e504988f642c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
44912025-02-28T10:27:46.245Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
44922025-02-28T10:27:46.247Z 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=d2f5484c71171d20 -C extra-filename=-b46d245cf0bf094e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bcf783fac02979cd.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f33da92474d5e5fd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-ab7a058d8c628c9d.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-d4488a9d70a633a2.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-411731652219e1cc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44932025-02-28T10:27:49.481Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
44942025-02-28T10:27:49.484Z 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=22696ecd05b5dddd -C extra-filename=-2a9fed8f7aa3d348 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-96c5e23cbc684b91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.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-59aa93c5153a9b3f.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44952025-02-28T10:27:50.194Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
44962025-02-28T10:27:50.197Z 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=e829d507bd5f859f -C extra-filename=-c4e3f38ed79de095 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-30bce58723a03373.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1adf86097720a220.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-e03d120aaebd5f94.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-a5565b6a0c1c4f03.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
44972025-02-28T10:27:56.312Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
44982025-02-28T10:27:56.315Z 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=6aeecb9a3ae17c22 -C extra-filename=-eb3f514f75541f61 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-eb3f514f75541f61 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-eaf1b9e406fc6b1c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44992025-02-28T10:27:56.737Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
45002025-02-28T10:27:56.740Z 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=7c2748a8731e47cf -C extra-filename=-54a7c130c8c7da57 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-54a7c130c8c7da57 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-eaf1b9e406fc6b1c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
45012025-02-28T10:27:57.173Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-54a7c130c8c7da57/build-script-build`
45022025-02-28T10:27:57.193Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-eb3f514f75541f61/build-script-build`
45032025-02-28T10:27:57.233Z 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=1480698434f4bbbe -C extra-filename=-43949b4fe29d7233 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-a7d629669bc17e9e.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3c7ff0a941f03bee.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-def9173e44bdd3ba.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-a9312dce6fc29b56.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45042025-02-28T10:27:57.261Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
45052025-02-28T10:27:57.284Z 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=60df28e181371197 -C extra-filename=-075c7dd8dfb6297b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d70545452c463538.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2f00b1237c611731.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-6c70e3992a6a2f8f.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-a7d629669bc17e9e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-556e89943ba43b93.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-93314e51fec8aaec.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.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-48b73e8fc826255c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-6e76726d28433f73.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e3d09d11a3d3c886.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-21b62d0b4661d764.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c5095a4b610984fe.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-cf388926c9128a71.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c327d949d73a704b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.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-a59a42f36f01c2f1.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97bda6518ce87822.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6cc52bbf45b89078.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-088a7c8864e0a809.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45062025-02-28T10:28:01.504Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
45072025-02-28T10:28:01.507Z 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=fcdd3fae5aab9675 -C extra-filename=-b7db7ec5733814f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-63e288e334c5349b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0208c59fdc702450.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-a9312dce6fc29b56.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
45082025-02-28T10:28:02.455Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45092025-02-28T10:28:02.473Z 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=632018a91708329a -C extra-filename=-3064d7201c1128c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-57e8641725d33b70.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7b5ed50b0d9e53b0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45102025-02-28T10:28:02.944Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45112025-02-28T10:28:02.970Z 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=e8044d95e0b36d0e -C extra-filename=-25b4aee4b6986a0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-96c5e23cbc684b91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-54934951dd7c0422.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-386206e71bd9ba19.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-172d299e513590f1.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-2d32de2149167216.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out`
45122025-02-28T10:28:03.161Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
45132025-02-28T10:28:03.164Z 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=9157612fff4c1f4d -C extra-filename=-ad8ad46d17cf438e --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-59aa93c5153a9b3f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
45142025-02-28T10:28:03.601Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45152025-02-28T10:28:03.605Z 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=b66ea68eba24dd4b -C extra-filename=-a391e9a8c443097b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-96c5e23cbc684b91.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-597b3c4b298e6693.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
45162025-02-28T10:28:04.190Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
45172025-02-28T10:28:04.195Z 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=7b73f4c1424bb185 -C extra-filename=-5d3649b044e2f505 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.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-96c0ab0f17813e78.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
45182025-02-28T10:28:04.440Z Compiling hyper-rustls v0.26.0
45192025-02-28T10:28:04.466Z 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=7802f17cc0ecf3a9 -C extra-filename=-07bb055ebd541a34 --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-bea6d8f0b8319994.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ae48be8ae41eb0a8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-12dd87c6a53a41f6.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-41957612a418d3ce.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0c6815cdc5574c00.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts`
45202025-02-28T10:28:05.023Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45212025-02-28T10:28:05.026Z 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=031d412658a78bee -C extra-filename=-1f317b9795a11f9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-96c5e23cbc684b91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-a391e9a8c443097b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-54934951dd7c0422.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.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-96c0ab0f17813e78.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-79edd81950b776cd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out`
45222025-02-28T10:28:05.864Z 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=c6e356c85fe8c8a2 -C extra-filename=-cdbca721f408bc1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.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-96c0ab0f17813e78.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-5d3649b044e2f505.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
45232025-02-28T10:28:06.608Z 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=498d8553cfb97ea1 -C extra-filename=-ce636a892cb470ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-57e8641725d33b70.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7b5ed50b0d9e53b0.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-3064d7201c1128c9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45242025-02-28T10:28:08.605Z 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=a10b8c9f661cb6f1 -C extra-filename=-b652cf125c33d919 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-96c5e23cbc684b91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-25b4aee4b6986a0e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-54934951dd7c0422.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-386206e71bd9ba19.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-172d299e513590f1.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-2d32de2149167216.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out`
45252025-02-28T10:28:09.424Z 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=f6db52d99c40cab0 -C extra-filename=-9f6a90e1616f8aa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-b7db7ec5733814f9.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-63e288e334c5349b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0208c59fdc702450.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
45262025-02-28T10:28:10.015Z 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/bin/openapi-manager/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=a4b8954d1fa32909 -C extra-filename=-dd09c2a838a848c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d70545452c463538.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2f00b1237c611731.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-6c70e3992a6a2f8f.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-a7d629669bc17e9e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-556e89943ba43b93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-93314e51fec8aaec.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.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-48b73e8fc826255c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-6e76726d28433f73.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e3d09d11a3d3c886.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-075c7dd8dfb6297b.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-21b62d0b4661d764.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c5095a4b610984fe.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-cf388926c9128a71.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c327d949d73a704b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.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-a59a42f36f01c2f1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97bda6518ce87822.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6cc52bbf45b89078.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-088a7c8864e0a809.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45272025-02-28T10:28:11.227Z 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=7e6034b5dcca65e8 -C extra-filename=-69f48349109e8cc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-30bce58723a03373.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1adf86097720a220.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-a5565b6a0c1c4f03.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-c4e3f38ed79de095.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45282025-02-28T10:28:11.759Z 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=2b1f3190d4cd6134 -C extra-filename=-c7a4414032da44f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-30bce58723a03373.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1adf86097720a220.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-a5565b6a0c1c4f03.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-c4e3f38ed79de095.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45292025-02-28T10:28:12.399Z 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=bc064e0ae6e203df -C extra-filename=-f9c2f2bec96a624e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.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-316915a690727d7f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45302025-02-28T10:28:13.895Z 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=bc6827c6983899d3 -C extra-filename=-d364b929d319131e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-30bce58723a03373.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1adf86097720a220.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-a5565b6a0c1c4f03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45312025-02-28T10:28:14.032Z 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=9a2d073570889042 -C extra-filename=-1197399ecb78e81f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7aa70cab75cef73.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-30bce58723a03373.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c5095a4b610984fe.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0208c59fdc702450.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-8c199ca108d0f11c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-dc5142b520326a8b.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-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97bda6518ce87822.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6cc52bbf45b89078.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-597b3c4b298e6693.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7e22c1f3c48cb38f.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1bc3620fa8516bcf.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-0f4a88a950d05d62.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-a5565b6a0c1c4f03.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4c8e6c116e8b58dd.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-da03e504988f642c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45322025-02-28T10:28:14.371Z 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=091e6762cd2bca9c -C extra-filename=-b9ef866d6770e556 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-30bce58723a03373.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c5095a4b610984fe.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0208c59fdc702450.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-8c199ca108d0f11c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-dc5142b520326a8b.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-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97bda6518ce87822.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6cc52bbf45b89078.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-597b3c4b298e6693.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7e22c1f3c48cb38f.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1bc3620fa8516bcf.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-0f4a88a950d05d62.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-a5565b6a0c1c4f03.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4c8e6c116e8b58dd.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-da03e504988f642c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45332025-02-28T10:28:14.751Z 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=2c8457234d8909bf -C extra-filename=-1f72fdde51b130c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7aa70cab75cef73.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-30bce58723a03373.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c5095a4b610984fe.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0208c59fdc702450.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-8c199ca108d0f11c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-dc5142b520326a8b.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-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97bda6518ce87822.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6cc52bbf45b89078.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-597b3c4b298e6693.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7e22c1f3c48cb38f.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1bc3620fa8516bcf.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-0f4a88a950d05d62.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-a5565b6a0c1c4f03.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4c8e6c116e8b58dd.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-da03e504988f642c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45342025-02-28T10:28:15.393Z 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=08d00058c929fd14 -C extra-filename=-398b8829c4312fee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.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-29076cc2566c5298.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.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-cdaa7600a908d70f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8aca2d393ee7e31.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2efee2a2ea195fb6.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-48b73e8fc826255c.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-41f30887f52edb28.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9613a24610ea6a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-221c90c5a1bdc53c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2677b56dd18acb96.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2ac062631db207ad.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7e22c1f3c48cb38f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b4a2680ac0e1f69d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-79edd81950b776cd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-af553bdbd2d89d6e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-a5565b6a0c1c4f03.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4c8e6c116e8b58dd.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-088a7c8864e0a809.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-da03e504988f642c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45352025-02-28T10:28:16.819Z 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=eb436bb0118ec209 -C extra-filename=-7af787891c695f0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-96c5e23cbc684b91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.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-2a9fed8f7aa3d348.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
45362025-02-28T10:28:16.911Z 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=63423143553902d5 -C extra-filename=-f0084101d8264512 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-96c5e23cbc684b91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.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-2a9fed8f7aa3d348.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
45372025-02-28T10:28:17.904Z 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=8e89eaa076aa6688 -C extra-filename=-226b227c96fc91f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-96c5e23cbc684b91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.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-2a9fed8f7aa3d348.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
45382025-02-28T10:28:20.002Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45392025-02-28T10:28:20.010Z 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=e11884cc8aebe9e3 -C extra-filename=-981804fe100c261c --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-632de12364c4c503.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-c51beed7bfac70ec.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e02bcee0bb8ae514.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.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-c592f13b396785ec.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-13051e6052c12f4e.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-01907fd4d8cf1665.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9c94b65e0acc5750.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-6a64e379bc256e05.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-14448767bfed8891.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-bc2e091729b35fb2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.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-67668311946ae631.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b761ff4075e9e77b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45402025-02-28T10:28:22.423Z 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=3cb8794216a75988 -C extra-filename=-364d492fd131b214 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.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-6eab0af28e65d10c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2efee2a2ea195fb6.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-41f30887f52edb28.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9613a24610ea6a9.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-27d5b530cf7532e2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2677b56dd18acb96.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-e8ab78fae7d9916e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-172d299e513590f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7a21d3d500244c5f.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-e03d120aaebd5f94.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-79edd81950b776cd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L native=/usr/lib/amd64`
45412025-02-28T10:28:24.866Z 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=bcf712cc685005fb -C extra-filename=-e343263bdb414ef2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-c51beed7bfac70ec.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-bb69a61cfc2af341.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bcf783fac02979cd.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f0791dcf8bd30225.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f33da92474d5e5fd.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-b46d245cf0bf094e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1adf86097720a220.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45422025-02-28T10:28:25.829Z 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=45908690986eb4e2 -C extra-filename=-b2093b5cad11f82e --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-183f95e51dbc5b2a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45432025-02-28T10:28:26.280Z 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=bc071db4e3f063a4 -C extra-filename=-98882de84a1492df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.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-29076cc2566c5298.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.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-cdaa7600a908d70f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8aca2d393ee7e31.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2efee2a2ea195fb6.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-48b73e8fc826255c.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-41f30887f52edb28.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9613a24610ea6a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-221c90c5a1bdc53c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2677b56dd18acb96.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2ac062631db207ad.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7e22c1f3c48cb38f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b4a2680ac0e1f69d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-79edd81950b776cd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-af553bdbd2d89d6e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-a5565b6a0c1c4f03.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4c8e6c116e8b58dd.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-3a57436384d266fc.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-088a7c8864e0a809.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-da03e504988f642c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45442025-02-28T10:28:27.422Z 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=c59716234dcc5beb -C extra-filename=-647878eeebc3d009 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-e9cfb8b165f4a11b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-9c1d64915a9307de.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.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-b2093b5cad11f82e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-183f95e51dbc5b2a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-044b242d5e775ae6.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a3251722a09dadb6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45452025-02-28T10:28:28.038Z 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=6e11a69faa0c4869 -C extra-filename=-c990ff57996fd772 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.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-29076cc2566c5298.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.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-cdaa7600a908d70f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-48b73e8fc826255c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9613a24610ea6a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-221c90c5a1bdc53c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2677b56dd18acb96.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2ac062631db207ad.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7e22c1f3c48cb38f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-79edd81950b776cd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-af553bdbd2d89d6e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4c8e6c116e8b58dd.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-3a57436384d266fc.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-088a7c8864e0a809.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-da03e504988f642c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45462025-02-28T10:28:36.992Z 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=40513145bc56c230 -C extra-filename=-ff080bdefc0ff9cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f2eb124640dd5009.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e14cfeb526a35913.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-de8d32ebe9b497b8.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3ec9c580ccbe91a.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-6416226d5792931a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-647878eeebc3d009.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-b2093b5cad11f82e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-183f95e51dbc5b2a.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.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-c8993d753b599e9f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0baafac754988fb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.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-67668311946ae631.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4eed554f603e2754.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45472025-02-28T10:28:37.100Z 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=bb446a6164aff8dc -C extra-filename=-471b51748344e774 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.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-29076cc2566c5298.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.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-cdaa7600a908d70f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8aca2d393ee7e31.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2efee2a2ea195fb6.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-48b73e8fc826255c.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-41f30887f52edb28.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9613a24610ea6a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-221c90c5a1bdc53c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2677b56dd18acb96.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2ac062631db207ad.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7e22c1f3c48cb38f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b4a2680ac0e1f69d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-79edd81950b776cd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-af553bdbd2d89d6e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-a5565b6a0c1c4f03.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4c8e6c116e8b58dd.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-3a57436384d266fc.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-088a7c8864e0a809.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-da03e504988f642c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45482025-02-28T10:28:40.099Z 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=60cabfe131ae44d0 -C extra-filename=-260ddcdf2543d7e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.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-316915a690727d7f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/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-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45492025-02-28T10:28:43.119Z 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=0fffd2eabaae9628 -C extra-filename=-4da87d4544f8733c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-e9cfb8b165f4a11b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-9c1d64915a9307de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.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-b2093b5cad11f82e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-183f95e51dbc5b2a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-044b242d5e775ae6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a3251722a09dadb6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/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`
45502025-02-28T10:28:43.602Z 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=922034eb229df0ee -C extra-filename=-f6977b9f71c5050d --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-183f95e51dbc5b2a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45512025-02-28T10:28:50.918Z 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=25592c0401f7172b -C extra-filename=-63bb1f789974d831 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-59378a36e7a17410.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.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-316915a690727d7f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/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-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45522025-02-28T10:28:51.868Z 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=01f321b612f51fd5 -C extra-filename=-fd158612a0299de1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-59378a36e7a17410.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.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-316915a690727d7f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/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-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45532025-02-28T10:28:53.336Z 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=dd98ed056c02cddb -C extra-filename=-404d5208c123a128 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-6c70e3992a6a2f8f.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-a3032431a99bcb1b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-088f38a6624f97eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-5946ee921bccb39f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-68fcfa2d6b96c6be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
45542025-02-28T10:28:55.917Z 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=38cd8a2a3d951742 -C extra-filename=-6f0b7bbbb4b1dc56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-6c70e3992a6a2f8f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-5946ee921bccb39f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
45552025-02-28T10:28:59.482Z 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=c92e326f0079abc8 -C extra-filename=-9c2343d7c06d097c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-6c70e3992a6a2f8f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-5946ee921bccb39f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
45562025-02-28T10:29:02.704Z 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=fe172968242c40cf -C extra-filename=-acabe20ac7ae3626 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-6c70e3992a6a2f8f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-5946ee921bccb39f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
45572025-02-28T10:29:03.372Z 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=38415fdd4521ab0c -C extra-filename=-beff433ef145e82b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-6c70e3992a6a2f8f.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-a3032431a99bcb1b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-088f38a6624f97eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-5946ee921bccb39f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-68fcfa2d6b96c6be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
45582025-02-28T10:29:08.198Z 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=ab40d7d8b24dee84 -C extra-filename=-c139596b829a08dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-6c70e3992a6a2f8f.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-a3032431a99bcb1b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-088f38a6624f97eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-5946ee921bccb39f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-68fcfa2d6b96c6be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
45592025-02-28T10:29:09.028Z 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=d4bfb3413b1672e5 -C extra-filename=-95564bfba85984a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-366aa14937c942ac.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-63e288e334c5349b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8aca2d393ee7e31.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9c94b65e0acc5750.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-411731652219e1cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/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-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/`
45602025-02-28T10:29:10.667Z 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=9d1c276af71bf03c -C extra-filename=-f27d9e40d2158b43 --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-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-c51beed7bfac70ec.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e02bcee0bb8ae514.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-981804fe100c261c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.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-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-13051e6052c12f4e.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-01907fd4d8cf1665.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9c94b65e0acc5750.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-6a64e379bc256e05.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-14448767bfed8891.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-bc2e091729b35fb2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.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-67668311946ae631.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b761ff4075e9e77b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45612025-02-28T10:29:13.395Z 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=3af7e54e6d2c5542 -C extra-filename=-c961686934f7c8fd --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-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-c51beed7bfac70ec.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e02bcee0bb8ae514.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-981804fe100c261c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.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-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-13051e6052c12f4e.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-01907fd4d8cf1665.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9c94b65e0acc5750.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-6a64e379bc256e05.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-14448767bfed8891.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-bc2e091729b35fb2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.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-67668311946ae631.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b761ff4075e9e77b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45622025-02-28T10:29:14.498Z 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=2d6c5365dd112027 -C extra-filename=-4d8fe26650b96356 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d7b764dcca89ef7.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2f00b1237c611731.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-29076cc2566c5298.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8237451b3178f44a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.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-ba20c107638714b5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-633f70a964cefbdb.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cdaa7600a908d70f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9613a24610ea6a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d04e46c78fa09a36.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ac25e8b3e7842f36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-bb4a7f000f951b94.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2677b56dd18acb96.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9c94b65e0acc5750.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2a85b02ef7a09709.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b13370aa2f26d9e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f81e03e25852f835.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cca56b3715bf46e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8e7f02cb9d65c319.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5d3a34f48e79fb6a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-eb2f46c6cfae4514.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c327d949d73a704b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-31168597d3e1e585.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-9ae585b96467e022.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-a59a42f36f01c2f1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6086f1badaa0e340.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-172d299e513590f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7a21d3d500244c5f.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-11191a012f089080.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-10eb919d469ae582.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7b5ed50b0d9e53b0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
45632025-02-28T10:29:16.164Z 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=84b0743dae0bf760 -C extra-filename=-79208d863f3466b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d7b764dcca89ef7.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2f00b1237c611731.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-29076cc2566c5298.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8237451b3178f44a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.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-ba20c107638714b5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-633f70a964cefbdb.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cdaa7600a908d70f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9613a24610ea6a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d04e46c78fa09a36.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ac25e8b3e7842f36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-bb4a7f000f951b94.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2677b56dd18acb96.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9c94b65e0acc5750.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2a85b02ef7a09709.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b13370aa2f26d9e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f81e03e25852f835.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cca56b3715bf46e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8e7f02cb9d65c319.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5d3a34f48e79fb6a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-eb2f46c6cfae4514.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c327d949d73a704b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-31168597d3e1e585.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-9ae585b96467e022.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-a59a42f36f01c2f1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6086f1badaa0e340.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-172d299e513590f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7a21d3d500244c5f.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-11191a012f089080.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-10eb919d469ae582.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7b5ed50b0d9e53b0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
45642025-02-28T10:29:18.252Z 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=16d60da899b98c49 -C extra-filename=-474a8a2ae1070ca1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d7b764dcca89ef7.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2f00b1237c611731.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-29076cc2566c5298.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8237451b3178f44a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.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-ba20c107638714b5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-633f70a964cefbdb.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cdaa7600a908d70f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9613a24610ea6a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d04e46c78fa09a36.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ac25e8b3e7842f36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-bb4a7f000f951b94.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2677b56dd18acb96.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9c94b65e0acc5750.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2a85b02ef7a09709.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b13370aa2f26d9e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f81e03e25852f835.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cca56b3715bf46e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8e7f02cb9d65c319.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5d3a34f48e79fb6a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-eb2f46c6cfae4514.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c327d949d73a704b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-31168597d3e1e585.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-9ae585b96467e022.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-a59a42f36f01c2f1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6086f1badaa0e340.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-172d299e513590f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7a21d3d500244c5f.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-11191a012f089080.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-10eb919d469ae582.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7b5ed50b0d9e53b0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
45652025-02-28T10:29:18.457Z 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=2858e4dbc2ec4f31 -C extra-filename=-26e91efea53d2f81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.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-be3fd398a6d21510.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d7b764dcca89ef7.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2f00b1237c611731.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-29076cc2566c5298.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8237451b3178f44a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.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-ba20c107638714b5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-633f70a964cefbdb.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cdaa7600a908d70f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2bc1f1f0c7f38701.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9613a24610ea6a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d04e46c78fa09a36.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ac25e8b3e7842f36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f0791dcf8bd30225.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-bb4a7f000f951b94.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2677b56dd18acb96.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9c94b65e0acc5750.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2a85b02ef7a09709.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b13370aa2f26d9e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f81e03e25852f835.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.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-6cca56b3715bf46e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8e7f02cb9d65c319.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5d3a34f48e79fb6a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-eb2f46c6cfae4514.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c327d949d73a704b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-31168597d3e1e585.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-9ae585b96467e022.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-a59a42f36f01c2f1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6086f1badaa0e340.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-172d299e513590f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7a21d3d500244c5f.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-11191a012f089080.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-10eb919d469ae582.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7b5ed50b0d9e53b0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45662025-02-28T10:29:21.314Z 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=783f36eda14f3e3c -C extra-filename=-019dcca0c4d83173 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.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-be3fd398a6d21510.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d7b764dcca89ef7.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2f00b1237c611731.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-29076cc2566c5298.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8237451b3178f44a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.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-ba20c107638714b5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-633f70a964cefbdb.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cdaa7600a908d70f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2bc1f1f0c7f38701.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9613a24610ea6a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d04e46c78fa09a36.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ac25e8b3e7842f36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f0791dcf8bd30225.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-bb4a7f000f951b94.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2677b56dd18acb96.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9c94b65e0acc5750.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2a85b02ef7a09709.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b13370aa2f26d9e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f81e03e25852f835.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.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-6cca56b3715bf46e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8e7f02cb9d65c319.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5d3a34f48e79fb6a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-eb2f46c6cfae4514.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c327d949d73a704b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-31168597d3e1e585.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-9ae585b96467e022.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-a59a42f36f01c2f1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6086f1badaa0e340.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-172d299e513590f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7a21d3d500244c5f.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-11191a012f089080.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-10eb919d469ae582.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7b5ed50b0d9e53b0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45672025-02-28T10:29:21.343Z 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=ddae4cfbdce686f8 -C extra-filename=-3f1e7accf54fc10b --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-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-c51beed7bfac70ec.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e02bcee0bb8ae514.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.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-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-13051e6052c12f4e.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-01907fd4d8cf1665.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9c94b65e0acc5750.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-6a64e379bc256e05.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-14448767bfed8891.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-bc2e091729b35fb2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.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-67668311946ae631.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b761ff4075e9e77b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45682025-02-28T10:29:24.379Z 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=9079446f3b34bcdd -C extra-filename=-7d5aa3404f769678 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.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-be3fd398a6d21510.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d7b764dcca89ef7.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2f00b1237c611731.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-29076cc2566c5298.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8237451b3178f44a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.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-ba20c107638714b5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-633f70a964cefbdb.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cdaa7600a908d70f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2bc1f1f0c7f38701.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9613a24610ea6a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d04e46c78fa09a36.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ac25e8b3e7842f36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f0791dcf8bd30225.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-bb4a7f000f951b94.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2677b56dd18acb96.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9c94b65e0acc5750.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2a85b02ef7a09709.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b13370aa2f26d9e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f81e03e25852f835.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.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-6cca56b3715bf46e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8e7f02cb9d65c319.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5d3a34f48e79fb6a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-eb2f46c6cfae4514.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c327d949d73a704b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-31168597d3e1e585.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-9ae585b96467e022.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-a59a42f36f01c2f1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6086f1badaa0e340.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-172d299e513590f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7a21d3d500244c5f.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-11191a012f089080.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-10eb919d469ae582.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7b5ed50b0d9e53b0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45692025-02-28T10:29:27.551Z 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=e01130cba6957663 -C extra-filename=-956bc2504e37a2ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.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-be3fd398a6d21510.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d7b764dcca89ef7.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2f00b1237c611731.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-29076cc2566c5298.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8237451b3178f44a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.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-ba20c107638714b5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-633f70a964cefbdb.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cdaa7600a908d70f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2bc1f1f0c7f38701.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9613a24610ea6a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d04e46c78fa09a36.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ac25e8b3e7842f36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f0791dcf8bd30225.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-bb4a7f000f951b94.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2677b56dd18acb96.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9c94b65e0acc5750.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2a85b02ef7a09709.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b13370aa2f26d9e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f81e03e25852f835.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.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-6cca56b3715bf46e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8e7f02cb9d65c319.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5d3a34f48e79fb6a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-eb2f46c6cfae4514.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c327d949d73a704b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-31168597d3e1e585.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-9ae585b96467e022.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-a59a42f36f01c2f1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6086f1badaa0e340.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-172d299e513590f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7a21d3d500244c5f.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-11191a012f089080.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-10eb919d469ae582.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7b5ed50b0d9e53b0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45702025-02-28T10:29:30.125Z 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=84e5facee8730aee -C extra-filename=-ba350bfce5c734d8 --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-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-c51beed7bfac70ec.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e02bcee0bb8ae514.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-981804fe100c261c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.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-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-13051e6052c12f4e.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-01907fd4d8cf1665.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9c94b65e0acc5750.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-6a64e379bc256e05.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-14448767bfed8891.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-bc2e091729b35fb2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.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-67668311946ae631.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b761ff4075e9e77b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45712025-02-28T10:29:30.392Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45722025-02-28T10:29:30.418Z 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=caa41fd8f5601152 -C extra-filename=-0ec5d6aab8c4fb33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8237451b3178f44a.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ba20c107638714b5.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-633f70a964cefbdb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8aca2d393ee7e31.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d19029300bb3f1dc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9c94b65e0acc5750.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-42b41cc83d443963.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f81e03e25852f835.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/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-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/`
45732025-02-28T10:29:31.205Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45742025-02-28T10:29:31.207Z 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=ea8c34333f9985f8 -C extra-filename=-e221a8ce0e1360d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-183f95e51dbc5b2a.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.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-67668311946ae631.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/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`
45752025-02-28T10:29:33.164Z 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=3adfc0f3b1e77eb2 -C extra-filename=-7692eea99b078986 --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-bb251cc16f867c81.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-183f95e51dbc5b2a.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-67668311946ae631.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4eed554f603e2754.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/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`
45762025-02-28T10:29:33.459Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45772025-02-28T10:29:33.486Z 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=64a591405e186782 -C extra-filename=-aeaf5db27c332cc0 --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-6eab0af28e65d10c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45782025-02-28T10:29:35.400Z 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=410fc45c18b52e1f -C extra-filename=-b138ddb35c70d600 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-366aa14937c942ac.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-63e288e334c5349b.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4236577133eb3a11.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-817a0a6d33753005.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0fe029a8f0a9b2fc.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-183f95e51dbc5b2a.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-aeaf5db27c332cc0.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.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-67668311946ae631.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/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`
45792025-02-28T10:29:35.803Z 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=d6ccaeac544f1c79 -C extra-filename=-0aa25f5284a027a0 --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-bb251cc16f867c81.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4a67e31427aeea4c.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-67668311946ae631.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45802025-02-28T10:29:37.339Z 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=2feceece2dac62a3 -C extra-filename=-780f3d01616c2d38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45812025-02-28T10:29:38.337Z 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=c9f84b24a0aa6b44 -C extra-filename=-9b5df76242e044a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-6c70e3992a6a2f8f.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-a3032431a99bcb1b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-088f38a6624f97eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-5946ee921bccb39f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-68fcfa2d6b96c6be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
45822025-02-28T10:29:38.364Z 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=106cf2e4c5dd5d88 -C extra-filename=-2bfb4bd01f6dbb72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.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-6eab0af28e65d10c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-41f30887f52edb28.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9613a24610ea6a9.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-27d5b530cf7532e2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2677b56dd18acb96.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-e8ab78fae7d9916e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-172d299e513590f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7a21d3d500244c5f.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-e03d120aaebd5f94.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-79edd81950b776cd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out`
45832025-02-28T10:29:40.635Z 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=a81676fc29d734be -C extra-filename=-ece87142b2259a60 --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-bb251cc16f867c81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-647878eeebc3d009.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-183f95e51dbc5b2a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ec5d6aab8c4fb33.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-254dcceda3044261.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.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-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-67668311946ae631.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4eed554f603e2754.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/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-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/`
45842025-02-28T10:29:40.791Z 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=2fcecac64280d5cb -C extra-filename=-4c51824b8b1ee7e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f2eb124640dd5009.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3ec9c580ccbe91a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-183f95e51dbc5b2a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45852025-02-28T10:29:47.010Z 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=a3cc8834d35912fc -C extra-filename=-d72d7799eaf4dcd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.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-be3fd398a6d21510.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-366aa14937c942ac.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-63e288e334c5349b.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4236577133eb3a11.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-817a0a6d33753005.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8237451b3178f44a.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cf16dcc0d5daadb8.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a34d12382d75a497.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-633f70a964cefbdb.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cdaa7600a908d70f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-6288347184e1dc2c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-8c529edd973a69b6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ac25e8b3e7842f36.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-647878eeebc3d009.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-183f95e51dbc5b2a.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-de9539cda80c3f21.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-6e76726d28433f73.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e3d09d11a3d3c886.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bcf783fac02979cd.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0aa25f5284a027a0.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-aeaf5db27c332cc0.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b138ddb35c70d600.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f33da92474d5e5fd.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e221a8ce0e1360d7.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-780f3d01616c2d38.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7692eea99b078986.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d19029300bb3f1dc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.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-56fb0be760b59ca5.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4a67e31427aeea4c.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b13370aa2f26d9e.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f81e03e25852f835.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07d181e814b442df.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.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-63cb8a31f4e10802.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cca56b3715bf46e.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c8993d753b599e9f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-eb2f46c6cfae4514.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0baafac754988fb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-12dd87c6a53a41f6.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a3251722a09dadb6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.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-a9312dce6fc29b56.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4eed554f603e2754.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2ac062631db207ad.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-af553bdbd2d89d6e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/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`
45862025-02-28T10:29:49.731Z 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=7daec56ae6d2876a -C extra-filename=-8cf739301465a2df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f2eb124640dd5009.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8237451b3178f44a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-def9173e44bdd3ba.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3ec9c580ccbe91a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-324174bc038fa7c5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8aca2d393ee7e31.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-0ce057662b19811a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-183f95e51dbc5b2a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bcf783fac02979cd.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e221a8ce0e1360d7.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7692eea99b078986.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4a67e31427aeea4c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0208c59fdc702450.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1adf86097720a220.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.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-67668311946ae631.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97bda6518ce87822.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6cc52bbf45b89078.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.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-0f4a88a950d05d62.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45872025-02-28T10:29:51.582Z 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=930f43549281ac4f -C extra-filename=-a3e8c4e6fa25ac5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-a7d629669bc17e9e.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3c7ff0a941f03bee.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-def9173e44bdd3ba.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ec5d6aab8c4fb33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/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-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/`
45882025-02-28T10:29:59.346Z 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=bd82a9269b8c1f74 -C extra-filename=-d1c4e63697d85b80 --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-6eab0af28e65d10c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45892025-02-28T10:30:02.054Z 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=f0e4ab757f13ae49 -C extra-filename=-314085ee69f5462e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-183f95e51dbc5b2a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.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-67668311946ae631.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/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`
45902025-02-28T10:30:02.832Z 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=a253dc569cd51aae -C extra-filename=-f0c2347fc79f1895 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-a7d629669bc17e9e.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3c7ff0a941f03bee.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-def9173e44bdd3ba.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ec5d6aab8c4fb33.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-43949b4fe29d7233.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/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-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/`
45912025-02-28T10:30:03.328Z 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=ea0c07b719835675 -C extra-filename=-28fa483aac9f174a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-ad8ad46d17cf438e.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-183f95e51dbc5b2a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bcf783fac02979cd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f33da92474d5e5fd.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e221a8ce0e1360d7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-67668311946ae631.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6cc52bbf45b89078.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/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`
45922025-02-28T10:30:05.190Z 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=c10337de2131426b -C extra-filename=-5ecf5089ab1f39d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8237451b3178f44a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ba20c107638714b5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-633f70a964cefbdb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8aca2d393ee7e31.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d19029300bb3f1dc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9c94b65e0acc5750.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-42b41cc83d443963.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f81e03e25852f835.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/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-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/`
45932025-02-28T10:30:05.307Z 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=0769830e4b7ac000 -C extra-filename=-d343bbed4358d890 --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-f2eb124640dd5009.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3ec9c580ccbe91a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-0bcdc28301a6b84e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-183f95e51dbc5b2a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ec5d6aab8c4fb33.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4a67e31427aeea4c.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-67668311946ae631.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/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-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/`
45942025-02-28T10:30:05.660Z 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=c61862600b9ca966 -C extra-filename=-4a05c5b22fb4eb8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.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-f2eb124640dd5009.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e14cfeb526a35913.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-de8d32ebe9b497b8.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3ec9c580ccbe91a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-6416226d5792931a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07bb055ebd541a34.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-647878eeebc3d009.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-b2093b5cad11f82e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-183f95e51dbc5b2a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bcf783fac02979cd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f33da92474d5e5fd.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ec5d6aab8c4fb33.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9c94b65e0acc5750.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-044b242d5e775ae6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-5672b9070f89d051.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.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-c8993d753b599e9f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0baafac754988fb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-12dd87c6a53a41f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.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-67668311946ae631.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4eed554f603e2754.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-11fcd0b1f8a821c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/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-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/`
45952025-02-28T10:30:11.258Z 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=ad5ce7d0a1253097 -C extra-filename=-ad8856d4fd44c988 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-6c70e3992a6a2f8f.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-a3032431a99bcb1b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-088f38a6624f97eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-68fcfa2d6b96c6be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
45962025-02-28T10:30:23.493Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
45972025-02-28T10:30:23.496Z 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=da37aa1db2e63680 -C extra-filename=-76a627f62b01bf06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-a3032431a99bcb1b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-088f38a6624f97eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-68fcfa2d6b96c6be.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
45982025-02-28T10:30:25.949Z 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=0832009b39b227f4 -C extra-filename=-83b520c35a4230fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-93314e51fec8aaec.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d5d345a393fe6030.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8aca2d393ee7e31.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-81e9cab7e940ac2a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-27d5b530cf7532e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-391d40b72b0db686.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b13370aa2f26d9e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f81e03e25852f835.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-980077daba3b764e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-316915a690727d7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ab000affdca7fbb6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-5b6b47f8dfda1e9e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/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-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
45992025-02-28T10:30:27.538Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
46002025-02-28T10:30:27.544Z 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=819125bbae629bd9 -C extra-filename=-df6c82c4dd12207e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8aca2d393ee7e31.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-391d40b72b0db686.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-316915a690727d7f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/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-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46012025-02-28T10:30:30.325Z 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=bd0deeca03f14a0e -C extra-filename=-c6be70844c261208 --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-adcdc6bfd3808e20.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-81e9cab7e940ac2a.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-391d40b72b0db686.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ab000affdca7fbb6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/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-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46022025-02-28T10:30:33.440Z 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=221c05be138b75ce -C extra-filename=-7f98e9b978f248db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-93314e51fec8aaec.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d5d345a393fe6030.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8aca2d393ee7e31.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-81e9cab7e940ac2a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-27d5b530cf7532e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b13370aa2f26d9e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f81e03e25852f835.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-980077daba3b764e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-316915a690727d7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ab000affdca7fbb6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-5b6b47f8dfda1e9e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/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-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46032025-02-28T10:30:48.777Z 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=5ae748a6fc8d75e0 -C extra-filename=-921ced9d35afe83c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-93314e51fec8aaec.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d5d345a393fe6030.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8aca2d393ee7e31.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-81e9cab7e940ac2a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-27d5b530cf7532e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-391d40b72b0db686.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b13370aa2f26d9e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f81e03e25852f835.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-980077daba3b764e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-316915a690727d7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ab000affdca7fbb6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-5b6b47f8dfda1e9e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/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-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46042025-02-28T10:30:48.980Z 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=9805c4808e81930f -C extra-filename=-1b4840007de558fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-93314e51fec8aaec.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d5d345a393fe6030.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-81e9cab7e940ac2a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-27d5b530cf7532e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-391d40b72b0db686.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b13370aa2f26d9e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f81e03e25852f835.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-980077daba3b764e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-316915a690727d7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-5b6b47f8dfda1e9e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/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-7ed663b343a5fc8e/out/lib`
46052025-02-28T10:30:53.145Z 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=4ac34e9c1d473d1b -C extra-filename=-4abbb3f4cc30f2c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d70545452c463538.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2f00b1237c611731.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-6c70e3992a6a2f8f.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-a7d629669bc17e9e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-556e89943ba43b93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-93314e51fec8aaec.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.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-48b73e8fc826255c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-6e76726d28433f73.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e3d09d11a3d3c886.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-21b62d0b4661d764.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c5095a4b610984fe.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-cf388926c9128a71.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c327d949d73a704b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.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-a59a42f36f01c2f1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97bda6518ce87822.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6cc52bbf45b89078.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-088a7c8864e0a809.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
46062025-02-28T10:30:53.735Z 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=4353fbba1dc8bad5 -C extra-filename=-1cab1919d7190802 --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-3c7ff0a941f03bee.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46072025-02-28T10:30:55.818Z 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=eb63f6d1f3fe001b -C extra-filename=-fe29beec0ce6db1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7aa70cab75cef73.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a9acdc605ab40d5a.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-a93de41b79132583.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.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-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b4a2680ac0e1f69d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-79edd81950b776cd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46082025-02-28T10:30:57.573Z 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=9887ab9b9fc1881f -C extra-filename=-9a6ba26051d0f40a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7aa70cab75cef73.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a9acdc605ab40d5a.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-a93de41b79132583.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.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-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b4a2680ac0e1f69d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-79edd81950b776cd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46092025-02-28T10:30:57.789Z 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=bb3b1a564b5de26f -C extra-filename=-f8f3df4423c0e9e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7aa70cab75cef73.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a9acdc605ab40d5a.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-a93de41b79132583.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.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-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b4a2680ac0e1f69d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-79edd81950b776cd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46102025-02-28T10:30:58.103Z 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=0f405a8825c124e3 -C extra-filename=-faf70deeb8f94778 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a9acdc605ab40d5a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.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-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b4a2680ac0e1f69d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-79edd81950b776cd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46112025-02-28T10:31:09.443Z 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=dd1116411b7369c5 -C extra-filename=-9310bb393144bd46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.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-52f8d8fc4420eba6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-bb4a7f000f951b94.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2ac062631db207ad.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b4a2680ac0e1f69d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-79edd81950b776cd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
46122025-02-28T10:31:11.918Z 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=48b4e4f1a28d7879 -C extra-filename=-cc28bb9f96dd9fe9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-951a2d7aaa2c77e0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-f4514fcdf9b14b5e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-2318a3d06924c66e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-088f38a6624f97eb.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e14cfeb526a35913.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3a8686786de25933.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.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-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f488ce40ad94174d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ceb30c5cce5766cc.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-89967448755fe241.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.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-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-68fcfa2d6b96c6be.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07d181e814b442df.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-42bfdcc2b95b3c4b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c8993d753b599e9f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1adf86097720a220.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-ac82aa5ca345c18f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-a9312dce6fc29b56.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-d58c9346ccaa359d.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e9b1641768f0f0d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3a580e25dfd9460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46132025-02-28T10:31:13.189Z 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=9ff23916a644c85b -C extra-filename=-0224c0329070133e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-951a2d7aaa2c77e0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-f4514fcdf9b14b5e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-2318a3d06924c66e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-088f38a6624f97eb.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e14cfeb526a35913.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3a8686786de25933.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.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-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f488ce40ad94174d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ceb30c5cce5766cc.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-89967448755fe241.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.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-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-68fcfa2d6b96c6be.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07d181e814b442df.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-42bfdcc2b95b3c4b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c8993d753b599e9f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1adf86097720a220.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-ac82aa5ca345c18f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-a9312dce6fc29b56.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-d58c9346ccaa359d.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e9b1641768f0f0d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3a580e25dfd9460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46142025-02-28T10:31:14.548Z 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=9a21c707a562ce82 -C extra-filename=-26ac2728c3082a3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-951a2d7aaa2c77e0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-f4514fcdf9b14b5e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-2318a3d06924c66e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-088f38a6624f97eb.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e14cfeb526a35913.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3a8686786de25933.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.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-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f488ce40ad94174d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ceb30c5cce5766cc.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-89967448755fe241.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.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-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-68fcfa2d6b96c6be.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07d181e814b442df.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-42bfdcc2b95b3c4b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c8993d753b599e9f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1adf86097720a220.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-ac82aa5ca345c18f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-a9312dce6fc29b56.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-d58c9346ccaa359d.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e9b1641768f0f0d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3a580e25dfd9460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46152025-02-28T10:31:14.800Z 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=b08a4fb5d58b8620 -C extra-filename=-3fefb0d67dab1d3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a53fd24e9cafd27f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-cf388926c9128a71.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4a67e31427aeea4c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-42b41cc83d443963.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c8993d753b599e9f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46162025-02-28T10:31:20.759Z 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=239ce86f245641f8 -C extra-filename=-92e1e2a721319794 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-cf388926c9128a71.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4a67e31427aeea4c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-42b41cc83d443963.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c8993d753b599e9f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46172025-02-28T10:31:23.958Z 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=4e401411fff7b0d3 -C extra-filename=-e69ba59365800d42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-cf388926c9128a71.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4a67e31427aeea4c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-42b41cc83d443963.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c8993d753b599e9f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46182025-02-28T10:31:27.852Z 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=3c86cfdc70697ce9 -C extra-filename=-2af4730560c8527c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a53fd24e9cafd27f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-cf388926c9128a71.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4a67e31427aeea4c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-42b41cc83d443963.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c8993d753b599e9f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46192025-02-28T10:31:30.979Z 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=a46b8db7663e7543 -C extra-filename=-253b3db582b81243 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a53fd24e9cafd27f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-cf388926c9128a71.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4a67e31427aeea4c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-42b41cc83d443963.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c8993d753b599e9f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46202025-02-28T10:31:33.386Z 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=bff98890fcc7082f -C extra-filename=-407435ae7a46c829 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7aa70cab75cef73.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-30bce58723a03373.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c5095a4b610984fe.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0208c59fdc702450.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-8c199ca108d0f11c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-dc5142b520326a8b.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-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97bda6518ce87822.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6cc52bbf45b89078.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-597b3c4b298e6693.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7e22c1f3c48cb38f.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1bc3620fa8516bcf.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-0f4a88a950d05d62.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4c8e6c116e8b58dd.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-da03e504988f642c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
46212025-02-28T10:31:33.521Z 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=1a61b33f72c8d23f -C extra-filename=-36c14de06286afcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bcf783fac02979cd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f33da92474d5e5fd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-ab7a058d8c628c9d.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-d4488a9d70a633a2.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-411731652219e1cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46222025-02-28T10:31:34.747Z 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=acbae6dc4f68980f -C extra-filename=-024c6f1ddc0971d5 --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-f33da92474d5e5fd.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46232025-02-28T10:31:36.302Z 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=75bcdc9582f085b2 -C extra-filename=-cfcb29c976780693 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.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-be3fd398a6d21510.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d7b764dcca89ef7.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2f00b1237c611731.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-29076cc2566c5298.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8237451b3178f44a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.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-ba20c107638714b5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-633f70a964cefbdb.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cdaa7600a908d70f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2bc1f1f0c7f38701.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9613a24610ea6a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d04e46c78fa09a36.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ac25e8b3e7842f36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f0791dcf8bd30225.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-bb4a7f000f951b94.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2677b56dd18acb96.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2a85b02ef7a09709.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b13370aa2f26d9e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f81e03e25852f835.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.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-6cca56b3715bf46e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8e7f02cb9d65c319.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5d3a34f48e79fb6a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-eb2f46c6cfae4514.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c327d949d73a704b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-31168597d3e1e585.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-9ae585b96467e022.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-a59a42f36f01c2f1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6086f1badaa0e340.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-172d299e513590f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7a21d3d500244c5f.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-11191a012f089080.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-10eb919d469ae582.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7b5ed50b0d9e53b0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
46242025-02-28T10:31:51.665Z 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=6fc9d7a983d79d53 -C extra-filename=-2261b32dd9740be6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46252025-02-28T10:31:53.013Z 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=38992253196b14d1 -C extra-filename=-ee94c4edf8316cc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a53fd24e9cafd27f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-cf388926c9128a71.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4a67e31427aeea4c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c8993d753b599e9f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46262025-02-28T10:31:55.536Z 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=2211f4b2d14978d2 -C extra-filename=-8abad35f20bcb5e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3a921cd77af55d5a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-80af3296f3b32313.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bcf783fac02979cd.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f0791dcf8bd30225.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.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-67668311946ae631.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-411731652219e1cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46272025-02-28T10:31:58.379Z 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=48370987e3b049f6 -C extra-filename=-e6f67faaf1e7ce48 --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-52f8d8fc4420eba6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46282025-02-28T10:32:01.581Z 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=1a1e54dbf06662c0 -C extra-filename=-4e29dc8dae963b40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-21b62d0b4661d764.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f26aaa3a3972aab3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07d181e814b442df.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46292025-02-28T10:32:02.985Z 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=ddb07aa2ec012433 -C extra-filename=-c182736cae45e66c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-de8d32ebe9b497b8.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4d015bf94185e318.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3ec9c580ccbe91a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.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-f8676cde266e878b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-de9539cda80c3f21.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-221c90c5a1bdc53c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0baafac754988fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.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-67668311946ae631.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4eed554f603e2754.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
46302025-02-28T10:32:05.742Z 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=1d305b3ae43e987d -C extra-filename=-814fe552695c3612 --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-bb251cc16f867c81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-747fe3d407fe8ec6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46312025-02-28T10:32:17.444Z 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=f69109fcc989cafd -C extra-filename=-e1f5a093ab6176f6 --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-be3fd398a6d21510.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46322025-02-28T10:32:17.751Z 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=2d26333ed40524bc -C extra-filename=-aab3308295676303 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-088f38a6624f97eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5274d884fd8abb7b.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f26aaa3a3972aab3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/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-7ed663b343a5fc8e/out/lib`
46332025-02-28T10:32:19.676Z 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=8010eff2895d6361 -C extra-filename=-90497188c0b8eb90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-951a2d7aaa2c77e0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-f4514fcdf9b14b5e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-2318a3d06924c66e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-088f38a6624f97eb.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e14cfeb526a35913.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.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-52f8d8fc4420eba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f488ce40ad94174d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ceb30c5cce5766cc.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-89967448755fe241.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.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-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07d181e814b442df.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-42bfdcc2b95b3c4b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c8993d753b599e9f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1adf86097720a220.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-ac82aa5ca345c18f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-a9312dce6fc29b56.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-d58c9346ccaa359d.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e9b1641768f0f0d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3a580e25dfd9460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46342025-02-28T10:32:26.553Z 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=77ed89b1da2d4c78 -C extra-filename=-acf41315541ba12b --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-29076cc2566c5298.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4c8e6c116e8b58dd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46352025-02-28T10:32:29.626Z 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=2ec62b5f4aab3e07 -C extra-filename=-f672a11fddcc6b07 --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-bb251cc16f867c81.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9613a24610ea6a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-747fe3d407fe8ec6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4c8e6c116e8b58dd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
46362025-02-28T10:32:30.082Z 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=c6d20518b412ef04 -C extra-filename=-458a63a7dded3dbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7aa70cab75cef73.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a9acdc605ab40d5a.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-a93de41b79132583.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.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-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-79edd81950b776cd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46372025-02-28T10:32:31.366Z 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=8a2db6431603d7c3 -C extra-filename=-76f57cfac7f03a7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-63e288e334c5349b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0208c59fdc702450.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46382025-02-28T10:32:32.846Z 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=444de2dfd3934809 -C extra-filename=-ff26bf8a6ae2087a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-81e9cab7e940ac2a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-370cddedf3f05fbc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ab000affdca7fbb6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/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-7ed663b343a5fc8e/out/lib`
46392025-02-28T10:32:35.151Z 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=e97995b87a12f22e -C extra-filename=-5851f607f54b988d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-57e8641725d33b70.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7b5ed50b0d9e53b0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
46402025-02-28T10:32:35.290Z 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=bd5df0adcfb8a56d -C extra-filename=-e6f2324d0f8fa19a --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-52f8d8fc4420eba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
46412025-02-28T10:32:37.405Z 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=c12892f3035fc7ed -C extra-filename=-ce24b11573437f41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d7b764dcca89ef7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cca56b3715bf46e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-9ae585b96467e022.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
46422025-02-28T10:32:37.846Z 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=5cb0add3a9c2c177 -C extra-filename=-1daf617b2efcac78 --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-3d7b764dcca89ef7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-79fcf541c4ffe859.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-30bce58723a03373.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd67cff3c9d3bc1c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ffb9404a7105a0dd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.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-96c0ab0f17813e78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ca2fc3f80223f070.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
46432025-02-28T10:32:40.592Z 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=25d44253db93ecfb -C extra-filename=-afa8857d1cec0ed7 --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-adcdc6bfd3808e20.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6086f1badaa0e340.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
46442025-02-28T10:32:40.732Z 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=aec181fa6f5e389e -C extra-filename=-0309c0ce96fe3fdd --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-3d7b764dcca89ef7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-79fcf541c4ffe859.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-30bce58723a03373.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd67cff3c9d3bc1c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ffb9404a7105a0dd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.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-96c0ab0f17813e78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ca2fc3f80223f070.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
46452025-02-28T10:32:43.950Z 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=9449a022a78b679f -C extra-filename=-045af83e1be0f8c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-81e9cab7e940ac2a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-370cddedf3f05fbc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/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-7ed663b343a5fc8e/out/lib`
46462025-02-28T10:32:48.144Z 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=b6737b4f59b63c2f -C extra-filename=-13b6e6d7e92ba347 --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-52f8d8fc4420eba6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-81e9cab7e940ac2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/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-7ed663b343a5fc8e/out/lib`
46472025-02-28T10:32:50.791Z 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=a475dba5c7b71182 -C extra-filename=-436e5bfa28ce6602 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.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-70238f53d5e6937c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d04e46c78fa09a36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-172d299e513590f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out`
46482025-02-28T10:32:59.822Z 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=451f9ff07a1144bf -C extra-filename=-c138882bd566d9fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cdaa7600a908d70f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c5095a4b610984fe.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7e22c1f3c48cb38f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46492025-02-28T10:33:04.787Z 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=230434b14ec943e4 -C extra-filename=-aa235bdc06860c03 --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-bb251cc16f867c81.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-1d508be92ff95b0c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-96c0ab0f17813e78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46502025-02-28T10:33:05.343Z 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=39c93550ef4f6742 -C extra-filename=-83742b8bd02f894a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5274d884fd8abb7b.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-bfdb3645712fa4c9.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-f52680d061aae6dc.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f26aaa3a3972aab3.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a9ea3aaf9229e0ec.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46512025-02-28T10:33:13.663Z 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=e9ee262e3eec5016 -C extra-filename=-8b819c8cdfa7e206 --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-3a921cd77af55d5a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46522025-02-28T10:33:14.348Z 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=930c942d98b48faa -C extra-filename=-a30c5f5cc580f567 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cca56b3715bf46e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-747fe3d407fe8ec6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46532025-02-28T10:33:15.046Z 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=ed0d29db3d9dee1f -C extra-filename=-baa2ea836281b377 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46542025-02-28T10:33:20.363Z 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=de92de446ad5305b -C extra-filename=-9bd3fc343bd5139b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-96c5e23cbc684b91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-54934951dd7c0422.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-386206e71bd9ba19.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-172d299e513590f1.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-2d32de2149167216.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out`
46552025-02-28T10:33:24.486Z 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=b1c747d591426648 -C extra-filename=-b63cf2f89b70f324 --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-91af1eb0a2a1eb90.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46562025-02-28T10:33:26.385Z 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=73fc047f6962eca6 -C extra-filename=-8caa5ed58fd9eb9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-65b1f784de0a652e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-9c1d64915a9307de.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3a921cd77af55d5a.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4d015bf94185e318.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0fe029a8f0a9b2fc.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-d0bebc077a0a8234.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07d181e814b442df.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.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-67668311946ae631.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4eed554f603e2754.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46572025-02-28T10:33:26.533Z 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=6cfec19c5561160d -C extra-filename=-55c58f6566d1e62e --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-d9613a24610ea6a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-747fe3d407fe8ec6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46582025-02-28T10:33:26.971Z 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=b2fe635e74e98733 -C extra-filename=-dc556291c6bed86e --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-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-747fe3d407fe8ec6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46592025-02-28T10:33:31.439Z 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=1523f5de825d6a40 -C extra-filename=-44697be2be8e85c1 --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-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-79fcf541c4ffe859.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-30bce58723a03373.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd67cff3c9d3bc1c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ffb9404a7105a0dd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.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-96c0ab0f17813e78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ca2fc3f80223f070.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46602025-02-28T10:33:32.924Z 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=be056a7bb943a7ca -C extra-filename=-f7a724dd44ee2200 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f488ce40ad94174d.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-b32c8b34956e1f96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-a0ebecce2313924d.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-bb852f62f414024a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.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-67668311946ae631.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-10eb919d469ae582.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out`
46612025-02-28T10:33:33.135Z 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=4f5ac96ceeb5f4c3 -C extra-filename=-96fd632c305311c1 --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-5dcfe535ed55fc0d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-63cb8a31f4e10802.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46622025-02-28T10:33:35.864Z 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=cdaac11dae2641f2 -C extra-filename=-579c5c2761238e66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9613a24610ea6a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46632025-02-28T10:33:35.966Z 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=c559c33c6297ba3a -C extra-filename=-198c6f32f4d7a020 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ba20c107638714b5.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-556e89943ba43b93.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-633f70a964cefbdb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-ff2b5baded1feee5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-485c21659db2993a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-188bc2609c779b47.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.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-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46642025-02-28T10:33:37.855Z 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=99a489799c926803 -C extra-filename=-ea2b84080583b5a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ba20c107638714b5.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-556e89943ba43b93.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-633f70a964cefbdb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-ff2b5baded1feee5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-485c21659db2993a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-188bc2609c779b47.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.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-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46652025-02-28T10:33:38.192Z 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=7bc927803db59d06 -C extra-filename=-684abd5c49ce3d59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ba20c107638714b5.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-556e89943ba43b93.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-633f70a964cefbdb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-ff2b5baded1feee5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-485c21659db2993a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-188bc2609c779b47.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.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-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46662025-02-28T10:33:39.797Z 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=84bf7ed1c30f30dd -C extra-filename=-7b30451857e7ca9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ba20c107638714b5.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-556e89943ba43b93.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-633f70a964cefbdb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-ff2b5baded1feee5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-485c21659db2993a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-188bc2609c779b47.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.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-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46672025-02-28T10:33:42.309Z 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=07a9dd438720b930 -C extra-filename=-6bf326f81442e243 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.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-ba20c107638714b5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-633f70a964cefbdb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c8993d753b599e9f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46682025-02-28T10:33:46.456Z 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=5ddd2d6a3c4be7d7 -C extra-filename=-d32b174cf47b93dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ba20c107638714b5.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-556e89943ba43b93.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-633f70a964cefbdb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-ff2b5baded1feee5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-485c21659db2993a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-188bc2609c779b47.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.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-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46692025-02-28T10:33:47.943Z 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=42e568317f8121ab -C extra-filename=-6e40ab2d765e2a24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ba20c107638714b5.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-556e89943ba43b93.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-633f70a964cefbdb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-ff2b5baded1feee5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-485c21659db2993a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-188bc2609c779b47.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.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-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46702025-02-28T10:33:48.661Z 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=dc656ce3bb550226 -C extra-filename=-ae36d71ee32cf0c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ba20c107638714b5.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-556e89943ba43b93.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-633f70a964cefbdb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-ff2b5baded1feee5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-485c21659db2993a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-188bc2609c779b47.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.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-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46712025-02-28T10:33:55.841Z 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=de559ff502c6374d -C extra-filename=-dc65f4e79248208c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ba20c107638714b5.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-556e89943ba43b93.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-633f70a964cefbdb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-ff2b5baded1feee5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-485c21659db2993a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-188bc2609c779b47.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.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-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46722025-02-28T10:33:58.387Z 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=fda544484870e25c -C extra-filename=-b3ee4ece8a240703 --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-59aa93c5153a9b3f.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-272ea2291f569a0d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f491a647e5629386.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46732025-02-28T10:34:00.316Z 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=39547b42e9b306d2 -C extra-filename=-339f36fe465d4065 --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-2e1c6d93f073be21.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-27d5b530cf7532e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46742025-02-28T10:34:03.985Z 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=5359b3f413414983 -C extra-filename=-8eb86b551d528657 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.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-59aa93c5153a9b3f.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-bfdb3645712fa4c9.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f26aaa3a3972aab3.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a9ea3aaf9229e0ec.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46752025-02-28T10:34:04.475Z 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=c23bfcc1320fe664 -C extra-filename=-33f0fd543941610f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-556e89943ba43b93.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-633f70a964cefbdb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-ff2b5baded1feee5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-485c21659db2993a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-188bc2609c779b47.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.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-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46762025-02-28T10:34:05.229Z 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=5a11df79a2adb3c0 -C extra-filename=-f4df98b7f1c64516 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.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-59aa93c5153a9b3f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f26aaa3a3972aab3.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a9ea3aaf9229e0ec.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46772025-02-28T10:34:06.528Z 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=bf37ccf459d5f98a -C extra-filename=-4d66d8ebd4c10de4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ceb30c5cce5766cc.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-59aa93c5153a9b3f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f26aaa3a3972aab3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46782025-02-28T10:34:06.609Z 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=d522db2b4ed68c0b -C extra-filename=-c5cb3948a3d5b7dc --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-770e947861f81604.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3a8686786de25933.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-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5274d884fd8abb7b.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f26aaa3a3972aab3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-c00fa509b30f8352.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-2e63b730026ac88b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-158fe940e6ad0674.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46792025-02-28T10:34:06.776Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
46802025-02-28T10:34:06.779Z 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=0dd1d6aad54f8231 -C extra-filename=-774745d813c2fc72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/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-7ed663b343a5fc8e/out/lib`
46812025-02-28T10:34:07.798Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
46822025-02-28T10:34:07.800Z 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=7a3e6a8e951c87e6 -C extra-filename=-cfec219ca2d21c35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/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-7ed663b343a5fc8e/out/lib`
46832025-02-28T10:34:08.852Z 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=2b115b8c4d5b01bc -C extra-filename=-27b72981cf1a2664 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d70545452c463538.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-025fa0661c013306.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f488ce40ad94174d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-fa86169c581f0b6d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-5672b9070f89d051.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-12dd87c6a53a41f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/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-7ed663b343a5fc8e/out/lib`
46842025-02-28T10:34:10.237Z 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=8fd633f1d2bb49f9 -C extra-filename=-1228c624b50c1fcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-a430c26f0a3fd115.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.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-e13dfae4959ee8af.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-6fcb380dd91b4896.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2a85b02ef7a09709.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-6985c6b2a7d6e587.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-14bb0920b900fca0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-747fe3d407fe8ec6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-67668311946ae631.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-e83632967c5c0152.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7b5ed50b0d9e53b0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
46852025-02-28T10:34:16.841Z 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=1d6465e0bfe37782 -C extra-filename=-68e4c9bcce2a6561 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/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-7ed663b343a5fc8e/out/lib`
46862025-02-28T10:34:17.529Z 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=c5157d2ee09176d0 -C extra-filename=-09a89cd22f02fab1 --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-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-f9897b555aa70ed5.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/lib/amd64`
46872025-02-28T10:34:17.723Z 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=6d22bf6235279124 -C extra-filename=-003139d70e261664 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-96c5e23cbc684b91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.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-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/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-7ed663b343a5fc8e/out/lib`
46882025-02-28T10:34:18.100Z 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=75428633f2d6a2c1 -C extra-filename=-8128dd5398ba0376 --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-41b4d43f76d21dca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/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-7ed663b343a5fc8e/out/lib`
46892025-02-28T10:34:19.239Z 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=9d6defdca87f4b47 -C extra-filename=-a6995003deed64d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.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-4d015bf94185e318.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-815fc54b118b2236.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-0fcfc9f35af02a7c.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-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c5095a4b610984fe.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97bda6518ce87822.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4a4ec44d5bf39c8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/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-7ed663b343a5fc8e/out/lib`
46902025-02-28T10:34:19.568Z 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=1f20e29fd9f77726 -C extra-filename=-f94a1081d6e4adaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-835cb8333af55726.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-bb4a7f000f951b94.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-2830dcd9912b9801.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-528ab214ccaef955.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2ac062631db207ad.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
46912025-02-28T10:34:20.306Z 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=bf7a841e9bf491c2 -C extra-filename=-b85c4cc348cf569c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d70545452c463538.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-025fa0661c013306.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f488ce40ad94174d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-fa86169c581f0b6d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-5672b9070f89d051.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-12dd87c6a53a41f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/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-7ed663b343a5fc8e/out/lib`
46922025-02-28T10:34:22.628Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46932025-02-28T10:34:22.631Z 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=28eaed28578befdc -C extra-filename=-e05e43392ae3c182 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46942025-02-28T10:34:24.926Z 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=5a54377eccdaa9b9 -C extra-filename=-5aca8c3d2ef37f5a --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-bb251cc16f867c81.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46952025-02-28T10:34:26.890Z 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=4375a5d1c8eb5259 -C extra-filename=-24d0d2d18568a648 --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-adcdc6bfd3808e20.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-088f38a6624f97eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46962025-02-28T10:34:28.731Z 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=91c6dd8a7668a457 -C extra-filename=-a7a5700c3bd58b51 --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-bb251cc16f867c81.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46972025-02-28T10:34:29.100Z 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=618d67dcdc2f62ba -C extra-filename=-c46edd61eb1181c7 --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-bb251cc16f867c81.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46982025-02-28T10:34:30.542Z 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=15d69ce90e443b4e -C extra-filename=-d43834e2ee714c9a --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-77040dc890e69fae.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46992025-02-28T10:34:32.386Z 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=20f247905dcde1cc -C extra-filename=-7c3c83be0469f975 --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-bb251cc16f867c81.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-21b62d0b4661d764.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47002025-02-28T10:34:32.533Z 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=47ce6e5ff81cbd2e -C extra-filename=-574249e79c515674 --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-bb251cc16f867c81.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47012025-02-28T10:34:34.244Z 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=e5d79aeb75949283 -C extra-filename=-02a1996de7263797 --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-e99d9ba4d44afd33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47022025-02-28T10:34:34.851Z 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=588a11c1c5a742bc -C extra-filename=-fa178de96bf540f5 --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-be3fd398a6d21510.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd67cff3c9d3bc1c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ffb9404a7105a0dd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47032025-02-28T10:34:37.948Z 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=ebdf88bbc8ced3a2 -C extra-filename=-acc1c32505ca8d3b --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-52f8d8fc4420eba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47042025-02-28T10:34:39.380Z 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=7d2fc71fd09f4411 -C extra-filename=-b96d044b8197dd5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47052025-02-28T10:34:39.578Z 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=afde61ffe9b8b710 -C extra-filename=-32803c0f66016163 --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-bb251cc16f867c81.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47062025-02-28T10:34:40.204Z 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=e340ce13ffadf392 -C extra-filename=-20124d82cf664920 --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-bb251cc16f867c81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47072025-02-28T10:34:42.222Z 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=f0d4328b95e95aeb -C extra-filename=-95e59272baaa0f95 --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-30bce58723a03373.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-fbfff0676174d7d8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47082025-02-28T10:34:43.239Z 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=22bb4a1736817afb -C extra-filename=-18b4909cf0212997 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47092025-02-28T10:34:43.273Z 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=8c09e37f00ad02db -C extra-filename=-610c216586ae2de9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d70545452c463538.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3a921cd77af55d5a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-96c0ab0f17813e78.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47102025-02-28T10:34:43.793Z 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=3959626938fceda9 -C extra-filename=-71bf65be15f14bcc --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-bb251cc16f867c81.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-def9173e44bdd3ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47112025-02-28T10:34:46.874Z 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=b85e53ffa2bb9ad6 -C extra-filename=-a7559c9737beb142 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d70545452c463538.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-025fa0661c013306.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f488ce40ad94174d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-fa86169c581f0b6d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-5672b9070f89d051.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-12dd87c6a53a41f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/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-7ed663b343a5fc8e/out/lib`
47122025-02-28T10:34:51.740Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47132025-02-28T10:34:51.773Z 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=e6a078c0d642e2ec -C extra-filename=-135f3dab45615954 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-96c0ab0f17813e78.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-d1acaa504fd3d2ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-5b6b47f8dfda1e9e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47142025-02-28T10:34:54.327Z 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=7214956d44e6bc2b -C extra-filename=-eeea6ab38b5ddef5 --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-770e947861f81604.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3a8686786de25933.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-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5274d884fd8abb7b.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-c00fa509b30f8352.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-2e63b730026ac88b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-158fe940e6ad0674.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47152025-02-28T10:34:55.775Z 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=ce68509cedd232e2 -C extra-filename=-4df5d62ded2a7ee5 --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-bb251cc16f867c81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-63cb8a31f4e10802.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-747fe3d407fe8ec6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47162025-02-28T10:34:57.489Z 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=99918df803831514 -C extra-filename=-aa997e8816d6690b --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-79b71332f7e2f90a.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-414b8538ec4fa1ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a9ea3aaf9229e0ec.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cd644139eea184df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47172025-02-28T10:35:01.616Z 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=6c12111bdcc3823d -C extra-filename=-490546ac9225c952 --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-79b71332f7e2f90a.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-414b8538ec4fa1ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a9ea3aaf9229e0ec.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cd644139eea184df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47182025-02-28T10:35:02.363Z 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=92cf7a558a0b8a81 -C extra-filename=-affd404cd57d3707 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-65b1f784de0a652e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5f179acf52286a8f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3a921cd77af55d5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ac25e8b3e7842f36.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-63cb8a31f4e10802.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-747fe3d407fe8ec6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-9ae585b96467e022.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.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-67668311946ae631.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47192025-02-28T10:35:03.763Z 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=df0b4f5fb74e6f18 -C extra-filename=-5a419d79d0249488 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-14bb0920b900fca0.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-e96591396af76f84.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47202025-02-28T10:35:04.051Z 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=41cc81e7ba2e1771 -C extra-filename=-133a96ea2998eb79 --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-59aa93c5153a9b3f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47212025-02-28T10:35:04.585Z 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=4f617fbe89607093 -C extra-filename=-acc0740d68fbf19b --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-59aa93c5153a9b3f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47222025-02-28T10:35:04.639Z 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=88ada8bf6d5cfe82 -C extra-filename=-d87e6fe66ab31641 --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-770e947861f81604.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-782b2c9ed882649b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47232025-02-28T10:35:05.522Z 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=9cc1beea5564e680 -C extra-filename=-8e56f9c32fcf7d06 --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-59aa93c5153a9b3f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47242025-02-28T10:35:05.996Z 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=5bbfa36174a94341 -C extra-filename=-cb51957044dbd375 --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-59aa93c5153a9b3f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47252025-02-28T10:35:07.077Z 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=235093d334fc6ad5 -C extra-filename=-588953e6106ec732 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-63cb8a31f4e10802.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-747fe3d407fe8ec6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47262025-02-28T10:35:07.255Z 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=34fe5071fb2d823e -C extra-filename=-38d8cf4cd04fec5d --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-59aa93c5153a9b3f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47272025-02-28T10:35:07.432Z 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=ccaa12932e1c84ff -C extra-filename=-498d3c9c35522468 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47282025-02-28T10:35:08.526Z 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=dbbe5497ffdbd508 -C extra-filename=-66c841372fcdb82e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.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-96c0ab0f17813e78.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47292025-02-28T10:35:09.672Z 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=f47d848463464c4a -C extra-filename=-44e11eba5bfc6e39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-e96591396af76f84.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47302025-02-28T10:35:09.904Z 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=ffb19c87e18ff486 -C extra-filename=-6d9a5316d61603a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47312025-02-28T10:35:10.446Z 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=618f3723eae9a541 -C extra-filename=-f23ecf95c516a049 --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-32ea6b73e4d19688.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47322025-02-28T10:35:10.635Z 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=c476b2a046e2e4d8 -C extra-filename=-73ee42f2c4f80af1 --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-bb251cc16f867c81.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47332025-02-28T10:35:11.032Z 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=f7cd31e5a0d0269a -C extra-filename=-05ec4cc14af5bb11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-96c5e23cbc684b91.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-597b3c4b298e6693.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47342025-02-28T10:35:11.832Z 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=35eb32cbbefe388c -C extra-filename=-ce9443fa286b4591 --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-59aa93c5153a9b3f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47352025-02-28T10:35:12.305Z 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=829e762bbd92eb1e -C extra-filename=-637dd97ab6c4d650 --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-bb251cc16f867c81.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47362025-02-28T10:35:12.347Z 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=acd266548766218f -C extra-filename=-2a296efd6da04c22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-1bd1f0f3b8cf4c85.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3a8686786de25933.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-4686149c940e4104.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47372025-02-28T10:35:12.507Z 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=d2f6924fadcfbe2b -C extra-filename=-fc8c0c33f4f025f1 --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-59aa93c5153a9b3f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47382025-02-28T10:35:12.859Z 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=27fcf698ba2ccd3f -C extra-filename=-8089f4ceab4ee306 --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-59aa93c5153a9b3f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47392025-02-28T10:35:13.556Z 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=4d2ed3317bda54b0 -C extra-filename=-f70add75e737b4de --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-0fe029a8f0a9b2fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-716f8de4628ec366.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47402025-02-28T10:35:13.710Z 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=557b90cc6eb384ed -C extra-filename=-a9529d505315709a --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-86a99f4ac28d3b8b.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-009794bcd0adcca4.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-835cb8333af55726.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-873ca6c511be64fd.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-2782f95855fe4ce2.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-17fa9da22ed739fc.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-5be7a60b64167706.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-770e947861f81604.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-bd1f439b39fa4670.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-7315b290250f53df.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a9acdc605ab40d5a.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-9c1d64915a9307de.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-2aee92d249887bfd.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-deda26ef8f06357a.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-88eb04f5cb135d23.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b85cfe1a68b7b72b.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1891135b6673283d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da88c3456a4c0e5c.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ddea1a7155bf510f.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2a51f4ad038a9542.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-96c31fd50bf80e0f.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-e4037fba4f9cf438.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.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-bea6d8f0b8319994.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52c2335562854fea.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-18f0880b436c32e6.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd074e5e26c6f3e8.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-e4ca59aa4e322fed.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-27c977240796c3a1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-485c21659db2993a.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-628027f208fb1234.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f679619d245e4937.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ae48be8ae41eb0a8.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-117158ec426251f8.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8b814007e844dca0.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a380b12963bfcb13.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ebcb45da670315dc.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-41b4d43f76d21dca.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-ac7c53bc75619921.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0fe029a8f0a9b2fc.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-370cddedf3f05fbc.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-b812d348885ff20e.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-df7c36869dc1a4de.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-b60e4a9f99bbc8bd.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-3a2a892c15350ff9.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-8001500374b68b56.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c8993d753b599e9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.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-ed6fa7f5b5b4aa10.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-2f98f4cffcfa4c69.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6a985354087de3ce.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5648ed5d4bf3f9d4.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-a510cdacaeb70854.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-05a475995c9906c0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-25e007f1ee25bcd6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.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-e5bb232e735f783e.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ce1398b91b784a2b.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-ff89f6f9e9e5286b.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-204368fc1dd4a857.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0dc97e1552252cfa.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-606460f6dae0218f.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b908c8d262047c47.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-597b3c4b298e6693.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6de9411779ff2095.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3732f8bb1c37ac82.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-26ef574f41c04d1c.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ac579f0269c799a.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8fb1f68b59dc2571.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-01e4a0be8cd7addb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47412025-02-28T10:36:11.702Z 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=d093520c625e43e2 -C extra-filename=-023861a670a5c682 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d19029300bb3f1dc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ec5d6aab8c4fb33.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-59378a36e7a17410.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d72d7799eaf4dcd0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-6a64e379bc256e05.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-316915a690727d7f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/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-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/`
47422025-02-28T10:36:11.707Z 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=7e8e8838f55b2478 -C extra-filename=-87094f4eff74752e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d19029300bb3f1dc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ec5d6aab8c4fb33.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d72d7799eaf4dcd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.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-316915a690727d7f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/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-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/`
47432025-02-28T10:36:11.707Z 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=d4eee53332ca489a -C extra-filename=-4ce92e3e9a9150d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f2eb124640dd5009.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8237451b3178f44a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-def9173e44bdd3ba.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3ec9c580ccbe91a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-324174bc038fa7c5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8aca2d393ee7e31.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-0ce057662b19811a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-183f95e51dbc5b2a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bcf783fac02979cd.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e221a8ce0e1360d7.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7692eea99b078986.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ec5d6aab8c4fb33.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-254dcceda3044261.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d72d7799eaf4dcd0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4a67e31427aeea4c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0208c59fdc702450.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1adf86097720a220.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.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-67668311946ae631.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97bda6518ce87822.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6cc52bbf45b89078.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.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-0f4a88a950d05d62.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/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-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/`
47442025-02-28T10:36:11.708Z 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=ec042efa2df7857e -C extra-filename=-dd518f833ddf0062 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d19029300bb3f1dc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ec5d6aab8c4fb33.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-59378a36e7a17410.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d72d7799eaf4dcd0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-6a64e379bc256e05.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-316915a690727d7f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/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-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/`
47452025-02-28T10:36:11.708Z 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=864724f1daaec2f8 -C extra-filename=-db40c8fa258624ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f2eb124640dd5009.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-366aa14937c942ac.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-63e288e334c5349b.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4236577133eb3a11.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-817a0a6d33753005.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3ec9c580ccbe91a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-0bcdc28301a6b84e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-80af3296f3b32313.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0fe029a8f0a9b2fc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-183f95e51dbc5b2a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bcf783fac02979cd.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-aeaf5db27c332cc0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f33da92474d5e5fd.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e221a8ce0e1360d7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ec5d6aab8c4fb33.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-254dcceda3044261.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d72d7799eaf4dcd0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.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-67668311946ae631.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/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-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/`
47462025-02-28T10:36:11.723Z 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=3caec4c4a7ea0b6c -C extra-filename=-7a4afe13801c58b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-c51beed7bfac70ec.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.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-bb69a61cfc2af341.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bcf783fac02979cd.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f0791dcf8bd30225.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f33da92474d5e5fd.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e221a8ce0e1360d7.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-b46d245cf0bf094e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ec5d6aab8c4fb33.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-254dcceda3044261.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d72d7799eaf4dcd0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1adf86097720a220.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/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-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/`
47472025-02-28T10:36:11.737Z 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=fa414507ecf5a760 -C extra-filename=-0f0f82faa6ae04ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-c51beed7bfac70ec.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.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-bb69a61cfc2af341.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bcf783fac02979cd.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f0791dcf8bd30225.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f33da92474d5e5fd.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e221a8ce0e1360d7.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-b46d245cf0bf094e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ec5d6aab8c4fb33.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-254dcceda3044261.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d72d7799eaf4dcd0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1adf86097720a220.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/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-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/`
47482025-02-28T10:36:11.741Z 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=e246cffe94df39e0 -C extra-filename=-287022ce4d48addb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f2eb124640dd5009.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8237451b3178f44a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-def9173e44bdd3ba.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3ec9c580ccbe91a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-324174bc038fa7c5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8aca2d393ee7e31.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-0ce057662b19811a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-183f95e51dbc5b2a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bcf783fac02979cd.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e221a8ce0e1360d7.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7692eea99b078986.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ec5d6aab8c4fb33.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-254dcceda3044261.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d72d7799eaf4dcd0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4a67e31427aeea4c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0208c59fdc702450.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1adf86097720a220.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.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-67668311946ae631.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97bda6518ce87822.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6cc52bbf45b89078.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.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-0f4a88a950d05d62.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/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-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/`
47492025-02-28T10:39:37.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17m 54s
47502025-02-28T10:39:51.882Z
47512025-02-28T10:39:51.887Zreal 18:09.282529138
47522025-02-28T10:39:51.887Zuser 1:41:43.880004513
47532025-02-28T10:39:51.887Zsys 14:42.024727953
47542025-02-28T10:39:51.887Ztrap 4.023670121
47552025-02-28T10:39:51.887Ztflt 3.275326907
47562025-02-28T10:39:51.887Zdflt 3:55.794312892
47572025-02-28T10:39:51.887Zkflt 2.229067873
47582025-02-28T10:39:51.888Zlock 3:32:36.965092165
47592025-02-28T10:39:51.888Zslp 8:41:55.093730729
47602025-02-28T10:39:51.891Zlat 6:11.805323064
47612025-02-28T10:39:51.891Zstop 9:56.729789022
47622025-02-28T10:39:52.897Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
47632025-02-28T10:39:57.680Z Fresh unicode-ident v1.0.14
47642025-02-28T10:39:57.680Z Fresh cfg-if v1.0.0
47652025-02-28T10:39:57.684Z Fresh autocfg v1.4.0
47662025-02-28T10:39:57.684Z Fresh memchr v2.7.4
47672025-02-28T10:39:57.684Z Fresh version_check v0.9.5
47682025-02-28T10:39:57.684Z Fresh proc-macro2 v1.0.93
47692025-02-28T10:39:57.684Z Fresh value-bag v1.9.0
47702025-02-28T10:39:57.684Z Fresh itoa v1.0.11
47712025-02-28T10:39:57.684Z Fresh once_cell v1.20.3
47722025-02-28T10:39:57.684Z Fresh scopeguard v1.2.0
47732025-02-28T10:39:57.684Z Fresh quote v1.0.38
47742025-02-28T10:39:57.688Z Fresh libc v0.2.170
47752025-02-28T10:39:57.688Z Fresh log v0.4.22
47762025-02-28T10:39:57.688Z Fresh smallvec v1.14.0
47772025-02-28T10:39:57.688Z Fresh byteorder v1.5.0
47782025-02-28T10:39:57.688Z Fresh pin-project-lite v0.2.14
47792025-02-28T10:39:57.688Z Fresh ryu v1.0.18
47802025-02-28T10:39:57.688Z Fresh syn v2.0.98
47812025-02-28T10:39:57.688Z Fresh getrandom v0.2.15
47822025-02-28T10:39:57.688Z Fresh lock_api v0.4.12
47832025-02-28T10:39:57.688Z Fresh subtle v2.6.1
47842025-02-28T10:39:57.688Z Fresh regex-syntax v0.8.5
47852025-02-28T10:39:57.688Z Fresh shlex v1.3.0
47862025-02-28T10:39:57.688Z Fresh aho-corasick v1.1.3
47872025-02-28T10:39:57.688Z Fresh serde_derive v1.0.218
47882025-02-28T10:39:57.688Z Fresh rand_core v0.6.4
47892025-02-28T10:39:57.688Z Fresh zeroize_derive v1.4.2
47902025-02-28T10:39:57.688Z Fresh zerocopy-derive v0.7.35
47912025-02-28T10:39:57.688Z Fresh regex-automata v0.4.8
47922025-02-28T10:39:57.688Z Fresh serde v1.0.218
47932025-02-28T10:39:57.688Z Fresh zeroize v1.8.1
47942025-02-28T10:39:57.688Z Fresh libm v0.2.8
47952025-02-28T10:39:57.688Z Fresh zerocopy v0.7.35
47962025-02-28T10:39:57.688Z Fresh jobserver v0.1.32
47972025-02-28T10:39:57.688Z Fresh bytes v1.10.0
47982025-02-28T10:39:57.688Z Fresh bitflags v2.6.0
47992025-02-28T10:39:57.691Z Fresh num-traits v0.2.19
48002025-02-28T10:39:57.691Z Fresh parking_lot_core v0.9.10
48012025-02-28T10:39:57.691Z Fresh cc v1.2.15
48022025-02-28T10:39:57.691Z Fresh allocator-api2 v0.2.18
48032025-02-28T10:39:57.691Z Fresh serde_json v1.0.139
48042025-02-28T10:39:57.691Z Fresh parking_lot v0.12.3
48052025-02-28T10:39:57.691Z Fresh thiserror-impl v1.0.69
48062025-02-28T10:39:57.691Z Fresh errno v0.3.9
48072025-02-28T10:39:57.692Z Fresh semver v1.0.25
48082025-02-28T10:39:57.692Z Fresh signal-hook-registry v1.4.2
48092025-02-28T10:39:57.692Z Fresh fnv v1.0.7
48102025-02-28T10:39:57.692Z Fresh regex v1.11.1
48112025-02-28T10:39:57.692Z Fresh futures-core v0.3.31
48122025-02-28T10:39:57.692Z Fresh typenum v1.17.0
48132025-02-28T10:39:57.692Z Fresh thiserror v1.0.69
48142025-02-28T10:39:57.692Z Fresh equivalent v1.0.1
48152025-02-28T10:39:57.692Z Fresh foldhash v0.1.3
48162025-02-28T10:39:57.695Z Fresh mio v1.0.2
48172025-02-28T10:39:57.695Z Fresh either v1.14.0
48182025-02-28T10:39:57.695Z Fresh tokio-macros v2.5.0
48192025-02-28T10:39:57.695Z Fresh generic-array v0.14.7
48202025-02-28T10:39:57.695Z Fresh hashbrown v0.15.1
48212025-02-28T10:39:57.695Z Fresh socket2 v0.5.8
48222025-02-28T10:39:57.695Z Fresh heck v0.5.0
48232025-02-28T10:39:57.695Z Fresh const-oid v0.9.6
48242025-02-28T10:39:57.695Z Fresh futures-io v0.3.31
48252025-02-28T10:39:57.695Z Fresh crypto-common v0.1.6
48262025-02-28T10:39:57.695Z Fresh rustix v0.38.37
48272025-02-28T10:39:57.695Z Fresh indexmap v2.7.1
48282025-02-28T10:39:57.695Z Fresh tokio v1.43.0
48292025-02-28T10:39:57.701Z Fresh spin v0.9.8
48302025-02-28T10:39:57.701Z Fresh block-buffer v0.10.4
48312025-02-28T10:39:57.701Z Fresh slab v0.4.9
48322025-02-28T10:39:57.701Z Fresh digest v0.10.7
48332025-02-28T10:39:57.701Z Fresh iana-time-zone v0.1.61
48342025-02-28T10:39:57.701Z Fresh futures-sink v0.3.31
48352025-02-28T10:39:57.701Z Fresh cpufeatures v0.2.14
48362025-02-28T10:39:57.701Z Fresh lazy_static v1.5.0
48372025-02-28T10:39:57.701Z Fresh stable_deref_trait v1.2.0
48382025-02-28T10:39:57.701Z Fresh getrandom v0.3.1
48392025-02-28T10:39:57.701Z Fresh chrono v0.4.40
48402025-02-28T10:39:57.701Z Fresh pin-utils v0.1.0
48412025-02-28T10:39:57.701Z Fresh pkg-config v0.3.31
48422025-02-28T10:39:57.701Z Fresh futures-channel v0.3.31
48432025-02-28T10:39:57.701Z Fresh futures-macro v0.3.31
48442025-02-28T10:39:57.701Z Fresh futures-task v0.3.31
48452025-02-28T10:39:57.701Z Fresh serde_derive_internals v0.29.1
48462025-02-28T10:39:57.701Z Fresh uuid v1.15.1
48472025-02-28T10:39:57.701Z Fresh futures-util v0.3.31
48482025-02-28T10:39:57.701Z Fresh dyn-clone v1.0.18
48492025-02-28T10:39:57.701Z Fresh schemars_derive v0.8.22
48502025-02-28T10:39:57.701Z Fresh synstructure v0.13.1
48512025-02-28T10:39:57.702Z Fresh ppv-lite86 v0.2.20
48522025-02-28T10:39:57.702Z Fresh glob v0.3.2
48532025-02-28T10:39:57.702Z Fresh zerofrom-derive v0.1.4
48542025-02-28T10:39:57.702Z Fresh yoke-derive v0.7.4
48552025-02-28T10:39:57.702Z Fresh zerovec-derive v0.10.3
48562025-02-28T10:39:57.702Z Fresh tracing-attributes v0.1.27
48572025-02-28T10:39:57.702Z Fresh displaydoc v0.2.5
48582025-02-28T10:39:57.702Z Fresh tracing-core v0.1.32
48592025-02-28T10:39:57.706Z Fresh schemars v0.8.22
48602025-02-28T10:39:57.706Z Fresh zerofrom v0.1.4
48612025-02-28T10:39:57.706Z Fresh tracing v0.1.40
48622025-02-28T10:39:57.706Z Fresh http v1.2.0
48632025-02-28T10:39:57.706Z Fresh minimal-lexical v0.2.1
48642025-02-28T10:39:57.706Z Fresh yoke v0.7.4
48652025-02-28T10:39:57.706Z Fresh nom v7.1.3
48662025-02-28T10:39:57.707Z Fresh syn v1.0.109
48672025-02-28T10:39:57.707Z Fresh rand_chacha v0.3.1
48682025-02-28T10:39:57.707Z Fresh litemap v0.7.3
48692025-02-28T10:39:57.707Z Fresh writeable v0.5.5
48702025-02-28T10:39:57.707Z Fresh zerovec v0.10.4
48712025-02-28T10:39:57.707Z Fresh rand v0.8.5
48722025-02-28T10:39:57.707Z Fresh icu_provider_macros v1.5.0
48732025-02-28T10:39:57.707Z Fresh percent-encoding v2.3.1
48742025-02-28T10:39:57.707Z Fresh home v0.5.9
48752025-02-28T10:39:57.707Z Fresh libloading v0.8.5
48762025-02-28T10:39:57.707Z Fresh strsim v0.11.1
48772025-02-28T10:39:57.707Z Fresh icu_locid_transform_data v1.5.0
48782025-02-28T10:39:57.707Z Fresh tinystr v0.7.6
48792025-02-28T10:39:57.707Z Fresh icu_collections v1.5.0
48802025-02-28T10:39:57.707Z Fresh clang-sys v1.8.1
48812025-02-28T10:39:57.707Z Fresh cexpr v0.6.0
48822025-02-28T10:39:57.707Z Fresh prettyplease v0.2.29
48832025-02-28T10:39:57.707Z Fresh icu_properties_data v1.5.0
48842025-02-28T10:39:57.707Z Fresh form_urlencoded v1.2.1
48852025-02-28T10:39:57.707Z Fresh icu_locid v1.5.0
48862025-02-28T10:39:57.707Z Fresh adler2 v2.0.0
48872025-02-28T10:39:57.707Z Fresh write16 v1.0.0
48882025-02-28T10:39:57.707Z Fresh icu_normalizer_data v1.5.0
48892025-02-28T10:39:57.707Z Fresh utf16_iter v1.0.5
48902025-02-28T10:39:57.707Z Fresh icu_provider v1.5.0
48912025-02-28T10:39:57.707Z Fresh crossbeam-utils v0.8.20
48922025-02-28T10:39:57.707Z Fresh utf8_iter v1.0.4
48932025-02-28T10:39:57.707Z Fresh miniz_oxide v0.8.5
48942025-02-28T10:39:57.707Z Fresh powerfmt v0.2.0
48952025-02-28T10:39:57.707Z Fresh icu_locid_transform v1.5.0
48962025-02-28T10:39:57.707Z Fresh vcpkg v0.2.15
48972025-02-28T10:39:57.707Z Fresh time-core v0.1.2
48982025-02-28T10:39:57.707Z Fresh num-conv v0.1.0
48992025-02-28T10:39:57.707Z Fresh deranged v0.3.11
49002025-02-28T10:39:57.707Z Fresh paste v1.0.15
49012025-02-28T10:39:57.707Z Fresh itertools v0.12.1
49022025-02-28T10:39:57.707Z Fresh icu_properties v1.5.1
49032025-02-28T10:39:57.707Z Fresh time-macros v0.2.18
49042025-02-28T10:39:57.707Z Fresh num_threads v0.1.7
49052025-02-28T10:39:57.708Z Fresh httparse v1.9.5
49062025-02-28T10:39:57.708Z Fresh which v4.4.2
49072025-02-28T10:39:57.708Z Fresh lazycell v1.3.0
49082025-02-28T10:39:57.708Z Fresh rustc-hash v1.1.0
49092025-02-28T10:39:57.708Z Fresh icu_normalizer v1.5.0
49102025-02-28T10:39:57.711Z Fresh time v0.3.36
49112025-02-28T10:39:57.711Z Fresh atomic-waker v1.1.2
49122025-02-28T10:39:57.711Z Fresh tokio-util v0.7.13
49132025-02-28T10:39:57.711Z Fresh block-padding v0.3.3
49142025-02-28T10:39:57.711Z Fresh cmake v0.1.51
49152025-02-28T10:39:57.711Z Fresh fs_extra v1.3.0
49162025-02-28T10:39:57.711Z Fresh idna_adapter v1.2.0
49172025-02-28T10:39:57.711Z Fresh bindgen v0.69.5
49182025-02-28T10:39:57.711Z Fresh dunce v1.0.5
49192025-02-28T10:39:57.711Z Fresh untrusted v0.9.0
49202025-02-28T10:39:57.711Z Fresh inout v0.1.3
49212025-02-28T10:39:57.711Z Fresh serde_tokenstream v0.2.2
49222025-02-28T10:39:57.711Z Fresh sha2 v0.10.8
49232025-02-28T10:39:57.711Z Fresh toml_datetime v0.6.8
49242025-02-28T10:39:57.711Z Fresh idna v1.0.3
49252025-02-28T10:39:57.711Z Fresh ring v0.17.11
49262025-02-28T10:39:57.711Z Fresh cipher v0.4.4
49272025-02-28T10:39:57.711Z Fresh serde_spanned v0.6.8
49282025-02-28T10:39:57.711Z Fresh rustls-pki-types v1.10.0
49292025-02-28T10:39:57.711Z Fresh gimli v0.31.1
49302025-02-28T10:39:57.711Z Fresh url v2.5.3
49312025-02-28T10:39:57.711Z Fresh addr2line v0.24.2
49322025-02-28T10:39:57.711Z Fresh object v0.36.5
49332025-02-28T10:39:57.711Z Fresh rustc-demangle v0.1.24
49342025-02-28T10:39:57.711Z Fresh base64ct v1.6.0
49352025-02-28T10:39:57.711Z Fresh aws-lc-sys v0.26.0
49362025-02-28T10:39:57.712Z Fresh backtrace v0.3.74
49372025-02-28T10:39:57.712Z Fresh ahash v0.8.11
49382025-02-28T10:39:57.712Z Fresh http-body v1.0.1
49392025-02-28T10:39:57.712Z Fresh hmac v0.12.1
49402025-02-28T10:39:57.712Z Fresh untrusted v0.7.1
49412025-02-28T10:39:57.712Z Fresh httpdate v1.0.3
49422025-02-28T10:39:57.712Z Fresh try-lock v0.2.5
49432025-02-28T10:39:57.712Z Fresh base64 v0.22.1
49442025-02-28T10:39:57.712Z Fresh anyhow v1.0.96
49452025-02-28T10:39:57.712Z Fresh h2 v0.4.6
49462025-02-28T10:39:57.712Z Fresh tower-service v0.3.3
49472025-02-28T10:39:57.712Z Fresh aws-lc-rs v1.12.4
49482025-02-28T10:39:57.712Z Fresh want v0.3.1
49492025-02-28T10:39:57.712Z Fresh pem-rfc7468 v0.7.0
49502025-02-28T10:39:57.712Z Fresh mime v0.3.17
49512025-02-28T10:39:57.712Z Fresh http-body-util v0.1.2
49522025-02-28T10:39:57.712Z Fresh async-trait v0.1.86
49532025-02-28T10:39:57.712Z Fresh hyper v1.6.0
49542025-02-28T10:39:57.712Z Fresh rustls-webpki v0.102.8
49552025-02-28T10:39:57.715Z Fresh slog v2.7.0
49562025-02-28T10:39:57.715Z Fresh der_derive v0.7.3
49572025-02-28T10:39:57.715Z Fresh flagset v0.4.6
49582025-02-28T10:39:57.715Z Fresh pbkdf2 v0.12.2
49592025-02-28T10:39:57.715Z Fresh aes v0.8.4
49602025-02-28T10:39:57.715Z Fresh hyper-util v0.1.10
49612025-02-28T10:39:57.715Z Fresh der v0.7.9
49622025-02-28T10:39:57.715Z Fresh rustls-pemfile v2.2.0
49632025-02-28T10:39:57.715Z Fresh rustc_version v0.4.1
49642025-02-28T10:39:57.715Z Fresh foreign-types-shared v0.1.1
49652025-02-28T10:39:57.715Z Fresh ipnet v2.11.0
49662025-02-28T10:39:57.715Z Fresh openssl-probe v0.1.5
49672025-02-28T10:39:57.715Z Fresh spki v0.7.3
49682025-02-28T10:39:57.715Z Fresh foreign-types v0.3.2
49692025-02-28T10:39:57.715Z Fresh openssl-sys v0.9.106
49702025-02-28T10:39:57.718Z Fresh salsa20 v0.10.2
49712025-02-28T10:39:57.718Z Fresh cbc v0.1.2
49722025-02-28T10:39:57.718Z Fresh serde_urlencoded v0.7.1
49732025-02-28T10:39:57.718Z Fresh openssl-macros v0.1.1
49742025-02-28T10:39:57.718Z Fresh encoding_rs v0.8.34
49752025-02-28T10:39:57.718Z Fresh utf8parse v0.2.2
49762025-02-28T10:39:57.718Z Fresh openssl v0.10.71
49772025-02-28T10:39:57.718Z Fresh scrypt v0.11.0
49782025-02-28T10:39:57.718Z Fresh futures-executor v0.3.31
49792025-02-28T10:39:57.718Z Fresh openapiv3 v2.0.0
49802025-02-28T10:39:57.719Z Fresh is-terminal v0.4.13
49812025-02-28T10:39:57.719Z Fresh pkcs5 v0.7.1
49822025-02-28T10:39:57.719Z Fresh futures v0.3.31
49832025-02-28T10:39:57.719Z Fresh camino v1.1.9
49842025-02-28T10:39:57.719Z Fresh rustls v0.23.19
49852025-02-28T10:39:57.719Z Fresh rustversion v1.0.17
49862025-02-28T10:39:57.719Z Fresh anstyle v1.0.10
49872025-02-28T10:39:57.719Z Fresh pkcs8 v0.10.2
49882025-02-28T10:39:57.719Z Fresh dirs-sys-next v0.1.2
49892025-02-28T10:39:57.719Z Fresh native-tls v0.2.12
49902025-02-28T10:39:57.719Z Fresh tokio-rustls v0.26.0
49912025-02-28T10:39:57.719Z Fresh psl-types v2.0.11
49922025-02-28T10:39:57.719Z Fresh litrs v0.4.1
49932025-02-28T10:39:57.719Z Fresh dirs-next v2.0.0
49942025-02-28T10:39:57.719Z Fresh webpki-roots v0.26.6
49952025-02-28T10:39:57.722Z Fresh sync_wrapper v1.0.1
49962025-02-28T10:39:57.722Z Fresh cookie v0.18.1
49972025-02-28T10:39:57.722Z Fresh tokio-native-tls v0.3.1
49982025-02-28T10:39:57.722Z Fresh document-features v0.2.10
49992025-02-28T10:39:57.722Z Fresh publicsuffix v2.3.0
50002025-02-28T10:39:57.722Z Fresh data-encoding v2.6.0
50012025-02-28T10:39:57.722Z Fresh ucd-trie v0.1.7
50022025-02-28T10:39:57.722Z Fresh tower-layer v0.3.3
50032025-02-28T10:39:57.722Z Fresh hyper-rustls v0.27.3
50042025-02-28T10:39:57.722Z Fresh pest v2.7.14
50052025-02-28T10:39:57.722Z Fresh cookie_store v0.21.1
50062025-02-28T10:39:57.722Z Fresh tower v0.5.2
50072025-02-28T10:39:57.722Z Fresh hyper-tls v0.6.0
50082025-02-28T10:39:57.722Z Fresh term v0.7.0
50092025-02-28T10:39:57.722Z Fresh anstyle-parse v0.2.5
50102025-02-28T10:39:57.722Z Fresh sha1 v0.10.6
50112025-02-28T10:39:57.722Z Fresh anstyle-query v1.1.1
50122025-02-28T10:39:57.725Z Fresh is_terminal_polyfill v1.70.1
50132025-02-28T10:39:57.725Z Fresh winnow v0.5.40
50142025-02-28T10:39:57.725Z Fresh colorchoice v1.0.2
50152025-02-28T10:39:57.725Z Fresh pest_meta v2.7.14
50162025-02-28T10:39:57.725Z Fresh reqwest v0.12.12
50172025-02-28T10:39:57.725Z Fresh terminal_size v0.4.0
50182025-02-28T10:39:57.725Z Fresh scroll_derive v0.12.0
50192025-02-28T10:39:57.725Z Fresh clap_lex v0.7.4
50202025-02-28T10:39:57.725Z Fresh toml_edit v0.19.15
50212025-02-28T10:39:57.725Z Fresh anstream v0.6.15
50222025-02-28T10:39:57.725Z Fresh siphasher v0.3.11
50232025-02-28T10:39:57.725Z Fresh winnow v0.7.3
50242025-02-28T10:39:57.725Z Fresh pest_generator v2.7.14
50252025-02-28T10:39:57.725Z Fresh scroll v0.12.0
50262025-02-28T10:39:57.725Z Fresh clap_derive v4.5.28
50272025-02-28T10:39:57.725Z Fresh plain v0.2.3
50282025-02-28T10:39:57.725Z Fresh clap_builder v4.5.31
50292025-02-28T10:39:57.725Z Fresh toml_edit v0.22.24
50302025-02-28T10:39:57.725Z Fresh goblin v0.8.2
50312025-02-28T10:39:57.725Z Fresh pest_derive v2.7.14
50322025-02-28T10:39:57.725Z Fresh signature v2.2.0
50332025-02-28T10:39:57.725Z Fresh bitflags v1.3.2
50342025-02-28T10:39:57.725Z Fresh pretty-hex v0.4.1
50352025-02-28T10:39:57.726Z Fresh clap v4.5.31
50362025-02-28T10:39:57.726Z Fresh dtrace-parser v0.2.0
50372025-02-28T10:39:57.726Z Fresh dof v0.3.0
50382025-02-28T10:39:57.728Z Fresh thread-id v4.2.2
50392025-02-28T10:39:57.729Z Fresh unicode-segmentation v1.12.0
50402025-02-28T10:39:57.729Z Fresh tinyvec_macros v0.1.1
50412025-02-28T10:39:57.729Z Fresh usdt-impl v0.5.0
50422025-02-28T10:39:57.729Z Fresh tinyvec v1.8.0
50432025-02-28T10:39:57.729Z Fresh crossbeam-channel v0.5.13
50442025-02-28T10:39:57.729Z Fresh zerocopy-derive v0.8.10
50452025-02-28T10:39:57.729Z Fresh thread_local v1.1.8
50462025-02-28T10:39:57.729Z Fresh crc32fast v1.4.2
50472025-02-28T10:39:57.729Z Fresh base16ct v0.2.0
50482025-02-28T10:39:57.729Z Fresh zerocopy v0.8.10
50492025-02-28T10:39:57.729Z Fresh toml v0.8.20
50502025-02-28T10:39:57.729Z Fresh num-integer v0.1.46
50512025-02-28T10:39:57.729Z Fresh ff v0.13.0
50522025-02-28T10:39:57.729Z Fresh heck v0.4.1
50532025-02-28T10:39:57.732Z Fresh take_mut v0.2.2
50542025-02-28T10:39:57.732Z Fresh sec1 v0.7.3
50552025-02-28T10:39:57.732Z Fresh slog-async v2.8.0
50562025-02-28T10:39:57.732Z Fresh group v0.13.0
50572025-02-28T10:39:57.732Z Fresh usdt-attr-macro v0.5.0
50582025-02-28T10:39:57.732Z Fresh slog-term v2.9.1
50592025-02-28T10:39:57.732Z Fresh usdt-macro v0.5.0
50602025-02-28T10:39:57.732Z Fresh hkdf v0.12.4
50612025-02-28T10:39:57.732Z Fresh crossbeam-epoch v0.9.18
50622025-02-28T10:39:57.732Z Fresh crypto-bigint v0.5.5
50632025-02-28T10:39:57.732Z Fresh memmap v0.7.0
50642025-02-28T10:39:57.732Z Fresh match_cfg v0.1.0
50652025-02-28T10:39:57.732Z Fresh static_assertions v1.1.0
50662025-02-28T10:39:57.732Z Fresh utf-8 v0.7.6
50672025-02-28T10:39:57.732Z Fresh itertools v0.10.5
50682025-02-28T10:39:57.732Z Fresh hex v0.4.3
50692025-02-28T10:39:57.732Z Fresh hostname v0.3.1
50702025-02-28T10:39:57.732Z Fresh usdt v0.5.0
50712025-02-28T10:39:57.732Z Fresh elliptic-curve v0.13.8
50722025-02-28T10:39:57.732Z Fresh unicode-width v0.2.0
50732025-02-28T10:39:57.732Z Fresh crossbeam-deque v0.8.5
50742025-02-28T10:39:57.732Z Fresh num-iter v0.1.45
50752025-02-28T10:39:57.732Z Fresh flate2 v1.1.0
50762025-02-28T10:39:57.735Z Fresh hubpack_derive v0.1.1
50772025-02-28T10:39:57.735Z Fresh rayon-core v1.12.1
50782025-02-28T10:39:57.735Z Fresh phf_shared v0.11.2
50792025-02-28T10:39:57.735Z Fresh toml v0.7.8
50802025-02-28T10:39:57.735Z Fresh slog-json v2.6.1
50812025-02-28T10:39:57.738Z Fresh hubpack v0.1.2
50822025-02-28T10:39:57.738Z Fresh rfc6979 v0.4.0
50832025-02-28T10:39:57.738Z Fresh bstr v1.10.0
50842025-02-28T10:39:57.738Z Fresh curve25519-dalek-derive v0.1.1
50852025-02-28T10:39:57.738Z Fresh zerocopy-derive v0.6.6
50862025-02-28T10:39:57.739Z Fresh managed v0.8.0
50872025-02-28T10:39:57.739Z Fresh bit-vec v0.6.3
50882025-02-28T10:39:57.739Z Fresh num-bigint-dig v0.8.4
50892025-02-28T10:39:57.739Z Fresh rustls v0.22.4
50902025-02-28T10:39:57.739Z Fresh zerocopy v0.6.6
50912025-02-28T10:39:57.739Z Fresh ecdsa v0.16.9
50922025-02-28T10:39:57.739Z Fresh curve25519-dalek v4.1.3
50932025-02-28T10:39:57.739Z Fresh bit-set v0.5.3
50942025-02-28T10:39:57.739Z Fresh slog-bunyan v2.5.0
50952025-02-28T10:39:57.739Z Fresh phf_shared v0.10.0
50962025-02-28T10:39:57.739Z Fresh pkcs1 v0.7.5
50972025-02-28T10:39:57.742Z Fresh precomputed-hash v0.1.1
50982025-02-28T10:39:57.742Z Fresh unicode-xid v0.2.6
50992025-02-28T10:39:57.742Z Fresh fixedbitset v0.4.2
51002025-02-28T10:39:57.742Z Fresh new_debug_unreachable v1.0.6
51012025-02-28T10:39:57.742Z Fresh signal-hook v0.3.17
51022025-02-28T10:39:57.742Z Fresh petgraph v0.6.5
51032025-02-28T10:39:57.742Z Fresh string_cache v0.8.7
51042025-02-28T10:39:57.743Z Fresh rsa v0.9.6
51052025-02-28T10:39:57.743Z Fresh tokio-rustls v0.25.0
51062025-02-28T10:39:57.743Z Fresh unicode-normalization v0.1.24
51072025-02-28T10:39:57.743Z Fresh ed25519 v2.2.3
51082025-02-28T10:39:57.743Z Fresh enum-as-inner v0.6.1
51092025-02-28T10:39:57.743Z Fresh async-stream-impl v0.3.6
51102025-02-28T10:39:57.743Z Fresh quick-error v1.2.3
51112025-02-28T10:39:57.743Z Fresh debug-ignore v1.0.5
51122025-02-28T10:39:57.743Z Fresh async-stream v0.3.6
51132025-02-28T10:39:57.743Z Fresh ed25519-dalek v2.1.1
51142025-02-28T10:39:57.743Z Fresh hickory-proto v0.24.4
51152025-02-28T10:39:57.743Z Fresh memoffset v0.9.1
51162025-02-28T10:39:57.743Z Fresh multer v3.1.0
51172025-02-28T10:39:57.743Z Fresh bzip2-sys v0.1.11+1.0.8
51182025-02-28T10:39:57.743Z Fresh rand_core v0.9.2
51192025-02-28T10:39:57.743Z Fresh x509-cert v0.2.5
51202025-02-28T10:39:57.743Z Fresh waitgroup v0.1.2
51212025-02-28T10:39:57.743Z Fresh serde_path_to_error v0.1.16
51222025-02-28T10:39:57.743Z Fresh hostname v0.4.0
51232025-02-28T10:39:57.743Z Fresh cfg_aliases v0.2.1
51242025-02-28T10:39:57.743Z Fresh lalrpop-util v0.19.12
51252025-02-28T10:39:57.743Z Fresh rand_chacha v0.9.0
51262025-02-28T10:39:57.743Z Fresh bzip2 v0.4.4
51272025-02-28T10:39:57.743Z Fresh signal-hook-mio v0.2.4
51282025-02-28T10:39:57.747Z Fresh console v0.15.10
51292025-02-28T10:39:57.747Z Fresh dropshot_endpoint v0.12.0
51302025-02-28T10:39:57.747Z Fresh hash32 v0.2.1
51312025-02-28T10:39:57.747Z Fresh unicode-bidi v0.3.17
51322025-02-28T10:39:57.747Z Fresh linked-hash-map v0.5.6
51332025-02-28T10:39:57.747Z Fresh predicates-core v1.0.8
51342025-02-28T10:39:57.747Z Fresh unicode-properties v0.1.3
51352025-02-28T10:39:57.747Z Fresh newtype-uuid v1.2.1
51362025-02-28T10:39:57.747Z Fresh lru-cache v0.1.2
51372025-02-28T10:39:57.747Z Fresh heapless v0.7.17
51382025-02-28T10:39:57.747Z Fresh dropshot v0.12.0
51392025-02-28T10:39:57.747Z Fresh stringprep v0.1.5
51402025-02-28T10:39:57.747Z Fresh rand v0.9.0
51412025-02-28T10:39:57.747Z Fresh crossterm v0.28.1
51422025-02-28T10:39:57.747Z Fresh similar v2.6.0
51432025-02-28T10:39:57.747Z Fresh rayon v1.10.0
51442025-02-28T10:39:57.747Z Fresh tokio-stream v0.1.17
51452025-02-28T10:39:57.747Z Fresh md-5 v0.10.6
51462025-02-28T10:39:57.747Z Fresh float-cmp v0.10.0
51472025-02-28T10:39:57.747Z Fresh difflib v0.4.0
51482025-02-28T10:39:57.753Z Fresh normalize-line-endings v0.3.0
51492025-02-28T10:39:57.753Z Fresh fallible-iterator v0.2.0
51502025-02-28T10:39:57.753Z Fresh nix v0.29.0
51512025-02-28T10:39:57.753Z Fresh smoltcp v0.9.1
51522025-02-28T10:39:57.753Z Fresh portable-atomic v1.9.0
51532025-02-28T10:39:57.753Z Fresh postgres-protocol v0.6.8
51542025-02-28T10:39:57.753Z Fresh predicates v3.1.3
51552025-02-28T10:39:57.753Z Fresh zip v0.6.6
51562025-02-28T10:39:57.753Z Fresh resolv-conf v0.7.0
51572025-02-28T10:39:57.753Z Fresh phf v0.11.2
51582025-02-28T10:39:57.753Z Fresh tungstenite v0.24.0
51592025-02-28T10:39:57.753Z Fresh strum_macros v0.25.3
51602025-02-28T10:39:57.753Z Fresh serde-big-array v0.5.1
51612025-02-28T10:39:57.753Z Fresh serde_repr v0.1.19
51622025-02-28T10:39:57.753Z Fresh number_prefix v0.4.0
51632025-02-28T10:39:57.753Z Fresh peg-runtime v0.8.3
51642025-02-28T10:39:57.753Z Fresh tokio-tungstenite v0.24.0
51652025-02-28T10:39:57.753Z Fresh hickory-resolver v0.24.4
51662025-02-28T10:39:57.753Z Fresh postgres-types v0.2.9
51672025-02-28T10:39:57.753Z Fresh fs-err v2.11.0
51682025-02-28T10:39:57.753Z Fresh indicatif v0.17.11
51692025-02-28T10:39:57.753Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
51702025-02-28T10:39:57.753Z Fresh derive-where v1.2.7
51712025-02-28T10:39:57.753Z Fresh whoami v1.5.2
51722025-02-28T10:39:57.753Z Fresh thiserror-impl v2.0.11
51732025-02-28T10:39:57.753Z Fresh hashbrown v0.14.5
51742025-02-28T10:39:57.753Z Fresh ident_case v1.0.1
51752025-02-28T10:39:57.753Z Fresh tokio-postgres v0.7.13
51762025-02-28T10:39:57.753Z Fresh qorb v0.2.1
51772025-02-28T10:39:57.753Z Fresh regress v0.10.1
51782025-02-28T10:39:57.753Z Fresh darling_core v0.20.10
51792025-02-28T10:39:57.753Z Fresh unsafe-libyaml v0.2.11
51802025-02-28T10:39:57.753Z Fresh fastrand v2.1.1
51812025-02-28T10:39:57.753Z Fresh progenitor-client v0.9.1
51822025-02-28T10:39:57.757Z Fresh thiserror v2.0.11
51832025-02-28T10:39:57.757Z Fresh darling_macro v0.20.10
51842025-02-28T10:39:57.757Z Fresh serde_yaml v0.9.34+deprecated
51852025-02-28T10:39:57.757Z Fresh ipnetwork v0.21.1
51862025-02-28T10:39:57.757Z Fresh tempfile v3.13.0
51872025-02-28T10:39:57.757Z Fresh typify-impl v0.2.0
51882025-02-28T10:39:57.757Z Fresh strum_macros v0.26.4
51892025-02-28T10:39:57.757Z Fresh darling v0.20.10
51902025-02-28T10:39:57.757Z Fresh oxnet v0.1.1
51912025-02-28T10:39:57.757Z Fresh typify-macro v0.2.0
51922025-02-28T10:39:57.757Z Fresh strum v0.26.3
51932025-02-28T10:39:57.757Z Fresh macaddr v1.0.1
51942025-02-28T10:39:57.757Z Fresh progenitor-client v0.8.0
51952025-02-28T10:39:57.757Z Fresh structmeta-derive v0.3.0
51962025-02-28T10:39:57.757Z Fresh serde_with_macros v3.11.0
51972025-02-28T10:39:57.757Z Fresh typify v0.2.0
51982025-02-28T10:39:57.757Z Fresh structmeta v0.3.0
51992025-02-28T10:39:57.757Z Fresh daft-derive v0.1.1
52002025-02-28T10:39:57.758Z Fresh instant v0.1.13
52012025-02-28T10:39:57.758Z Fresh regress v0.9.1
52022025-02-28T10:39:57.758Z Fresh serde_with v3.11.0
52032025-02-28T10:39:57.758Z Fresh progenitor-impl v0.8.0
52042025-02-28T10:39:57.758Z Fresh daft v0.1.1
52052025-02-28T10:39:57.761Z Fresh parse-display-derive v0.10.0
52062025-02-28T10:39:57.761Z Fresh dropshot_endpoint v0.16.0
52072025-02-28T10:39:57.761Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
52082025-02-28T10:39:57.761Z Fresh backoff v0.4.0
52092025-02-28T10:39:57.761Z Fresh progenitor-macro v0.8.0
52102025-02-28T10:39:57.761Z Fresh dropshot v0.16.0
52112025-02-28T10:39:57.762Z Fresh parse-display v0.10.0
52122025-02-28T10:39:57.762Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
52132025-02-28T10:39:57.762Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
52142025-02-28T10:39:57.762Z Fresh wait-timeout v0.2.0
52152025-02-28T10:39:57.762Z Fresh progenitor v0.8.0
52162025-02-28T10:39:57.762Z Fresh bit-vec v0.8.0
52172025-02-28T10:39:57.762Z Fresh rusty-fork v0.3.0
52182025-02-28T10:39:57.762Z Fresh rand_xorshift v0.3.0
52192025-02-28T10:39:57.762Z Fresh unarray v0.1.4
52202025-02-28T10:39:57.762Z Fresh test-strategy v0.4.0
52212025-02-28T10:39:57.762Z Fresh camino-tempfile v1.1.1
52222025-02-28T10:39:57.762Z Fresh unicode-width v0.1.14
52232025-02-28T10:39:57.762Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
52242025-02-28T10:39:57.762Z Fresh bit-set v0.8.0
52252025-02-28T10:39:57.762Z Fresh proc-macro-crate v1.3.1
52262025-02-28T10:39:57.762Z Fresh tabwriter v1.4.0
52272025-02-28T10:39:57.762Z Fresh proptest v1.6.0
52282025-02-28T10:39:57.762Z Fresh num_enum_derive v0.5.11
52292025-02-28T10:39:57.762Z Fresh foreign-types-macros v0.2.3
52302025-02-28T10:39:57.762Z Fresh foreign-types-shared v0.3.1
52312025-02-28T10:39:57.762Z Fresh proc-macro-error-attr v1.0.4
52322025-02-28T10:39:57.762Z Fresh num_enum v0.5.11
52332025-02-28T10:39:57.765Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
52342025-02-28T10:39:57.765Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
52352025-02-28T10:39:57.765Z Fresh foreign-types v0.5.0
52362025-02-28T10:39:57.765Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
52372025-02-28T10:39:57.765Z Fresh cstr-argument v0.1.2
52382025-02-28T10:39:57.765Z Fresh proc-macro-error v1.0.4
52392025-02-28T10:39:57.765Z Fresh pretty-hex v0.2.1
52402025-02-28T10:39:57.766Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
52412025-02-28T10:39:57.766Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
52422025-02-28T10:39:57.766Z Fresh colored v2.2.0
52432025-02-28T10:39:57.769Z Fresh winnow v0.6.20
52442025-02-28T10:39:57.769Z Fresh smf v0.2.3
52452025-02-28T10:39:57.769Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
52462025-02-28T10:39:57.769Z Fresh itertools v0.14.0
52472025-02-28T10:39:57.769Z Fresh itertools v0.13.0
52482025-02-28T10:39:57.769Z Fresh typify-impl v0.3.0
52492025-02-28T10:39:57.769Z Fresh base64 v0.21.7
52502025-02-28T10:39:57.769Z Fresh termtree v0.4.1
52512025-02-28T10:39:57.769Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
52522025-02-28T10:39:57.769Z Fresh typify-macro v0.3.0
52532025-02-28T10:39:57.769Z Fresh ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
52542025-02-28T10:39:57.769Z Fresh predicates-tree v1.0.11
52552025-02-28T10:39:57.769Z Fresh hash32 v0.3.1
52562025-02-28T10:39:57.769Z Fresh typify v0.3.0
52572025-02-28T10:39:57.769Z Fresh crucible-workspace-hack v0.1.0
52582025-02-28T10:39:57.769Z Fresh ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
52592025-02-28T10:39:57.769Z Fresh cobs v0.2.3
52602025-02-28T10:39:57.769Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
52612025-02-28T10:39:57.769Z Fresh progenitor-impl v0.9.1
52622025-02-28T10:39:57.769Z Fresh heapless v0.8.0
52632025-02-28T10:39:57.769Z Fresh postcard v1.0.10
52642025-02-28T10:39:57.769Z Fresh ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
52652025-02-28T10:39:57.769Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
52662025-02-28T10:39:57.769Z Fresh sigpipe v0.1.3
52672025-02-28T10:39:57.769Z Fresh progenitor-macro v0.9.1
52682025-02-28T10:39:57.769Z Fresh smoltcp v0.11.0
52692025-02-28T10:39:57.769Z Fresh atomicwrites v0.4.4
52702025-02-28T10:39:57.769Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
52712025-02-28T10:39:57.769Z Fresh zone_cfg_derive v0.3.0
52722025-02-28T10:39:57.769Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
52732025-02-28T10:39:57.769Z Fresh progenitor v0.9.1
52742025-02-28T10:39:57.769Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
52752025-02-28T10:39:57.769Z Fresh mockall_derive v0.13.1
52762025-02-28T10:39:57.773Z Fresh num-derive v0.4.2
52772025-02-28T10:39:57.773Z Fresh fragile v2.0.0
52782025-02-28T10:39:57.773Z Fresh downcast v0.11.0
52792025-02-28T10:39:57.773Z Fresh zone v0.3.0
52802025-02-28T10:39:57.773Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
52812025-02-28T10:39:57.773Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
52822025-02-28T10:39:57.773Z Fresh mockall v0.13.1
52832025-02-28T10:39:57.773Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
52842025-02-28T10:39:57.773Z Fresh convert_case v0.4.0
52852025-02-28T10:39:57.773Z Fresh same-file v1.0.6
52862025-02-28T10:39:57.773Z Fresh tungstenite v0.21.0
52872025-02-28T10:39:57.773Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
52882025-02-28T10:39:57.773Z Fresh derive_more v0.99.19
52892025-02-28T10:39:57.773Z Fresh walkdir v2.5.0
52902025-02-28T10:39:57.773Z Fresh tokio-tungstenite v0.21.0
52912025-02-28T10:39:57.773Z Fresh newline-converter v0.3.0
52922025-02-28T10:39:57.773Z Fresh xattr v1.3.1
52932025-02-28T10:39:57.773Z Fresh filetime v0.2.25
52942025-02-28T10:39:57.773Z Fresh arc-swap v1.7.1
52952025-02-28T10:39:57.773Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
52962025-02-28T10:39:57.773Z Fresh tar v0.4.44
52972025-02-28T10:39:57.773Z Fresh expectorate v1.1.0
52982025-02-28T10:39:57.773Z Fresh slog-scope v4.4.0
52992025-02-28T10:39:57.773Z Fresh fixedbitset v0.5.7
53002025-02-28T10:39:57.773Z Fresh num-rational v0.4.2
53012025-02-28T10:39:57.773Z Fresh num-complex v0.4.6
53022025-02-28T10:39:57.773Z Fresh float-ord v0.3.2
53032025-02-28T10:39:57.773Z Fresh slog-stdlog v4.1.1
53042025-02-28T10:39:57.773Z Fresh petgraph v0.7.1
53052025-02-28T10:39:57.773Z Fresh num v0.4.3
53062025-02-28T10:39:57.773Z Fresh password-hash v0.5.0
53072025-02-28T10:39:57.773Z Fresh blake2 v0.10.6
53082025-02-28T10:39:57.773Z Fresh slog-envlogger v2.2.0
53092025-02-28T10:39:57.773Z Fresh indent_write v2.2.0
53102025-02-28T10:39:57.774Z Fresh argon2 v0.5.3
53112025-02-28T10:39:57.774Z Fresh libsw-core v0.3.1
53122025-02-28T10:39:57.774Z Fresh swrite v0.1.0
53132025-02-28T10:39:57.777Z Fresh libsw v3.4.0
53142025-02-28T10:39:57.777Z Fresh pem v3.0.5
53152025-02-28T10:39:57.777Z Fresh linear-map v1.2.0
53162025-02-28T10:39:57.777Z Fresh cancel-safe-futures v0.1.5
53172025-02-28T10:39:57.777Z Fresh owo-colors v4.2.0
53182025-02-28T10:39:57.777Z Fresh heck v0.3.3
53192025-02-28T10:39:57.777Z Fresh headers-core v0.3.0
53202025-02-28T10:39:57.777Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
53212025-02-28T10:39:57.777Z Fresh zone_cfg_derive v0.1.2
53222025-02-28T10:39:57.777Z Fresh headers v0.4.0
53232025-02-28T10:39:57.777Z Fresh yasna v0.5.2
53242025-02-28T10:39:57.777Z Fresh base64 v0.13.1
53252025-02-28T10:39:57.777Z Fresh highway v1.3.0
53262025-02-28T10:39:57.777Z Fresh lzma-sys v0.1.20
53272025-02-28T10:39:57.777Z Fresh zone v0.1.8
53282025-02-28T10:39:57.777Z Fresh ron v0.7.1
53292025-02-28T10:39:57.777Z Fresh rcgen v0.12.1
53302025-02-28T10:39:57.777Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
53312025-02-28T10:39:57.777Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
53322025-02-28T10:39:57.777Z Fresh xz2 v0.1.7
53332025-02-28T10:39:57.777Z Fresh subprocess v0.2.9
53342025-02-28T10:39:57.777Z Fresh humantime v2.1.0
53352025-02-28T10:39:57.777Z Fresh semver v0.1.20
53362025-02-28T10:39:57.780Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
53372025-02-28T10:39:57.781Z Fresh half v2.4.1
53382025-02-28T10:39:57.781Z Fresh ciborium-io v0.2.2
53392025-02-28T10:39:57.781Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
53402025-02-28T10:39:57.781Z Fresh rustc_version v0.1.7
53412025-02-28T10:39:57.781Z Fresh ciborium-ll v0.2.2
53422025-02-28T10:39:57.781Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
53432025-02-28T10:39:57.781Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
53442025-02-28T10:39:57.781Z Fresh ciborium v0.2.2
53452025-02-28T10:39:57.781Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
53462025-02-28T10:39:57.781Z Fresh display-error-chain v0.2.2
53472025-02-28T10:39:57.781Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
53482025-02-28T10:39:57.781Z Fresh gethostname v0.5.0
53492025-02-28T10:39:57.781Z Fresh bytecount v0.6.8
53502025-02-28T10:39:57.781Z Fresh keccak v0.1.5
53512025-02-28T10:39:57.781Z Fresh nibble_vec v0.1.0
53522025-02-28T10:39:57.784Z Fresh newtype_derive v0.1.6
53532025-02-28T10:39:57.784Z Fresh slog-dtrace v0.3.0
53542025-02-28T10:39:57.784Z Fresh sha3 v0.10.8
53552025-02-28T10:39:57.784Z Fresh endian-type v0.1.2
53562025-02-28T10:39:57.784Z Fresh universal-hash v0.5.1
53572025-02-28T10:39:57.784Z Fresh opaque-debug v0.3.1
53582025-02-28T10:39:57.784Z Fresh secrecy v0.8.0
53592025-02-28T10:39:57.784Z Fresh steno v0.4.1
53602025-02-28T10:39:57.784Z Fresh radix_trie v0.2.1
53612025-02-28T10:39:57.784Z Fresh arrayvec v0.7.6
53622025-02-28T10:39:57.784Z Fresh arrayref v0.3.9
53632025-02-28T10:39:57.784Z Fresh constant_time_eq v0.3.1
53642025-02-28T10:39:57.784Z Fresh aead v0.5.2
53652025-02-28T10:39:57.784Z Fresh poly1305 v0.8.0
53662025-02-28T10:39:57.784Z Fresh chacha20 v0.9.1
53672025-02-28T10:39:57.785Z Fresh memmap2 v0.9.5
53682025-02-28T10:39:57.785Z Fresh topological-sort v0.2.2
53692025-02-28T10:39:57.785Z Fresh thiserror-impl-no-std v2.0.2
53702025-02-28T10:39:57.785Z Fresh async-recursion v1.1.1
53712025-02-28T10:39:57.785Z Fresh thiserror-no-std v2.0.2
53722025-02-28T10:39:57.785Z Fresh chacha20poly1305 v0.10.1
53732025-02-28T10:39:57.785Z Fresh toolchain_find v0.4.0
53742025-02-28T10:39:57.785Z Fresh maplit v1.0.2
53752025-02-28T10:39:57.788Z Fresh blake3 v1.5.4
53762025-02-28T10:39:57.789Z Fresh vsss-rs v3.3.4
53772025-02-28T10:39:57.789Z Fresh rustfmt-wrapper v0.2.1
53782025-02-28T10:39:57.789Z Fresh termcolor v1.4.1
53792025-02-28T10:39:57.789Z Fresh const_format_proc_macros v0.2.34
53802025-02-28T10:39:57.789Z Fresh omicron-zone-package v0.12.0
53812025-02-28T10:39:57.789Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
53822025-02-28T10:39:57.789Z Fresh fxhash v0.2.1
53832025-02-28T10:39:57.789Z Fresh const_format v0.2.34
53842025-02-28T10:39:57.789Z Fresh simd-adler32 v0.3.7
53852025-02-28T10:39:57.789Z Fresh tap v1.0.1
53862025-02-28T10:39:57.789Z Fresh lockfree-object-pool v0.1.6
53872025-02-28T10:39:57.789Z Fresh bumpalo v3.16.0
53882025-02-28T10:39:57.789Z Fresh radium v0.7.0
53892025-02-28T10:39:57.789Z Fresh wyz v0.5.1
53902025-02-28T10:39:57.789Z Fresh zopfli v0.8.1
53912025-02-28T10:39:57.789Z Fresh funty v2.0.0
53922025-02-28T10:39:57.789Z Fresh crc-catalog v2.4.0
53932025-02-28T10:39:57.792Z Fresh zip v2.1.3
53942025-02-28T10:39:57.792Z Fresh bitvec v1.0.1
53952025-02-28T10:39:57.792Z Fresh crc v3.2.1
53962025-02-28T10:39:57.792Z Fresh maybe-uninit v2.0.0
53972025-02-28T10:39:57.792Z Fresh packed_struct_codegen v0.10.1
53982025-02-28T10:39:57.792Z Fresh nodrop v0.1.14
53992025-02-28T10:39:57.792Z Fresh smallvec v0.6.14
54002025-02-28T10:39:57.792Z Fresh packed_struct v0.10.1
54012025-02-28T10:39:57.792Z Fresh vte_generate_state_changes v0.1.2
54022025-02-28T10:39:57.792Z Fresh bitfield v0.14.0
54032025-02-28T10:39:57.792Z Fresh hashbrown v0.12.3
54042025-02-28T10:39:57.792Z Fresh array-init v0.0.4
54052025-02-28T10:39:57.792Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
54062025-02-28T10:39:57.792Z Fresh vte v0.11.1
54072025-02-28T10:39:57.792Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
54082025-02-28T10:39:57.792Z Fresh env_logger v0.10.2
54092025-02-28T10:39:57.792Z Fresh ron v0.8.1
54102025-02-28T10:39:57.792Z Fresh hashbrown v0.13.2
54112025-02-28T10:39:57.792Z Fresh indexmap v1.9.3
54122025-02-28T10:39:57.792Z Fresh serde-hex v0.1.0
54132025-02-28T10:39:57.792Z Fresh fd-lock v4.0.2
54142025-02-28T10:39:57.793Z Fresh crc-any v2.5.0
54152025-02-28T10:39:57.793Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
54162025-02-28T10:39:57.793Z Fresh strip-ansi-escapes v0.2.0
54172025-02-28T10:39:57.793Z Fresh path-slash v0.1.5
54182025-02-28T10:39:57.793Z Fresh nu-ansi-term v0.50.1
54192025-02-28T10:39:57.793Z Fresh object v0.30.4
54202025-02-28T10:39:57.793Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
54212025-02-28T10:39:57.793Z Fresh reedline v0.35.0
54222025-02-28T10:39:57.793Z Fresh phf_generator v0.11.2
54232025-02-28T10:39:57.793Z Fresh kstat-rs v0.2.4
54242025-02-28T10:39:57.793Z Fresh parse-zoneinfo v0.3.1
54252025-02-28T10:39:57.793Z Fresh cfg_aliases v0.1.1
54262025-02-28T10:39:57.793Z Fresh papergrid v0.11.0
54272025-02-28T10:39:57.793Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
54282025-02-28T10:39:57.793Z Fresh phf_codegen v0.11.2
54292025-02-28T10:39:57.793Z Fresh tabled_derive v0.7.0
54302025-02-28T10:39:57.796Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
54312025-02-28T10:39:57.796Z Fresh chrono-tz-build v0.4.0
54322025-02-28T10:39:57.796Z Fresh tabled v0.15.0
54332025-02-28T10:39:57.796Z Fresh nanorand v0.7.0
54342025-02-28T10:39:57.796Z Fresh bitfield-struct v0.6.2
54352025-02-28T10:39:57.796Z Fresh flume v0.11.1
54362025-02-28T10:39:57.796Z Fresh nix v0.28.0
54372025-02-28T10:39:57.796Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
54382025-02-28T10:39:57.799Z Fresh libefi-sys v0.1.0
54392025-02-28T10:39:57.799Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
54402025-02-28T10:39:57.799Z Fresh peg-macros v0.8.4
54412025-02-28T10:39:57.799Z Fresh sqlparser_derive v0.2.2
54422025-02-28T10:39:57.799Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
54432025-02-28T10:39:57.799Z Fresh unicode_categories v0.1.1
54442025-02-28T10:39:57.799Z Fresh sqlparser v0.45.0
54452025-02-28T10:39:57.799Z Fresh sqlformat v0.2.6
54462025-02-28T10:39:57.799Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
54472025-02-28T10:39:57.799Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
54482025-02-28T10:39:57.799Z Fresh chrono-tz v0.10.1
54492025-02-28T10:39:57.799Z Fresh peg v0.8.4
54502025-02-28T10:39:57.799Z Fresh rustyline v14.0.0
54512025-02-28T10:39:57.799Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
54522025-02-28T10:39:57.800Z Fresh parking_lot_core v0.8.6
54532025-02-28T10:39:57.800Z Fresh bcs v0.1.6
54542025-02-28T10:39:57.800Z Fresh diff v0.1.13
54552025-02-28T10:39:57.800Z Fresh termtree v0.5.1
54562025-02-28T10:39:57.800Z Fresh hickory-client v0.24.4
54572025-02-28T10:39:57.800Z Fresh parking_lot v0.11.2
54582025-02-28T10:39:57.803Z Fresh hickory-server v0.24.4
54592025-02-28T10:39:57.803Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
54602025-02-28T10:39:57.803Z Fresh sled v0.34.7
54612025-02-28T10:39:57.803Z Fresh buf-list v1.0.3
54622025-02-28T10:39:57.803Z Fresh dsl_auto_type v0.1.2
54632025-02-28T10:39:57.803Z Fresh scheduled-thread-pool v0.2.7
54642025-02-28T10:39:57.803Z Fresh diesel_table_macro_syntax v0.2.0
54652025-02-28T10:39:57.803Z Fresh r2d2 v0.8.10
54662025-02-28T10:39:57.803Z Fresh diesel_derives v2.2.3
54672025-02-28T10:39:57.806Z Fresh diesel v2.2.7
54682025-02-28T10:39:57.806Z Fresh crunchy v0.2.2
54692025-02-28T10:39:57.806Z Fresh unicase v2.7.0
54702025-02-28T10:39:57.806Z Fresh primeorder v0.13.6
54712025-02-28T10:39:57.806Z Fresh ascii-canvas v3.0.0
54722025-02-28T10:39:57.806Z Fresh tiny-keccak v2.0.2
54732025-02-28T10:39:57.806Z Fresh ref-cast-impl v1.0.23
54742025-02-28T10:39:57.806Z Fresh ena v0.14.3
54752025-02-28T10:39:57.806Z Fresh regex-syntax v0.6.29
54762025-02-28T10:39:57.806Z Fresh ref-cast v1.0.23
54772025-02-28T10:39:57.806Z Fresh lalrpop v0.19.12
54782025-02-28T10:39:57.809Z Fresh http-range v0.1.5
54792025-02-28T10:39:57.809Z Fresh rustc-hash v2.1.1
54802025-02-28T10:39:57.809Z Fresh derive_builder_core v0.20.2
54812025-02-28T10:39:57.809Z Fresh cargo-platform v0.1.8
54822025-02-28T10:39:57.809Z Fresh bindgen v0.71.1
54832025-02-28T10:39:57.809Z Fresh atty v0.2.14
54842025-02-28T10:39:57.809Z Fresh mime_guess v2.0.5
54852025-02-28T10:39:57.809Z Fresh derive_builder_macro v0.20.2
54862025-02-28T10:39:57.809Z Fresh p384 v0.13.0
54872025-02-28T10:39:57.809Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
54882025-02-28T10:39:57.809Z Fresh strum_macros v0.24.3
54892025-02-28T10:39:57.809Z Fresh pin-project-internal v1.1.6
54902025-02-28T10:39:57.809Z Fresh indoc v1.0.9
54912025-02-28T10:39:57.809Z Fresh polar-core v0.27.3
54922025-02-28T10:39:57.809Z Fresh salty v0.3.0
54932025-02-28T10:39:57.809Z Fresh pin-project v1.1.6
54942025-02-28T10:39:57.809Z Fresh libxml v0.3.3
54952025-02-28T10:39:57.809Z Fresh hyper-staticfile v0.10.1
54962025-02-28T10:39:57.810Z Fresh derive_builder v0.20.2
54972025-02-28T10:39:57.813Z Fresh oso-derive v0.27.3
54982025-02-28T10:39:57.813Z Fresh impl-trait-for-tuples v0.2.2
54992025-02-28T10:39:57.813Z Fresh quick-xml v0.37.2
55002025-02-28T10:39:57.813Z Fresh env_filter v0.1.2
55012025-02-28T10:39:57.813Z Fresh samael v0.0.18
55022025-02-28T10:39:57.813Z Fresh oso v0.27.3
55032025-02-28T10:39:57.813Z Fresh env_logger v0.11.5
55042025-02-28T10:39:57.813Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
55052025-02-28T10:39:57.813Z Fresh signal-hook-tokio v0.3.1
55062025-02-28T10:39:57.813Z Fresh snafu-derive v0.8.5
55072025-02-28T10:39:57.816Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
55082025-02-28T10:39:57.816Z Fresh olpc-cjson v0.1.4
55092025-02-28T10:39:57.816Z Fresh globset v0.4.15
55102025-02-28T10:39:57.816Z Fresh snafu v0.8.5
55112025-02-28T10:39:57.816Z Fresh bb8 v0.8.5
55122025-02-28T10:39:57.816Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
55132025-02-28T10:39:57.816Z Fresh serde_plain v1.0.2
55142025-02-28T10:39:57.816Z Fresh typed-path v0.9.3
55152025-02-28T10:39:57.816Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
55162025-02-28T10:39:57.816Z Fresh diesel-dtrace v0.4.2
55172025-02-28T10:39:57.816Z Fresh tough v0.19.0
55182025-02-28T10:39:57.816Z Fresh async-bb8-diesel v0.2.1
55192025-02-28T10:39:57.816Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
55202025-02-28T10:39:57.816Z Fresh tungstenite v0.23.0
55212025-02-28T10:39:57.816Z Fresh parse-size v1.1.0
55222025-02-28T10:39:57.816Z Fresh tokio-tungstenite v0.23.1
55232025-02-28T10:39:57.816Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
55242025-02-28T10:39:57.816Z Fresh nix v0.27.1
55252025-02-28T10:39:57.816Z Fresh assert_matches v1.5.0
55262025-02-28T10:39:57.816Z Fresh rand_seeder v0.3.0
55272025-02-28T10:39:57.816Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
55282025-02-28T10:39:57.816Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
55292025-02-28T10:39:57.816Z Fresh proc-macro-error-attr2 v2.0.0
55302025-02-28T10:39:57.816Z Fresh papergrid v0.14.0
55312025-02-28T10:39:57.816Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
55322025-02-28T10:39:57.816Z Fresh proc-macro-error2 v2.0.1
55332025-02-28T10:39:57.829Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
55342025-02-28T10:39:57.829Z Fresh tabled_derive v0.10.0
55352025-02-28T10:39:57.829Z Fresh tabled v0.18.0
55362025-02-28T10:39:57.829Z Fresh io-lifetimes v1.0.11
55372025-02-28T10:39:57.829Z Fresh libz-sys v1.1.20
55382025-02-28T10:39:57.829Z Fresh castaway v0.2.3
55392025-02-28T10:39:57.829Z Fresh indoc v2.0.5
55402025-02-28T10:39:57.829Z Fresh smawk v0.3.2
55412025-02-28T10:39:57.829Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
55422025-02-28T10:39:57.829Z Fresh rustix v0.37.28
55432025-02-28T10:39:57.829Z Fresh unicode-linebreak v0.1.5
55442025-02-28T10:39:57.829Z Fresh compact_str v0.8.0
55452025-02-28T10:39:57.829Z Fresh libgit2-sys v0.17.0+1.8.1
55462025-02-28T10:39:57.829Z Fresh unicode-truncate v1.1.0
55472025-02-28T10:39:57.829Z Fresh terminal_size v0.2.6
55482025-02-28T10:39:57.829Z Fresh lru v0.12.5
55492025-02-28T10:39:57.829Z Fresh instability v0.3.2
55502025-02-28T10:39:57.829Z Fresh cassowary v0.3.0
55512025-02-28T10:39:57.829Z Fresh is_ci v1.2.0
55522025-02-28T10:39:57.829Z Fresh git2 v0.19.0
55532025-02-28T10:39:57.829Z Fresh textwrap v0.16.1
55542025-02-28T10:39:57.829Z Fresh supports-color v3.0.2
55552025-02-28T10:39:57.829Z Fresh ratatui v0.29.0
55562025-02-28T10:39:57.829Z Fresh cargo_metadata v0.18.1
55572025-02-28T10:39:57.833Z Fresh cargo_metadata v0.19.1
55582025-02-28T10:39:57.833Z Fresh vergen v8.3.2
55592025-02-28T10:39:57.833Z Fresh rustls-webpki v0.101.7
55602025-02-28T10:39:57.833Z Fresh sct v0.7.1
55612025-02-28T10:39:57.833Z Fresh concurrent-queue v2.5.0
55622025-02-28T10:39:57.833Z Fresh parking v2.2.1
55632025-02-28T10:39:57.833Z Fresh rustls v0.21.12
55642025-02-28T10:39:57.833Z Fresh tokio-rustls v0.24.1
55652025-02-28T10:39:57.833Z Fresh rustls-pemfile v1.0.4
55662025-02-28T10:39:57.833Z Fresh common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
55672025-02-28T10:39:57.833Z Fresh twox-hash v2.1.0
55682025-02-28T10:39:57.833Z Fresh shell-words v1.1.0
55692025-02-28T10:39:57.833Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
55702025-02-28T10:39:57.833Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
55712025-02-28T10:39:57.833Z Fresh event-listener v5.3.1
55722025-02-28T10:39:57.833Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
55732025-02-28T10:39:57.833Z Fresh fatfs v0.3.6
55742025-02-28T10:39:57.833Z Fresh csv-core v0.1.11
55752025-02-28T10:39:57.833Z Fresh event-listener-strategy v0.5.2
55762025-02-28T10:39:57.833Z Fresh csv v1.3.1
55772025-02-28T10:39:57.833Z Fresh futures-lite v2.3.0
55782025-02-28T10:39:57.833Z Fresh rtoolbox v0.0.2
55792025-02-28T10:39:57.833Z Fresh plotters-backend v0.3.7
55802025-02-28T10:39:57.833Z Fresh hex-literal v0.4.1
55812025-02-28T10:39:57.833Z Fresh tui-tree-widget v0.23.0
55822025-02-28T10:39:57.834Z Fresh rpassword v7.3.1
55832025-02-28T10:39:57.834Z Fresh plotters-svg v0.3.7
55842025-02-28T10:39:57.834Z Fresh cast v0.3.0
55852025-02-28T10:39:57.834Z Fresh yansi v1.0.1
55862025-02-28T10:39:57.834Z Fresh async-lock v3.4.0
55872025-02-28T10:39:57.834Z Fresh polyval v0.6.2
55882025-02-28T10:39:57.834Z Fresh plotters v0.3.7
55892025-02-28T10:39:57.834Z Fresh pretty_assertions v1.4.1
55902025-02-28T10:39:57.834Z Fresh criterion-plot v0.5.0
55912025-02-28T10:39:57.834Z Fresh polling v3.7.3
55922025-02-28T10:39:57.834Z Fresh tinytemplate v1.2.1
55932025-02-28T10:39:57.834Z Fresh oorandom v11.1.4
55942025-02-28T10:39:57.834Z Fresh anes v0.1.6
55952025-02-28T10:39:57.834Z Fresh async-io v2.3.4
55962025-02-28T10:39:57.834Z Fresh criterion v0.5.1
55972025-02-28T10:39:57.834Z Fresh ghash v0.5.1
55982025-02-28T10:39:57.834Z Fresh ctr v0.9.2
55992025-02-28T10:39:57.834Z Fresh async-task v4.7.1
56002025-02-28T10:39:57.834Z Fresh aes-gcm v0.10.3
56012025-02-28T10:39:57.834Z Fresh async-channel v2.3.1
56022025-02-28T10:39:57.834Z Fresh piper v0.2.4
56032025-02-28T10:39:57.834Z Fresh ssh-encoding v0.2.0
56042025-02-28T10:39:57.834Z Fresh blowfish v0.9.1
56052025-02-28T10:39:57.834Z Fresh blocking v1.6.1
56062025-02-28T10:39:57.834Z Fresh ssh-cipher v0.2.0
56072025-02-28T10:39:57.838Z Fresh target-lexicon v0.13.2
56082025-02-28T10:39:57.838Z Fresh bcrypt-pbkdf v0.10.0
56092025-02-28T10:39:57.838Z Fresh async-executor v1.13.1
56102025-02-28T10:39:57.838Z Fresh doc-comment v0.3.3
56112025-02-28T10:39:57.838Z Fresh async-signal v0.2.10
56122025-02-28T10:39:57.838Z Fresh password-hash v0.4.2
56132025-02-28T10:39:57.838Z Fresh futures-timer v3.0.3
56142025-02-28T10:39:57.838Z Fresh event-listener v2.5.3
56152025-02-28T10:39:57.838Z Fresh guppy-workspace-hack v0.1.0
56162025-02-28T10:39:57.838Z Fresh async-process v2.3.0
56172025-02-28T10:39:57.838Z Fresh pbkdf2 v0.11.0
56182025-02-28T10:39:57.838Z Fresh assert_cmd v2.0.16
56192025-02-28T10:39:57.838Z Fresh cfg-expr v0.18.0
56202025-02-28T10:39:57.838Z Fresh async-channel v1.9.0
56212025-02-28T10:39:57.838Z Fresh ssh-key v0.6.6
56222025-02-28T10:39:57.838Z Fresh async-global-executor v2.4.1
56232025-02-28T10:39:57.838Z Fresh p521 v0.13.3
56242025-02-28T10:39:57.838Z Fresh p256 v0.13.2
56252025-02-28T10:39:57.838Z Fresh async-attributes v1.1.2
56262025-02-28T10:39:57.838Z Fresh num_cpus v1.16.0
56272025-02-28T10:39:57.838Z Fresh russh-cryptovec v0.7.3
56282025-02-28T10:39:57.838Z Fresh kv-log-macro v1.0.7
56292025-02-28T10:39:57.838Z Fresh md5 v0.7.0
56302025-02-28T10:39:57.838Z Fresh target-spec v3.4.2
56312025-02-28T10:39:57.838Z Fresh async-std v1.13.0
56322025-02-28T10:39:57.838Z Fresh threadpool v1.8.1
56332025-02-28T10:39:57.838Z Fresh russh-keys v0.45.0
56342025-02-28T10:39:57.838Z Fresh httptest v0.16.3
56352025-02-28T10:39:57.838Z Fresh num-bigint v0.4.6
56362025-02-28T10:39:57.838Z Fresh pathdiff v0.2.3
56372025-02-28T10:39:57.838Z Fresh rustls-native-certs v0.7.3
56382025-02-28T10:39:57.838Z Fresh des v0.8.1
56392025-02-28T10:39:57.838Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
56402025-02-28T10:39:57.838Z Fresh escape8259 v0.5.3
56412025-02-28T10:39:57.838Z Fresh nested v0.1.1
56422025-02-28T10:39:57.839Z Fresh async-object-pool v0.1.5
56432025-02-28T10:39:57.839Z Fresh petname v2.0.2
56442025-02-28T10:39:57.839Z Fresh fancy-regex v0.13.0
56452025-02-28T10:39:57.839Z Fresh libtest-mimic v0.7.3
56462025-02-28T10:39:57.839Z Fresh russh v0.45.0
56472025-02-28T10:39:57.839Z Fresh guppy v0.17.17
56482025-02-28T10:39:57.839Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
56492025-02-28T10:39:57.839Z Fresh hyper-rustls v0.26.0
56502025-02-28T10:39:57.839Z Fresh serde_regex v1.1.0
56512025-02-28T10:39:57.839Z Fresh assert-json-diff v2.0.2
56522025-02-28T10:39:57.839Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
56532025-02-28T10:39:57.843Z Fresh path-tree v0.8.1
56542025-02-28T10:39:57.843Z Fresh sync-ptr v0.1.1
56552025-02-28T10:39:57.843Z Fresh stringmetrics v2.2.2
56562025-02-28T10:39:57.843Z Fresh internet-checksum v0.2.1
56572025-02-28T10:39:57.843Z Fresh datatest-stable v0.2.9
56582025-02-28T10:39:57.843Z Fresh httpmock v0.8.0-alpha.1
56592025-02-28T10:39:57.843Z Compiling similar-asserts v1.6.1
56602025-02-28T10:39:57.843Z Fresh proc-macro-crate v3.2.0
56612025-02-28T10:39:57.843Z Fresh relative-path v1.9.3
56622025-02-28T10:39:57.843Z Fresh target-triple v0.1.3
56632025-02-28T10:39:57.843Z 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=494845ee54f99fb7 -C extra-filename=-6d1d9a2b9f3db845 --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-a9acdc605ab40d5a.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`
56642025-02-28T10:39:57.843Z Fresh rstest_macros v0.24.0
56652025-02-28T10:39:57.843Z Fresh multimap v0.10.0
56662025-02-28T10:39:57.843Z Fresh uzers v0.12.1
56672025-02-28T10:39:57.843Z Fresh rstest v0.24.0
56682025-02-28T10:39:57.843Z Fresh trybuild v1.0.103
56692025-02-28T10:39:57.843Z Fresh partial-io v0.5.4
56702025-02-28T10:39:57.843Z Fresh blake2b_simd v1.0.2
56712025-02-28T10:39:58.005Z Fresh rand_distr v0.4.3
56722025-02-28T10:39:58.010Z Fresh approx v0.5.1
56732025-02-28T10:39:58.010Z Fresh rust-argon2 v2.1.0
56742025-02-28T10:39:58.010Z Fresh cargo_toml v0.21.0
56752025-02-28T10:39:58.011Z Fresh termios v0.3.3
56762025-02-28T10:39:58.011Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
56772025-02-28T10:39:58.011Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
56782025-02-28T10:39:58.011Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
56792025-02-28T10:39:58.011Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
56802025-02-28T10:39:58.011Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
56812025-02-28T10:39:58.014Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
56822025-02-28T10:39:58.014Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
56832025-02-28T10:39:58.014Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
56842025-02-28T10:39:58.014Z Fresh omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
56852025-02-28T10:39:58.014Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
56862025-02-28T10:39:58.014Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
56872025-02-28T10:39:58.019Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
56882025-02-28T10:39:58.019Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
56892025-02-28T10:39:58.019Z Fresh omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
56902025-02-28T10:39:58.019Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
56912025-02-28T10:39:58.019Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
56922025-02-28T10:39:58.019Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
56932025-02-28T10:39:58.019Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
56942025-02-28T10:39:58.019Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
56952025-02-28T10:39:58.019Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
56962025-02-28T10:39:58.019Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
56972025-02-28T10:39:58.019Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
56982025-02-28T10:39:58.022Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
56992025-02-28T10:39:58.022Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
57002025-02-28T10:39:58.022Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
57012025-02-28T10:39:58.022Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
57022025-02-28T10:39:58.022Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
57032025-02-28T10:39:58.022Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
57042025-02-28T10:39:58.022Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
57052025-02-28T10:39:58.022Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
57062025-02-28T10:39:58.022Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
57072025-02-28T10:39:58.022Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
57082025-02-28T10:39:58.022Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
57092025-02-28T10:39:58.022Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
57102025-02-28T10:39:58.022Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
57112025-02-28T10:39:58.022Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
57122025-02-28T10:39:58.022Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
57132025-02-28T10:39:58.022Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
57142025-02-28T10:39:58.022Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
57152025-02-28T10:39:58.027Z 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=da7fee43e91e6034 -C extra-filename=-ecd2133e676ad33d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.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-be3fd398a6d21510.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-366aa14937c942ac.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-63e288e334c5349b.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4236577133eb3a11.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-817a0a6d33753005.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8237451b3178f44a.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cf16dcc0d5daadb8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a34d12382d75a497.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-633f70a964cefbdb.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cdaa7600a908d70f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-6288347184e1dc2c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-8c529edd973a69b6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ac25e8b3e7842f36.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-647878eeebc3d009.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-183f95e51dbc5b2a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-de9539cda80c3f21.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-6e76726d28433f73.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e3d09d11a3d3c886.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bcf783fac02979cd.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0aa25f5284a027a0.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-aeaf5db27c332cc0.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b138ddb35c70d600.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f33da92474d5e5fd.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e221a8ce0e1360d7.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-780f3d01616c2d38.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7692eea99b078986.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d19029300bb3f1dc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.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-56fb0be760b59ca5.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d72d7799eaf4dcd0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4a67e31427aeea4c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b13370aa2f26d9e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f81e03e25852f835.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07d181e814b442df.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.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-63cb8a31f4e10802.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cca56b3715bf46e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c8993d753b599e9f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-eb2f46c6cfae4514.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0baafac754988fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-12dd87c6a53a41f6.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a3251722a09dadb6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4eed554f603e2754.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2ac062631db207ad.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-af553bdbd2d89d6e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/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`
57162025-02-28T10:39:58.027Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
57172025-02-28T10:39:58.038Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
57182025-02-28T10:39:58.041Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
57192025-02-28T10:39:58.057Z 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=5b5596c88a2b78c5 -C extra-filename=-ee34b2ebc10ac3fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.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-be3fd398a6d21510.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-366aa14937c942ac.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-63e288e334c5349b.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4236577133eb3a11.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-817a0a6d33753005.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8237451b3178f44a.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cf16dcc0d5daadb8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a34d12382d75a497.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-633f70a964cefbdb.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cdaa7600a908d70f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-6288347184e1dc2c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-8c529edd973a69b6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ac25e8b3e7842f36.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-647878eeebc3d009.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-183f95e51dbc5b2a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-de9539cda80c3f21.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-6e76726d28433f73.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e3d09d11a3d3c886.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bcf783fac02979cd.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0aa25f5284a027a0.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-aeaf5db27c332cc0.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b138ddb35c70d600.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f33da92474d5e5fd.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e221a8ce0e1360d7.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-780f3d01616c2d38.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7692eea99b078986.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d19029300bb3f1dc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.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-56fb0be760b59ca5.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d72d7799eaf4dcd0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4a67e31427aeea4c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b13370aa2f26d9e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f81e03e25852f835.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07d181e814b442df.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.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-63cb8a31f4e10802.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cca56b3715bf46e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c8993d753b599e9f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-eb2f46c6cfae4514.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0baafac754988fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-12dd87c6a53a41f6.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a3251722a09dadb6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4eed554f603e2754.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2ac062631db207ad.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-af553bdbd2d89d6e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/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`
57202025-02-28T10:39:58.057Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
57212025-02-28T10:39:58.057Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
57222025-02-28T10:39:58.057Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
57232025-02-28T10:39:58.057Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
57242025-02-28T10:39:58.057Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
57252025-02-28T10:39:58.057Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
57262025-02-28T10:39:58.057Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
57272025-02-28T10:39:58.057Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
57282025-02-28T10:39:58.057Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
57292025-02-28T10:39:58.057Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
57302025-02-28T10:39:58.057Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
57312025-02-28T10:39:58.057Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
57322025-02-28T10:39:58.061Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
57332025-02-28T10:39:58.061Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
57342025-02-28T10:39:58.061Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
57352025-02-28T10:39:58.061Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
57362025-02-28T10:39:58.061Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
57372025-02-28T10:39:58.061Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
57382025-02-28T10:39:58.061Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
57392025-02-28T10:39:58.061Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
57402025-02-28T10:39:58.061Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
57412025-02-28T10:39:58.061Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
57422025-02-28T10:39:58.061Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
57432025-02-28T10:39:58.061Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
57442025-02-28T10:39:58.061Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
57452025-02-28T10:39:58.061Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
57462025-02-28T10:39:58.061Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
57472025-02-28T10:39:58.061Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
57482025-02-28T10:39:58.061Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
57492025-02-28T10:39:58.061Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
57502025-02-28T10:39:58.061Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
57512025-02-28T10:39:58.061Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
57522025-02-28T10:39:58.061Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
57532025-02-28T10:39:58.061Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
57542025-02-28T10:39:58.061Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
57552025-02-28T10:39:58.061Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
57562025-02-28T10:39:58.062Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
57572025-02-28T10:39:58.062Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
57582025-02-28T10:39:58.062Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
57592025-02-28T10:39:58.062Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
57602025-02-28T10:39:58.062Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
57612025-02-28T10:39:58.062Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
57622025-02-28T10:39:58.062Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
57632025-02-28T10:39:58.062Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
57642025-02-28T10:39:58.062Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
57652025-02-28T10:39:58.062Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
57662025-02-28T10:39:58.062Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
57672025-02-28T10:39:58.065Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
57682025-02-28T10:39:58.065Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
57692025-02-28T10:39:58.065Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
57702025-02-28T10:39:58.065Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
57712025-02-28T10:39:58.065Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
57722025-02-28T10:39:58.066Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
57732025-02-28T10:39:58.066Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
57742025-02-28T10:39:58.066Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
57752025-02-28T10:39:58.066Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
57762025-02-28T10:39:58.066Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
57772025-02-28T10:39:58.066Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
57782025-02-28T10:39:58.066Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
57792025-02-28T10:39:58.066Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
57802025-02-28T10:39:58.066Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
57812025-02-28T10:39:58.066Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
57822025-02-28T10:39:58.066Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
57832025-02-28T10:39:58.066Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
57842025-02-28T10:39:58.066Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
57852025-02-28T10:39:58.066Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
57862025-02-28T10:39:58.066Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
57872025-02-28T10:39:58.066Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
57882025-02-28T10:39:58.066Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
57892025-02-28T10:39:58.066Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
57902025-02-28T10:39:58.066Z Fresh omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
57912025-02-28T10:39:58.066Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
57922025-02-28T10:39:58.066Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
57932025-02-28T10:39:58.066Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
57942025-02-28T10:39:58.066Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
57952025-02-28T10:39:58.066Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
57962025-02-28T10:39:58.066Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
57972025-02-28T10:39:58.066Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
57982025-02-28T10:39:58.066Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
57992025-02-28T10:39:58.066Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
58002025-02-28T10:39:58.066Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
58012025-02-28T10:39:58.066Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
58022025-02-28T10:39:58.066Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
58032025-02-28T10:39:58.066Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
58042025-02-28T10:39:58.066Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
58052025-02-28T10:39:58.066Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
58062025-02-28T10:39:58.066Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
58072025-02-28T10:39:58.066Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
58082025-02-28T10:39:58.070Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
58092025-02-28T10:39:58.070Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
58102025-02-28T10:39:58.070Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
58112025-02-28T10:40:00.208Z 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=baee683a17ad559b -C extra-filename=-d04828becc7d9d13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.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-f2eb124640dd5009.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-366aa14937c942ac.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-63e288e334c5349b.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4236577133eb3a11.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-817a0a6d33753005.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3a8686786de25933.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8237451b3178f44a.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cf16dcc0d5daadb8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a34d12382d75a497.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3ec9c580ccbe91a.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-ba20c107638714b5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-633f70a964cefbdb.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cdaa7600a908d70f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-6288347184e1dc2c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8aca2d393ee7e31.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-0bcdc28301a6b84e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07bb055ebd541a34.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-8c529edd973a69b6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ac25e8b3e7842f36.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-647878eeebc3d009.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-183f95e51dbc5b2a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-de9539cda80c3f21.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-6e76726d28433f73.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e3d09d11a3d3c886.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bcf783fac02979cd.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0aa25f5284a027a0.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-aeaf5db27c332cc0.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b138ddb35c70d600.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f33da92474d5e5fd.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e221a8ce0e1360d7.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-780f3d01616c2d38.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7692eea99b078986.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d19029300bb3f1dc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ec5d6aab8c4fb33.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-254dcceda3044261.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.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-56fb0be760b59ca5.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d72d7799eaf4dcd0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9c94b65e0acc5750.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-6a64e379bc256e05.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4a67e31427aeea4c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-42b41cc83d443963.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b13370aa2f26d9e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f81e03e25852f835.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07d181e814b442df.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-5672b9070f89d051.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.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-63cb8a31f4e10802.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cca56b3715bf46e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c8993d753b599e9f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-eb2f46c6cfae4514.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0baafac754988fb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-12dd87c6a53a41f6.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a3251722a09dadb6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-6d1d9a2b9f3db845.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ab000affdca7fbb6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4eed554f603e2754.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-11fcd0b1f8a821c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2ac062631db207ad.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b4a2680ac0e1f69d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-79edd81950b776cd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-af553bdbd2d89d6e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/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-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/`
58122025-02-28T10:40:00.208Z 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=19997552c3a2f5b0 -C extra-filename=-eec709d81bc7532c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.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-f2eb124640dd5009.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-366aa14937c942ac.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-63e288e334c5349b.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4236577133eb3a11.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-817a0a6d33753005.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3a8686786de25933.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8237451b3178f44a.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cf16dcc0d5daadb8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a34d12382d75a497.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3ec9c580ccbe91a.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-ba20c107638714b5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-633f70a964cefbdb.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cdaa7600a908d70f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-6288347184e1dc2c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8aca2d393ee7e31.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-0bcdc28301a6b84e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07bb055ebd541a34.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-8c529edd973a69b6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ac25e8b3e7842f36.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-647878eeebc3d009.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-183f95e51dbc5b2a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-de9539cda80c3f21.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-6e76726d28433f73.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e3d09d11a3d3c886.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bcf783fac02979cd.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0aa25f5284a027a0.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-aeaf5db27c332cc0.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b138ddb35c70d600.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f33da92474d5e5fd.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e221a8ce0e1360d7.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-780f3d01616c2d38.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7692eea99b078986.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d19029300bb3f1dc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ec5d6aab8c4fb33.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-254dcceda3044261.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.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-56fb0be760b59ca5.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d72d7799eaf4dcd0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9c94b65e0acc5750.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-6a64e379bc256e05.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4a67e31427aeea4c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-42b41cc83d443963.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b13370aa2f26d9e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f81e03e25852f835.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07d181e814b442df.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-5672b9070f89d051.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.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-63cb8a31f4e10802.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cca56b3715bf46e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c8993d753b599e9f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-eb2f46c6cfae4514.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0baafac754988fb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-12dd87c6a53a41f6.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a3251722a09dadb6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-6d1d9a2b9f3db845.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ab000affdca7fbb6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4eed554f603e2754.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-11fcd0b1f8a821c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2ac062631db207ad.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b4a2680ac0e1f69d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-79edd81950b776cd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-af553bdbd2d89d6e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/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-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/`
58132025-02-28T10:40:00.212Z 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=352e39b0e3ce21d8 -C extra-filename=-16b7e00c94140a52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.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-f2eb124640dd5009.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-366aa14937c942ac.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-63e288e334c5349b.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4236577133eb3a11.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-817a0a6d33753005.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3a8686786de25933.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8237451b3178f44a.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cf16dcc0d5daadb8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a34d12382d75a497.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3ec9c580ccbe91a.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-ba20c107638714b5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-633f70a964cefbdb.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cdaa7600a908d70f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-6288347184e1dc2c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8aca2d393ee7e31.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-0bcdc28301a6b84e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07bb055ebd541a34.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-8c529edd973a69b6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ac25e8b3e7842f36.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-647878eeebc3d009.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-183f95e51dbc5b2a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-de9539cda80c3f21.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-6e76726d28433f73.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e3d09d11a3d3c886.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bcf783fac02979cd.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0aa25f5284a027a0.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-aeaf5db27c332cc0.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b138ddb35c70d600.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f33da92474d5e5fd.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e221a8ce0e1360d7.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-780f3d01616c2d38.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7692eea99b078986.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d19029300bb3f1dc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ec5d6aab8c4fb33.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-254dcceda3044261.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.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-56fb0be760b59ca5.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d72d7799eaf4dcd0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9c94b65e0acc5750.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-6a64e379bc256e05.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4a67e31427aeea4c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-42b41cc83d443963.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b13370aa2f26d9e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f81e03e25852f835.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07d181e814b442df.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-5672b9070f89d051.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.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-63cb8a31f4e10802.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cca56b3715bf46e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c8993d753b599e9f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-eb2f46c6cfae4514.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0baafac754988fb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-12dd87c6a53a41f6.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a3251722a09dadb6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-6d1d9a2b9f3db845.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ab000affdca7fbb6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4eed554f603e2754.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-11fcd0b1f8a821c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2ac062631db207ad.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b4a2680ac0e1f69d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-79edd81950b776cd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-af553bdbd2d89d6e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/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-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/`
58142025-02-28T10:40:00.222Z 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=1e66bccb071f0507 -C extra-filename=-11e042b47db86e91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.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-f2eb124640dd5009.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-366aa14937c942ac.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-63e288e334c5349b.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4236577133eb3a11.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-817a0a6d33753005.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3a8686786de25933.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8237451b3178f44a.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cf16dcc0d5daadb8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a34d12382d75a497.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3ec9c580ccbe91a.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-ba20c107638714b5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-633f70a964cefbdb.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cdaa7600a908d70f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-6288347184e1dc2c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8aca2d393ee7e31.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-0bcdc28301a6b84e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07bb055ebd541a34.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-8c529edd973a69b6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ac25e8b3e7842f36.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-647878eeebc3d009.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-183f95e51dbc5b2a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-de9539cda80c3f21.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-6e76726d28433f73.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e3d09d11a3d3c886.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bcf783fac02979cd.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0aa25f5284a027a0.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-aeaf5db27c332cc0.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b138ddb35c70d600.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f33da92474d5e5fd.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e221a8ce0e1360d7.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-780f3d01616c2d38.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7692eea99b078986.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d19029300bb3f1dc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ec5d6aab8c4fb33.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-254dcceda3044261.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.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-56fb0be760b59ca5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9c94b65e0acc5750.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-6a64e379bc256e05.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4a67e31427aeea4c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-42b41cc83d443963.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b13370aa2f26d9e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f81e03e25852f835.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07d181e814b442df.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-5672b9070f89d051.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.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-63cb8a31f4e10802.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cca56b3715bf46e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c8993d753b599e9f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-eb2f46c6cfae4514.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0baafac754988fb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-12dd87c6a53a41f6.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a3251722a09dadb6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-6d1d9a2b9f3db845.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ab000affdca7fbb6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4eed554f603e2754.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-11fcd0b1f8a821c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2ac062631db207ad.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b4a2680ac0e1f69d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-79edd81950b776cd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-af553bdbd2d89d6e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.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-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/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-42eb1c7425b5dc3f/out -L /usr/platform/oxide/lib/amd64/`
58152025-02-28T10:44:21.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 28s
58162025-02-28T10:44:21.716Z
58172025-02-28T10:44:21.720Zreal 4:28.685492924
58182025-02-28T10:44:21.720Zuser 10:42.464567657
58192025-02-28T10:44:21.720Zsys 59.190859351
58202025-02-28T10:44:21.720Ztrap 0.178468370
58212025-02-28T10:44:21.720Ztflt 2.265551940
58222025-02-28T10:44:21.720Zdflt 25.698458310
58232025-02-28T10:44:21.720Zkflt 0.221395463
58242025-02-28T10:44:21.720Zlock 19:27.587769965
58252025-02-28T10:44:21.720Zslp 33:16.905867289
58262025-02-28T10:44:21.720Zlat 2.711762345
58272025-02-28T10:44:21.720Zstop 23.010562883
58282025-02-28T10:44:21.720Z+ banner test
58292025-02-28T10:44:21.730Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
58302025-02-28T10:44:21.913Z
58312025-02-28T10:44:21.913Z ##### ###### #### #####
58322025-02-28T10:44:21.913Z # # # #
58332025-02-28T10:44:21.913Z # ##### #### #
58342025-02-28T10:44:21.913Z # # # #
58352025-02-28T10:44:21.913Z # # # # #
58362025-02-28T10:44:21.913Z # ###### #### #
58372025-02-28T10:44:21.913Z
58382025-02-28T10:44:23.408Zinfo: experimental features enabled: setup-scripts
58392025-02-28T10:44:24.867Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
58402025-02-28T10:44:25.036Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
58412025-02-28T10:44:25.065Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
58422025-02-28T10:44:25.073Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
58432025-02-28T10:44:35.244Z Finished `test` profile [unoptimized + debuginfo] target(s) in 11.75s
58442025-02-28T10:44:42.298Z────────────
58452025-02-28T10:44:42.298Z Nextest run ID 756dd662-a509-479b-8401-fe5b2e3ac783 with nextest profile: ci
58462025-02-28T10:44:42.298Z Starting 1918 tests across 184 binaries (4 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter)
58472025-02-28T10:44:42.302Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
58482025-02-28T10:44:43.164Z Compiling newtype-uuid v1.2.1
58492025-02-28T10:44:43.736Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
58502025-02-28T10:44:44.101Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
58512025-02-28T10:44:44.705Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
58522025-02-28T10:44:52.305Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
58532025-02-28T10:44:54.407Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
58542025-02-28T10:44:56.018Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
58552025-02-28T10:45:01.789Z Finished `test` profile [unoptimized + debuginfo] target(s) in 19.41s
58562025-02-28T10:45:01.923Z Running `target/debug/crdb-seed`
58572025-02-28T10:45:01.970ZFeb 28 10:45:01.053 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpjvNqNl
58582025-02-28T10:45:01.973ZFeb 28 10:45:01.054 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpA5bK3f,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpjvNqNl/listen-url
58592025-02-28T10:45:01.973ZFeb 28 10:45:01.056 INFO cockroach environment: BUILDOMAT_JOB_ID=01JN60R0DT43FEZ1HQ2EPSH6CQ 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=renovate/rstest-0.x GITHUB_REF=refs/heads/renovate/rstest-0.x GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=c0511e1966539305d568599df8e5d93a4d193070 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-0bf493aa4fd89b0f/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/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-0bf493aa4fd89b0f/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out:/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/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-envzUeYPN NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-0bf493aa4fd89b0f/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out:/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/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=756dd662-a509-479b-8401-fe5b2e3ac783 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
58602025-02-28T10:45:03.148ZFeb 28 10:45:02.229 INFO cockroach pid: 11921
58612025-02-28T10:45:03.148ZFeb 28 10:45:02.229 INFO cockroach listen URL: postgresql://root@[::1]:51196/omicron?sslmode=disable
58622025-02-28T10:45:03.148ZFeb 28 10:45:02.229 INFO cockroach: populating
58632025-02-28T10:45:05.062ZFeb 28 10:45:04.145 INFO cockroach: populated
58642025-02-28T10:45:06.022ZFeb 28 10:45:05.104 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/4ab69b3f232db5b60ff6cc3182235a3fedf071159efe73b504c0c50b38e9b2cc.tar`
58652025-02-28T10:45:06.025Z SETUP PASS [ 23.724s] crdb-seed: cargo run -p crdb-seed --profile test
58662025-02-28T10:45:06.028Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
58672025-02-28T10:45:06.928Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
58682025-02-28T10:45:07.045Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
58692025-02-28T10:45:07.048Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
58702025-02-28T10:45:07.048Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
58712025-02-28T10:45:07.058Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
58722025-02-28T10:45:09.080Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
58732025-02-28T10:45:09.248Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
58742025-02-28T10:45:11.990Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
58752025-02-28T10:45:13.463Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
58762025-02-28T10:45:20.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.07s
58772025-02-28T10:45:20.326Z Running `target/debug/clickhouse-cluster-dev`
58782025-02-28T10:45:20.368ZFeb 28 10:45:19.449 INFO Setting up a ClickHouse cluster
58792025-02-28T10:45:20.370ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
58802025-02-28T10:45:20.377ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
58812025-02-28T10:45:20.379ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
58822025-02-28T10:45:20.382ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
58832025-02-28T10:45:20.384ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
58842025-02-28T10:45:22.628ZFeb 28 10:45:21.708 INFO ClickHouse server ready
58852025-02-28T10:45:23.278ZFeb 28 10:45:22.358 INFO ClickHouse server ready
58862025-02-28T10:45:23.936ZFeb 28 10:45:23.016 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
58872025-02-28T10:45:23.941Z SETUP PASS [ 17.913s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
58882025-02-28T10:45:48.457Z PASS [ 24.507s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
58892025-02-28T10:45:48.772Z PASS [ 24.823s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
58902025-02-28T10:45:54.449Z PASS [ 30.499s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
58912025-02-28T10:45:54.868Z PASS [ 30.918s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
58922025-02-28T10:45:55.781Z PASS [ 31.830s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
58932025-02-28T10:45:56.691Z PASS [ 32.740s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
58942025-02-28T10:46:17.606Z PASS [ 28.829s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
58952025-02-28T10:46:20.272Z PASS [ 25.399s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
58962025-02-28T10:46:21.818Z PASS [ 27.364s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
58972025-02-28T10:46:23.969Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58982025-02-28T10:46:23.984Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58992025-02-28T10:46:25.584Z PASS [ 29.798s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
59002025-02-28T10:46:27.105Z PASS [ 30.409s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
59012025-02-28T10:46:45.912Z PASS [ 20.324s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
59022025-02-28T10:46:47.340Z PASS [ 20.231s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
59032025-02-28T10:46:47.379Z PASS [ 0.039s] api_identity test::test_identity
59042025-02-28T10:46:47.406Z PASS [ 0.027s] api_identity test::test_identity_no_field
59052025-02-28T10:46:47.479Z PASS [ 0.072s] authz-macros tests::test_authz_snapshots
59062025-02-28T10:46:47.538Z PASS [ 0.059s] bootstore schemes::tests::hello_roundtrip
59072025-02-28T10:46:48.130Z PASS [ 26.308s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
59082025-02-28T10:46:48.283Z PASS [ 0.152s] bootstore schemes::v0::peer::tests::network_config
59092025-02-28T10:46:48.322Z PASS [ 0.039s] bootstore schemes::v0::share_pkg::tests::create_packages
59102025-02-28T10:46:48.370Z PASS [ 0.047s] bootstore trust_quorum::rack_secret::tests::create_and_verify
59112025-02-28T10:46:48.412Z PASS [ 0.042s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
59122025-02-28T10:46:48.480Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
59132025-02-28T10:46:48.689Z PASS [ 1.151s] bootstore schemes::v0::peer::tests::basic_3_nodes
59142025-02-28T10:46:52.195Z PASS [ 3.782s] bootstore::v0-fsm-proptest-learner run
59152025-02-28T10:46:52.451Z PASS [ 0.255s] cert-dev::test-cert-dev test_cert_create
59162025-02-28T10:46:53.267Z PASS [ 0.815s] clickana chart::tests::gather_chart_data_failure
59172025-02-28T10:46:53.310Z PASS [ 0.042s] clickana chart::tests::gather_chart_data_for_disk_usage_success
59182025-02-28T10:46:53.349Z PASS [ 0.037s] clickana chart::tests::gather_chart_data_for_memory_tracking_success
59192025-02-28T10:46:53.384Z PASS [ 0.035s] clickana chart::tests::gather_chart_data_for_query_count_success
59202025-02-28T10:46:53.418Z PASS [ 0.034s] clickana chart::tests::gather_chart_data_for_running_queries_success
59212025-02-28T10:46:53.531Z PASS [ 0.112s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
59222025-02-28T10:46:53.577Z PASS [ 0.046s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success
59232025-02-28T10:46:53.609Z PASS [ 0.032s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success
59242025-02-28T10:46:53.645Z PASS [ 0.035s] clickhouse-admin-types tests::test_empty_output_parse_fail
59252025-02-28T10:46:53.681Z PASS [ 0.036s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
59262025-02-28T10:46:53.714Z PASS [ 0.032s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
59272025-02-28T10:46:53.755Z PASS [ 0.040s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
59282025-02-28T10:46:53.790Z PASS [ 0.034s] clickhouse-admin-types tests::test_full_lgif_parse_success
59292025-02-28T10:46:53.837Z PASS [ 0.047s] clickhouse-admin-types tests::test_full_raft_config_parse_success
59302025-02-28T10:46:53.891Z PASS [ 0.054s] clickhouse-admin-types tests::test_generate_keeper_config
59312025-02-28T10:46:53.929Z PASS [ 0.037s] clickhouse-admin-types tests::test_generate_replica_config
59322025-02-28T10:46:53.963Z PASS [ 0.034s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
59332025-02-28T10:46:54.003Z PASS [ 0.039s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
59342025-02-28T10:46:54.040Z PASS [ 0.036s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail
59352025-02-28T10:46:54.084Z PASS [ 0.044s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
59362025-02-28T10:46:54.129Z PASS [ 0.045s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
59372025-02-28T10:46:54.168Z PASS [ 0.039s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
59382025-02-28T10:46:54.211Z PASS [ 0.042s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
59392025-02-28T10:46:54.260Z PASS [ 0.048s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
59402025-02-28T10:46:54.299Z PASS [ 0.039s] clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail
59412025-02-28T10:46:54.337Z PASS [ 0.038s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
59422025-02-28T10:46:54.371Z PASS [ 0.033s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
59432025-02-28T10:46:54.409Z PASS [ 0.035s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
59442025-02-28T10:46:54.441Z PASS [ 0.034s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
59452025-02-28T10:46:54.476Z PASS [ 0.034s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
59462025-02-28T10:46:54.510Z PASS [ 0.035s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
59472025-02-28T10:46:54.543Z PASS [ 0.033s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
59482025-02-28T10:46:54.577Z PASS [ 0.033s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
59492025-02-28T10:46:54.616Z PASS [ 0.039s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
59502025-02-28T10:46:54.692Z PASS [ 0.075s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
59512025-02-28T10:46:54.735Z PASS [ 0.043s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
59522025-02-28T10:46:54.773Z PASS [ 0.038s] clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail
59532025-02-28T10:46:54.809Z PASS [ 0.036s] clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success
59542025-02-28T10:46:54.881Z PASS [ 0.072s] clickhouse-admin-types tests::test_utc_system_timeseries_parse_success
59552025-02-28T10:46:55.089Z PASS [ 0.206s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
59562025-02-28T10:46:55.223Z PASS [ 0.134s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
59572025-02-28T10:46:55.253Z PASS [ 0.029s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
59582025-02-28T10:46:55.279Z PASS [ 0.026s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
59592025-02-28T10:46:55.313Z PASS [ 0.034s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
59602025-02-28T10:46:55.345Z PASS [ 0.031s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
59612025-02-28T10:46:55.371Z PASS [ 0.025s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
59622025-02-28T10:46:55.825Z PASS [ 7.134s] bootstore::v0-fsm-proptest-rack-coordinator run
59632025-02-28T10:46:55.991Z PASS [ 0.620s] db-dev::test-db-dev test_db_dev_populate_no_args
59642025-02-28T10:46:56.001Z PASS [ 0.175s] db-dev::test-db-dev test_db_dev_wipe_no_args
59652025-02-28T10:46:58.967Z PASS [ 70.497s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
59662025-02-28T10:46:59.070Z PASS [ 0.102s] db-macros lookup::test::test_lookup_snapshots
59672025-02-28T10:46:59.097Z PASS [ 0.027s] db-macros tests::test_derive_metadata_identity_fails_for_enums
59682025-02-28T10:46:59.125Z PASS [ 0.028s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
59692025-02-28T10:46:59.154Z PASS [ 0.029s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
59702025-02-28T10:46:59.268Z PASS [ 0.112s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
59712025-02-28T10:46:59.308Z PASS [ 0.042s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
59722025-02-28T10:46:59.354Z PASS [ 0.045s] db-macros tests::test_derive_snapshots
59732025-02-28T10:46:59.384Z PASS [ 0.030s] db-macros tests::test_derive_with_unknown_field
59742025-02-28T10:47:00.201Z PASS [ 0.817s] dns-server storage::test::test_update_basic
59752025-02-28T10:47:00.435Z PASS [ 0.233s] dns-server storage::test::test_update_in_progress
59762025-02-28T10:47:00.650Z PASS [ 0.214s] dns-server storage::test::test_update_interrupted
59772025-02-28T10:47:01.777Z PASS [ 1.127s] dns-server::basic_test a_crud
59782025-02-28T10:47:02.099Z PASS [ 0.321s] dns-server::basic_test aaaa_crud
59792025-02-28T10:47:02.545Z PASS [ 0.445s] dns-server::basic_test answers_match_question
59802025-02-28T10:47:02.810Z PASS [ 0.265s] dns-server::basic_test empty_record
59812025-02-28T10:47:03.112Z PASS [ 0.299s] dns-server::basic_test multi_record_crud
59822025-02-28T10:47:03.148Z PASS [ 7.154s] db-dev::test-db-dev test_db_killed
59832025-02-28T10:47:03.494Z PASS [ 0.383s] dns-server::basic_test name_contains_zone
59842025-02-28T10:47:03.561Z PASS [ 0.409s] dns-server::basic_test nxdomain
59852025-02-28T10:47:03.876Z PASS [ 0.382s] dns-server::basic_test servfail
59862025-02-28T10:47:03.940Z PASS [ 0.383s] dns-server::basic_test srv_crud
59872025-02-28T10:47:04.015Z PASS [ 0.074s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
59882025-02-28T10:47:04.059Z PASS [ 0.044s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
59892025-02-28T10:47:04.175Z PASS [ 0.115s] illumos-utils destructor::test::test_delayed_delete
59902025-02-28T10:47:05.179Z PASS [ 1.003s] illumos-utils destructor::test::test_delayed_delete_with_error
59912025-02-28T10:47:05.234Z PASS [ 0.055s] illumos-utils destructor::test::test_destructor_bad_close
59922025-02-28T10:47:05.275Z PASS [ 0.042s] illumos-utils link::test::test_allocate
59932025-02-28T10:47:05.359Z PASS [ 0.083s] illumos-utils link::test::test_allocate_within_scopes
59942025-02-28T10:47:05.480Z PASS [ 0.121s] illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
59952025-02-28T10:47:05.514Z PASS [ 0.033s] illumos-utils running_zone::tests::test_is_oxide_smf_service
59962025-02-28T10:47:05.554Z PASS [ 0.040s] illumos-utils zfs::test::parse_dataset_bad_avail
59972025-02-28T10:47:05.589Z PASS [ 0.034s] illumos-utils zfs::test::parse_dataset_bad_quota
59982025-02-28T10:47:05.630Z PASS [ 0.039s] illumos-utils zfs::test::parse_dataset_bad_reservation
59992025-02-28T10:47:05.664Z PASS [ 0.034s] illumos-utils zfs::test::parse_dataset_bad_usage
60002025-02-28T10:47:05.700Z PASS [ 0.036s] illumos-utils zfs::test::parse_dataset_bad_uuid
60012025-02-28T10:47:05.736Z PASS [ 0.035s] illumos-utils zfs::test::parse_dataset_missing_fields
60022025-02-28T10:47:05.767Z PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_props
60032025-02-28T10:47:05.804Z PASS [ 0.036s] illumos-utils zfs::test::parse_dataset_props_with_optionals
60042025-02-28T10:47:05.839Z PASS [ 0.034s] illumos-utils zfs::test::parse_dataset_too_many_columns
60052025-02-28T10:47:05.886Z PASS [ 0.046s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
60062025-02-28T10:47:05.918Z PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
60072025-02-28T10:47:05.991Z PASS [ 0.072s] illumos-utils zfs::test::parse_quota_ignored_if_default
60082025-02-28T10:47:06.033Z PASS [ 0.041s] illumos-utils zfs::test::parse_reservation_ignored_if_default
60092025-02-28T10:47:06.075Z PASS [ 0.042s] illumos-utils zfs::test::parse_sorts_and_dedups
60102025-02-28T10:47:06.118Z PASS [ 0.042s] illumos-utils zone::tests::test_parse_ip_network
60112025-02-28T10:47:06.166Z PASS [ 0.048s] illumos-utils zpool::test::test_parse_zpool
60122025-02-28T10:47:06.237Z PASS [ 0.070s] illumos-utils zpool::test::test_parse_zpool_missing_column
60132025-02-28T10:47:08.612Z PASS [ 4.735s] dns-server::commands_test test_dnsadm
60142025-02-28T10:47:10.886Z PASS [ 2.273s] installinator write::tests::proptest_write_artifact
60152025-02-28T10:47:11.115Z PASS [ 0.228s] installinator-common block_size_writer::tests::proptest_block_writer
60162025-02-28T10:47:11.559Z PASS [ 5.321s] installinator mock_peers::tests::proptest_fetch_artifact
60172025-02-28T10:47:11.843Z PASS [ 0.728s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
60182025-02-28T10:47:11.923Z PASS [ 0.363s] internal-dns-resolver resolver::test::insert_and_lookup_one_record
60192025-02-28T10:47:12.292Z PASS [ 0.448s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
60202025-02-28T10:47:12.718Z PASS [ 0.794s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
60212025-02-28T10:47:12.987Z PASS [ 0.695s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
60222025-02-28T10:47:13.114Z PASS [ 0.396s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
60232025-02-28T10:47:13.161Z PASS [ 0.046s] internal-dns-types config::test::display_hosts
60242025-02-28T10:47:13.201Z PASS [ 0.039s] internal-dns-types config::test::display_srv_service
60252025-02-28T10:47:13.270Z PASS [ 0.069s] internal-dns-types config::test::test_builder_errors
60262025-02-28T10:47:13.371Z PASS [ 0.100s] internal-dns-types config::test::test_builder_output
60272025-02-28T10:47:13.378Z PASS [ 0.390s] internal-dns-resolver resolver::test::update_record
60282025-02-28T10:47:13.421Z PASS [ 0.050s] internal-dns-types diff::test::diff_different
60292025-02-28T10:47:13.430Z PASS [ 0.050s] internal-dns-types diff::test::diff_equivalent
60302025-02-28T10:47:13.464Z PASS [ 0.042s] internal-dns-types diff::test::diff_invalid
60312025-02-28T10:47:13.480Z PASS [ 0.050s] ipcc tests::deserialize_fixed_value
60322025-02-28T10:47:13.519Z PASS [ 0.055s] ipcc tests::installinator_image_id_round_trip
60332025-02-28T10:47:13.528Z PASS [ 0.048s] ipcc tests::serialized_size
60342025-02-28T10:47:13.609Z PASS [ 0.089s] key-manager tests::different_disks_produce_different_keys
60352025-02-28T10:47:13.612Z PASS [ 0.080s] key-manager tests::different_ikm_produces_different_keys
60362025-02-28T10:47:13.650Z PASS [ 0.040s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
60372025-02-28T10:47:13.658Z PASS [ 0.047s] key-manager tests::disk_encryption_key_epoch_0
60382025-02-28T10:47:13.889Z PASS [ 0.239s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
60392025-02-28T10:47:13.892Z PASS [ 0.230s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
60402025-02-28T10:47:13.931Z PASS [ 0.041s] nexus-auth authn::external::session_cookie::test::test_get_token
60412025-02-28T10:47:13.939Z PASS [ 0.050s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
60422025-02-28T10:47:13.969Z PASS [ 0.038s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
60432025-02-28T10:47:13.980Z PASS [ 0.040s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
60442025-02-28T10:47:14.018Z PASS [ 0.048s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
60452025-02-28T10:47:14.027Z PASS [ 0.046s] nexus-auth authn::external::session_cookie::test::test_other_cookie
60462025-02-28T10:47:14.069Z PASS [ 0.049s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
60472025-02-28T10:47:14.084Z PASS [ 0.057s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
60482025-02-28T10:47:14.115Z PASS [ 0.046s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
60492025-02-28T10:47:14.154Z PASS [ 0.070s] nexus-auth authn::external::spoof::test::test_make_header_value
60502025-02-28T10:47:14.168Z PASS [ 0.051s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
60512025-02-28T10:47:14.212Z PASS [ 0.045s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
60522025-02-28T10:47:14.220Z PASS [ 0.065s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
60532025-02-28T10:47:14.253Z PASS [ 0.040s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
60542025-02-28T10:47:14.275Z PASS [ 0.055s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
60552025-02-28T10:47:14.304Z PASS [ 0.050s] nexus-auth authn::external::test::test_authn_sequence
60562025-02-28T10:47:14.313Z PASS [ 0.037s] nexus-auth authn::external::token::test::test_make_header_value
60572025-02-28T10:47:14.346Z PASS [ 0.042s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
60582025-02-28T10:47:14.380Z PASS [ 0.067s] nexus-auth authn::external::token::test::test_token_header_missing
60592025-02-28T10:47:14.392Z PASS [ 0.045s] nexus-auth authn::external::token::test::test_token_header_valid
60602025-02-28T10:47:14.459Z PASS [ 0.078s] nexus-auth authn::test::test_internal_users
60612025-02-28T10:47:14.530Z PASS [ 0.071s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
60622025-02-28T10:47:14.615Z PASS [ 0.223s] nexus-auth authz::context::test::test_unregistered_resource
60632025-02-28T10:47:14.625Z PASS [ 0.094s] nexus-auth context::test::test_background_context
60642025-02-28T10:47:14.699Z PASS [ 0.083s] nexus-auth context::test::test_child_context
60652025-02-28T10:47:14.726Z PASS [ 0.100s] nexus-auth context::test::test_test_context
60662025-02-28T10:47:14.779Z PASS [ 0.052s] nexus-config nexus_config::test::test_config_bad_toml
60672025-02-28T10:47:14.815Z PASS [ 0.036s] nexus-config nexus_config::test::test_config_empty
60682025-02-28T10:47:14.827Z PASS [ 0.128s] nexus-config nexus_config::test::test_bad_authn_schemes
60692025-02-28T10:47:14.849Z PASS [ 0.032s] nexus-config nexus_config::test::test_config_nonexistent
60702025-02-28T10:47:14.889Z PASS [ 0.041s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
60712025-02-28T10:47:14.905Z PASS [ 0.077s] nexus-config nexus_config::test::test_deployment_config_schema
60722025-02-28T10:47:14.977Z PASS [ 0.071s] nexus-config nexus_config::test::test_valid
60732025-02-28T10:47:15.005Z PASS [ 0.106s] nexus-config nexus_config::test::test_repo_configs_are_valid
60742025-02-28T10:47:15.028Z PASS [ 0.050s] nexus-config postgres_config::test::test_bad_url
60752025-02-28T10:47:15.073Z PASS [ 0.067s] nexus-config postgres_config::test::test_example_url
60762025-02-28T10:47:15.081Z PASS [ 0.053s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
60772025-02-28T10:47:15.118Z PASS [ 0.044s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
60782025-02-28T10:47:15.125Z PASS [ 0.043s] nexus-db-fixed-data test::test_allowlist_id_is_valid
60792025-02-28T10:47:15.153Z PASS [ 0.035s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
60802025-02-28T10:47:15.171Z PASS [ 0.045s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
60812025-02-28T10:47:15.208Z PASS [ 0.053s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
60822025-02-28T10:47:15.242Z PASS [ 0.071s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
60832025-02-28T10:47:15.285Z PASS [ 0.043s] nexus-db-model instance_state::tests::test_from_str_roundtrips
60842025-02-28T10:47:15.311Z PASS [ 0.104s] nexus-db-model device_auth::test::test_generate_user_code
60852025-02-28T10:47:15.325Z PASS [ 19.321s] db-dev::test-db-dev test_db_run
60862025-02-28T10:47:15.356Z PASS [ 0.069s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
60872025-02-28T10:47:15.365Z PASS [ 0.051s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
60882025-02-28T10:47:15.396Z PASS [ 0.040s] nexus-db-model schema_versions::test::test_known_versions
60892025-02-28T10:47:15.419Z PASS [ 0.094s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
60902025-02-28T10:47:15.427Z PASS [ 0.063s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
60912025-02-28T10:47:15.458Z PASS [ 0.038s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
60922025-02-28T10:47:15.465Z PASS [ 0.068s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
60932025-02-28T10:47:15.468Z PASS [ 0.038s] nexus-db-model schema_versions::test::test_verify
60942025-02-28T10:47:15.492Z PASS [ 0.033s] nexus-db-model semver_version::test::test_to_from_sortable_string
60952025-02-28T10:47:15.506Z PASS [ 0.040s] nexus-db-model tests::test_ipv6_net_random_subnet
60962025-02-28T10:47:15.516Z PASS [ 0.049s] nexus-db-model tests::test_ip_subnet_check_requestable_address
60972025-02-28T10:47:15.533Z PASS [ 0.041s] nexus-db-model tests::test_roles_database_strings
60982025-02-28T10:47:15.545Z PASS [ 0.038s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
60992025-02-28T10:47:15.553Z PASS [ 0.036s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
61002025-02-28T10:47:15.563Z PASS [ 0.030s] nexus-db-model vmm_state::tests::test_from_str_roundtrips
61012025-02-28T10:47:17.628Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
61022025-02-28T10:47:18.734Z PASS [ 3.170s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
61032025-02-28T10:47:18.741Z PASS [ 3.187s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
61042025-02-28T10:47:18.842Z PASS [ 3.295s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
61052025-02-28T10:47:20.293Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
61062025-02-28T10:47:21.497Z PASS [ 2.763s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
61072025-02-28T10:47:21.572Z PASS [ 2.830s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
61082025-02-28T10:47:21.645Z PASS [ 2.802s] nexus-db-queries db::collection_attach::test::test_attach_once
61092025-02-28T10:47:23.979Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
61102025-02-28T10:47:23.995Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
61112025-02-28T10:47:24.632Z PASS [ 3.134s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
61122025-02-28T10:47:24.917Z PASS [ 3.271s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
61132025-02-28T10:47:24.968Z PASS [ 0.051s] nexus-db-queries db::collection_attach::test::test_verify_query
61142025-02-28T10:47:25.431Z PASS [ 3.858s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
61152025-02-28T10:47:28.209Z PASS [ 3.577s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
61162025-02-28T10:47:28.234Z PASS [ 3.265s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
61172025-02-28T10:47:28.902Z PASS [ 3.469s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
61182025-02-28T10:47:31.395Z PASS [ 3.184s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
61192025-02-28T10:47:31.739Z PASS [ 3.505s] nexus-db-queries db::collection_detach::test::test_detach_once
61202025-02-28T10:47:31.787Z PASS [ 2.885s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
61212025-02-28T10:47:31.794Z PASS [ 0.054s] nexus-db-queries db::collection_detach::test::test_verify_query
61222025-02-28T10:47:34.169Z PASS [ 2.774s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
61232025-02-28T10:47:34.455Z PASS [ 2.659s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
61242025-02-28T10:47:34.557Z PASS [ 2.769s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
61252025-02-28T10:47:37.040Z PASS [ 2.868s] nexus-db-queries db::collection_detach_many::test::test_detach_many
61262025-02-28T10:47:37.152Z PASS [ 2.697s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
61272025-02-28T10:47:37.278Z PASS [ 2.721s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
61282025-02-28T10:47:38.260Z PASS [ 77.976s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
61292025-02-28T10:47:38.305Z PASS [ 0.045s] nexus-db-queries db::collection_detach_many::test::test_verify_query
61302025-02-28T10:47:39.723Z PASS [ 2.684s] nexus-db-queries db::collection_detach_many::test::test_detach_once
61312025-02-28T10:47:39.877Z PASS [ 2.725s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
61322025-02-28T10:47:39.930Z PASS [ 0.052s] nexus-db-queries db::collection_insert::test::test_verify_query
61332025-02-28T10:47:39.982Z PASS [ 0.052s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
61342025-02-28T10:47:40.035Z PASS [ 0.052s] nexus-db-queries db::column_walker::test::test_walk_columns
61352025-02-28T10:47:40.083Z PASS [ 0.048s] nexus-db-queries db::column_walker::test::test_walk_table
61362025-02-28T10:47:40.148Z PASS [ 2.869s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
61372025-02-28T10:47:41.271Z PASS [ 2.965s] nexus-db-queries db::collection_insert::test::test_collection_not_present
61382025-02-28T10:47:42.081Z PASS [ 2.358s] nexus-db-queries db::collection_insert::test::test_collection_present
61392025-02-28T10:47:45.078Z PASS [ 4.994s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
61402025-02-28T10:47:45.227Z PASS [ 5.077s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
61412025-02-28T10:47:45.932Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
61422025-02-28T10:47:46.158Z PASS [ 4.886s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
61432025-02-28T10:47:46.551Z PASS [ 4.469s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
61442025-02-28T10:47:50.230Z PASS [ 5.002s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
61452025-02-28T10:47:50.722Z PASS [ 5.643s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
61462025-02-28T10:47:50.986Z PASS [ 4.826s] nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
61472025-02-28T10:47:51.327Z PASS [ 4.773s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
61482025-02-28T10:47:55.442Z PASS [ 5.210s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
61492025-02-28T10:47:55.788Z PASS [ 5.065s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
61502025-02-28T10:47:55.858Z PASS [ 4.872s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
61512025-02-28T10:47:56.029Z PASS [ 4.702s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
61522025-02-28T10:48:00.298Z PASS [ 4.855s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
61532025-02-28T10:48:00.684Z PASS [ 4.654s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
61542025-02-28T10:48:00.816Z PASS [ 4.957s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
61552025-02-28T10:48:01.646Z PASS [ 5.857s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
61562025-02-28T10:48:05.201Z PASS [ 4.902s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
61572025-02-28T10:48:05.230Z PASS [ 4.413s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
61582025-02-28T10:48:05.953Z PASS [ 5.254s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
61592025-02-28T10:48:06.349Z PASS [ 4.702s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
61602025-02-28T10:48:09.831Z PASS [ 4.599s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
61612025-02-28T10:48:09.874Z PASS [ 4.672s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
61622025-02-28T10:48:10.084Z PASS [ 4.130s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
61632025-02-28T10:48:10.810Z PASS [ 4.459s] nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
61642025-02-28T10:48:11.696Z PASS [ 1.821s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
61652025-02-28T10:48:12.304Z PASS [ 2.219s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
61662025-02-28T10:48:12.692Z PASS [ 2.860s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
61672025-02-28T10:48:15.869Z PASS [ 5.059s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
61682025-02-28T10:48:16.680Z PASS [ 4.983s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
61692025-02-28T10:48:16.923Z PASS [ 4.617s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
61702025-02-28T10:48:17.639Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
61712025-02-28T10:48:17.744Z PASS [ 5.051s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
61722025-02-28T10:48:20.959Z PASS [ 5.088s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
61732025-02-28T10:48:21.960Z PASS [ 5.037s] nexus-db-queries db::datastore::deployment::tests::test_set_target
61742025-02-28T10:48:22.029Z PASS [ 0.068s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
61752025-02-28T10:48:22.296Z PASS [ 5.614s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
61762025-02-28T10:48:23.232Z PASS [ 5.486s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
61772025-02-28T10:48:23.989Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
61782025-02-28T10:48:24.006Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
61792025-02-28T10:48:25.608Z PASS [ 4.648s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
61802025-02-28T10:48:26.374Z PASS [ 4.344s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
61812025-02-28T10:48:27.148Z PASS [ 4.851s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
61822025-02-28T10:48:29.488Z PASS [ 6.255s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
61832025-02-28T10:48:30.677Z PASS [ 5.067s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
61842025-02-28T10:48:31.633Z PASS [ 5.257s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
61852025-02-28T10:48:31.972Z PASS [ 4.822s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
61862025-02-28T10:48:35.331Z PASS [ 5.842s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
61872025-02-28T10:48:36.464Z PASS [ 4.830s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
61882025-02-28T10:48:36.764Z PASS [ 4.791s] nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
61892025-02-28T10:48:37.430Z PASS [ 6.752s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
61902025-02-28T10:48:40.228Z PASS [ 4.896s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
61912025-02-28T10:48:41.496Z PASS [ 4.730s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
61922025-02-28T10:48:41.506Z PASS [ 5.040s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
61932025-02-28T10:48:42.278Z PASS [ 4.846s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
61942025-02-28T10:48:45.591Z PASS [ 5.362s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
61952025-02-28T10:48:45.943Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
61962025-02-28T10:48:46.486Z PASS [ 4.989s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
61972025-02-28T10:48:46.618Z PASS [ 5.111s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
61982025-02-28T10:48:47.010Z PASS [ 4.732s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
61992025-02-28T10:48:50.837Z PASS [ 5.244s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
62002025-02-28T10:48:51.856Z PASS [ 5.236s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
62012025-02-28T10:48:51.908Z PASS [ 4.896s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
62022025-02-28T10:48:53.363Z PASS [ 6.875s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
62032025-02-28T10:48:55.175Z PASS [ 4.337s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
62042025-02-28T10:48:56.792Z PASS [ 4.935s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
62052025-02-28T10:48:57.966Z PASS [ 4.602s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
62062025-02-28T10:48:58.217Z PASS [ 6.308s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
62072025-02-28T10:48:59.538Z PASS [ 4.362s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
62082025-02-28T10:49:01.576Z PASS [ 4.783s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
62092025-02-28T10:49:02.588Z PASS [ 4.621s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
62102025-02-28T10:49:03.636Z PASS [ 5.418s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
62112025-02-28T10:49:03.976Z PASS [ 4.438s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
62122025-02-28T10:49:07.169Z PASS [ 5.592s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
62132025-02-28T10:49:08.047Z PASS [ 4.410s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
62142025-02-28T10:49:11.787Z PASS [ 4.616s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
62152025-02-28T10:49:13.008Z PASS [ 4.959s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
62162025-02-28T10:49:16.781Z PASS [ 4.992s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
62172025-02-28T10:49:17.362Z PASS [ 14.772s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
62182025-02-28T10:49:17.650Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
62192025-02-28T10:49:18.002Z PASS [ 4.994s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
62202025-02-28T10:49:21.788Z PASS [ 5.007s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
62212025-02-28T10:49:22.395Z PASS [ 5.032s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
62222025-02-28T10:49:22.857Z PASS [ 4.853s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
62232025-02-28T10:49:24.000Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
62242025-02-28T10:49:24.016Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
62252025-02-28T10:49:27.476Z PASS [ 5.686s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
62262025-02-28T10:49:28.202Z PASS [ 5.344s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
62272025-02-28T10:49:28.762Z PASS [ 24.781s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
62282025-02-28T10:49:29.410Z PASS [ 7.013s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
62292025-02-28T10:49:32.593Z PASS [ 5.117s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
62302025-02-28T10:49:33.180Z PASS [ 4.976s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
62312025-02-28T10:49:33.228Z PASS [ 0.048s] nexus-db-queries db::datastore::region::test::test_extent_count
62322025-02-28T10:49:34.261Z PASS [ 5.498s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
62332025-02-28T10:49:35.289Z PASS [ 5.878s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
62342025-02-28T10:49:37.295Z PASS [ 4.701s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
62352025-02-28T10:49:37.431Z PASS [ 4.196s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
62362025-02-28T10:49:38.891Z PASS [ 4.626s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
62372025-02-28T10:49:40.552Z PASS [ 5.259s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
62382025-02-28T10:49:42.024Z PASS [ 4.598s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
62392025-02-28T10:49:42.434Z PASS [ 5.137s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
62402025-02-28T10:49:43.306Z PASS [ 4.415s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
62412025-02-28T10:49:45.329Z PASS [ 4.779s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
62422025-02-28T10:49:45.953Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
62432025-02-28T10:49:46.311Z PASS [ 4.286s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
62442025-02-28T10:49:46.799Z PASS [ 4.364s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
62452025-02-28T10:49:47.794Z PASS [ 4.484s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
62462025-02-28T10:49:50.296Z PASS [ 4.966s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
62472025-02-28T10:49:51.492Z PASS [ 5.180s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
62482025-02-28T10:49:51.548Z PASS [ 4.748s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
62492025-02-28T10:49:53.008Z PASS [ 5.216s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
62502025-02-28T10:49:55.195Z PASS [ 4.859s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
62512025-02-28T10:49:56.319Z PASS [ 4.770s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
62522025-02-28T10:49:56.654Z PASS [ 5.160s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
62532025-02-28T10:49:57.668Z PASS [ 4.657s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
62542025-02-28T10:50:00.119Z PASS [ 4.961s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
62552025-02-28T10:50:01.442Z PASS [ 5.122s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
62562025-02-28T10:50:01.694Z PASS [ 5.038s] nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
62572025-02-28T10:50:02.683Z PASS [ 5.015s] nexus-db-queries db::datastore::sled::test::affinity_multi_group
62582025-02-28T10:50:04.827Z PASS [ 4.705s] nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
62592025-02-28T10:50:06.892Z PASS [ 5.448s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail
62602025-02-28T10:50:07.024Z PASS [ 5.329s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
62612025-02-28T10:50:08.085Z PASS [ 5.401s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
62622025-02-28T10:50:09.978Z PASS [ 5.149s] nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
62632025-02-28T10:50:11.948Z PASS [ 5.055s] nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
62642025-02-28T10:50:12.091Z PASS [ 5.066s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
62652025-02-28T10:50:13.015Z PASS [ 4.928s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
62662025-02-28T10:50:14.877Z PASS [ 4.900s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
62672025-02-28T10:50:17.668Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
62682025-02-28T10:50:17.691Z PASS [ 5.586s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
62692025-02-28T10:50:17.691Z PASS [ 5.729s] nexus-db-queries db::datastore::sled::test::sled_list_batch
62702025-02-28T10:50:18.161Z PASS [ 5.143s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
62712025-02-28T10:50:22.486Z PASS [ 4.807s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
62722025-02-28T10:50:22.511Z PASS [ 4.831s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
62732025-02-28T10:50:22.846Z PASS [ 4.686s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
62742025-02-28T10:50:24.012Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
62752025-02-28T10:50:24.028Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
62762025-02-28T10:50:24.196Z PASS [ 9.312s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
62772025-02-28T10:50:27.210Z PASS [ 4.722s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
62782025-02-28T10:50:29.175Z PASS [ 6.663s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
62792025-02-28T10:50:29.574Z PASS [ 6.726s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
62802025-02-28T10:50:31.024Z PASS [ 6.831s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
62812025-02-28T10:50:35.754Z PASS [ 7.095s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
62822025-02-28T10:50:35.784Z PASS [ 5.477s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
62832025-02-28T10:50:35.784Z PASS [ 5.395s] nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
62842025-02-28T10:50:35.784Z PASS [ 4.685s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
62852025-02-28T10:50:39.389Z PASS [ 5.082s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
62862025-02-28T10:50:39.508Z PASS [ 4.851s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
62872025-02-28T10:50:39.735Z PASS [ 4.763s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
62882025-02-28T10:50:40.125Z PASS [ 4.413s] nexus-db-queries db::datastore::test::test_project_creation
62892025-02-28T10:50:44.002Z PASS [ 4.611s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
62902025-02-28T10:50:44.623Z PASS [ 5.116s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
62912025-02-28T10:50:44.844Z PASS [ 4.718s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
62922025-02-28T10:50:45.964Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
62932025-02-28T10:50:49.640Z PASS [ 5.638s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
62942025-02-28T10:50:50.115Z PASS [ 5.491s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
62952025-02-28T10:50:51.898Z PASS [ 12.161s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
62962025-02-28T10:50:56.746Z PASS [ 11.901s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
62972025-02-28T10:51:00.035Z PASS [ 10.391s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
62982025-02-28T10:51:01.368Z PASS [ 4.619s] nexus-db-queries db::datastore::test::test_session_methods
62992025-02-28T10:51:01.603Z PASS [ 11.485s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
63002025-02-28T10:51:02.670Z PASS [ 10.770s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
63012025-02-28T10:51:04.191Z PASS [ 4.148s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
63022025-02-28T10:51:05.326Z PASS [ 3.958s] nexus-db-queries db::datastore::test::test_ssh_keys
63032025-02-28T10:51:05.517Z PASS [ 3.914s] nexus-db-queries db::datastore::test::test_table_scan
63042025-02-28T10:51:07.018Z PASS [ 4.338s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
63052025-02-28T10:51:08.513Z PASS [ 4.329s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
63062025-02-28T10:51:09.522Z PASS [ 4.194s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
63072025-02-28T10:51:09.740Z PASS [ 4.222s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
63082025-02-28T10:51:11.786Z PASS [ 4.773s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
63092025-02-28T10:51:11.841Z PASS [ 0.053s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
63102025-02-28T10:51:11.893Z PASS [ 0.051s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
63112025-02-28T10:51:13.429Z PASS [ 4.909s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
63122025-02-28T10:51:14.103Z PASS [ 4.582s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
63132025-02-28T10:51:17.670Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
63142025-02-28T10:51:18.248Z PASS [ 4.141s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
63152025-02-28T10:51:20.644Z PASS [ 10.902s] nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
63162025-02-28T10:51:22.449Z PASS [ 4.203s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
63172025-02-28T10:51:22.538Z PASS [ 10.649s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
63182025-02-28T10:51:24.025Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
63192025-02-28T10:51:24.037Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
63202025-02-28T10:51:24.682Z PASS [ 11.256s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
63212025-02-28T10:51:24.982Z PASS [ 4.336s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_fail_without_volume
63222025-02-28T10:51:29.590Z PASS [ 4.569s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
63232025-02-28T10:51:29.590Z PASS [ 4.665s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
63242025-02-28T10:51:29.590Z PASS [ 1.852s] nexus-db-queries db::explain::test::test_explain_async
63252025-02-28T10:51:30.601Z PASS [ 5.619s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
63262025-02-28T10:51:31.039Z PASS [ 6.356s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
63272025-02-28T10:51:31.108Z PASS [ 2.050s] nexus-db-queries db::explain::test::test_explain_full_table_scan
63282025-02-28T10:51:33.362Z PASS [ 6.340s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
63292025-02-28T10:51:33.912Z PASS [ 2.803s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
63302025-02-28T10:51:34.071Z PASS [ 3.031s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
63312025-02-28T10:51:35.006Z PASS [ 4.403s] nexus-db-queries db::lookup::test::test_lookup
63322025-02-28T10:51:35.055Z PASS [ 0.050s] nexus-db-queries db::pagination::test::test_paginator
63332025-02-28T10:51:35.397Z PASS [ 0.341s] nexus-db-queries db::queries::affinity::test::expectorate_lookup_affinity_sleds_query
63342025-02-28T10:51:36.044Z PASS [ 0.646s] nexus-db-queries db::queries::affinity::test::expectorate_lookup_anti_affinity_sleds_query
63352025-02-28T10:51:36.738Z PASS [ 3.376s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
63362025-02-28T10:51:37.009Z PASS [ 3.097s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
63372025-02-28T10:51:37.337Z PASS [ 3.265s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
63382025-02-28T10:51:38.260Z PASS [ 2.215s] nexus-db-queries db::queries::affinity::test::explain_lookup_affinity_sleds_query
63392025-02-28T10:51:39.117Z PASS [ 2.378s] nexus-db-queries db::queries::affinity::test::explain_lookup_anti_affinity_sleds_query
63402025-02-28T10:51:39.779Z PASS [ 2.769s] nexus-db-queries db::queries::affinity::test::lookup_affinity_sleds
63412025-02-28T10:51:39.848Z PASS [ 2.510s] nexus-db-queries db::queries::affinity::test::lookup_anti_affinity_sleds
63422025-02-28T10:51:43.935Z PASS [ 5.674s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
63432025-02-28T10:51:44.393Z PASS [ 4.544s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
63442025-02-28T10:51:44.431Z PASS [ 5.312s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
63452025-02-28T10:51:44.843Z PASS [ 5.061s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
63462025-02-28T10:51:45.977Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
63472025-02-28T10:51:48.941Z PASS [ 5.004s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
63482025-02-28T10:51:49.031Z PASS [ 4.637s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
63492025-02-28T10:51:49.413Z PASS [ 4.981s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
63502025-02-28T10:51:49.849Z PASS [ 5.004s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
63512025-02-28T10:51:49.893Z PASS [ 0.046s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
63522025-02-28T10:51:54.707Z PASS [ 5.675s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
63532025-02-28T10:51:54.769Z PASS [ 5.827s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
63542025-02-28T10:51:55.352Z PASS [ 5.458s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
63552025-02-28T10:51:55.949Z PASS [ 6.535s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
63562025-02-28T10:51:59.559Z PASS [ 4.789s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
63572025-02-28T10:52:00.223Z PASS [ 4.870s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
63582025-02-28T10:52:00.372Z PASS [ 5.664s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
63592025-02-28T10:52:00.599Z PASS [ 4.648s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
63602025-02-28T10:52:04.538Z PASS [ 4.313s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
63612025-02-28T10:52:04.681Z PASS [ 5.121s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
63622025-02-28T10:52:04.781Z PASS [ 4.408s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
63632025-02-28T10:52:05.028Z PASS [ 4.428s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
63642025-02-28T10:52:09.269Z PASS [ 4.730s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
63652025-02-28T10:52:09.443Z PASS [ 4.760s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
63662025-02-28T10:52:09.501Z PASS [ 0.058s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
63672025-02-28T10:52:09.584Z PASS [ 4.801s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
63682025-02-28T10:52:09.906Z PASS [ 4.877s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
63692025-02-28T10:52:12.454Z PASS [ 2.866s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
63702025-02-28T10:52:12.928Z PASS [ 3.021s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
63712025-02-28T10:52:14.141Z PASS [ 4.871s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
63722025-02-28T10:52:14.187Z PASS [ 0.046s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
63732025-02-28T10:52:14.739Z PASS [ 5.237s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
63742025-02-28T10:52:15.132Z PASS [ 0.393s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
63752025-02-28T10:52:15.206Z PASS [ 2.755s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
63762025-02-28T10:52:15.504Z PASS [ 0.371s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
63772025-02-28T10:52:15.591Z PASS [ 2.663s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
63782025-02-28T10:52:16.750Z PASS [ 2.562s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
63792025-02-28T10:52:17.058Z PASS [ 1.851s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
63802025-02-28T10:52:17.281Z PASS [ 1.688s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
63812025-02-28T10:52:17.506Z PASS [ 0.448s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
63822025-02-28T10:52:17.748Z PASS [ 0.374s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
63832025-02-28T10:52:17.752Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
63842025-02-28T10:52:17.956Z PASS [ 0.449s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
63852025-02-28T10:52:17.987Z PASS [ 2.482s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
63862025-02-28T10:52:18.027Z PASS [ 0.371s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
63872025-02-28T10:52:19.184Z PASS [ 2.433s] nexus-db-queries db::queries::region_allocation::test::explainable
63882025-02-28T10:52:19.876Z PASS [ 1.848s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
63892025-02-28T10:52:19.923Z PASS [ 1.935s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
63902025-02-28T10:52:19.923Z PASS [ 1.966s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
63912025-02-28T10:52:19.977Z PASS [ 0.054s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
63922025-02-28T10:52:19.988Z PASS [ 0.064s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
63932025-02-28T10:52:20.007Z PASS [ 0.131s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
63942025-02-28T10:52:20.028Z PASS [ 0.050s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
63952025-02-28T10:52:20.036Z PASS [ 0.047s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
63962025-02-28T10:52:20.986Z PASS [ 1.801s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
63972025-02-28T10:52:21.910Z PASS [ 1.902s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
63982025-02-28T10:52:21.941Z PASS [ 1.905s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
63992025-02-28T10:52:22.058Z PASS [ 2.030s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
64002025-02-28T10:52:24.031Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
64012025-02-28T10:52:24.047Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
64022025-02-28T10:52:26.480Z PASS [ 4.420s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
64032025-02-28T10:52:26.529Z PASS [ 0.049s] nexus-defaults tests::test_random_vpc_ipv6_prefix
64042025-02-28T10:52:26.930Z PASS [ 4.987s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
64052025-02-28T10:52:26.946Z PASS [ 0.417s] nexus-inventory builder::test::test_basic
64062025-02-28T10:52:26.972Z PASS [ 0.042s] nexus-inventory builder::test::test_empty
64072025-02-28T10:52:27.002Z PASS [ 0.054s] nexus-inventory builder::test::test_problems
64082025-02-28T10:52:29.606Z PASS [ 2.633s] nexus-inventory collector::test::test_basic
64092025-02-28T10:52:29.801Z PASS [ 2.798s] nexus-inventory collector::test::test_multi_mgs
64102025-02-28T10:52:30.457Z PASS [ 0.850s] nexus-inventory collector::test::test_multi_mgs_failure
64112025-02-28T10:52:31.252Z PASS [ 1.451s] nexus-inventory collector::test::test_sled_agent_failure
64122025-02-28T10:52:31.842Z PASS [ 10.853s] nexus-db-queries policy_test::test_conferred_roles
64132025-02-28T10:52:32.146Z PASS [ 0.305s] nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
64142025-02-28T10:52:32.189Z PASS [ 0.042s] nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
64152025-02-28T10:52:32.235Z PASS [ 0.046s] nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
64162025-02-28T10:52:32.278Z PASS [ 0.042s] nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
64172025-02-28T10:52:32.320Z PASS [ 0.042s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
64182025-02-28T10:52:32.362Z PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
64192025-02-28T10:52:32.407Z PASS [ 0.044s] nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
64202025-02-28T10:52:32.462Z PASS [ 0.055s] nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
64212025-02-28T10:52:32.507Z PASS [ 0.044s] nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
64222025-02-28T10:52:32.555Z PASS [ 0.048s] nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
64232025-02-28T10:52:32.645Z PASS [ 0.089s] nexus-reconfigurator-blippy checks::tests::test_sled_in_zones_map_but_not_others
64242025-02-28T10:52:32.693Z PASS [ 0.048s] nexus-reconfigurator-blippy checks::tests::test_sled_missing_datasets
64252025-02-28T10:52:32.742Z PASS [ 0.049s] nexus-reconfigurator-blippy checks::tests::test_sled_missing_disks
64262025-02-28T10:52:32.797Z PASS [ 0.054s] nexus-reconfigurator-blippy checks::tests::test_sled_not_in_zones_map
64272025-02-28T10:52:32.868Z PASS [ 0.070s] nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
64282025-02-28T10:52:32.935Z PASS [ 0.066s] nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
64292025-02-28T10:52:32.980Z PASS [ 0.044s] nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
64302025-02-28T10:52:33.025Z PASS [ 0.045s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
64312025-02-28T10:52:33.644Z PASS [ 0.619s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
64322025-02-28T10:52:36.374Z PASS [ 5.916s] nexus-metrics-producer-gc tests::test_prune_expired_producers
64332025-02-28T10:52:36.523Z PASS [ 5.269s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
64342025-02-28T10:52:36.736Z PASS [ 0.213s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
64352025-02-28T10:52:36.911Z PASS [ 0.175s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
64362025-02-28T10:52:36.976Z PASS [ 0.064s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
64372025-02-28T10:52:37.064Z PASS [ 0.088s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
64382025-02-28T10:52:45.986Z SLOW [>360.000s] oximeter-db client::tests::test_replicated
64392025-02-28T10:52:59.504Z PASS [ 373.536s] oximeter-db client::tests::test_replicated
64402025-02-28T10:52:59.608Z PASS [ 0.100s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
64412025-02-28T10:52:59.658Z PASS [ 0.050s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
64422025-02-28T10:52:59.705Z PASS [ 0.046s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
64432025-02-28T10:52:59.748Z PASS [ 0.043s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
64442025-02-28T10:52:59.789Z PASS [ 0.040s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
64452025-02-28T10:53:00.689Z PASS [ 24.311s] nexus-reconfigurator-execution datasets::tests::test_deploy_datasets
64462025-02-28T10:53:00.921Z PASS [ 1.130s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
64472025-02-28T10:53:01.148Z PASS [ 0.228s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
64482025-02-28T10:53:01.343Z PASS [ 0.194s] omicron-clickhouse-admin::integration_test test_lgif_parsing
64492025-02-28T10:53:01.541Z PASS [ 0.198s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
64502025-02-28T10:53:02.029Z PASS [ 0.487s] omicron-clickhouse-admin::integration_test test_teardown
64512025-02-28T10:53:02.139Z PASS [ 0.109s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
64522025-02-28T10:53:17.690Z SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
64532025-02-28T10:53:20.375Z PASS [ 19.682s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
64542025-02-28T10:53:21.931Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
64552025-02-28T10:53:24.041Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
64562025-02-28T10:53:24.057Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
64572025-02-28T10:53:33.666Z SLOW [> 60.000s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
64582025-02-28T10:53:37.085Z SLOW [> 60.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
64592025-02-28T10:53:48.100Z PASS [ 27.721s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks
64602025-02-28T10:53:52.263Z PASS [ 78.606s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
64612025-02-28T10:53:52.750Z PASS [ 90.826s] nexus-db-queries policy_test::test_iam_roles_behavior
64622025-02-28T10:54:02.161Z SLOW [> 60.000s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
64632025-02-28T10:54:06.311Z PASS [ 18.208s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
64642025-02-28T10:54:06.598Z PASS [ 0.286s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
64652025-02-28T10:54:06.636Z PASS [ 0.038s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
64662025-02-28T10:54:06.670Z PASS [ 0.034s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
64672025-02-28T10:54:06.721Z PASS [ 0.050s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_backfill_filesystem_pool
64682025-02-28T10:54:06.815Z PASS [ 0.094s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
64692025-02-28T10:54:06.862Z PASS [ 0.046s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
64702025-02-28T10:54:06.919Z PASS [ 0.057s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
64712025-02-28T10:54:06.994Z PASS [ 0.074s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
64722025-02-28T10:54:07.030Z PASS [ 0.035s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
64732025-02-28T10:54:07.084Z PASS [ 0.053s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
64742025-02-28T10:54:07.117Z PASS [ 0.033s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
64752025-02-28T10:54:07.150Z PASS [ 0.032s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
64762025-02-28T10:54:07.189Z PASS [ 0.039s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
64772025-02-28T10:54:07.223Z PASS [ 0.033s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
64782025-02-28T10:54:07.264Z PASS [ 0.041s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
64792025-02-28T10:54:07.296Z PASS [ 0.031s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
64802025-02-28T10:54:07.329Z PASS [ 0.032s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
64812025-02-28T10:54:07.361Z PASS [ 0.032s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
64822025-02-28T10:54:07.436Z PASS [ 523.412s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
64832025-02-28T10:54:07.455Z PASS [ 0.093s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
64842025-02-28T10:54:07.503Z PASS [ 0.048s] nexus-reconfigurator-planning blueprint_editor::allocators::internal_dns::test::test_dns_subnet_allocator
64852025-02-28T10:54:07.952Z PASS [ 65.802s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
64862025-02-28T10:54:08.144Z PASS [ 524.119s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
64872025-02-28T10:54:08.244Z PASS [ 0.740s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
64882025-02-28T10:54:08.638Z PASS [ 0.394s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
64892025-02-28T10:54:08.654Z PASS [ 91.575s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
64902025-02-28T10:54:08.674Z PASS [ 15.920s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
64912025-02-28T10:54:08.683Z PASS [ 0.029s] nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
64922025-02-28T10:54:08.711Z PASS [ 0.027s] nexus-reconfigurator-planning example::tests::instances_on_examples
64932025-02-28T10:54:08.723Z PASS [ 0.048s] nexus-reconfigurator-planning example::tests::builder_zone_counts
64942025-02-28T10:54:08.789Z PASS [ 0.077s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
64952025-02-28T10:54:08.825Z PASS [ 0.101s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
64962025-02-28T10:54:08.834Z PASS [ 0.045s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
64972025-02-28T10:54:08.880Z PASS [ 0.046s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
64982025-02-28T10:54:08.890Z PASS [ 0.745s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
64992025-02-28T10:54:08.890Z PASS [ 0.251s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
65002025-02-28T10:54:08.925Z PASS [ 0.100s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
65012025-02-28T10:54:08.928Z PASS [ 0.035s] nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place
65022025-02-28T10:54:08.941Z PASS [ 0.060s] nexus-reconfigurator-planning planner::test::test_crucible_pantry
65032025-02-28T10:54:08.947Z PASS [ 0.056s] nexus-reconfigurator-planning planner::test::test_disk_add_expunge_decommission
65042025-02-28T10:54:08.972Z PASS [ 0.045s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
65052025-02-28T10:54:08.974Z PASS [ 0.031s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
65062025-02-28T10:54:08.979Z PASS [ 0.052s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
65072025-02-28T10:54:09.005Z PASS [ 0.057s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
65082025-02-28T10:54:09.016Z PASS [ 16.751s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
65092025-02-28T10:54:09.049Z PASS [ 0.076s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed
65102025-02-28T10:54:09.084Z PASS [ 0.079s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
65112025-02-28T10:54:09.094Z PASS [ 0.108s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
65122025-02-28T10:54:09.097Z PASS [ 0.077s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
65132025-02-28T10:54:09.109Z PASS [ 0.135s] nexus-reconfigurator-planning planner::test::test_internal_dns_zone_replaced_after_marked_for_cleanup
65142025-02-28T10:54:09.144Z PASS [ 0.095s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
65152025-02-28T10:54:09.154Z PASS [ 0.069s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
65162025-02-28T10:54:09.170Z PASS [ 0.074s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
65172025-02-28T10:54:09.184Z PASS [ 0.088s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
65182025-02-28T10:54:09.220Z PASS [ 0.111s] nexus-reconfigurator-planning planner::test::test_zones_marked_ready_for_cleanup_based_on_inventory
65192025-02-28T10:54:09.270Z PASS [ 0.049s] nexus-saga-recovery recovery::test::test_read_all_from_channel
65202025-02-28T10:54:09.305Z PASS [ 0.120s] nexus-saga-recovery recovery::test::test_plan_basic
65212025-02-28T10:54:09.312Z PASS [ 0.142s] nexus-saga-recovery recovery::test::test_execution_basic
65222025-02-28T10:54:09.320Z PASS [ 0.050s] nexus-saga-recovery test::test_basic
65232025-02-28T10:54:09.343Z PASS [ 0.038s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
65242025-02-28T10:54:09.349Z PASS [ 0.036s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
65252025-02-28T10:54:09.360Z PASS [ 0.040s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
65262025-02-28T10:54:09.369Z PASS [ 0.025s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
65272025-02-28T10:54:09.376Z PASS [ 0.026s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
65282025-02-28T10:54:09.386Z PASS [ 0.025s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
65292025-02-28T10:54:09.395Z PASS [ 0.025s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
65302025-02-28T10:54:09.419Z PASS [ 0.042s] nexus-types deployment::id_map::tests::deserialize_rejects_duplicates
65312025-02-28T10:54:09.426Z PASS [ 0.038s] nexus-types deployment::id_map::tests::deserialize_rejects_mismatched_keys
65322025-02-28T10:54:10.049Z PASS [ 0.653s] nexus-types deployment::id_map::tests::get_mut_panics_if_id_changes
65332025-02-28T10:54:10.051Z PASS [ 0.629s] nexus-types deployment::id_map::tests::iter_mut_panics_if_id_changes
65342025-02-28T10:54:10.051Z PASS [ 0.622s] nexus-types deployment::id_map::tests::mut_into_iter_panics_if_id_changes
65352025-02-28T10:54:10.201Z PASS [ 0.152s] nexus-types deployment::id_map::tests::occupied_entry_panics_if_id_changes_on_insert
65362025-02-28T10:54:10.212Z PASS [ 0.163s] nexus-types deployment::id_map::tests::occupied_entry_panics_if_id_changed_via_get_mut
65372025-02-28T10:54:10.216Z PASS [ 0.163s] nexus-types deployment::id_map::tests::occupied_entry_panics_if_id_changed_via_into_mut
65382025-02-28T10:54:10.345Z PASS [ 0.132s] nexus-types deployment::id_map::tests::serialization_is_transparent
65392025-02-28T10:54:10.353Z PASS [ 0.140s] nexus-types deployment::id_map::tests::serialization_roundtrip
65402025-02-28T10:54:10.359Z PASS [ 0.152s] nexus-types deployment::id_map::tests::retain_panics_if_id_changes
65412025-02-28T10:54:10.387Z PASS [ 0.027s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
65422025-02-28T10:54:10.497Z PASS [ 0.151s] nexus-types deployment::id_map::tests::vacant_entry_panics_if_id_changed_after_insert
65432025-02-28T10:54:10.514Z PASS [ 0.160s] nexus-types deployment::id_map::tests::vacant_entry_panics_if_id_changes_on_insert
65442025-02-28T10:54:10.722Z PASS [ 3.285s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
65452025-02-28T10:54:10.750Z PASS [ 0.027s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups
65462025-02-28T10:54:10.781Z PASS [ 0.030s] nexus-types deployment::tri_map::tests::test_permutation_eq_examples
65472025-02-28T10:54:10.789Z PASS [ 2.837s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
65482025-02-28T10:54:10.820Z PASS [ 0.039s] nexus-types external_api::shared::test::test_policy_parsing
65492025-02-28T10:54:10.850Z PASS [ 0.029s] omicron-brand-metadata tests::test_deserialize
65502025-02-28T10:54:10.983Z PASS [ 0.133s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
65512025-02-28T10:54:11.141Z PASS [ 0.158s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
65522025-02-28T10:54:11.200Z PASS [ 0.058s] omicron-certificates tests::test_cert_extended_key_usage
65532025-02-28T10:54:11.255Z PASS [ 0.055s] omicron-certificates tests::test_common_name_is_validated
65542025-02-28T10:54:11.315Z PASS [ 0.060s] omicron-certificates tests::test_subject_alternate_names_are_validated
65552025-02-28T10:54:12.940Z PASS [ 475.261s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
65562025-02-28T10:54:13.651Z PASS [ 2.334s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
65572025-02-28T10:54:14.680Z PASS [ 1.740s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
65582025-02-28T10:54:14.737Z PASS [ 0.057s] omicron-common address::test::test_dns_subnets
65592025-02-28T10:54:14.776Z PASS [ 0.037s] omicron-common address::test::test_ip_range_checks_non_decreasing
65602025-02-28T10:54:14.853Z PASS [ 0.077s] omicron-common address::test::test_ip_range_enum_deserialization
65612025-02-28T10:54:14.887Z PASS [ 0.034s] omicron-common address::test::test_ip_range_iter
65622025-02-28T10:54:14.920Z PASS [ 0.032s] omicron-common address::test::test_ip_range_length
65632025-02-28T10:54:14.953Z PASS [ 0.033s] omicron-common address::test::test_ip_range_try_from
65642025-02-28T10:54:14.992Z PASS [ 0.037s] omicron-common address::test::test_ipv6_subnet_deserialize
65652025-02-28T10:54:15.023Z PASS [ 0.032s] omicron-common address::test::test_sled_address
65662025-02-28T10:54:15.080Z PASS [ 0.051s] omicron-common api::external::error::test::test_bail_unless
65672025-02-28T10:54:15.107Z PASS [ 0.031s] omicron-common api::external::error::test::test_context
65682025-02-28T10:54:15.162Z PASS [ 0.054s] omicron-common api::external::http_pagination::test::test_pagination_examples
65692025-02-28T10:54:15.216Z PASS [ 0.053s] omicron-common api::external::http_pagination::test::test_pagination_schemas
65702025-02-28T10:54:15.269Z PASS [ 0.052s] omicron-common api::external::http_pagination::test::test_scan_by_id
65712025-02-28T10:54:15.305Z PASS [ 0.036s] omicron-common api::external::http_pagination::test::test_scan_by_name
65722025-02-28T10:54:15.319Z PASS [ 4.821s] nexus-types deployment::tri_map::tests::proptest_permutation_eq
65732025-02-28T10:54:15.333Z PASS [ 0.027s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
65742025-02-28T10:54:15.345Z PASS [ 0.026s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
65752025-02-28T10:54:15.358Z PASS [ 0.025s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
65762025-02-28T10:54:15.370Z PASS [ 1.719s] omicron-cockroach-admin context::tests::test_node_id
65772025-02-28T10:54:15.380Z PASS [ 0.033s] omicron-common api::external::test::test_bytecount
65782025-02-28T10:54:15.390Z PASS [ 0.031s] omicron-common api::external::test::test_bytecount_display
65792025-02-28T10:54:15.405Z PASS [ 0.027s] omicron-common api::external::test::test_firewall_deserialization
65802025-02-28T10:54:15.415Z PASS [ 0.045s] omicron-common api::external::test::test_digest
65812025-02-28T10:54:15.442Z PASS [ 0.026s] omicron-common api::external::test::test_generation_display_parse
65822025-02-28T10:54:15.459Z PASS [ 0.068s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
65832025-02-28T10:54:15.461Z PASS [ 0.053s] omicron-common api::external::test::test_firewall_rule_target_parse
65842025-02-28T10:54:15.472Z PASS [ 0.029s] omicron-common api::external::test::test_generation_from_int
65852025-02-28T10:54:15.494Z PASS [ 0.035s] omicron-common api::external::test::test_generation_serde
65862025-02-28T10:54:15.508Z PASS [ 0.036s] omicron-common api::external::test::test_hostname_from_str
65872025-02-28T10:54:15.525Z PASS [ 0.029s] omicron-common api::external::test::test_ip_port_range_from_str
65882025-02-28T10:54:15.536Z PASS [ 0.027s] omicron-common api::external::test::test_ip_port_range_into_str
65892025-02-28T10:54:15.554Z PASS [ 0.030s] omicron-common api::external::test::test_ipv6_net_operations
65902025-02-28T10:54:15.565Z PASS [ 0.029s] omicron-common api::external::test::test_mac_system_iterator
65912025-02-28T10:54:15.580Z PASS [ 0.025s] omicron-common api::external::test::test_mac_to_int_conversions
65922025-02-28T10:54:15.594Z PASS [ 0.029s] omicron-common api::external::test::test_macaddr
65932025-02-28T10:54:15.614Z PASS [ 0.033s] omicron-common api::external::test::test_name_parse
65942025-02-28T10:54:15.621Z PASS [ 0.026s] omicron-common api::external::test::test_name_parse_from_param
65952025-02-28T10:54:15.641Z PASS [ 0.027s] omicron-common api::external::test::test_resource_name_parse
65962025-02-28T10:54:15.648Z PASS [ 0.027s] omicron-common api::external::test::test_role_name_parse
65972025-02-28T10:54:15.689Z PASS [ 0.048s] omicron-common api::external::test::test_route_destination_parse
65982025-02-28T10:54:15.706Z PASS [ 0.057s] omicron-common api::external::test::test_route_target_parse
65992025-02-28T10:54:15.738Z PASS [ 0.048s] omicron-common api::external::test::test_semver_serialize
66002025-02-28T10:54:15.750Z PASS [ 0.043s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
66012025-02-28T10:54:15.774Z PASS [ 0.033s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
66022025-02-28T10:54:15.779Z PASS [ 0.028s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
66032025-02-28T10:54:15.798Z PASS [ 0.026s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
66042025-02-28T10:54:15.806Z PASS [ 0.025s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
66052025-02-28T10:54:15.851Z PASS [ 0.052s] omicron-common ledger::test::test_commit_handles_write_failures
66062025-02-28T10:54:15.851Z PASS [ 0.044s] omicron-common ledger::test::test_create_default_ledger
66072025-02-28T10:54:15.881Z PASS [ 0.030s] omicron-common ledger::test::test_create_ledger_reads_from_storage
66082025-02-28T10:54:15.889Z PASS [ 0.037s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
66092025-02-28T10:54:15.910Z PASS [ 0.028s] omicron-common update::tests::serde_artifact_kind
66102025-02-28T10:54:15.920Z PASS [ 0.030s] omicron-common zpool_name::test::test_parse_bad_zpool_names
66112025-02-28T10:54:15.952Z PASS [ 0.041s] omicron-common zpool_name::test::test_parse_external_zpool_name
66122025-02-28T10:54:15.954Z PASS [ 0.031s] omicron-common zpool_name::test::test_parse_internal_zpool_name
66132025-02-28T10:54:15.968Z PASS [ 0.507s] omicron-common api::external::test::test_generation_overflow
66142025-02-28T10:54:15.981Z PASS [ 0.029s] omicron-common zpool_name::test::test_parse_zpool_name_json
66152025-02-28T10:54:15.991Z PASS [ 0.037s] omicron-common zpool_name::test::test_zpool_name_regex
66162025-02-28T10:54:16.922Z PASS [ 6.408s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip
66172025-02-28T10:54:16.984Z PASS [ 1.015s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
66182025-02-28T10:54:16.984Z PASS [ 1.002s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
66192025-02-28T10:54:17.022Z PASS [ 0.100s] omicron-gateway management_switch::location_map::tests::test_config_validation
66202025-02-28T10:54:17.054Z PASS [ 0.070s] omicron-gateway management_switch::location_map::tests::test_resolve_location
66212025-02-28T10:54:17.172Z PASS [ 0.149s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
66222025-02-28T10:54:17.493Z PASS [ 0.320s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
66232025-02-28T10:54:17.500Z PASS [ 0.515s] omicron-gateway::test_all integration_tests::component_list::component_list
66242025-02-28T10:54:17.599Z PASS [ 0.545s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
66252025-02-28T10:54:17.686Z PASS [ 0.192s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
66262025-02-28T10:54:20.487Z PASS [ 10.098s] nexus-types deployment::tri_map::tests::proptest_ops
66272025-02-28T10:54:24.005Z PASS [ 13.213s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
66282025-02-28T10:54:30.444Z PASS [ 14.451s] omicron-dev::test-omicron-dev test_run_all
66292025-02-28T10:54:30.631Z PASS [ 21.483s] nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
66302025-02-28T10:54:30.732Z PASS [ 21.573s] nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
66312025-02-28T10:54:32.574Z PASS [ 14.886s] omicron-nexus app::background::driver::test::test_driver_basic
66322025-02-28T10:54:33.992Z PASS [ 16.390s] omicron-nexus app::background::driver::test::test_activation_in_progress
66332025-02-28T10:54:38.060Z PASS [ 17.569s] omicron-nexus app::background::init::test::test_dns_propagation_basic
66342025-02-28T10:54:39.728Z PASS [ 22.224s] omicron-ls-apis::test_dependencies test_api_dependencies
66352025-02-28T10:54:39.878Z PASS [ 15.870s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
66362025-02-28T10:54:43.014Z PASS [ 4.954s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
66372025-02-28T10:54:43.069Z PASS [ 0.054s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
66382025-02-28T10:54:45.105Z PASS [ 5.376s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
66392025-02-28T10:54:45.200Z PASS [ 5.321s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
66402025-02-28T10:54:51.933Z PASS [ 17.938s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
66412025-02-28T10:54:52.491Z PASS [ 19.913s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones
66422025-02-28T10:54:53.229Z PASS [ 22.781s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
66432025-02-28T10:54:53.358Z PASS [ 22.724s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
66442025-02-28T10:54:53.715Z PASS [ 22.979s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
66452025-02-28T10:54:59.109Z PASS [ 16.037s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
66462025-02-28T10:55:01.936Z PASS [ 16.829s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
66472025-02-28T10:55:02.237Z PASS [ 17.034s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
66482025-02-28T10:55:10.332Z PASS [ 18.396s] omicron-nexus app::background::tasks::dns_config::test::test_basic
66492025-02-28T10:55:10.649Z PASS [ 18.155s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
66502025-02-28T10:55:10.786Z PASS [ 17.554s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
66512025-02-28T10:55:18.831Z PASS [ 25.112s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
66522025-02-28T10:55:24.786Z PASS [ 22.846s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
66532025-02-28T10:55:25.482Z PASS [ 14.830s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
66542025-02-28T10:55:27.332Z PASS [ 16.996s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
66552025-02-28T10:55:30.212Z PASS [ 19.422s] omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
66562025-02-28T10:55:31.803Z PASS [ 29.561s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
66572025-02-28T10:55:32.290Z PASS [ 13.457s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
66582025-02-28T10:55:37.222Z PASS [ 43.856s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
66592025-02-28T10:55:40.761Z PASS [ 15.972s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
66602025-02-28T10:55:41.538Z PASS [ 16.053s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
66612025-02-28T10:55:44.167Z PASS [ 16.832s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
66622025-02-28T10:55:46.412Z PASS [ 16.197s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
66632025-02-28T10:55:48.259Z PASS [ 15.965s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
66642025-02-28T10:55:48.428Z PASS [ 16.622s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
66652025-02-28T10:55:51.436Z PASS [ 3.176s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
66662025-02-28T10:55:54.131Z PASS [ 2.694s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
66672025-02-28T10:55:54.249Z PASS [ 17.024s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
66682025-02-28T10:55:59.130Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
66692025-02-28T10:56:00.179Z PASS [ 19.414s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
66702025-02-28T10:56:01.575Z PASS [ 17.405s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
66712025-02-28T10:56:03.183Z PASS [ 16.726s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
66722025-02-28T10:56:04.447Z PASS [ 22.905s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
66732025-02-28T10:56:06.688Z PASS [ 18.257s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
66742025-02-28T10:56:12.192Z PASS [ 17.939s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
66752025-02-28T10:56:12.807Z PASS [ 18.671s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
66762025-02-28T10:56:17.748Z PASS [ 17.565s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
66772025-02-28T10:56:17.824Z PASS [ 0.076s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
66782025-02-28T10:56:18.457Z PASS [ 0.632s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::delete
66792025-02-28T10:56:19.062Z PASS [ 0.605s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
66802025-02-28T10:56:19.557Z PASS [ 0.494s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
66812025-02-28T10:56:20.050Z PASS [ 0.492s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
66822025-02-28T10:56:20.068Z PASS [ 18.490s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
66832025-02-28T10:56:20.094Z PASS [ 80.973s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
66842025-02-28T10:56:20.193Z PASS [ 0.098s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
66852025-02-28T10:56:20.917Z PASS [ 0.848s] omicron-nexus app::external_endpoints::test::test_authority
66862025-02-28T10:56:21.007Z PASS [ 0.089s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
66872025-02-28T10:56:21.076Z PASS [ 0.068s] omicron-nexus app::external_endpoints::test::test_no_endpoint
66882025-02-28T10:56:21.136Z PASS [ 0.060s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
66892025-02-28T10:56:21.192Z PASS [ 0.056s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
66902025-02-28T10:56:21.205Z PASS [ 1.012s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
66912025-02-28T10:56:21.219Z PASS [ 16.770s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
66922025-02-28T10:56:21.244Z PASS [ 0.052s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
66932025-02-28T10:56:21.257Z PASS [ 0.051s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
66942025-02-28T10:56:21.278Z PASS [ 0.057s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
66952025-02-28T10:56:21.297Z PASS [ 0.052s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
66962025-02-28T10:56:21.354Z PASS [ 18.210s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
66972025-02-28T10:56:21.599Z PASS [ 1.548s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
66982025-02-28T10:56:24.353Z PASS [ 17.662s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
66992025-02-28T10:56:28.151Z PASS [ 15.957s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
67002025-02-28T10:56:30.293Z PASS [ 17.485s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
67012025-02-28T10:56:43.615Z PASS [ 22.315s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
67022025-02-28T10:56:44.055Z PASS [ 22.774s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
67032025-02-28T10:56:44.433Z PASS [ 23.074s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
67042025-02-28T10:56:45.029Z PASS [ 23.768s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
67052025-02-28T10:56:50.829Z PASS [ 29.225s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
67062025-02-28T10:56:53.210Z PASS [ 28.852s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
67072025-02-28T10:56:56.654Z PASS [ 28.498s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
67082025-02-28T10:56:58.596Z PASS [ 28.298s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
67092025-02-28T10:57:10.088Z PASS [ 26.028s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
67102025-02-28T10:57:10.153Z PASS [ 26.533s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
67112025-02-28T10:57:11.928Z PASS [ 27.490s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
67122025-02-28T10:57:11.953Z PASS [ 26.920s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
67132025-02-28T10:57:17.193Z PASS [ 23.979s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
67142025-02-28T10:57:17.949Z PASS [ 27.116s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
67152025-02-28T10:57:19.302Z PASS [ 22.644s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
67162025-02-28T10:57:21.221Z PASS [ 22.622s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
67172025-02-28T10:57:35.043Z PASS [ 24.886s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
67182025-02-28T10:57:35.857Z PASS [ 23.925s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
67192025-02-28T10:57:40.287Z PASS [ 28.329s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
67202025-02-28T10:57:46.073Z PASS [ 28.120s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
67212025-02-28T10:57:46.484Z PASS [ 27.178s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
67222025-02-28T10:58:01.365Z PASS [ 26.317s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
67232025-02-28T10:58:03.094Z PASS [ 27.232s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
67242025-02-28T10:58:10.113Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
67252025-02-28T10:58:13.390Z PASS [ 27.313s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
67262025-02-28T10:58:13.758Z PASS [ 27.270s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
67272025-02-28T10:58:17.215Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
67282025-02-28T10:58:21.241Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
67292025-02-28T10:58:32.520Z PASS [ 29.421s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
67302025-02-28T10:58:40.309Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
67312025-02-28T10:58:41.990Z PASS [ 28.595s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
67322025-02-28T10:58:51.660Z PASS [ 101.557s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
67332025-02-28T10:58:58.820Z PASS [ 26.296s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
67342025-02-28T10:59:01.387Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
67352025-02-28T10:59:09.040Z PASS [ 27.045s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
67362025-02-28T10:59:10.662Z PASS [ 109.424s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
67372025-02-28T10:59:13.779Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
67382025-02-28T10:59:15.407Z PASS [ 74.030s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
67392025-02-28T10:59:17.227Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
67402025-02-28T10:59:27.440Z PASS [ 28.615s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
67412025-02-28T10:59:27.787Z PASS [ 130.574s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
67422025-02-28T10:59:36.804Z PASS [ 27.760s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
67432025-02-28T10:59:40.320Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
67442025-02-28T10:59:43.345Z PASS [ 27.933s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
67452025-02-28T10:59:51.682Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
67462025-02-28T10:59:53.239Z PASS [ 25.447s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
67472025-02-28T11:00:02.847Z PASS [ 71.175s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
67482025-02-28T11:00:04.733Z PASS [ 27.924s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
67492025-02-28T11:00:10.683Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
67502025-02-28T11:00:13.790Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
67512025-02-28T11:00:16.350Z PASS [ 23.107s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
67522025-02-28T11:00:18.694Z PASS [ 35.343s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
67532025-02-28T11:00:19.211Z PASS [ 16.361s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
67542025-02-28T11:00:20.133Z PASS [ 15.398s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
67552025-02-28T11:00:21.553Z PASS [ 161.241s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
67562025-02-28T11:00:21.902Z PASS [ 128.125s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
67572025-02-28T11:00:27.462Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
67582025-02-28T11:00:35.681Z PASS [ 16.984s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
67592025-02-28T11:00:38.400Z PASS [ 18.264s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
67602025-02-28T11:00:41.484Z PASS [ 25.130s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
67612025-02-28T11:00:42.969Z PASS [ 23.754s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
67622025-02-28T11:00:48.904Z PASS [ 26.997s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
67632025-02-28T11:00:48.943Z PASS [ 27.386s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
67642025-02-28T11:00:48.972Z PASS [ 0.068s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
67652025-02-28T11:00:59.034Z PASS [ 16.062s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
67662025-02-28T11:01:01.805Z PASS [ 26.120s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
67672025-02-28T11:01:03.148Z PASS [ 24.744s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
67682025-02-28T11:01:05.888Z PASS [ 24.400s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
67692025-02-28T11:01:06.252Z PASS [ 115.572s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
67702025-02-28T11:01:13.663Z PASS [ 24.715s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
67712025-02-28T11:01:18.003Z PASS [ 16.196s] omicron-nexus app::sagas::test_saga::test_saga_stuck
67722025-02-28T11:01:20.781Z PASS [ 31.803s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
67732025-02-28T11:01:22.669Z PASS [ 115.211s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
67742025-02-28T11:01:22.984Z PASS [ 19.832s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
67752025-02-28T11:01:23.454Z PASS [ 17.199s] omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
67762025-02-28T11:01:23.506Z PASS [ 0.052s] omicron-nexus external_api::console_api::test::test_accept_gz
67772025-02-28T11:01:23.560Z PASS [ 0.053s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
67782025-02-28T11:01:23.609Z PASS [ 0.049s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
67792025-02-28T11:01:23.663Z PASS [ 0.054s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
67802025-02-28T11:01:23.715Z PASS [ 0.052s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
67812025-02-28T11:01:23.768Z PASS [ 0.052s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
67822025-02-28T11:01:23.818Z PASS [ 0.050s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
67832025-02-28T11:01:23.866Z PASS [ 0.047s] omicron-nexus external_api::console_api::test::test_relative_uri
67842025-02-28T11:01:24.094Z PASS [ 18.203s] omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
67852025-02-28T11:01:28.566Z PASS [ 5.580s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
67862025-02-28T11:01:29.019Z PASS [ 29.979s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
67872025-02-28T11:01:30.244Z PASS [ 16.579s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
67882025-02-28T11:01:35.237Z PASS [ 17.231s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
67892025-02-28T11:01:39.830Z PASS [ 19.046s] omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
67902025-02-28T11:01:41.489Z PASS [ 17.392s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
67912025-02-28T11:01:41.549Z PASS [ 18.876s] omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
67922025-02-28T11:01:45.021Z PASS [ 16.452s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
67932025-02-28T11:01:54.272Z PASS [ 25.250s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
67942025-02-28T11:01:55.462Z PASS [ 25.213s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
67952025-02-28T11:01:56.417Z PASS [ 2.144s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
67962025-02-28T11:01:57.054Z PASS [ 0.636s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
67972025-02-28T11:01:57.200Z PASS [ 1.737s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
67982025-02-28T11:02:02.042Z PASS [ 22.208s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
67992025-02-28T11:02:03.114Z PASS [ 18.090s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
68002025-02-28T11:02:03.675Z PASS [ 22.182s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
68012025-02-28T11:02:04.782Z PASS [ 40.908s] omicron-nexus populate::test::test_populators
68022025-02-28T11:02:13.396Z PASS [ 16.193s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
68032025-02-28T11:02:14.409Z PASS [ 17.352s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
68042025-02-28T11:02:16.077Z PASS [ 40.833s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
68052025-02-28T11:02:18.531Z PASS [ 16.487s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
68062025-02-28T11:02:19.258Z PASS [ 16.141s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
68072025-02-28T11:02:20.599Z PASS [ 16.921s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
68082025-02-28T11:02:21.349Z PASS [ 16.564s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
68092025-02-28T11:02:24.274Z PASS [ 42.718s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
68102025-02-28T11:02:30.118Z PASS [ 16.719s] omicron-nexus::test_all integration_tests::basic::test_ping
68112025-02-28T11:02:35.706Z PASS [ 17.171s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
68122025-02-28T11:02:36.523Z PASS [ 17.262s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
68132025-02-28T11:02:37.483Z PASS [ 16.881s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
68142025-02-28T11:02:37.849Z PASS [ 16.497s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
68152025-02-28T11:02:38.263Z PASS [ 0.780s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
68162025-02-28T11:02:38.390Z PASS [ 0.126s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
68172025-02-28T11:02:38.528Z PASS [ 24.111s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
68182025-02-28T11:02:38.776Z PASS [ 0.927s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
68192025-02-28T11:02:40.162Z PASS [ 15.885s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
68202025-02-28T11:02:49.320Z PASS [ 19.198s] omicron-nexus::test_all integration_tests::certificates::test_crud
68212025-02-28T11:02:49.426Z PASS [ 33.343s] omicron-nexus::test_all integration_tests::basic::test_projects_list
68222025-02-28T11:02:52.714Z PASS [ 17.005s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
68232025-02-28T11:02:54.832Z PASS [ 16.439s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
68242025-02-28T11:02:55.039Z PASS [ 16.511s] omicron-nexus::test_all integration_tests::console_api::test_assets
68252025-02-28T11:02:55.472Z PASS [ 16.692s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
68262025-02-28T11:03:00.293Z PASS [ 23.766s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
68272025-02-28T11:03:00.627Z PASS [ 20.462s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
68282025-02-28T11:03:05.736Z PASS [ 16.307s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
68292025-02-28T11:03:10.446Z PASS [ 17.728s] omicron-nexus::test_all integration_tests::console_api::test_session_me
68302025-02-28T11:03:10.763Z PASS [ 21.439s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
68312025-02-28T11:03:11.617Z PASS [ 16.782s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
68322025-02-28T11:03:11.670Z PASS [ 16.196s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
68332025-02-28T11:03:16.319Z PASS [ 21.277s] omicron-nexus::test_all integration_tests::console_api::test_sessions
68342025-02-28T11:03:31.887Z PASS [ 31.255s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
68352025-02-28T11:03:34.062Z PASS [ 33.764s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
68362025-02-28T11:03:38.418Z PASS [ 32.676s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
68372025-02-28T11:03:41.966Z PASS [ 31.516s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
68382025-02-28T11:03:52.750Z PASS [ 41.980s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
68392025-02-28T11:03:53.228Z PASS [ 41.604s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
68402025-02-28T11:03:53.246Z PASS [ 36.920s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
68412025-02-28T11:03:53.517Z PASS [ 41.840s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
68422025-02-28T11:04:14.289Z PASS [ 21.535s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
68432025-02-28T11:04:14.888Z PASS [ 42.994s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
68442025-02-28T11:04:15.295Z PASS [ 41.225s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
68452025-02-28T11:04:17.479Z PASS [ 39.054s] omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
68462025-02-28T11:04:34.105Z PASS [ 16.623s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
68472025-02-28T11:04:34.590Z PASS [ 41.067s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
68482025-02-28T11:04:41.990Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
68492025-02-28T11:04:46.251Z PASS [ 64.275s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
68502025-02-28T11:04:51.615Z PASS [ 17.507s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
68512025-02-28T11:04:53.248Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
68522025-02-28T11:04:53.266Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
68532025-02-28T11:04:58.179Z PASS [ 43.883s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
68542025-02-28T11:05:04.238Z PASS [ 29.643s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
68552025-02-28T11:05:04.359Z PASS [ 49.463s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
68562025-02-28T11:05:09.990Z PASS [ 76.732s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
68572025-02-28T11:05:10.060Z PASS [ 76.820s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
68582025-02-28T11:05:15.314Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
68592025-02-28T11:05:17.086Z PASS [ 25.466s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
68602025-02-28T11:05:22.994Z PASS [ 24.810s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
68612025-02-28T11:05:24.167Z PASS [ 37.910s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
68622025-02-28T11:05:27.921Z PASS [ 23.679s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
68632025-02-28T11:05:28.817Z PASS [ 24.453s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
68642025-02-28T11:05:32.832Z PASS [ 22.839s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
68652025-02-28T11:05:42.200Z PASS [ 86.892s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
68662025-02-28T11:05:42.912Z PASS [ 32.846s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
68672025-02-28T11:05:45.720Z PASS [ 21.549s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
68682025-02-28T11:05:47.039Z PASS [ 18.219s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
68692025-02-28T11:05:49.964Z PASS [ 22.039s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
68702025-02-28T11:05:50.654Z PASS [ 17.818s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
68712025-02-28T11:05:51.950Z PASS [ 34.859s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
68722025-02-28T11:06:01.972Z PASS [ 19.057s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
68732025-02-28T11:06:04.101Z PASS [ 21.897s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
68742025-02-28T11:06:09.889Z PASS [ 24.165s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
68752025-02-28T11:06:10.466Z PASS [ 47.463s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
68762025-02-28T11:06:11.946Z PASS [ 21.978s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
68772025-02-28T11:06:15.092Z PASS [ 24.429s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
68782025-02-28T11:06:17.215Z PASS [ 25.260s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
68792025-02-28T11:06:26.181Z PASS [ 39.135s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
68802025-02-28T11:06:26.581Z PASS [ 22.476s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
68812025-02-28T11:06:28.213Z PASS [ 26.236s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
68822025-02-28T11:06:32.776Z PASS [ 22.307s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
68832025-02-28T11:06:34.890Z PASS [ 24.997s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
68842025-02-28T11:06:36.404Z PASS [ 21.312s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
68852025-02-28T11:06:36.895Z PASS [ 24.944s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
68862025-02-28T11:06:37.181Z PASS [ 19.963s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
68872025-02-28T11:06:49.813Z PASS [ 23.227s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
68882025-02-28T11:06:50.465Z PASS [ 24.280s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
68892025-02-28T11:06:55.227Z PASS [ 18.329s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
68902025-02-28T11:06:55.522Z PASS [ 27.304s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
68912025-02-28T11:07:04.884Z PASS [ 32.103s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
68922025-02-28T11:07:05.225Z PASS [ 28.040s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
68932025-02-28T11:07:09.296Z PASS [ 19.481s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
68942025-02-28T11:07:13.807Z PASS [ 18.577s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
68952025-02-28T11:07:14.396Z PASS [ 18.870s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
68962025-02-28T11:07:14.999Z PASS [ 0.603s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
68972025-02-28T11:07:15.579Z PASS [ 0.580s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
68982025-02-28T11:07:16.192Z PASS [ 0.612s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
68992025-02-28T11:07:16.766Z PASS [ 0.574s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
69002025-02-28T11:07:17.335Z PASS [ 42.439s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
69012025-02-28T11:07:18.908Z PASS [ 28.438s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
69022025-02-28T11:07:19.136Z PASS [ 42.727s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
69032025-02-28T11:07:23.084Z PASS [ 18.197s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
69042025-02-28T11:07:25.485Z PASS [ 20.256s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
69052025-02-28T11:07:29.261Z PASS [ 19.962s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
69062025-02-28T11:07:32.817Z PASS [ 19.006s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
69072025-02-28T11:07:38.809Z PASS [ 22.039s] omicron-nexus::test_all integration_tests::images::test_image_create
69082025-02-28T11:07:41.498Z PASS [ 24.158s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
69092025-02-28T11:07:42.251Z PASS [ 23.111s] omicron-nexus::test_all integration_tests::images::test_image_promotion
69102025-02-28T11:07:45.171Z PASS [ 22.083s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
69112025-02-28T11:07:45.623Z PASS [ 26.710s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
69122025-02-28T11:07:46.543Z PASS [ 21.055s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
69132025-02-28T11:07:46.664Z PASS [ 4.412s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
69142025-02-28T11:07:47.375Z PASS [ 5.876s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
69152025-02-28T11:07:48.922Z PASS [ 19.657s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
69162025-02-28T11:07:49.566Z PASS [ 16.746s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
69172025-02-28T11:07:50.684Z PASS [ 5.511s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
69182025-02-28T11:07:55.418Z PASS [ 16.605s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
69192025-02-28T11:08:08.175Z PASS [ 20.796s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
69202025-02-28T11:08:11.451Z PASS [ 24.783s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
69212025-02-28T11:08:12.797Z PASS [ 23.871s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
69222025-02-28T11:08:13.084Z PASS [ 23.513s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
69232025-02-28T11:08:13.490Z PASS [ 27.863s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
69242025-02-28T11:08:21.015Z PASS [ 34.466s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
69252025-02-28T11:08:21.212Z PASS [ 25.791s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
69262025-02-28T11:08:25.278Z PASS [ 17.101s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
69272025-02-28T11:08:29.165Z PASS [ 38.475s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
69282025-02-28T11:08:29.951Z PASS [ 18.497s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
69292025-02-28T11:08:31.308Z PASS [ 17.815s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
69302025-02-28T11:08:41.434Z PASS [ 28.632s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
69312025-02-28T11:08:46.497Z PASS [ 16.542s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
69322025-02-28T11:08:48.370Z PASS [ 35.281s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
69332025-02-28T11:08:51.364Z PASS [ 22.195s] omicron-nexus::test_all integration_tests::instances::test_instance_access
69342025-02-28T11:08:55.526Z PASS [ 34.505s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
69352025-02-28T11:08:59.700Z PASS [ 28.387s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
69362025-02-28T11:09:01.401Z PASS [ 36.116s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
69372025-02-28T11:09:12.500Z PASS [ 31.061s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
69382025-02-28T11:09:16.929Z PASS [ 30.427s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
69392025-02-28T11:09:19.029Z PASS [ 27.661s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
69402025-02-28T11:09:20.460Z PASS [ 32.085s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
69412025-02-28T11:09:21.236Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
69422025-02-28T11:09:24.243Z PASS [ 28.712s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
69432025-02-28T11:09:33.706Z PASS [ 34.000s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
69442025-02-28T11:09:34.335Z PASS [ 73.112s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
69452025-02-28T11:09:37.221Z PASS [ 24.717s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
69462025-02-28T11:09:38.815Z PASS [ 21.883s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
69472025-02-28T11:09:47.047Z PASS [ 28.013s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
69482025-02-28T11:09:48.191Z PASS [ 46.783s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
69492025-02-28T11:09:48.699Z PASS [ 28.234s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
69502025-02-28T11:09:51.747Z PASS [ 27.500s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
69512025-02-28T11:10:01.233Z PASS [ 26.894s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
69522025-02-28T11:10:02.493Z PASS [ 28.782s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
69532025-02-28T11:10:03.104Z PASS [ 25.879s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
69542025-02-28T11:10:18.452Z PASS [ 31.400s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
69552025-02-28T11:10:21.022Z PASS [ 32.318s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
69562025-02-28T11:10:23.721Z PASS [ 35.525s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
69572025-02-28T11:10:23.890Z PASS [ 20.783s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
69582025-02-28T11:10:24.983Z PASS [ 33.231s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
69592025-02-28T11:10:25.922Z PASS [ 47.099s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
69602025-02-28T11:10:37.705Z PASS [ 36.466s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
69612025-02-28T11:10:38.530Z PASS [ 17.504s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
69622025-02-28T11:10:40.595Z PASS [ 38.097s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
69632025-02-28T11:10:41.575Z PASS [ 17.682s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
69642025-02-28T11:10:48.090Z PASS [ 22.164s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
69652025-02-28T11:10:48.648Z PASS [ 23.661s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
69662025-02-28T11:10:52.373Z PASS [ 33.916s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
69672025-02-28T11:10:55.764Z PASS [ 32.037s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
69682025-02-28T11:10:56.132Z PASS [ 18.423s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
69692025-02-28T11:11:03.484Z PASS [ 24.950s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
69702025-02-28T11:11:05.200Z PASS [ 24.600s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
69712025-02-28T11:11:08.141Z PASS [ 15.765s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
69722025-02-28T11:11:12.086Z PASS [ 23.992s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
69732025-02-28T11:11:13.369Z PASS [ 17.235s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
69742025-02-28T11:11:13.481Z PASS [ 17.715s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
69752025-02-28T11:11:16.173Z PASS [ 27.520s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
69762025-02-28T11:11:19.536Z PASS [ 37.955s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
69772025-02-28T11:11:21.437Z PASS [ 17.950s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
69782025-02-28T11:11:24.518Z PASS [ 16.374s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
69792025-02-28T11:11:34.235Z PASS [ 29.023s] omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
69802025-02-28T11:11:38.475Z PASS [ 17.034s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
69812025-02-28T11:11:39.135Z PASS [ 25.649s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
69822025-02-28T11:11:39.890Z PASS [ 26.515s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
69832025-02-28T11:11:42.915Z PASS [ 30.802s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
69842025-02-28T11:11:43.971Z PASS [ 19.450s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
69852025-02-28T11:11:46.218Z PASS [ 26.677s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
69862025-02-28T11:11:47.990Z PASS [ 31.812s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
69872025-02-28T11:11:52.689Z PASS [ 18.457s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
69882025-02-28T11:11:56.133Z PASS [ 17.655s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
69892025-02-28T11:11:56.541Z PASS [ 17.381s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
69902025-02-28T11:11:57.365Z PASS [ 17.471s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
69912025-02-28T11:12:00.182Z PASS [ 17.285s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
69922025-02-28T11:12:01.686Z PASS [ 17.711s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
69932025-02-28T11:12:04.785Z PASS [ 18.565s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
69942025-02-28T11:12:09.889Z PASS [ 21.896s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
69952025-02-28T11:12:10.903Z PASS [ 18.211s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
69962025-02-28T11:12:14.709Z PASS [ 17.343s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
69972025-02-28T11:12:15.382Z PASS [ 18.861s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
69982025-02-28T11:12:18.855Z PASS [ 22.704s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
69992025-02-28T11:12:27.068Z PASS [ 26.880s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
70002025-02-28T11:12:31.393Z PASS [ 16.008s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
70012025-02-28T11:12:31.878Z PASS [ 21.986s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
70022025-02-28T11:12:32.204Z PASS [ 17.492s] omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
70032025-02-28T11:12:37.366Z PASS [ 35.675s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
70042025-02-28T11:12:39.296Z PASS [ 20.452s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
70052025-02-28T11:12:49.299Z PASS [ 38.390s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
70062025-02-28T11:12:53.364Z PASS [ 21.482s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
70072025-02-28T11:12:53.806Z PASS [ 49.012s] omicron-nexus::test_all integration_tests::metrics::test_metrics
70082025-02-28T11:12:54.076Z PASS [ 21.869s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
70092025-02-28T11:12:57.045Z PASS [ 29.973s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
70102025-02-28T11:13:00.389Z PASS [ 23.019s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
70112025-02-28T11:13:11.176Z PASS [ 39.777s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
70122025-02-28T11:13:15.160Z PASS [ 21.792s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
70132025-02-28T11:13:18.857Z PASS [ 39.554s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
70142025-02-28T11:13:23.177Z PASS [ 29.096s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
70152025-02-28T11:13:26.335Z PASS [ 37.030s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
70162025-02-28T11:13:26.849Z PASS [ 29.800s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
70172025-02-28T11:13:31.634Z PASS [ 31.151s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
70182025-02-28T11:13:32.739Z PASS [ 21.558s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
70192025-02-28T11:13:34.373Z PASS [ 40.561s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
70202025-02-28T11:13:45.967Z PASS [ 19.115s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
70212025-02-28T11:13:46.098Z PASS [ 19.760s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
70222025-02-28T11:13:48.879Z PASS [ 17.330s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
70232025-02-28T11:13:50.311Z PASS [ 17.569s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
70242025-02-28T11:13:54.411Z PASS [ 39.245s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
70252025-02-28T11:13:57.919Z PASS [ 23.542s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
70262025-02-28T11:14:02.533Z PASS [ 43.662s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
70272025-02-28T11:14:05.740Z PASS [ 19.637s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
70282025-02-28T11:14:08.453Z PASS [ 22.482s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
70292025-02-28T11:14:12.577Z PASS [ 23.694s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
70302025-02-28T11:14:15.013Z PASS [ 20.598s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
70312025-02-28T11:14:16.648Z PASS [ 26.333s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
70322025-02-28T11:14:17.116Z PASS [ 19.193s] omicron-nexus::test_all integration_tests::projects::test_projects
70332025-02-28T11:14:19.168Z PASS [ 55.982s] omicron-nexus::test_all integration_tests::password_login::test_local_users
70342025-02-28T11:14:21.653Z PASS [ 19.123s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
70352025-02-28T11:14:24.748Z PASS [ 16.291s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
70362025-02-28T11:14:29.869Z PASS [ 17.284s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
70372025-02-28T11:14:34.217Z PASS [ 17.559s] omicron-nexus::test_all integration_tests::rack::test_sled_add
70382025-02-28T11:14:34.506Z PASS [ 19.490s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
70392025-02-28T11:14:34.763Z PASS [ 17.644s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
70402025-02-28T11:14:36.388Z PASS [ 17.216s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
70412025-02-28T11:14:36.807Z PASS [ 0.418s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
70422025-02-28T11:14:37.988Z PASS [ 3.460s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
70432025-02-28T11:14:38.444Z PASS [ 3.666s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
70442025-02-28T11:14:38.845Z PASS [ 14.065s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
70452025-02-28T11:14:38.977Z PASS [ 17.312s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
70462025-02-28T11:14:40.241Z PASS [ 3.434s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
70472025-02-28T11:14:41.536Z PASS [ 3.456s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
70482025-02-28T11:14:42.493Z PASS [ 12.530s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
70492025-02-28T11:14:42.583Z PASS [ 0.186s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
70502025-02-28T11:14:42.790Z PASS [ 0.144s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
70512025-02-28T11:14:43.005Z PASS [ 0.145s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
70522025-02-28T11:14:43.261Z PASS [ 0.142s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
70532025-02-28T11:14:43.309Z PASS [ 0.175s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
70542025-02-28T11:14:52.252Z PASS [ 18.012s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
70552025-02-28T11:14:52.576Z PASS [ 46.821s] omicron-nexus::test_all integration_tests::quotas::test_quotas
70562025-02-28T11:14:58.718Z PASS [ 19.900s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
70572025-02-28T11:14:59.415Z PASS [ 19.171s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
70582025-02-28T11:14:59.776Z PASS [ 21.339s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
70592025-02-28T11:15:00.709Z PASS [ 17.479s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
70602025-02-28T11:15:00.819Z PASS [ 0.146s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
70612025-02-28T11:15:01.362Z PASS [ 19.929s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
70622025-02-28T11:15:07.040Z PASS [ 27.857s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
70632025-02-28T11:15:07.119Z PASS [ 0.151s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
70642025-02-28T11:15:07.147Z PASS [ 0.142s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
70652025-02-28T11:15:09.908Z PASS [ 17.337s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
70662025-02-28T11:15:09.949Z PASS [ 17.722s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
70672025-02-28T11:15:16.126Z PASS [ 17.405s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
70682025-02-28T11:15:16.847Z PASS [ 17.429s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
70692025-02-28T11:15:17.175Z PASS [ 17.399s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
70702025-02-28T11:15:19.111Z PASS [ 18.290s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
70712025-02-28T11:15:19.173Z PASS [ 17.814s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
70722025-02-28T11:15:22.193Z PASS [ 15.067s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
70732025-02-28T11:15:22.376Z PASS [ 3.203s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
70742025-02-28T11:15:22.838Z PASS [ 12.927s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
70752025-02-28T11:15:22.972Z PASS [ 13.020s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
70762025-02-28T11:15:24.662Z PASS [ 2.285s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
70772025-02-28T11:15:26.300Z PASS [ 9.162s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
70782025-02-28T11:15:26.539Z PASS [ 1.876s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
70792025-02-28T11:15:27.159Z PASS [ 1.868s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
70802025-02-28T11:15:28.410Z PASS [ 1.871s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
70812025-02-28T11:15:29.047Z PASS [ 1.888s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
70822025-02-28T11:15:30.268Z PASS [ 1.220s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
70832025-02-28T11:16:00.254Z PASS [ 29.981s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
70842025-02-28T11:16:11.271Z PASS [ 42.853s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
70852025-02-28T11:16:21.647Z PASS [ 21.390s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
70862025-02-28T11:16:37.629Z PASS [ 26.354s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
70872025-02-28T11:16:48.195Z PASS [ 10.559s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
70882025-02-28T11:16:48.286Z PASS [ 10.650s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
70892025-02-28T11:16:48.503Z PASS [ 10.872s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
70902025-02-28T11:16:48.942Z PASS [ 11.311s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
70912025-02-28T11:16:59.407Z PASS [ 11.215s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
70922025-02-28T11:16:59.610Z PASS [ 11.327s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
70932025-02-28T11:16:59.775Z PASS [ 11.270s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
70942025-02-28T11:17:00.253Z PASS [ 11.302s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
70952025-02-28T11:17:00.391Z PASS [ 38.711s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
70962025-02-28T11:17:16.956Z PASS [ 17.177s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
70972025-02-28T11:17:17.063Z PASS [ 17.450s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
70982025-02-28T11:17:18.032Z PASS [ 17.783s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
70992025-02-28T11:17:18.223Z PASS [ 17.855s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
71002025-02-28T11:17:18.740Z PASS [ 18.372s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
71012025-02-28T11:17:18.951Z PASS [ 18.583s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
71022025-02-28T11:17:18.973Z PASS [ 19.562s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
71032025-02-28T11:17:26.728Z PASS [ 26.359s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
71042025-02-28T11:17:35.954Z PASS [ 18.888s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
71052025-02-28T11:17:36.130Z PASS [ 17.175s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
71062025-02-28T11:17:36.244Z PASS [ 18.019s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
71072025-02-28T11:17:36.446Z PASS [ 18.410s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
71082025-02-28T11:17:37.033Z PASS [ 18.290s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
71092025-02-28T11:17:37.451Z PASS [ 20.491s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
71102025-02-28T11:17:41.226Z PASS [ 22.249s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
71112025-02-28T11:17:52.581Z PASS [ 25.849s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
71122025-02-28T11:17:54.596Z PASS [ 18.348s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
71132025-02-28T11:17:54.925Z PASS [ 18.968s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
71142025-02-28T11:17:56.482Z PASS [ 19.446s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
71152025-02-28T11:17:59.711Z PASS [ 18.483s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
71162025-02-28T11:17:59.760Z PASS [ 23.625s] omicron-nexus::test_all integration_tests::silos::test_silos
71172025-02-28T11:17:59.951Z PASS [ 22.496s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
71182025-02-28T11:18:04.093Z PASS [ 27.643s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
71192025-02-28T11:18:14.496Z PASS [ 18.011s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
71202025-02-28T11:18:18.870Z PASS [ 19.155s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
71212025-02-28T11:18:19.078Z PASS [ 19.123s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
71222025-02-28T11:18:19.771Z PASS [ 27.185s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
71232025-02-28T11:18:19.985Z PASS [ 20.222s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
71242025-02-28T11:18:20.710Z PASS [ 25.781s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
71252025-02-28T11:18:23.365Z PASS [ 28.765s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
71262025-02-28T11:18:24.371Z PASS [ 4.385s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
71272025-02-28T11:18:24.849Z PASS [ 1.484s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
71282025-02-28T11:18:25.167Z PASS [ 4.456s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
71292025-02-28T11:18:28.878Z PASS [ 4.506s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
71302025-02-28T11:18:29.293Z PASS [ 4.442s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
71312025-02-28T11:18:33.453Z PASS [ 29.355s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
71322025-02-28T11:18:36.899Z PASS [ 22.399s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
71332025-02-28T11:18:42.045Z PASS [ 16.874s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
71342025-02-28T11:18:42.137Z PASS [ 22.363s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
71352025-02-28T11:18:44.390Z PASS [ 25.516s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
71362025-02-28T11:18:44.458Z PASS [ 25.376s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
71372025-02-28T11:18:44.721Z PASS [ 2.675s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
71382025-02-28T11:18:50.916Z PASS [ 17.460s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
71392025-02-28T11:18:53.912Z PASS [ 24.615s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
71402025-02-28T11:18:58.545Z PASS [ 16.405s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
71412025-02-28T11:18:59.394Z PASS [ 14.934s] omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
71422025-02-28T11:19:02.334Z PASS [ 17.611s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
71432025-02-28T11:19:02.574Z PASS [ 33.690s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
71442025-02-28T11:19:06.540Z PASS [ 22.147s] omicron-nexus::test_all integration_tests::updates::test_repo_upload
71452025-02-28T11:19:19.025Z PASS [ 25.108s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
71462025-02-28T11:19:19.511Z PASS [ 28.590s] omicron-nexus::test_all integration_tests::utilization::test_utilization
71472025-02-28T11:19:21.200Z PASS [ 21.802s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
71482025-02-28T11:19:24.397Z PASS [ 25.847s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
71492025-02-28T11:19:28.152Z PASS [ 25.574s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
71502025-02-28T11:19:29.609Z PASS [ 27.270s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
71512025-02-28T11:19:33.610Z PASS [ 27.065s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
71522025-02-28T11:19:36.922Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
71532025-02-28T11:19:45.421Z PASS [ 26.392s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
71542025-02-28T11:19:46.271Z PASS [ 26.755s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
71552025-02-28T11:19:48.206Z PASS [ 27.002s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
71562025-02-28T11:19:50.629Z PASS [ 22.473s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
71572025-02-28T11:19:50.876Z PASS [ 26.475s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
71582025-02-28T11:20:05.524Z PASS [ 20.099s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
71592025-02-28T11:20:09.514Z PASS [ 21.305s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
71602025-02-28T11:20:13.496Z PASS [ 27.220s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
71612025-02-28T11:20:14.753Z PASS [ 24.120s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
71622025-02-28T11:20:20.869Z PASS [ 47.251s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
71632025-02-28T11:20:21.780Z PASS [ 30.898s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
71642025-02-28T11:20:22.357Z PASS [ 52.740s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
71652025-02-28T11:20:30.040Z PASS [ 113.123s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
71662025-02-28T11:20:34.665Z PASS [ 29.137s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
71672025-02-28T11:20:44.228Z PASS [ 34.708s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
71682025-02-28T11:20:47.705Z PASS [ 34.203s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
71692025-02-28T11:20:48.253Z PASS [ 26.469s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
71702025-02-28T11:20:48.308Z PASS [ 33.549s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
71712025-02-28T11:20:48.965Z PASS [ 26.603s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
71722025-02-28T11:20:53.952Z PASS [ 33.078s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
71732025-02-28T11:21:03.178Z PASS [ 33.133s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
71742025-02-28T11:21:10.866Z PASS [ 22.609s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
71752025-02-28T11:21:11.085Z PASS [ 22.773s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
71762025-02-28T11:21:12.224Z PASS [ 23.255s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
71772025-02-28T11:21:16.020Z PASS [ 22.064s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
71782025-02-28T11:21:27.779Z PASS [ 24.596s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
71792025-02-28T11:21:28.122Z PASS [ 15.895s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
71802025-02-28T11:21:28.395Z PASS [ 44.159s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
71812025-02-28T11:21:31.438Z PASS [ 15.415s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
71822025-02-28T11:21:34.303Z PASS [ 46.591s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
71832025-02-28T11:21:34.686Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
71842025-02-28T11:21:36.834Z PASS [ 25.745s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
71852025-02-28T11:21:39.960Z PASS [ 29.089s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
71862025-02-28T11:21:44.972Z PASS [ 16.847s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
71872025-02-28T11:21:45.759Z PASS [ 17.361s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
71882025-02-28T11:21:46.109Z PASS [ 18.327s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
71892025-02-28T11:21:49.693Z PASS [ 18.253s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
71902025-02-28T11:21:52.497Z PASS [ 18.191s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
71912025-02-28T11:21:54.463Z PASS [ 17.625s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
71922025-02-28T11:21:58.074Z PASS [ 18.111s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
71932025-02-28T11:22:02.764Z PASS [ 16.652s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
71942025-02-28T11:22:02.981Z PASS [ 17.219s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
71952025-02-28T11:22:04.335Z PASS [ 19.360s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
71962025-02-28T11:22:04.686Z PASS [ 90.007s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
71972025-02-28T11:22:06.303Z PASS [ 16.606s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
71982025-02-28T11:22:09.081Z PASS [ 16.577s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
71992025-02-28T11:22:12.031Z PASS [ 17.565s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
72002025-02-28T11:22:15.071Z PASS [ 16.993s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
72012025-02-28T11:22:19.755Z PASS [ 16.987s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
72022025-02-28T11:22:20.322Z PASS [ 17.338s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
72032025-02-28T11:22:21.881Z PASS [ 17.191s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
72042025-02-28T11:22:21.892Z PASS [ 17.554s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
72052025-02-28T11:22:23.833Z PASS [ 17.528s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
72062025-02-28T11:22:26.788Z PASS [ 17.708s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
72072025-02-28T11:22:36.594Z PASS [ 16.836s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
72082025-02-28T11:22:37.547Z PASS [ 17.221s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
72092025-02-28T11:22:38.956Z PASS [ 17.062s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
72102025-02-28T11:22:39.112Z PASS [ 17.228s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
72112025-02-28T11:22:40.565Z PASS [ 16.729s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
72122025-02-28T11:22:40.696Z PASS [ 28.661s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
72132025-02-28T11:22:44.678Z PASS [ 29.603s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
72142025-02-28T11:22:54.406Z PASS [ 27.613s] omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
72152025-02-28T11:22:55.720Z PASS [ 18.170s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
72162025-02-28T11:22:56.425Z PASS [ 19.828s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
72172025-02-28T11:22:59.692Z PASS [ 20.732s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
72182025-02-28T11:23:03.333Z PASS [ 22.764s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
72192025-02-28T11:23:04.559Z PASS [ 25.442s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
72202025-02-28T11:23:04.623Z PASS [ 0.064s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
72212025-02-28T11:23:04.661Z PASS [ 0.038s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
72222025-02-28T11:23:04.734Z PASS [ 0.073s] omicron-package config::tests::multi_preset_arg
72232025-02-28T11:23:04.809Z PASS [ 0.075s] omicron-package dot::test::test_bad_dependency
72242025-02-28T11:23:04.854Z PASS [ 0.044s] omicron-package dot::test::test_dot_output
72252025-02-28T11:23:11.736Z PASS [ 8.402s] omicron-omdb::test_all_output test_omdb_usage_errors
72262025-02-28T11:23:11.764Z PASS [ 0.027s] omicron-passwords test::test_password_constraints
72272025-02-28T11:23:11.961Z PASS [ 27.278s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
72282025-02-28T11:23:12.318Z PASS [ 7.463s] omicron-passwords test::test_compatible
72292025-02-28T11:23:12.369Z PASS [ 0.051s] omicron-passwords test::test_stable
72302025-02-28T11:23:12.397Z PASS [ 0.028s] omicron-passwords test::test_weak_hashes
72312025-02-28T11:23:12.428Z PASS [ 0.030s] omicron-rpaths internal::tests::test_configure_from_path
72322025-02-28T11:23:12.508Z PASS [ 0.080s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
72332025-02-28T11:23:12.540Z PASS [ 0.031s] omicron-rpaths internal::tests::test_emit_rpath
72342025-02-28T11:23:13.240Z PASS [ 0.700s] omicron-sled-agent artifact_store::test::list_get_put_delete
72352025-02-28T11:23:13.368Z PASS [ 0.127s] omicron-sled-agent artifact_store::test::no_dataset
72362025-02-28T11:23:13.504Z PASS [ 0.136s] omicron-sled-agent artifact_store::test::wrong_hash
72372025-02-28T11:23:13.653Z PASS [ 0.149s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
72382025-02-28T11:23:14.262Z PASS [ 0.608s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
72392025-02-28T11:23:14.356Z PASS [ 0.094s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
72402025-02-28T11:23:14.374Z PASS [ 2.609s] omicron-passwords test::test_reproducible
72412025-02-28T11:23:14.471Z PASS [ 0.097s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
72422025-02-28T11:23:14.503Z PASS [ 0.146s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
72432025-02-28T11:23:14.589Z PASS [ 0.085s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
72442025-02-28T11:23:14.643Z PASS [ 0.054s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
72452025-02-28T11:23:14.708Z PASS [ 0.064s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
72462025-02-28T11:23:14.747Z PASS [ 0.038s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
72472025-02-28T11:23:14.782Z PASS [ 0.035s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
72482025-02-28T11:23:14.823Z PASS [ 0.041s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
72492025-02-28T11:23:14.837Z PASS [ 19.113s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
72502025-02-28T11:23:14.859Z PASS [ 0.035s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
72512025-02-28T11:23:14.866Z PASS [ 0.029s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
72522025-02-28T11:23:14.894Z PASS [ 0.033s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
72532025-02-28T11:23:14.930Z PASS [ 0.063s] omicron-sled-agent config::test::test_smf_configs
72542025-02-28T11:23:14.951Z PASS [ 0.057s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
72552025-02-28T11:23:14.970Z PASS [ 0.039s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
72562025-02-28T11:23:14.990Z PASS [ 0.039s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
72572025-02-28T11:23:15.015Z PASS [ 0.046s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
72582025-02-28T11:23:15.026Z PASS [ 0.554s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
72592025-02-28T11:23:15.033Z PASS [ 0.042s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
72602025-02-28T11:23:15.052Z PASS [ 0.037s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
72612025-02-28T11:23:15.210Z PASS [ 20.801s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
72622025-02-28T11:23:18.122Z PASS [ 2.911s] omicron-sled-agent instance::tests::test_instance_manager_creation
72632025-02-28T11:23:18.295Z PASS [ 3.268s] omicron-sled-agent instance::tests::test_instance_create_events_normal
72642025-02-28T11:23:19.414Z PASS [ 4.361s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
72652025-02-28T11:23:19.450Z PASS [ 0.035s] omicron-sled-agent probe_manager::test::probe_state_set_ops
72662025-02-28T11:23:19.484Z PASS [ 0.034s] omicron-sled-agent profile::tests::empty_profile
72672025-02-28T11:23:19.521Z PASS [ 0.035s] omicron-sled-agent profile::tests::test_disabled_instance
72682025-02-28T11:23:19.562Z PASS [ 0.041s] omicron-sled-agent profile::tests::test_instance
72692025-02-28T11:23:19.598Z PASS [ 0.037s] omicron-sled-agent profile::tests::test_multiple
72702025-02-28T11:23:19.633Z PASS [ 0.035s] omicron-sled-agent profile::tests::test_property
72712025-02-28T11:23:19.667Z PASS [ 0.033s] omicron-sled-agent profile::tests::test_property_group
72722025-02-28T11:23:19.699Z PASS [ 0.032s] omicron-sled-agent profile::tests::test_service
72732025-02-28T11:23:19.729Z PASS [ 0.030s] omicron-sled-agent profile::tests::test_service_property_group
72742025-02-28T11:23:19.759Z PASS [ 0.029s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
72752025-02-28T11:23:19.792Z PASS [ 0.032s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
72762025-02-28T11:23:19.799Z PASS [ 39.096s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
72772025-02-28T11:23:19.831Z PASS [ 0.039s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
72782025-02-28T11:23:19.845Z PASS [ 0.045s] omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
72792025-02-28T11:23:19.888Z PASS [ 0.042s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
72802025-02-28T11:23:19.895Z PASS [ 0.064s] omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
72812025-02-28T11:23:20.242Z PASS [ 23.813s] omicron-omdb::test_all_output test_omdb_env_settings
72822025-02-28T11:23:20.396Z PASS [ 5.362s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
72832025-02-28T11:23:20.826Z PASS [ 2.703s] omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
72842025-02-28T11:23:22.624Z PASS [ 2.728s] omicron-sled-agent services::illumos_tests::test_ensure_service
72852025-02-28T11:23:22.673Z PASS [ 2.783s] omicron-sled-agent services::illumos_tests::test_bad_generations
72862025-02-28T11:23:22.713Z PASS [ 0.040s] omicron-sled-agent services::test::test_all_zones_requests_schema
72872025-02-28T11:23:22.720Z PASS [ 2.478s] omicron-sled-agent services::illumos_tests::test_ensure_service_before_timesync
72882025-02-28T11:23:22.745Z PASS [ 0.032s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
72892025-02-28T11:23:22.755Z PASS [ 0.034s] omicron-sled-agent services::test::test_fix_7229_zone_config_reconciliation
72902025-02-28T11:23:22.782Z PASS [ 0.036s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
72912025-02-28T11:23:22.799Z PASS [ 0.044s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
72922025-02-28T11:23:22.824Z PASS [ 0.042s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
72932025-02-28T11:23:22.835Z PASS [ 0.035s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
72942025-02-28T11:23:22.864Z PASS [ 0.041s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
72952025-02-28T11:23:22.878Z PASS [ 0.042s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
72962025-02-28T11:23:22.899Z PASS [ 0.034s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
72972025-02-28T11:23:22.935Z PASS [ 0.036s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
72982025-02-28T11:23:22.972Z PASS [ 0.037s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
72992025-02-28T11:23:22.981Z PASS [ 2.583s] omicron-sled-agent services::illumos_tests::test_ensure_service_which_already_exists
73002025-02-28T11:23:23.010Z PASS [ 0.036s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
73012025-02-28T11:23:23.019Z PASS [ 0.037s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
73022025-02-28T11:23:23.052Z PASS [ 0.042s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
73032025-02-28T11:23:23.060Z PASS [ 0.041s] omicron-sled-agent sim::storage::test::nested_dataset
73042025-02-28T11:23:23.085Z PASS [ 0.033s] omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
73052025-02-28T11:23:23.094Z PASS [ 0.033s] omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
73062025-02-28T11:23:23.123Z PASS [ 0.037s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
73072025-02-28T11:23:23.131Z PASS [ 0.036s] omicron-sled-agent sim::storage::test::snapshot_needs_region
73082025-02-28T11:23:23.417Z PASS [ 2.590s] omicron-sled-agent services::illumos_tests::test_services_are_recreated_on_reboot
73092025-02-28T11:23:24.023Z PASS [ 12.060s] omicron-passwords test::test_smoke
73102025-02-28T11:23:25.091Z PASS [ 2.466s] omicron-sled-agent services::illumos_tests::test_services_do_not_persist_without_config
73112025-02-28T11:23:25.500Z PASS [ 2.622s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
73122025-02-28T11:23:26.933Z PASS [ 27.236s] omicron-omdb::test_all_output test_omdb_success_cases
73132025-02-28T11:23:26.969Z PASS [ 0.036s] omicron-sled-agent updates::test::test_query_no_components
73142025-02-28T11:23:27.010Z PASS [ 0.039s] omicron-sled-agent updates::test::test_query_sled_agent_version
73152025-02-28T11:23:27.055Z PASS [ 0.045s] omicron-sled-agent updates::test::test_query_zone_version
73162025-02-28T11:23:27.078Z PASS [ 0.024s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
73172025-02-28T11:23:27.117Z PASS [ 3.697s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
73182025-02-28T11:23:27.184Z PASS [ 4.052s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
73192025-02-28T11:23:27.217Z PASS [ 0.033s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
73202025-02-28T11:23:27.285Z PASS [ 4.161s] omicron-sled-agent support_bundle::storage::tests::basic_crud
73212025-02-28T11:23:28.112Z PASS [ 4.088s] omicron-sled-agent support_bundle::storage::tests::creation_idempotency
73222025-02-28T11:23:29.224Z PASS [ 3.723s] omicron-sled-agent support_bundle::storage::tests::ranges
73232025-02-28T11:23:29.271Z PASS [ 4.179s] omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
73242025-02-28T11:23:29.283Z PASS [ 0.059s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
73252025-02-28T11:23:29.311Z PASS [ 0.039s] omicron-sled-agent zone_bundle::tests::test_dir_size
73262025-02-28T11:23:29.328Z PASS [ 0.045s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
73272025-02-28T11:23:29.711Z PASS [ 2.594s] omicron-sled-agent zone_bundle::illumos_tests::test_context
73282025-02-28T11:23:29.810Z PASS [ 0.498s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
73292025-02-28T11:23:29.812Z PASS [ 0.481s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
73302025-02-28T11:23:29.867Z PASS [ 0.156s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
73312025-02-28T11:23:29.876Z PASS [ 0.065s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
73322025-02-28T11:23:29.896Z PASS [ 0.028s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
73332025-02-28T11:23:30.074Z PASS [ 2.996s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
73342025-02-28T11:23:30.115Z PASS [ 2.830s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
73352025-02-28T11:23:30.145Z PASS [ 0.029s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
73362025-02-28T11:23:30.162Z PASS [ 2.944s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
73372025-02-28T11:23:30.175Z PASS [ 0.029s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
73382025-02-28T11:23:30.419Z PASS [ 0.543s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
73392025-02-28T11:23:30.423Z PASS [ 0.522s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
73402025-02-28T11:23:30.430Z PASS [ 0.258s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
73412025-02-28T11:23:30.607Z PASS [ 0.795s] omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
73422025-02-28T11:23:30.613Z PASS [ 0.438s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
73432025-02-28T11:23:30.629Z PASS [ 0.209s] omicron-test-utils dev::db::test::test_bad_cmd
73442025-02-28T11:23:30.642Z PASS [ 0.028s] omicron-test-utils dev::db::test::test_make_pg_config_fail
73452025-02-28T11:23:30.655Z PASS [ 0.026s] omicron-test-utils dev::db::test::test_make_pg_config_ok
73462025-02-28T11:23:30.674Z PASS [ 0.032s] omicron-test-utils dev::db::test::test_process_exit_abnormal
73472025-02-28T11:23:30.681Z PASS [ 2.569s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
73482025-02-28T11:23:30.693Z PASS [ 0.038s] omicron-test-utils dev::db::test::test_process_exit_normal
73492025-02-28T11:23:30.845Z PASS [ 0.425s] omicron-test-utils dev::db::test::test_cmd_fails
73502025-02-28T11:23:30.875Z PASS [ 0.030s] omicron-test-utils dev::db::test::test_starter_tmpdir
73512025-02-28T11:23:30.875Z PASS [ 0.269s] omicron-test-utils dev::db::test::test_database_start_hang
73522025-02-28T11:23:30.917Z PASS [ 0.041s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
73532025-02-28T11:23:30.949Z PASS [ 0.074s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
73542025-02-28T11:23:30.958Z PASS [ 0.040s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
73552025-02-28T11:23:30.983Z PASS [ 0.034s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
73562025-02-28T11:23:31.029Z PASS [ 0.070s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
73572025-02-28T11:23:31.047Z PASS [ 0.063s] omicron-test-utils dev::test_cmds::tests::test_redact_section
73582025-02-28T11:23:31.100Z PASS [ 1.025s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
73592025-02-28T11:23:31.166Z LEAK [ 0.491s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
73602025-02-28T11:23:31.174Z PASS [ 0.073s] openapi-manager cmd::dispatch::test::test_arg_parsing
73612025-02-28T11:23:31.198Z PASS [ 0.032s] openapi-manager cmd::dispatch::test::test_blessed_args
73622025-02-28T11:23:31.206Z PASS [ 0.031s] openapi-manager cmd::dispatch::test::test_generated_args
73632025-02-28T11:23:31.238Z PASS [ 0.039s] openapi-manager cmd::dispatch::test::test_local_args
73642025-02-28T11:23:31.246Z PASS [ 0.039s] openapi-manager iter_only::test::test_basic
73652025-02-28T11:23:31.278Z PASS [ 0.040s] openapi-manager resolved::test::test_displayable_vec
73662025-02-28T11:23:31.294Z PASS [ 0.048s] openapi-manager spec_files_generic::test::test_parse_name_lockstep
73672025-02-28T11:23:31.353Z PASS [ 0.075s] openapi-manager spec_files_generic::test::test_parse_name_lockstep_fail
73682025-02-28T11:23:31.369Z PASS [ 0.074s] openapi-manager spec_files_generic::test::test_parse_name_versioned
73692025-02-28T11:23:31.434Z PASS [ 0.080s] openapi-manager spec_files_generic::test::test_parse_name_versioned_fail
73702025-02-28T11:23:31.599Z PASS [ 0.570s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
73712025-02-28T11:23:31.665Z PASS [ 0.230s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
73722025-02-28T11:23:31.889Z PASS [ 0.519s] oximeter test::timeseries_schema_consistency
73732025-02-28T11:23:31.980Z PASS [ 0.381s] oximeter-collector agent::tests::test_self_stat_collection_count
73742025-02-28T11:23:31.980Z PASS [ 0.315s] oximeter-collector agent::tests::test_self_stat_error_counter
73752025-02-28T11:23:31.993Z PASS [ 1.299s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
73762025-02-28T11:23:31.995Z PASS [ 1.561s] omicron-test-utils dev::db::test::test_database_concurrent
73772025-02-28T11:23:32.021Z PASS [ 0.028s] oximeter-collector self_stats::tests::test_failure_reason_serialization
73782025-02-28T11:23:32.029Z PASS [ 0.035s] oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
73792025-02-28T11:23:32.031Z PASS [ 0.140s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
73802025-02-28T11:23:32.061Z PASS [ 0.032s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
73812025-02-28T11:23:32.069Z PASS [ 0.039s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
73822025-02-28T11:23:32.087Z PASS [ 0.025s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
73832025-02-28T11:23:32.094Z PASS [ 0.024s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
73842025-02-28T11:23:32.113Z PASS [ 0.026s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
73852025-02-28T11:23:32.113Z PASS [ 0.132s] oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
73862025-02-28T11:23:32.547Z PASS [ 0.525s] oximeter-collector::test_commands test_oximeter_no_args
73872025-02-28T11:23:33.051Z PASS [ 1.070s] oximeter-collector agent::tests::verify_producer_details
73882025-02-28T11:23:33.094Z PASS [ 1.000s] oximeter-db client::oxql::tests::test_get_entire_table
73892025-02-28T11:23:33.110Z PASS [ 0.996s] oximeter-db client::oxql::tests::test_get_one_timeseries
73902025-02-28T11:23:33.133Z PASS [ 1.019s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
73912025-02-28T11:23:33.177Z PASS [ 0.067s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
73922025-02-28T11:23:33.190Z PASS [ 2.142s] openapi-manager cmd::check::test::check_apis_up_to_date
73932025-02-28T11:23:33.557Z PASS [ 1.010s] oximeter-db client::oxql::tests::test_limit_operations
73942025-02-28T11:23:33.646Z PASS [ 0.594s] oximeter-db client::tests::can_ping_clickhouse
73952025-02-28T11:23:33.929Z PASS [ 0.751s] oximeter-db client::tests::read_latest_version_reports_max
73962025-02-28T11:23:33.932Z PASS [ 0.739s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
73972025-02-28T11:23:34.159Z PASS [ 0.601s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
73982025-02-28T11:23:34.408Z PASS [ 0.762s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
73992025-02-28T11:23:34.543Z PASS [ 0.614s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
74002025-02-28T11:23:34.765Z PASS [ 0.835s] oximeter-db client::tests::select_timeseries_with_select_one
74012025-02-28T11:23:34.999Z PASS [ 0.840s] oximeter-db client::tests::test_client_select_timeseries_one
74022025-02-28T11:23:35.454Z PASS [ 1.046s] oximeter-db client::tests::test_database_version_update_is_idempotent
74032025-02-28T11:23:35.465Z PASS [ 0.921s] oximeter-db client::tests::test_database_version_will_not_downgrade
74042025-02-28T11:23:35.543Z PASS [ 0.777s] oximeter-db client::tests::test_database_version_will_not_upgrade
74052025-02-28T11:23:35.608Z PASS [ 2.474s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
74062025-02-28T11:23:35.761Z PASS [ 0.761s] oximeter-db client::tests::test_differentiate_by_timeseries_name
74072025-02-28T11:23:36.221Z PASS [ 0.756s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
74082025-02-28T11:23:36.245Z PASS [ 0.791s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
74092025-02-28T11:23:36.300Z PASS [ 0.757s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
74102025-02-28T11:23:36.560Z PASS [ 0.798s] oximeter-db client::tests::test_field_record_count
74112025-02-28T11:23:36.927Z PASS [ 1.318s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
74122025-02-28T11:23:37.010Z PASS [ 0.788s] oximeter-db client::tests::test_get_schema_no_new_values
74132025-02-28T11:23:37.048Z PASS [ 0.038s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
74142025-02-28T11:23:37.083Z PASS [ 0.034s] oximeter-db client::tests::test_read_timeseries_to_delete
74152025-02-28T11:23:37.094Z PASS [ 0.792s] oximeter-db client::tests::test_is_oximeter_cluster
74162025-02-28T11:23:37.096Z PASS [ 0.847s] oximeter-db client::tests::test_insert_samples
74172025-02-28T11:23:37.114Z PASS [ 0.031s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
74182025-02-28T11:23:37.121Z PASS [ 0.028s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
74192025-02-28T11:23:37.405Z PASS [ 0.844s] oximeter-db client::tests::test_list_timeseries
74202025-02-28T11:23:37.779Z PASS [ 0.852s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
74212025-02-28T11:23:37.904Z PASS [ 0.789s] oximeter-db client::tests::test_schema_mismatch
74222025-02-28T11:23:37.905Z PASS [ 0.782s] oximeter-db client::tests::test_schema_update
74232025-02-28T11:23:38.152Z PASS [ 7.469s] omicron-test-utils dev::db::test::test_setup_database_default_dir
74242025-02-28T11:23:38.293Z PASS [ 0.888s] oximeter-db client::tests::test_select_all_datum_types
74252025-02-28T11:23:38.411Z PASS [ 1.317s] oximeter-db client::tests::test_recall_of_all_fields
74262025-02-28T11:23:38.559Z PASS [ 0.779s] oximeter-db client::tests::test_select_all_field_types
74272025-02-28T11:23:38.726Z PASS [ 0.821s] oximeter-db client::tests::test_select_timeseries_with_all
74282025-02-28T11:23:38.976Z PASS [ 1.071s] oximeter-db client::tests::test_select_timeseries_with_limit
74292025-02-28T11:23:39.091Z PASS [ 0.797s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
74302025-02-28T11:23:39.118Z PASS [ 0.026s] oximeter-db client::tests::test_unravel_index
74312025-02-28T11:23:39.132Z PASS [ 0.979s] oximeter-db client::tests::test_select_timeseries_with_order
74322025-02-28T11:23:39.164Z PASS [ 0.032s] oximeter-db client::tests::test_verify_schema_upgrades
74332025-02-28T11:23:39.194Z PASS [ 0.030s] oximeter-db model::fields::tests::test_extract_fields_as_block
74342025-02-28T11:23:39.223Z PASS [ 0.028s] oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
74352025-02-28T11:23:39.241Z PASS [ 0.828s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
74362025-02-28T11:23:39.253Z PASS [ 0.030s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
74372025-02-28T11:23:39.269Z PASS [ 0.027s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
74382025-02-28T11:23:39.284Z PASS [ 0.031s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
74392025-02-28T11:23:39.295Z PASS [ 0.026s] oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
74402025-02-28T11:23:39.312Z PASS [ 0.027s] oximeter-db native::block::tests::concat_blocks
74412025-02-28T11:23:39.321Z PASS [ 0.025s] oximeter-db native::block::tests::datetime64_scale_checks_range
74422025-02-28T11:23:39.338Z PASS [ 0.025s] oximeter-db native::block::tests::parse_date_time
74432025-02-28T11:23:39.344Z PASS [ 0.022s] oximeter-db native::block::tests::parse_date_time64
74442025-02-28T11:23:39.363Z PASS [ 0.025s] oximeter-db native::block::tests::parse_escaped_date_time64
74452025-02-28T11:23:39.370Z PASS [ 0.025s] oximeter-db native::block::tests::test_data_type_to_string
74462025-02-28T11:23:39.373Z PASS [ 0.810s] oximeter-db client::tests::test_select_timeseries_with_start_time
74472025-02-28T11:23:39.388Z PASS [ 0.025s] oximeter-db native::block::tests::test_datetime64_conversions
74482025-02-28T11:23:39.396Z PASS [ 0.025s] oximeter-db native::block::tests::test_parse_all_known_timezones
74492025-02-28T11:23:39.399Z PASS [ 0.025s] oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
74502025-02-28T11:23:39.412Z PASS [ 0.023s] oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
74512025-02-28T11:23:39.420Z PASS [ 0.024s] oximeter-db native::block::tests::test_parse_enum8
74522025-02-28T11:23:39.425Z PASS [ 0.029s] oximeter-db native::block::tests::test_parse_enum_variant
74532025-02-28T11:23:39.433Z PASS [ 0.021s] oximeter-db native::block::tests::test_parse_invalid_data_type
74542025-02-28T11:23:39.731Z PASS [ 0.754s] oximeter-db client::tests::test_timeseries_schema_list
74552025-02-28T11:23:39.858Z PASS [ 0.740s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
74562025-02-28T11:23:39.947Z PASS [ 1.220s] oximeter-db client::tests::test_sql_query_output
74572025-02-28T11:23:40.008Z PASS [ 0.575s] oximeter-db native::connection::tests::test_exchange_hello
74582025-02-28T11:23:40.008Z PASS [ 0.588s] oximeter-db native::connection::tests::test_basic_select_query
74592025-02-28T11:23:40.102Z PASS [ 0.676s] oximeter-db native::connection::tests::test_can_cancel_query
74602025-02-28T11:23:40.310Z PASS [ 0.579s] oximeter-db native::connection::tests::test_insert_and_select_data
74612025-02-28T11:23:40.333Z PASS [ 0.023s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
74622025-02-28T11:23:40.357Z PASS [ 0.024s] oximeter-db native::io::block::tests::test_decode_full_block
74632025-02-28T11:23:40.377Z PASS [ 0.019s] oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
74642025-02-28T11:23:40.397Z PASS [ 0.020s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
74652025-02-28T11:23:40.417Z PASS [ 0.020s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
74662025-02-28T11:23:40.429Z PASS [ 0.570s] oximeter-db native::connection::tests::test_insert_and_select_uuid
74672025-02-28T11:23:41.438Z PASS [ 0.018s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
74682025-02-28T11:23:41.445Z PASS [ 0.017s] oximeter-db native::io::column::tests::test_decode_string_column
74692025-02-28T11:23:41.445Z PASS [ 0.016s] oximeter-db native::io::column::tests::test_decode_uint64_column
74702025-02-28T11:23:41.445Z PASS [ 0.016s] oximeter-db native::io::column::tests::test_decode_uint8_column
74712025-02-28T11:23:41.445Z PASS [ 0.015s] oximeter-db native::io::column::tests::test_decode_uuid_column
74722025-02-28T11:23:41.445Z PASS [ 0.018s] oximeter-db native::io::column::tests::test_encode_decode_column
74732025-02-28T11:23:41.445Z PASS [ 0.017s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
74742025-02-28T11:23:41.445Z PASS [ 0.018s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
74752025-02-28T11:23:41.445Z PASS [ 0.019s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
74762025-02-28T11:23:41.445Z PASS [ 0.017s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
74772025-02-28T11:23:41.445Z PASS [ 0.016s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
74782025-02-28T11:23:41.446Z PASS [ 0.582s] oximeter-db native::connection::tests::test_select_array_column
74792025-02-28T11:23:41.446Z PASS [ 0.018s] oximeter-db native::io::packet::server::tests::test_decode_pong
74802025-02-28T11:23:41.446Z PASS [ 0.017s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
74812025-02-28T11:23:41.446Z PASS [ 0.017s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
74822025-02-28T11:23:41.446Z PASS [ 0.022s] oximeter-db native::io::string::test::test_encode_decode
74832025-02-28T11:23:41.446Z PASS [ 0.022s] oximeter-db native::io::string::test::test_encode_hello_world
74842025-02-28T11:23:41.446Z PASS [ 0.021s] oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
74852025-02-28T11:23:41.446Z PASS [ 0.019s] oximeter-db native::io::table_columns::tests::test_column_count
74862025-02-28T11:23:41.446Z PASS [ 0.021s] oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
74872025-02-28T11:23:41.446Z PASS [ 0.020s] oximeter-db native::io::table_columns::tests::test_column_description_with_default
74882025-02-28T11:23:41.446Z PASS [ 0.581s] oximeter-db native::connection::tests::test_select_nullable_column
74892025-02-28T11:23:41.446Z PASS [ 0.018s] oximeter-db native::io::table_columns::tests::test_column_descriptions
74902025-02-28T11:23:41.446Z PASS [ 0.586s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
74912025-02-28T11:23:41.446Z PASS [ 0.021s] oximeter-db native::io::varuint::test_encode_decode_varuint
74922025-02-28T11:23:41.446Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
74932025-02-28T11:23:41.446Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
74942025-02-28T11:23:41.446Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
74952025-02-28T11:23:41.446Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_comparison
74962025-02-28T11:23:41.446Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_double_literal
74972025-02-28T11:23:41.446Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
74982025-02-28T11:23:41.446Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
74992025-02-28T11:23:41.446Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
75002025-02-28T11:23:41.447Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
75012025-02-28T11:23:41.447Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
75022025-02-28T11:23:41.447Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
75032025-02-28T11:23:41.447Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
75042025-02-28T11:23:41.447Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
75052025-02-28T11:23:41.447Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_group_by
75062025-02-28T11:23:41.447Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
75072025-02-28T11:23:41.447Z PASS [ 0.581s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
75082025-02-28T11:23:41.447Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
75092025-02-28T11:23:41.447Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
75102025-02-28T11:23:41.447Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_ident
75112025-02-28T11:23:41.447Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
75122025-02-28T11:23:41.447Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
75132025-02-28T11:23:41.447Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
75142025-02-28T11:23:41.447Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
75152025-02-28T11:23:41.448Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
75162025-02-28T11:23:41.448Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
75172025-02-28T11:23:41.448Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
75182025-02-28T11:23:41.448Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
75192025-02-28T11:23:41.448Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_query
75202025-02-28T11:23:41.448Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
75212025-02-28T11:23:41.448Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
75222025-02-28T11:23:41.448Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
75232025-02-28T11:23:41.448Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_reducer
75242025-02-28T11:23:41.448Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
75252025-02-28T11:23:41.448Z PASS [ 0.018s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
75262025-02-28T11:23:41.448Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
75272025-02-28T11:23:41.448Z PASS [ 0.024s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
75282025-02-28T11:23:41.448Z PASS [ 0.020s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
75292025-02-28T11:23:41.448Z PASS [ 0.020s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
75302025-02-28T11:23:41.449Z PASS [ 0.019s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
75312025-02-28T11:23:41.449Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
75322025-02-28T11:23:41.449Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
75332025-02-28T11:23:41.449Z PASS [ 0.018s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
75342025-02-28T11:23:41.449Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
75352025-02-28T11:23:41.449Z PASS [ 0.019s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
75362025-02-28T11:23:41.449Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
75372025-02-28T11:23:41.449Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
75382025-02-28T11:23:41.449Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
75392025-02-28T11:23:41.449Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
75402025-02-28T11:23:41.449Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
75412025-02-28T11:23:41.449Z PASS [ 0.021s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
75422025-02-28T11:23:41.449Z PASS [ 0.020s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
75432025-02-28T11:23:41.449Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
75442025-02-28T11:23:41.449Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
75452025-02-28T11:23:41.449Z PASS [ 0.019s] oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
75462025-02-28T11:23:41.449Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
75472025-02-28T11:23:41.449Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
75482025-02-28T11:23:41.449Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
75492025-02-28T11:23:41.449Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
75502025-02-28T11:23:41.449Z PASS [ 0.023s] oximeter-db oxql::plan::align::test::test_align_input_schema
75512025-02-28T11:23:41.449Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
75522025-02-28T11:23:41.449Z PASS [ 0.094s] oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
75532025-02-28T11:23:41.449Z PASS [ 0.090s] oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
75542025-02-28T11:23:41.449Z PASS [ 0.115s] oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
75552025-02-28T11:23:41.449Z PASS [ 0.111s] oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
75562025-02-28T11:23:41.449Z PASS [ 0.111s] oximeter-db oxql::plan::plan::tests::cannot_join_one_table
75572025-02-28T11:23:41.449Z PASS [ 0.099s] oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
75582025-02-28T11:23:41.449Z PASS [ 0.119s] oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
75592025-02-28T11:23:41.450Z PASS [ 0.115s] oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
75602025-02-28T11:23:41.450Z PASS [ 0.117s] oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
75612025-02-28T11:23:41.450Z PASS [ 0.118s] oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
75622025-02-28T11:23:41.450Z PASS [ 0.103s] oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
75632025-02-28T11:23:41.450Z PASS [ 0.094s] oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
75642025-02-28T11:23:41.450Z PASS [ 0.107s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
75652025-02-28T11:23:41.450Z PASS [ 0.111s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
75662025-02-28T11:23:41.450Z PASS [ 0.110s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
75672025-02-28T11:23:41.450Z PASS [ 0.106s] oximeter-db oxql::plan::plan::tests::requires_full_table_scan
75682025-02-28T11:23:41.453Z PASS [ 0.119s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
75692025-02-28T11:23:41.453Z PASS [ 0.112s] oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
75702025-02-28T11:23:41.453Z PASS [ 0.108s] oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
75712025-02-28T11:23:41.453Z PASS [ 0.119s] oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
75722025-02-28T11:23:41.453Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_limits
75732025-02-28T11:23:41.454Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
75742025-02-28T11:23:41.454Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
75752025-02-28T11:23:41.454Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
75762025-02-28T11:23:41.454Z PASS [ 0.119s] oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
75772025-02-28T11:23:41.454Z PASS [ 0.117s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
75782025-02-28T11:23:41.454Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
75792025-02-28T11:23:41.454Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
75802025-02-28T11:23:41.454Z PASS [ 0.021s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
75812025-02-28T11:23:41.454Z PASS [ 0.113s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
75822025-02-28T11:23:41.454Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
75832025-02-28T11:23:41.457Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_coalesce_predicates
75842025-02-28T11:23:41.457Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
75852025-02-28T11:23:41.468Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
75862025-02-28T11:23:41.471Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
75872025-02-28T11:23:41.476Z PASS [ 0.021s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
75882025-02-28T11:23:41.481Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_query_end_time
75892025-02-28T11:23:41.487Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
75902025-02-28T11:23:41.490Z PASS [ 0.021s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
75912025-02-28T11:23:41.493Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
75922025-02-28T11:23:41.502Z PASS [ 0.025s] oximeter-db query::tests::test_field_cmp
75932025-02-28T11:23:41.507Z PASS [ 0.031s] oximeter-db oxql::query::tests::test_split_query
75942025-02-28T11:23:41.511Z PASS [ 0.020s] oximeter-db query::tests::test_field_value_as_db_str
75952025-02-28T11:23:41.517Z PASS [ 0.026s] oximeter-db query::tests::test_field_selector_as_query
75962025-02-28T11:23:41.523Z PASS [ 0.025s] oximeter-db query::tests::test_select_query_builder_field_selectors
75972025-02-28T11:23:41.530Z PASS [ 0.022s] oximeter-db query::tests::test_select_query_builder_from_parts
75982025-02-28T11:23:41.535Z PASS [ 0.032s] oximeter-db query::tests::test_select_query_builder_filter_raw
75992025-02-28T11:23:41.541Z PASS [ 0.022s] oximeter-db query::tests::test_select_query_builder_limit_offset
76002025-02-28T11:23:41.543Z PASS [ 0.032s] oximeter-db query::tests::test_select_query_builder_full
76012025-02-28T11:23:41.546Z PASS [ 0.022s] oximeter-db query::tests::test_select_query_builder_no_fields
76022025-02-28T11:23:41.555Z PASS [ 0.025s] oximeter-db query::tests::test_select_query_builder_no_selectors
76032025-02-28T11:23:41.562Z PASS [ 0.026s] oximeter-db query::tests::test_string_field_selector
76042025-02-28T11:23:41.568Z PASS [ 0.027s] oximeter-db sql::tests::test_allow_limit_offset
76052025-02-28T11:23:41.571Z PASS [ 0.027s] oximeter-db query::tests::test_time_range
76062025-02-28T11:23:41.578Z PASS [ 0.031s] oximeter-db sql::tests::test_allow_subqueries
76072025-02-28T11:23:41.582Z PASS [ 0.023s] oximeter-db sql::tests::test_cannot_name_database
76082025-02-28T11:23:41.589Z PASS [ 0.026s] oximeter-db sql::tests::test_ctes_are_not_supported
76092025-02-28T11:23:41.594Z PASS [ 0.025s] oximeter-db sql::tests::test_function_allow_list
76102025-02-28T11:23:41.603Z PASS [ 0.024s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
76112025-02-28T11:23:41.613Z PASS [ 0.034s] oximeter-db sql::tests::test_query_must_be_select_statement
76122025-02-28T11:23:41.618Z PASS [ 0.029s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
76132025-02-28T11:23:41.624Z PASS [ 0.055s] oximeter-db sql::tests::test_join_must_be_inner
76142025-02-28T11:23:41.626Z PASS [ 0.030s] oximeter-db sql::tests::test_require_table_is_timeseries_name
76152025-02-28T11:23:41.632Z PASS [ 0.022s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
76162025-02-28T11:23:41.640Z PASS [ 0.021s] oximeter-db tests::test_timeseries_key_field_stability
76172025-02-28T11:23:41.642Z PASS [ 0.026s] oximeter-db sql::tests::test_with_comma_join_fails
76182025-02-28T11:23:41.650Z PASS [ 0.025s] oximeter-db tests::test_timeseries_key_sample_stability
76192025-02-28T11:23:41.700Z PASS [ 0.059s] oximeter-instruments http::tests::test_latency_tracker
76202025-02-28T11:23:41.735Z PASS [ 0.094s] oximeter-instruments kstat::link::tests::test_kstat_interested
76212025-02-28T11:23:41.856Z PASS [ 0.157s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
76222025-02-28T11:23:41.874Z PASS [ 0.223s] oximeter-instruments kstat::link::tests::test_kstat_sampler
76232025-02-28T11:23:41.877Z PASS [ 0.139s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
76242025-02-28T11:23:41.988Z PASS [ 0.131s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
76252025-02-28T11:23:42.019Z PASS [ 0.145s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
76262025-02-28T11:23:42.035Z PASS [ 0.066s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
76272025-02-28T11:23:42.042Z PASS [ 0.053s] oximeter-instruments kstat::link::tests::test_sled_datalink
76282025-02-28T11:23:42.058Z PASS [ 0.038s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
76292025-02-28T11:23:42.064Z PASS [ 0.021s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
76302025-02-28T11:23:42.067Z PASS [ 0.029s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
76312025-02-28T11:23:42.079Z PASS [ 0.021s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
76322025-02-28T11:23:42.086Z PASS [ 0.021s] oximeter-macro-impl tests::test_metric_annotated_field
76332025-02-28T11:23:42.091Z PASS [ 0.026s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
76342025-02-28T11:23:42.099Z PASS [ 0.021s] oximeter-macro-impl tests::test_metric_datum_field
76352025-02-28T11:23:42.105Z PASS [ 0.019s] oximeter-macro-impl tests::test_metric_enum
76362025-02-28T11:23:42.111Z PASS [ 0.020s] oximeter-macro-impl tests::test_metric_without_datum_field
76372025-02-28T11:23:42.120Z PASS [ 0.020s] oximeter-macro-impl tests::test_target
76382025-02-28T11:23:42.125Z PASS [ 0.019s] oximeter-macro-impl tests::test_target_empty_struct
76392025-02-28T11:23:42.131Z PASS [ 0.019s] oximeter-macro-impl tests::test_target_enum
76402025-02-28T11:23:42.137Z PASS [ 0.016s] oximeter-macro-impl tests::test_target_unit_struct
76412025-02-28T11:23:42.143Z PASS [ 0.018s] oximeter-macro-impl tests::test_target_with_datum_field
76422025-02-28T11:23:42.185Z PASS [ 1.464s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
76432025-02-28T11:23:42.223Z PASS [ 0.086s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
76442025-02-28T11:23:42.230Z PASS [ 0.045s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
76452025-02-28T11:23:42.233Z PASS [ 0.087s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
76462025-02-28T11:23:42.250Z PASS [ 0.027s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
76472025-02-28T11:23:42.261Z PASS [ 0.030s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
76482025-02-28T11:23:42.271Z PASS [ 0.040s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
76492025-02-28T11:23:42.277Z PASS [ 0.026s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
76502025-02-28T11:23:42.299Z PASS [ 0.028s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
76512025-02-28T11:23:42.306Z PASS [ 0.037s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
76522025-02-28T11:23:42.313Z PASS [ 0.035s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
76532025-02-28T11:23:42.329Z PASS [ 0.022s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
76542025-02-28T11:23:42.335Z PASS [ 0.022s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
76552025-02-28T11:23:42.342Z PASS [ 0.042s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
76562025-02-28T11:23:42.351Z PASS [ 0.022s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
76572025-02-28T11:23:42.358Z PASS [ 0.022s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
76582025-02-28T11:23:42.365Z PASS [ 0.022s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
76592025-02-28T11:23:42.374Z PASS [ 0.022s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
76602025-02-28T11:23:42.384Z PASS [ 0.025s] oximeter-schema ir::tests::fail_on_empty_descriptions
76612025-02-28T11:23:42.393Z PASS [ 0.028s] oximeter-schema ir::tests::fail_on_empty_metric_name
76622025-02-28T11:23:42.399Z PASS [ 0.025s] oximeter-schema ir::tests::fail_on_empty_target_name
76632025-02-28T11:23:42.409Z PASS [ 0.024s] oximeter-schema ir::tests::fail_on_very_long_field_names
76642025-02-28T11:23:42.419Z PASS [ 0.025s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
76652025-02-28T11:23:42.425Z PASS [ 0.025s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
76662025-02-28T11:23:42.434Z PASS [ 0.025s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
76672025-02-28T11:23:42.450Z PASS [ 0.031s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
76682025-02-28T11:23:42.457Z PASS [ 0.031s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
76692025-02-28T11:23:42.463Z PASS [ 0.029s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
76702025-02-28T11:23:42.479Z PASS [ 0.029s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
76712025-02-28T11:23:42.487Z PASS [ 0.030s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
76722025-02-28T11:23:42.493Z PASS [ 0.029s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
76732025-02-28T11:23:42.508Z PASS [ 0.029s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
76742025-02-28T11:23:42.515Z PASS [ 0.027s] oximeter-schema ir::tests::only_support_format_version_1
76752025-02-28T11:23:42.522Z PASS [ 0.028s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
76762025-02-28T11:23:42.533Z PASS [ 0.024s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
76772025-02-28T11:23:42.596Z PASS [ 0.074s] oximeter-test-utils tests::test_sample_struct
76782025-02-28T11:23:42.602Z PASS [ 0.068s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
76792025-02-28T11:23:42.605Z PASS [ 0.086s] oximeter-test-utils tests::test_gen_test_samples
76802025-02-28T11:23:42.621Z PASS [ 0.025s] oximeter-test-utils tests::test_timeseries_schema_from_parts
76812025-02-28T11:23:42.626Z PASS [ 0.024s] oximeter-test-utils tests::test_timeseries_schema_from_sample
76822025-02-28T11:23:42.648Z PASS [ 0.021s] oximeter-types histogram::tests::test_bin_range_to
76832025-02-28T11:23:42.654Z PASS [ 0.027s] oximeter-types histogram::tests::test_bin_range_from
76842025-02-28T11:23:42.657Z PASS [ 0.046s] oximeter-types histogram::tests::test_bin_range
76852025-02-28T11:23:42.670Z PASS [ 0.022s] oximeter-types histogram::tests::test_empty_bins_not_supported
76862025-02-28T11:23:42.673Z PASS [ 0.016s] oximeter-types histogram::tests::test_ensure_finite
76872025-02-28T11:23:42.688Z PASS [ 0.034s] oximeter-types histogram::tests::test_histogram
76882025-02-28T11:23:42.693Z PASS [ 0.023s] oximeter-types histogram::tests::test_histogram_construct_with
76892025-02-28T11:23:42.696Z PASS [ 0.023s] oximeter-types histogram::tests::test_histogram_extreme_bins
76902025-02-28T11:23:42.706Z PASS [ 0.017s] oximeter-types histogram::tests::test_histogram_extreme_samples
76912025-02-28T11:23:42.710Z PASS [ 0.016s] oximeter-types histogram::tests::test_histogram_float_bins
76922025-02-28T11:23:42.715Z PASS [ 0.021s] oximeter-types histogram::tests::test_histogram_unbounded_samples
76932025-02-28T11:23:42.727Z PASS [ 0.016s] oximeter-types histogram::tests::test_histogram_with_bins
76942025-02-28T11:23:42.731Z PASS [ 0.025s] oximeter-types histogram::tests::test_histogram_unsorted_bins
76952025-02-28T11:23:42.735Z PASS [ 0.016s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
76962025-02-28T11:23:42.744Z PASS [ 0.017s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
76972025-02-28T11:23:42.749Z PASS [ 0.017s] oximeter-types histogram::tests::test_log_bins_u64
76982025-02-28T11:23:42.760Z PASS [ 0.027s] oximeter-types histogram::tests::test_log_bins_u8
76992025-02-28T11:23:42.768Z PASS [ 0.019s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
77002025-02-28T11:23:42.777Z PASS [ 0.016s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
77012025-02-28T11:23:42.785Z PASS [ 0.040s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
77022025-02-28T11:23:42.790Z PASS [ 0.021s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
77032025-02-28T11:23:42.795Z PASS [ 0.018s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
77042025-02-28T11:23:42.802Z PASS [ 0.017s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
77052025-02-28T11:23:42.808Z PASS [ 0.018s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
77062025-02-28T11:23:42.812Z PASS [ 0.017s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
77072025-02-28T11:23:42.819Z PASS [ 0.017s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
77082025-02-28T11:23:42.825Z PASS [ 0.017s] oximeter-types histogram::tests::test_span_decades
77092025-02-28T11:23:42.830Z PASS [ 0.017s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
77102025-02-28T11:23:42.835Z PASS [ 0.016s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
77112025-02-28T11:23:42.842Z PASS [ 0.017s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
77122025-02-28T11:23:42.848Z PASS [ 0.017s] oximeter-types quantile::tests::test_default_percentiles
77132025-02-28T11:23:42.852Z PASS [ 0.016s] oximeter-types quantile::tests::test_empty_observations
77142025-02-28T11:23:42.862Z PASS [ 0.019s] oximeter-types quantile::tests::test_find_cells
77152025-02-28T11:23:42.868Z PASS [ 0.019s] oximeter-types quantile::tests::test_float_observations
77162025-02-28T11:23:42.872Z PASS [ 0.019s] oximeter-types quantile::tests::test_integer_observations
77172025-02-28T11:23:42.882Z PASS [ 0.019s] oximeter-types quantile::tests::test_invalid_p_value
77182025-02-28T11:23:42.887Z PASS [ 0.018s] oximeter-types quantile::tests::test_max_p
77192025-02-28T11:23:42.891Z PASS [ 0.018s] oximeter-types quantile::tests::test_min_p
77202025-02-28T11:23:42.899Z PASS [ 0.016s] oximeter-types quantile::tests::test_non_filled_observations
77212025-02-28T11:23:42.909Z PASS [ 0.022s] oximeter-types quantile::tests::test_rounding
77222025-02-28T11:23:42.914Z PASS [ 0.022s] oximeter-types schema::tests::test_field_schema_ordering
77232025-02-28T11:23:42.935Z PASS [ 0.020s] oximeter-types traits::tests::test_metric_trait
77242025-02-28T11:23:42.940Z PASS [ 0.041s] oximeter-types schema::tests::test_timeseries_name
77252025-02-28T11:23:42.943Z PASS [ 0.031s] oximeter-types schema::tests::test_timeseries_name_from_str
77262025-02-28T11:23:42.958Z PASS [ 0.023s] oximeter-types traits::tests::test_producer_trait
77272025-02-28T11:23:42.962Z PASS [ 0.021s] oximeter-types traits::tests::test_target_trait
77282025-02-28T11:23:42.966Z PASS [ 0.021s] oximeter-types types::tests::test_cumulative_f64
77292025-02-28T11:23:42.974Z PASS [ 0.016s] oximeter-types types::tests::test_cumulative_i64
77302025-02-28T11:23:42.979Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
77312025-02-28T11:23:42.984Z PASS [ 0.021s] oximeter-types types::tests::test_datum
77322025-02-28T11:23:42.990Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
77332025-02-28T11:23:42.996Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
77342025-02-28T11:23:43.002Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
77352025-02-28T11:23:43.007Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
77362025-02-28T11:23:43.013Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
77372025-02-28T11:23:43.019Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
77382025-02-28T11:23:43.026Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
77392025-02-28T11:23:43.030Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
77402025-02-28T11:23:43.035Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
77412025-02-28T11:23:43.042Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
77422025-02-28T11:23:43.047Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
77432025-02-28T11:23:43.054Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
77442025-02-28T11:23:43.058Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
77452025-02-28T11:23:43.064Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
77462025-02-28T11:23:43.072Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
77472025-02-28T11:23:43.077Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
77482025-02-28T11:23:43.083Z PASS [ 0.018s] oximeter-types types::tests::test_measurement
77492025-02-28T11:23:43.089Z PASS [ 0.017s] oximeter-types types::tests::test_verify_field_names
77502025-02-28T11:23:43.094Z PASS [ 0.017s] oxlog tests::test_is_oxide_smf_log_file
77512025-02-28T11:23:43.100Z PASS [ 0.016s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
77522025-02-28T11:23:43.105Z PASS [ 0.015s] oxlog tests::test_sort_logs
77532025-02-28T11:23:43.149Z PASS [ 0.044s] oxql-types point::tests::test_cast_points_from_double_distribution
77542025-02-28T11:23:43.155Z PASS [ 0.055s] oxql-types point::tests::test_cast_points_from_double
77552025-02-28T11:23:43.158Z PASS [ 0.060s] oxql-types point::tests::test_cast_points_from_bool
77562025-02-28T11:23:43.168Z PASS [ 0.019s] oxql-types point::tests::test_cast_points_from_int_distribution
77572025-02-28T11:23:43.178Z PASS [ 0.022s] oxql-types point::tests::test_cast_points_from_integer
77582025-02-28T11:23:43.182Z PASS [ 0.026s] oxql-types point::tests::test_cast_points_from_string
77592025-02-28T11:23:43.187Z PASS [ 0.018s] oxql-types point::tests::test_join_point_arrays
77602025-02-28T11:23:43.196Z PASS [ 0.017s] oxql-types point::tests::test_point_delta_between
77612025-02-28T11:23:43.200Z PASS [ 0.017s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
77622025-02-28T11:23:43.205Z PASS [ 0.017s] oxql-types point::tests::test_point_delta_between_with_new_epoch
77632025-02-28T11:23:43.213Z PASS [ 0.017s] oxql-types point::tests::test_push_concrete_values
77642025-02-28T11:23:43.221Z PASS [ 0.020s] oxql-types point::tests::test_sub_between_histogram_distributions
77652025-02-28T11:23:43.235Z PASS [ 0.014s] range-requests test::invalid_ranges
77662025-02-28T11:23:43.248Z PASS [ 0.043s] range-requests test::get_response_no_range
77672025-02-28T11:23:43.248Z PASS [ 0.013s] range-requests test::parse_range_invalid
77682025-02-28T11:23:43.256Z PASS [ 0.043s] range-requests test::get_response_with_range
77692025-02-28T11:23:43.266Z PASS [ 0.018s] range-requests test::parse_range_valid
77702025-02-28T11:23:43.276Z PASS [ 0.019s] range-requests test::single_range_parsing_does_not_crash
77712025-02-28T11:23:43.278Z PASS [ 0.028s] range-requests test::potential_range_parsing_does_not_crash
77722025-02-28T11:23:43.975Z PASS [ 0.699s] reconfigurator-cli::test_basic test_example
77732025-02-28T11:23:43.978Z PASS [ 0.708s] reconfigurator-cli::test_basic test_basic
77742025-02-28T11:23:44.095Z PASS [ 0.119s] reconfigurator-cli::test_basic test_expunge_newly_added_external_dns
77752025-02-28T11:23:44.120Z PASS [ 0.145s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
77762025-02-28T11:23:44.127Z PASS [ 0.032s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
77772025-02-28T11:23:44.170Z PASS [ 0.042s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
77782025-02-28T11:23:44.176Z PASS [ 0.055s] sled-agent-types rack_init::tests::parse_rack_initialization
77792025-02-28T11:23:44.197Z PASS [ 0.021s] sled-agent-types rack_init::tests::test_subnets
77802025-02-28T11:23:44.220Z PASS [ 0.049s] sled-agent-types rack_init::tests::test_extra_certs
77812025-02-28T11:23:44.236Z PASS [ 0.039s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
77822025-02-28T11:23:44.243Z PASS [ 0.023s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
77832025-02-28T11:23:44.260Z PASS [ 0.023s] sled-agent-types zone_bundle::tests::test_compare_bundles
77842025-02-28T11:23:44.273Z PASS [ 0.029s] sled-agent-types zone_bundle::tests::test_priority_dimension
77852025-02-28T11:23:44.281Z PASS [ 0.020s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
77862025-02-28T11:23:44.293Z PASS [ 0.020s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
77872025-02-28T11:23:44.318Z PASS [ 0.024s] sled-diagnostics queries::test::test_command_stdout_is_correct
77882025-02-28T11:23:44.323Z PASS [ 0.042s] sled-diagnostics queries::test::test_command_stderr_is_correct
77892025-02-28T11:23:44.343Z PASS [ 0.025s] sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
77902025-02-28T11:23:44.386Z PASS [ 0.043s] sled-hardware disk::test::test_disk_paths
77912025-02-28T11:23:44.412Z PASS [ 0.025s] sled-hardware disk::test::test_partition_device_paths
77922025-02-28T11:23:44.496Z PASS [ 0.084s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
77932025-02-28T11:23:44.518Z PASS [ 0.022s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
77942025-02-28T11:23:44.541Z PASS [ 0.022s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
77952025-02-28T11:23:44.561Z PASS [ 0.020s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
77962025-02-28T11:23:44.619Z PASS [ 0.057s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
77972025-02-28T11:23:44.642Z PASS [ 0.022s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
77982025-02-28T11:23:44.662Z PASS [ 0.020s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
77992025-02-28T11:23:44.687Z PASS [ 0.024s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
78002025-02-28T11:23:44.749Z PASS [ 0.062s] sled-storage dataset::test::serialize_dataset_name
78012025-02-28T11:23:44.823Z PASS [ 0.074s] sled-storage manager::test::test_datasets_schema
78022025-02-28T11:23:44.842Z PASS [ 0.518s] sled-diagnostics queries::test::test_long_running_command_is_aborted
78032025-02-28T11:23:44.847Z PASS [ 0.023s] sled-storage manager::test::test_omicron_physical_disks_schema
78042025-02-28T11:23:45.183Z PASS [ 3.051s] oximeter-producer tests::test_producer_registration_task
78052025-02-28T11:23:45.229Z PASS [ 0.046s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
78062025-02-28T11:23:45.850Z PASS [ 1.002s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
78072025-02-28T11:23:46.511Z PASS [ 1.669s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
78082025-02-28T11:23:47.643Z PASS [ 2.413s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
78092025-02-28T11:23:47.673Z PASS [ 1.822s] sled-storage manager::tests::ensure_datasets
78102025-02-28T11:23:47.685Z PASS [ 0.041s] sled-storage manager::tests::ensure_using_exactly_these_disks
78112025-02-28T11:23:49.795Z PASS [ 2.121s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
78122025-02-28T11:23:49.963Z PASS [ 2.277s] sled-storage manager::tests::nested_dataset
78132025-02-28T11:23:50.448Z PASS [ 32.148s] omicron-sled-agent nexus::test::nexus_self_notification_test
78142025-02-28T11:23:51.160Z PASS [ 1.197s] sled-storage manager::tests::update_rawdisk_firmware
78152025-02-28T11:23:52.033Z PASS [ 2.238s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
78162025-02-28T11:23:52.601Z PASS [ 2.152s] sled-storage manager::tests::upsert_filesystem
78172025-02-28T11:23:53.207Z PASS [ 1.173s] sled-storage manager::tests::wait_for_boot_disk
78182025-02-28T11:23:53.403Z PASS [ 2.242s] sled-storage manager::tests::upsert_filesystem_no_uuid
78192025-02-28T11:23:53.615Z PASS [ 1.014s] tufaceous::integration-tests command_tests::test_assemble_fake
78202025-02-28T11:23:53.663Z PASS [ 0.047s] tufaceous-lib archive::tests::test_validate_path
78212025-02-28T11:23:53.703Z PASS [ 0.495s] tufaceous::integration-tests command_tests::test_init_and_add
78222025-02-28T11:23:53.759Z PASS [ 0.096s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
78232025-02-28T11:23:53.867Z PASS [ 0.463s] tufaceous::manifest-tests check_manifest::fake.toml
78242025-02-28T11:23:53.923Z PASS [ 0.220s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
78252025-02-28T11:23:54.540Z PASS [ 0.668s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
78262025-02-28T11:23:54.546Z PASS [ 0.775s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
78272025-02-28T11:23:54.594Z PASS [ 0.059s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
78282025-02-28T11:23:54.616Z PASS [ 0.081s] update-common artifacts::update_plan::tests::test_bad_rot_versions
78292025-02-28T11:23:54.671Z PASS [ 0.076s] update-common artifacts::update_plan::tests::test_multi_rot_bord
78302025-02-28T11:23:54.693Z PASS [ 0.077s] update-common artifacts::update_plan::tests::test_multi_rot_version
78312025-02-28T11:23:54.716Z PASS [ 0.045s] update-common artifacts::update_plan::tests::test_split_control_plane
78322025-02-28T11:23:54.732Z PASS [ 0.038s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
78332025-02-28T11:23:54.765Z PASS [ 0.048s] update-common artifacts::update_plan::tests::test_too_many_rot_bord
78342025-02-28T11:23:54.805Z PASS [ 0.072s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
78352025-02-28T11:23:54.984Z PASS [ 0.179s] update-engine display::group_display::tests::test_stats
78362025-02-28T11:23:55.011Z PASS [ 0.027s] update-engine display::line_display_shared::tests::test_format_progress_counter
78372025-02-28T11:23:55.042Z PASS [ 0.030s] update-engine display::line_display_shared::tests::test_start_line
78382025-02-28T11:23:55.080Z PASS [ 0.038s] update-engine engine::tests::error_exits_early
78392025-02-28T11:23:55.126Z PASS [ 0.360s] update-engine buffer::tests::test_buffer
78402025-02-28T11:23:55.133Z PASS [ 0.053s] update-engine events::tests::progress_event_parse_unknown
78412025-02-28T11:23:55.155Z PASS [ 0.029s] update-engine events::tests::step_event_parse_unknown
78422025-02-28T11:23:55.163Z PASS [ 0.029s] update-engine spec::tests::test_merge_anyhow_list
78432025-02-28T11:23:55.209Z PASS [ 0.046s] wicket state::inventory::tests::component_id_display
78442025-02-28T11:23:55.250Z PASS [ 0.041s] wicket state::rack::tests::prev_next_are_opposites
78452025-02-28T11:23:55.283Z PASS [ 0.032s] wicket state::rack::tests::up_down_are_opposites
78462025-02-28T11:23:55.382Z PASS [ 0.226s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
78472025-02-28T11:23:55.486Z PASS [ 0.104s] wicket-common rack_setup::tests::roundtrip_import_export_policy
78482025-02-28T11:23:55.630Z PASS [ 0.142s] wicketd installinator_progress::tests::test_states
78492025-02-28T11:23:55.729Z PASS [ 0.100s] wicketd rss_config::tests::test_bgp_auth_key_states
78502025-02-28T11:23:55.833Z PASS [ 0.549s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
78512025-02-28T11:23:56.200Z PASS [ 14.565s] oximeter-db::integration_test test_schemas_disjoint
78522025-02-28T11:23:56.966Z PASS [ 10.453s] sled-storage manager::tests::ensure_many_datasets
78532025-02-28T11:23:57.019Z PASS [ 3.094s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
78542025-02-28T11:23:57.194Z PASS [ 1.465s] wicketd::mod integration_tests::inventory::test_inventory
78552025-02-28T11:23:57.477Z PASS [ 1.276s] wicketd::mod integration_tests::updates::test_update_races
78562025-02-28T11:23:58.953Z PASS [ 1.986s] wicketd::mod integration_tests::updates::test_updates
78572025-02-28T11:23:59.398Z PASS [ 3.564s] wicketd::mod integration_tests::updates::test_installinator_fetch
78582025-02-28T11:23:59.842Z PASS [ 16.563s] reconfigurator-cli::test_basic test_blueprint_edit
78592025-02-28T11:24:03.138Z PASS [ 30.039s] oximeter-db client::tests::cannot_ping_nonexistent_server
78602025-02-28T11:24:05.050Z PASS [ 23.422s] oximeter-db::integration_test test_cluster
78612025-02-28T11:24:05.053Z────────────
78622025-02-28T11:24:05.053Z Summary [2362.397s] 1918 tests run: 1918 passed (27 slow, 1 leaky), 4 skipped
78632025-02-28T11:24:05.143Z
78642025-02-28T11:24:05.145Zreal 39:43.047656073
78652025-02-28T11:24:05.145Zuser 4:06:45.463282639
78662025-02-28T11:24:05.145Zsys 43:37.655021460
78672025-02-28T11:24:05.145Ztrap 3:35.347155566
78682025-02-28T11:24:05.145Ztflt 34.863219011
78692025-02-28T11:24:05.145Zdflt 2:02.947029581
78702025-02-28T11:24:05.145Zkflt 0.491215977
78712025-02-28T11:24:05.145Zlock 1354:52:38.485474645
78722025-02-28T11:24:05.145Zslp 109:12:49.017211506
78732025-02-28T11:24:05.146Zlat 5:47:59.915068044
78742025-02-28T11:24:05.146Zstop 1:10:01.880662731
78752025-02-28T11:24:05.146Z+ banner doctest
78762025-02-28T11:24:05.148Z
78772025-02-28T11:24:05.148Z ##### #### #### ##### ###### #### #####
78782025-02-28T11:24:05.148Z # # # # # # # # # #
78792025-02-28T11:24:05.148Z # # # # # # ##### #### #
78802025-02-28T11:24:05.148Z # # # # # # # # #
78812025-02-28T11:24:05.148Z # # # # # # # # # # #
78822025-02-28T11:24:05.148Z ##### #### #### # ###### #### #
78832025-02-28T11:24:05.148Z
78842025-02-28T11:24:05.148Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
78852025-02-28T11:24:07.499Z Fresh unicode-ident v1.0.14
78862025-02-28T11:24:07.499Z Fresh cfg-if v1.0.0
78872025-02-28T11:24:07.502Z Fresh autocfg v1.4.0
78882025-02-28T11:24:07.502Z Fresh memchr v2.7.4
78892025-02-28T11:24:07.503Z Fresh version_check v0.9.5
78902025-02-28T11:24:07.503Z Fresh proc-macro2 v1.0.93
78912025-02-28T11:24:07.503Z Fresh value-bag v1.9.0
78922025-02-28T11:24:07.503Z Fresh itoa v1.0.11
78932025-02-28T11:24:07.503Z Fresh scopeguard v1.2.0
78942025-02-28T11:24:07.503Z Fresh once_cell v1.20.3
78952025-02-28T11:24:07.503Z Fresh quote v1.0.38
78962025-02-28T11:24:07.503Z Fresh libc v0.2.170
78972025-02-28T11:24:07.504Z Fresh log v0.4.22
78982025-02-28T11:24:07.504Z Fresh smallvec v1.14.0
78992025-02-28T11:24:07.504Z Fresh byteorder v1.5.0
79002025-02-28T11:24:07.504Z Fresh pin-project-lite v0.2.14
79012025-02-28T11:24:07.504Z Fresh subtle v2.6.1
79022025-02-28T11:24:07.504Z Fresh syn v2.0.98
79032025-02-28T11:24:07.504Z Fresh getrandom v0.2.15
79042025-02-28T11:24:07.504Z Fresh lock_api v0.4.12
79052025-02-28T11:24:07.504Z Fresh regex-syntax v0.8.5
79062025-02-28T11:24:07.504Z Fresh ryu v1.0.18
79072025-02-28T11:24:07.504Z Fresh shlex v1.3.0
79082025-02-28T11:24:07.504Z Fresh aho-corasick v1.1.3
79092025-02-28T11:24:07.504Z Fresh serde_derive v1.0.218
79102025-02-28T11:24:07.504Z Fresh rand_core v0.6.4
79112025-02-28T11:24:07.504Z Fresh zeroize_derive v1.4.2
79122025-02-28T11:24:07.507Z Fresh zerocopy-derive v0.7.35
79132025-02-28T11:24:07.508Z Fresh regex-automata v0.4.8
79142025-02-28T11:24:07.508Z Fresh jobserver v0.1.32
79152025-02-28T11:24:07.508Z Fresh serde v1.0.218
79162025-02-28T11:24:07.508Z Fresh zeroize v1.8.1
79172025-02-28T11:24:07.508Z Fresh libm v0.2.8
79182025-02-28T11:24:07.508Z Fresh zerocopy v0.7.35
79192025-02-28T11:24:07.508Z Fresh cc v1.2.15
79202025-02-28T11:24:07.508Z Fresh bytes v1.10.0
79212025-02-28T11:24:07.508Z Fresh bitflags v2.6.0
79222025-02-28T11:24:07.508Z Fresh num-traits v0.2.19
79232025-02-28T11:24:07.508Z Fresh parking_lot_core v0.9.10
79242025-02-28T11:24:07.508Z Fresh typenum v1.17.0
79252025-02-28T11:24:07.508Z Fresh allocator-api2 v0.2.18
79262025-02-28T11:24:07.508Z Fresh thiserror-impl v1.0.69
79272025-02-28T11:24:07.508Z Fresh parking_lot v0.12.3
79282025-02-28T11:24:07.508Z Fresh serde_json v1.0.139
79292025-02-28T11:24:07.508Z Fresh semver v1.0.25
79302025-02-28T11:24:07.508Z Fresh generic-array v0.14.7
79312025-02-28T11:24:07.508Z Fresh regex v1.11.1
79322025-02-28T11:24:07.508Z Fresh signal-hook-registry v1.4.2
79332025-02-28T11:24:07.508Z Fresh errno v0.3.9
79342025-02-28T11:24:07.508Z Fresh thiserror v1.0.69
79352025-02-28T11:24:07.508Z Fresh futures-core v0.3.31
79362025-02-28T11:24:07.508Z Fresh fnv v1.0.7
79372025-02-28T11:24:07.508Z Fresh crypto-common v0.1.6
79382025-02-28T11:24:07.508Z Fresh either v1.14.0
79392025-02-28T11:24:07.508Z Fresh mio v1.0.2
79402025-02-28T11:24:07.508Z Fresh foldhash v0.1.3
79412025-02-28T11:24:07.509Z Fresh equivalent v1.0.1
79422025-02-28T11:24:07.509Z Fresh tokio-macros v2.5.0
79432025-02-28T11:24:07.509Z Fresh socket2 v0.5.8
79442025-02-28T11:24:07.509Z Fresh const-oid v0.9.6
79452025-02-28T11:24:07.509Z Fresh heck v0.5.0
79462025-02-28T11:24:07.509Z Fresh rustix v0.38.37
79472025-02-28T11:24:07.509Z Fresh hashbrown v0.15.1
79482025-02-28T11:24:07.509Z Fresh tokio v1.43.0
79492025-02-28T11:24:07.509Z Fresh futures-io v0.3.31
79502025-02-28T11:24:07.509Z Fresh spin v0.9.8
79512025-02-28T11:24:07.509Z Fresh block-buffer v0.10.4
79522025-02-28T11:24:07.509Z Fresh indexmap v2.7.1
79532025-02-28T11:24:07.509Z Fresh slab v0.4.9
79542025-02-28T11:24:07.509Z Fresh getrandom v0.3.1
79552025-02-28T11:24:07.509Z Fresh digest v0.10.7
79562025-02-28T11:24:07.509Z Fresh iana-time-zone v0.1.61
79572025-02-28T11:24:07.509Z Fresh futures-sink v0.3.31
79582025-02-28T11:24:07.509Z Fresh cpufeatures v0.2.14
79592025-02-28T11:24:07.510Z Fresh lazy_static v1.5.0
79602025-02-28T11:24:07.510Z Fresh chrono v0.4.40
79612025-02-28T11:24:07.510Z Fresh uuid v1.15.1
79622025-02-28T11:24:07.510Z Fresh stable_deref_trait v1.2.0
79632025-02-28T11:24:07.510Z Fresh pin-utils v0.1.0
79642025-02-28T11:24:07.510Z Fresh pkg-config v0.3.31
79652025-02-28T11:24:07.510Z Fresh futures-channel v0.3.31
79662025-02-28T11:24:07.510Z Fresh futures-macro v0.3.31
79672025-02-28T11:24:07.510Z Fresh futures-task v0.3.31
79682025-02-28T11:24:07.510Z Fresh futures-util v0.3.31
79692025-02-28T11:24:07.510Z Fresh serde_derive_internals v0.29.1
79702025-02-28T11:24:07.510Z Fresh dyn-clone v1.0.18
79712025-02-28T11:24:07.510Z Fresh synstructure v0.13.1
79722025-02-28T11:24:07.510Z Fresh ppv-lite86 v0.2.20
79732025-02-28T11:24:07.510Z Fresh glob v0.3.2
79742025-02-28T11:24:07.510Z Fresh tracing-attributes v0.1.27
79752025-02-28T11:24:07.510Z Fresh schemars_derive v0.8.22
79762025-02-28T11:24:07.510Z Fresh zerofrom-derive v0.1.4
79772025-02-28T11:24:07.510Z Fresh yoke-derive v0.7.4
79782025-02-28T11:24:07.510Z Fresh displaydoc v0.2.5
79792025-02-28T11:24:07.510Z Fresh zerovec-derive v0.10.3
79802025-02-28T11:24:07.510Z Fresh tracing-core v0.1.32
79812025-02-28T11:24:07.510Z Fresh http v1.2.0
79822025-02-28T11:24:07.510Z Fresh schemars v0.8.22
79832025-02-28T11:24:07.510Z Fresh zerofrom v0.1.4
79842025-02-28T11:24:07.510Z Fresh tracing v0.1.40
79852025-02-28T11:24:07.510Z Fresh minimal-lexical v0.2.1
79862025-02-28T11:24:07.510Z Fresh rand_chacha v0.3.1
79872025-02-28T11:24:07.513Z Fresh yoke v0.7.4
79882025-02-28T11:24:07.513Z Fresh nom v7.1.3
79892025-02-28T11:24:07.513Z Fresh litemap v0.7.3
79902025-02-28T11:24:07.513Z Fresh writeable v0.5.5
79912025-02-28T11:24:07.513Z Fresh rand v0.8.5
79922025-02-28T11:24:07.514Z Fresh zerovec v0.10.4
79932025-02-28T11:24:07.514Z Fresh syn v1.0.109
79942025-02-28T11:24:07.514Z Fresh icu_provider_macros v1.5.0
79952025-02-28T11:24:07.514Z Fresh home v0.5.9
79962025-02-28T11:24:07.514Z Fresh percent-encoding v2.3.1
79972025-02-28T11:24:07.514Z Fresh libloading v0.8.5
79982025-02-28T11:24:07.514Z Fresh icu_locid_transform_data v1.5.0
79992025-02-28T11:24:07.514Z Fresh tinystr v0.7.6
80002025-02-28T11:24:07.514Z Fresh icu_collections v1.5.0
80012025-02-28T11:24:07.514Z Fresh clang-sys v1.8.1
80022025-02-28T11:24:07.514Z Fresh cexpr v0.6.0
80032025-02-28T11:24:07.514Z Fresh prettyplease v0.2.29
80042025-02-28T11:24:07.514Z Fresh strsim v0.11.1
80052025-02-28T11:24:07.514Z Fresh icu_properties_data v1.5.0
80062025-02-28T11:24:07.514Z Fresh icu_locid v1.5.0
80072025-02-28T11:24:07.514Z Fresh crossbeam-utils v0.8.20
80082025-02-28T11:24:07.514Z Fresh form_urlencoded v1.2.1
80092025-02-28T11:24:07.514Z Fresh utf16_iter v1.0.5
80102025-02-28T11:24:07.514Z Fresh icu_normalizer_data v1.5.0
80112025-02-28T11:24:07.514Z Fresh utf8_iter v1.0.4
80122025-02-28T11:24:07.514Z Fresh write16 v1.0.0
80132025-02-28T11:24:07.514Z Fresh icu_provider v1.5.0
80142025-02-28T11:24:07.514Z Fresh num-conv v0.1.0
80152025-02-28T11:24:07.514Z Fresh time-core v0.1.2
80162025-02-28T11:24:07.514Z Fresh adler2 v2.0.0
80172025-02-28T11:24:07.514Z Fresh powerfmt v0.2.0
80182025-02-28T11:24:07.514Z Fresh vcpkg v0.2.15
80192025-02-28T11:24:07.514Z Fresh icu_locid_transform v1.5.0
80202025-02-28T11:24:07.514Z Fresh deranged v0.3.11
80212025-02-28T11:24:07.514Z Fresh miniz_oxide v0.8.5
80222025-02-28T11:24:07.514Z Fresh time-macros v0.2.18
80232025-02-28T11:24:07.514Z Fresh itertools v0.12.1
80242025-02-28T11:24:07.518Z Fresh icu_properties v1.5.1
80252025-02-28T11:24:07.518Z Fresh paste v1.0.15
80262025-02-28T11:24:07.518Z Fresh num_threads v0.1.7
80272025-02-28T11:24:07.518Z Fresh which v4.4.2
80282025-02-28T11:24:07.518Z Fresh rustc-hash v1.1.0
80292025-02-28T11:24:07.518Z Fresh atomic-waker v1.1.2
80302025-02-28T11:24:07.518Z Fresh icu_normalizer v1.5.0
80312025-02-28T11:24:07.518Z Fresh httparse v1.9.5
80322025-02-28T11:24:07.518Z Fresh time v0.3.36
80332025-02-28T11:24:07.518Z Fresh lazycell v1.3.0
80342025-02-28T11:24:07.518Z Fresh tokio-util v0.7.13
80352025-02-28T11:24:07.518Z Fresh block-padding v0.3.3
80362025-02-28T11:24:07.518Z Fresh cmake v0.1.51
80372025-02-28T11:24:07.518Z Fresh dunce v1.0.5
80382025-02-28T11:24:07.518Z Fresh idna_adapter v1.2.0
80392025-02-28T11:24:07.518Z Fresh bindgen v0.69.5
80402025-02-28T11:24:07.518Z Fresh untrusted v0.9.0
80412025-02-28T11:24:07.518Z Fresh fs_extra v1.3.0
80422025-02-28T11:24:07.518Z Fresh inout v0.1.3
80432025-02-28T11:24:07.518Z Fresh serde_tokenstream v0.2.2
80442025-02-28T11:24:07.519Z Fresh sha2 v0.10.8
80452025-02-28T11:24:07.519Z Fresh idna v1.0.3
80462025-02-28T11:24:07.519Z Fresh ring v0.17.11
80472025-02-28T11:24:07.519Z Fresh cipher v0.4.4
80482025-02-28T11:24:07.519Z Fresh rustls-pki-types v1.10.0
80492025-02-28T11:24:07.519Z Fresh gimli v0.31.1
80502025-02-28T11:24:07.519Z Fresh url v2.5.3
80512025-02-28T11:24:07.519Z Fresh base64ct v1.6.0
80522025-02-28T11:24:07.519Z Fresh addr2line v0.24.2
80532025-02-28T11:24:07.519Z Fresh ahash v0.8.11
80542025-02-28T11:24:07.519Z Fresh http-body v1.0.1
80552025-02-28T11:24:07.519Z Fresh hmac v0.12.1
80562025-02-28T11:24:07.519Z Fresh toml_datetime v0.6.8
80572025-02-28T11:24:07.519Z Fresh aws-lc-sys v0.26.0
80582025-02-28T11:24:07.519Z Fresh serde_spanned v0.6.8
80592025-02-28T11:24:07.519Z Fresh object v0.36.5
80602025-02-28T11:24:07.519Z Fresh untrusted v0.7.1
80612025-02-28T11:24:07.519Z Fresh try-lock v0.2.5
80622025-02-28T11:24:07.519Z Fresh base64 v0.22.1
80632025-02-28T11:24:07.519Z Fresh rustc-demangle v0.1.24
80642025-02-28T11:24:07.519Z Fresh httpdate v1.0.3
80652025-02-28T11:24:07.519Z Fresh want v0.3.1
80662025-02-28T11:24:07.519Z Fresh backtrace v0.3.74
80672025-02-28T11:24:07.519Z Fresh aws-lc-rs v1.12.4
80682025-02-28T11:24:07.519Z Fresh h2 v0.4.6
80692025-02-28T11:24:07.519Z Fresh tower-service v0.3.3
80702025-02-28T11:24:07.519Z Fresh hyper v1.6.0
80712025-02-28T11:24:07.520Z Fresh rustls-webpki v0.102.8
80722025-02-28T11:24:07.520Z Fresh pem-rfc7468 v0.7.0
80732025-02-28T11:24:07.520Z Fresh mime v0.3.17
80742025-02-28T11:24:07.520Z Fresh http-body-util v0.1.2
80752025-02-28T11:24:07.520Z Fresh anyhow v1.0.96
80762025-02-28T11:24:07.520Z Fresh slog v2.7.0
80772025-02-28T11:24:07.520Z Fresh hyper-util v0.1.10
80782025-02-28T11:24:07.520Z Fresh der_derive v0.7.3
80792025-02-28T11:24:07.520Z Fresh async-trait v0.1.86
80802025-02-28T11:24:07.520Z Fresh flagset v0.4.6
80812025-02-28T11:24:07.520Z Fresh pbkdf2 v0.12.2
80822025-02-28T11:24:07.520Z Fresh der v0.7.9
80832025-02-28T11:24:07.520Z Fresh aes v0.8.4
80842025-02-28T11:24:07.520Z Fresh rustls-pemfile v2.2.0
80852025-02-28T11:24:07.520Z Fresh rustc_version v0.4.1
80862025-02-28T11:24:07.520Z Fresh foreign-types-shared v0.1.1
80872025-02-28T11:24:07.520Z Fresh ipnet v2.11.0
80882025-02-28T11:24:07.520Z Fresh openssl-probe v0.1.5
80892025-02-28T11:24:07.520Z Fresh spki v0.7.3
80902025-02-28T11:24:07.521Z Fresh foreign-types v0.3.2
80912025-02-28T11:24:07.521Z Fresh openssl-sys v0.9.106
80922025-02-28T11:24:07.521Z Fresh cbc v0.1.2
80932025-02-28T11:24:07.521Z Fresh salsa20 v0.10.2
80942025-02-28T11:24:07.521Z Fresh serde_urlencoded v0.7.1
80952025-02-28T11:24:07.521Z Fresh openssl-macros v0.1.1
80962025-02-28T11:24:07.524Z Fresh encoding_rs v0.8.34
80972025-02-28T11:24:07.524Z Fresh scrypt v0.11.0
80982025-02-28T11:24:07.524Z Fresh openssl v0.10.71
80992025-02-28T11:24:07.525Z Fresh futures-executor v0.3.31
81002025-02-28T11:24:07.525Z Fresh openapiv3 v2.0.0
81012025-02-28T11:24:07.525Z Fresh is-terminal v0.4.13
81022025-02-28T11:24:07.525Z Fresh utf8parse v0.2.2
81032025-02-28T11:24:07.525Z Fresh futures v0.3.31
81042025-02-28T11:24:07.525Z Fresh pkcs5 v0.7.1
81052025-02-28T11:24:07.525Z Fresh rustls v0.23.19
81062025-02-28T11:24:07.525Z Fresh rustversion v1.0.17
81072025-02-28T11:24:07.525Z Fresh pkcs8 v0.10.2
81082025-02-28T11:24:07.525Z Fresh dirs-sys-next v0.1.2
81092025-02-28T11:24:07.525Z Fresh litrs v0.4.1
81102025-02-28T11:24:07.525Z Fresh camino v1.1.9
81112025-02-28T11:24:07.525Z Fresh native-tls v0.2.12
81122025-02-28T11:24:07.525Z Fresh tokio-rustls v0.26.0
81132025-02-28T11:24:07.525Z Fresh psl-types v2.0.11
81142025-02-28T11:24:07.525Z Fresh anstyle v1.0.10
81152025-02-28T11:24:07.525Z Fresh dirs-next v2.0.0
81162025-02-28T11:24:07.525Z Fresh document-features v0.2.10
81172025-02-28T11:24:07.525Z Fresh cookie v0.18.1
81182025-02-28T11:24:07.525Z Fresh publicsuffix v2.3.0
81192025-02-28T11:24:07.525Z Fresh tokio-native-tls v0.3.1
81202025-02-28T11:24:07.525Z Fresh webpki-roots v0.26.6
81212025-02-28T11:24:07.525Z Fresh sync_wrapper v1.0.1
81222025-02-28T11:24:07.525Z Fresh data-encoding v2.6.0
81232025-02-28T11:24:07.526Z Fresh tower-layer v0.3.3
81242025-02-28T11:24:07.526Z Fresh term v0.7.0
81252025-02-28T11:24:07.526Z Fresh sha1 v0.10.6
81262025-02-28T11:24:07.526Z Fresh hyper-tls v0.6.0
81272025-02-28T11:24:07.526Z Fresh cookie_store v0.21.1
81282025-02-28T11:24:07.526Z Fresh hyper-rustls v0.27.3
81292025-02-28T11:24:07.526Z Fresh tower v0.5.2
81302025-02-28T11:24:07.526Z Fresh winnow v0.5.40
81312025-02-28T11:24:07.526Z Fresh ucd-trie v0.1.7
81322025-02-28T11:24:07.526Z Fresh anstyle-parse v0.2.5
81332025-02-28T11:24:07.526Z Fresh colorchoice v1.0.2
81342025-02-28T11:24:07.526Z Fresh reqwest v0.12.12
81352025-02-28T11:24:07.526Z Fresh pest v2.7.14
81362025-02-28T11:24:07.526Z Fresh toml_edit v0.19.15
81372025-02-28T11:24:07.526Z Fresh siphasher v0.3.11
81382025-02-28T11:24:07.526Z Fresh anstyle-query v1.1.1
81392025-02-28T11:24:07.526Z Fresh is_terminal_polyfill v1.70.1
81402025-02-28T11:24:07.526Z Fresh terminal_size v0.4.0
81412025-02-28T11:24:07.526Z Fresh scroll_derive v0.12.0
81422025-02-28T11:24:07.526Z Fresh pest_meta v2.7.14
81432025-02-28T11:24:07.526Z Fresh anstream v0.6.15
81442025-02-28T11:24:07.526Z Fresh clap_lex v0.7.4
81452025-02-28T11:24:07.527Z Fresh scroll v0.12.0
81462025-02-28T11:24:07.527Z Fresh signature v2.2.0
81472025-02-28T11:24:07.527Z Fresh clap_derive v4.5.28
81482025-02-28T11:24:07.527Z Fresh plain v0.2.3
81492025-02-28T11:24:07.528Z Fresh winnow v0.7.3
81502025-02-28T11:24:07.528Z Fresh clap_builder v4.5.31
81512025-02-28T11:24:07.528Z Fresh pest_generator v2.7.14
81522025-02-28T11:24:07.528Z Fresh goblin v0.8.2
81532025-02-28T11:24:07.528Z Fresh toml_edit v0.22.24
81542025-02-28T11:24:07.528Z Fresh bitflags v1.3.2
81552025-02-28T11:24:07.528Z Fresh pretty-hex v0.4.1
81562025-02-28T11:24:07.528Z Fresh clap v4.5.31
81572025-02-28T11:24:07.528Z Fresh pest_derive v2.7.14
81582025-02-28T11:24:07.528Z Fresh tinyvec_macros v0.1.1
81592025-02-28T11:24:07.528Z Fresh unicode-segmentation v1.12.0
81602025-02-28T11:24:07.528Z Fresh dof v0.3.0
81612025-02-28T11:24:07.528Z Fresh crossbeam-channel v0.5.13
81622025-02-28T11:24:07.528Z Fresh dtrace-parser v0.2.0
81632025-02-28T11:24:07.528Z Fresh tinyvec v1.8.0
81642025-02-28T11:24:07.528Z Fresh zerocopy-derive v0.8.10
81652025-02-28T11:24:07.528Z Fresh thread-id v4.2.2
81662025-02-28T11:24:07.528Z Fresh thread_local v1.1.8
81672025-02-28T11:24:07.528Z Fresh crc32fast v1.4.2
81682025-02-28T11:24:07.528Z Fresh base16ct v0.2.0
81692025-02-28T11:24:07.528Z Fresh sec1 v0.7.3
81702025-02-28T11:24:07.528Z Fresh zerocopy v0.8.10
81712025-02-28T11:24:07.528Z Fresh usdt-impl v0.5.0
81722025-02-28T11:24:07.528Z Fresh num-integer v0.1.46
81732025-02-28T11:24:07.528Z Fresh ff v0.13.0
81742025-02-28T11:24:07.528Z Fresh take_mut v0.2.2
81752025-02-28T11:24:07.529Z Fresh slog-term v2.9.1
81762025-02-28T11:24:07.529Z Fresh group v0.13.0
81772025-02-28T11:24:07.529Z Fresh slog-async v2.8.0
81782025-02-28T11:24:07.529Z Fresh hkdf v0.12.4
81792025-02-28T11:24:07.529Z Fresh crossbeam-epoch v0.9.18
81802025-02-28T11:24:07.529Z Fresh crypto-bigint v0.5.5
81812025-02-28T11:24:07.529Z Fresh static_assertions v1.1.0
81822025-02-28T11:24:07.529Z Fresh utf-8 v0.7.6
81832025-02-28T11:24:07.529Z Fresh match_cfg v0.1.0
81842025-02-28T11:24:07.529Z Fresh heck v0.4.1
81852025-02-28T11:24:07.529Z Fresh elliptic-curve v0.13.8
81862025-02-28T11:24:07.529Z Fresh usdt-macro v0.5.0
81872025-02-28T11:24:07.529Z Fresh usdt-attr-macro v0.5.0
81882025-02-28T11:24:07.529Z Fresh toml v0.8.20
81892025-02-28T11:24:07.529Z Fresh itertools v0.10.5
81902025-02-28T11:24:07.529Z Fresh hostname v0.3.1
81912025-02-28T11:24:07.529Z Fresh hex v0.4.3
81922025-02-28T11:24:07.529Z Fresh memmap v0.7.0
81932025-02-28T11:24:07.529Z Fresh unicode-width v0.2.0
81942025-02-28T11:24:07.529Z Fresh crossbeam-deque v0.8.5
81952025-02-28T11:24:07.529Z Fresh num-iter v0.1.45
81962025-02-28T11:24:07.533Z Fresh flate2 v1.1.0
81972025-02-28T11:24:07.533Z Fresh usdt v0.5.0
81982025-02-28T11:24:07.533Z Fresh hubpack_derive v0.1.1
81992025-02-28T11:24:07.533Z Fresh rayon-core v1.12.1
82002025-02-28T11:24:07.533Z Fresh toml v0.7.8
82012025-02-28T11:24:07.533Z Fresh phf_shared v0.11.2
82022025-02-28T11:24:07.534Z Fresh hubpack v0.1.2
82032025-02-28T11:24:07.534Z Fresh slog-json v2.6.1
82042025-02-28T11:24:07.534Z Fresh rfc6979 v0.4.0
82052025-02-28T11:24:07.534Z Fresh bstr v1.10.0
82062025-02-28T11:24:07.534Z Fresh zerocopy-derive v0.6.6
82072025-02-28T11:24:07.534Z Fresh curve25519-dalek-derive v0.1.1
82082025-02-28T11:24:07.534Z Fresh managed v0.8.0
82092025-02-28T11:24:07.534Z Fresh bit-vec v0.6.3
82102025-02-28T11:24:07.534Z Fresh num-bigint-dig v0.8.4
82112025-02-28T11:24:07.534Z Fresh rustls v0.22.4
82122025-02-28T11:24:07.534Z Fresh zerocopy v0.6.6
82132025-02-28T11:24:07.534Z Fresh slog-bunyan v2.5.0
82142025-02-28T11:24:07.534Z Fresh curve25519-dalek v4.1.3
82152025-02-28T11:24:07.534Z Fresh bit-set v0.5.3
82162025-02-28T11:24:07.534Z Fresh ecdsa v0.16.9
82172025-02-28T11:24:07.534Z Fresh phf_shared v0.10.0
82182025-02-28T11:24:07.534Z Fresh pkcs1 v0.7.5
82192025-02-28T11:24:07.534Z Fresh precomputed-hash v0.1.1
82202025-02-28T11:24:07.534Z Fresh unicode-xid v0.2.6
82212025-02-28T11:24:07.534Z Fresh new_debug_unreachable v1.0.6
82222025-02-28T11:24:07.534Z Fresh fixedbitset v0.4.2
82232025-02-28T11:24:07.534Z Fresh rsa v0.9.6
82242025-02-28T11:24:07.534Z Fresh petgraph v0.6.5
82252025-02-28T11:24:07.534Z Fresh string_cache v0.8.7
82262025-02-28T11:24:07.534Z Fresh signal-hook v0.3.17
82272025-02-28T11:24:07.534Z Fresh tokio-rustls v0.25.0
82282025-02-28T11:24:07.534Z Fresh unicode-normalization v0.1.24
82292025-02-28T11:24:07.534Z Fresh ed25519 v2.2.3
82302025-02-28T11:24:07.534Z Fresh enum-as-inner v0.6.1
82312025-02-28T11:24:07.534Z Fresh async-stream-impl v0.3.6
82322025-02-28T11:24:07.534Z Fresh quick-error v1.2.3
82332025-02-28T11:24:07.534Z Fresh debug-ignore v1.0.5
82342025-02-28T11:24:07.534Z Fresh hickory-proto v0.24.4
82352025-02-28T11:24:07.534Z Fresh ed25519-dalek v2.1.1
82362025-02-28T11:24:07.534Z Fresh async-stream v0.3.6
82372025-02-28T11:24:07.534Z Fresh multer v3.1.0
82382025-02-28T11:24:07.534Z Fresh memoffset v0.9.1
82392025-02-28T11:24:07.534Z Fresh bzip2-sys v0.1.11+1.0.8
82402025-02-28T11:24:07.535Z Fresh rand_core v0.9.2
82412025-02-28T11:24:07.535Z Fresh x509-cert v0.2.5
82422025-02-28T11:24:07.535Z Fresh waitgroup v0.1.2
82432025-02-28T11:24:07.535Z Fresh serde_path_to_error v0.1.16
82442025-02-28T11:24:07.535Z Fresh hostname v0.4.0
82452025-02-28T11:24:07.535Z Fresh cfg_aliases v0.2.1
82462025-02-28T11:24:07.535Z Fresh lalrpop-util v0.19.12
82472025-02-28T11:24:07.535Z Fresh rand_chacha v0.9.0
82482025-02-28T11:24:07.535Z Fresh bzip2 v0.4.4
82492025-02-28T11:24:07.535Z Fresh signal-hook-mio v0.2.4
82502025-02-28T11:24:07.535Z Fresh console v0.15.10
82512025-02-28T11:24:07.535Z Fresh dropshot_endpoint v0.12.0
82522025-02-28T11:24:07.535Z Fresh hash32 v0.2.1
82532025-02-28T11:24:07.536Z Fresh predicates-core v1.0.8
82542025-02-28T11:24:07.536Z Fresh linked-hash-map v0.5.6
82552025-02-28T11:24:07.536Z Fresh unicode-properties v0.1.3
82562025-02-28T11:24:07.536Z Fresh unicode-bidi v0.3.17
82572025-02-28T11:24:07.536Z Fresh lru-cache v0.1.2
82582025-02-28T11:24:07.536Z Fresh dropshot v0.12.0
82592025-02-28T11:24:07.536Z Fresh heapless v0.7.17
82602025-02-28T11:24:07.536Z Fresh crossterm v0.28.1
82612025-02-28T11:24:07.536Z Fresh stringprep v0.1.5
82622025-02-28T11:24:07.536Z Fresh newtype-uuid v1.2.1
82632025-02-28T11:24:07.536Z Fresh rand v0.9.0
82642025-02-28T11:24:07.536Z Fresh similar v2.6.0
82652025-02-28T11:24:07.536Z Fresh rayon v1.10.0
82662025-02-28T11:24:07.536Z Fresh tokio-stream v0.1.17
82672025-02-28T11:24:07.536Z Fresh md-5 v0.10.6
82682025-02-28T11:24:07.536Z Fresh float-cmp v0.10.0
82692025-02-28T11:24:07.536Z Fresh fallible-iterator v0.2.0
82702025-02-28T11:24:07.536Z Fresh difflib v0.4.0
82712025-02-28T11:24:07.536Z Fresh normalize-line-endings v0.3.0
82722025-02-28T11:24:07.536Z Fresh smoltcp v0.9.1
82732025-02-28T11:24:07.536Z Fresh portable-atomic v1.9.0
82742025-02-28T11:24:07.536Z Fresh nix v0.29.0
82752025-02-28T11:24:07.536Z Fresh zip v0.6.6
82762025-02-28T11:24:07.536Z Fresh predicates v3.1.3
82772025-02-28T11:24:07.536Z Fresh postgres-protocol v0.6.8
82782025-02-28T11:24:07.536Z Fresh resolv-conf v0.7.0
82792025-02-28T11:24:07.537Z Fresh phf v0.11.2
82802025-02-28T11:24:07.537Z Fresh strum_macros v0.25.3
82812025-02-28T11:24:07.537Z Fresh tungstenite v0.24.0
82822025-02-28T11:24:07.537Z Fresh serde-big-array v0.5.1
82832025-02-28T11:24:07.537Z Fresh serde_repr v0.1.19
82842025-02-28T11:24:07.537Z Fresh number_prefix v0.4.0
82852025-02-28T11:24:07.537Z Fresh peg-runtime v0.8.3
82862025-02-28T11:24:07.537Z Fresh tokio-tungstenite v0.24.0
82872025-02-28T11:24:07.537Z Fresh postgres-types v0.2.9
82882025-02-28T11:24:07.537Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
82892025-02-28T11:24:07.537Z Fresh hickory-resolver v0.24.4
82902025-02-28T11:24:07.537Z Fresh derive-where v1.2.7
82912025-02-28T11:24:07.537Z Fresh indicatif v0.17.11
82922025-02-28T11:24:07.537Z Fresh whoami v1.5.2
82932025-02-28T11:24:07.537Z Fresh qorb v0.2.1
82942025-02-28T11:24:07.537Z Fresh thiserror-impl v2.0.11
82952025-02-28T11:24:07.537Z Fresh hashbrown v0.14.5
82962025-02-28T11:24:07.540Z Fresh ident_case v1.0.1
82972025-02-28T11:24:07.540Z Fresh fs-err v2.11.0
82982025-02-28T11:24:07.540Z Fresh tokio-postgres v0.7.13
82992025-02-28T11:24:07.540Z Fresh regress v0.10.1
83002025-02-28T11:24:07.540Z Fresh darling_core v0.20.10
83012025-02-28T11:24:07.540Z Fresh unsafe-libyaml v0.2.11
83022025-02-28T11:24:07.540Z Fresh fastrand v2.1.1
83032025-02-28T11:24:07.540Z Fresh progenitor-client v0.9.1
83042025-02-28T11:24:07.540Z Fresh thiserror v2.0.11
83052025-02-28T11:24:07.540Z Fresh darling_macro v0.20.10
83062025-02-28T11:24:07.540Z Fresh serde_yaml v0.9.34+deprecated
83072025-02-28T11:24:07.540Z Fresh ipnetwork v0.21.1
83082025-02-28T11:24:07.540Z Fresh typify-impl v0.2.0
83092025-02-28T11:24:07.540Z Fresh tempfile v3.13.0
83102025-02-28T11:24:07.541Z Fresh strum_macros v0.26.4
83112025-02-28T11:24:07.541Z Fresh darling v0.20.10
83122025-02-28T11:24:07.541Z Fresh typify-macro v0.2.0
83132025-02-28T11:24:07.541Z Fresh oxnet v0.1.1
83142025-02-28T11:24:07.541Z Fresh strum v0.26.3
83152025-02-28T11:24:07.541Z Fresh progenitor-client v0.8.0
83162025-02-28T11:24:07.541Z Fresh macaddr v1.0.1
83172025-02-28T11:24:07.541Z Fresh daft-derive v0.1.1
83182025-02-28T11:24:07.541Z Fresh serde_with_macros v3.11.0
83192025-02-28T11:24:07.541Z Fresh typify v0.2.0
83202025-02-28T11:24:07.541Z Fresh structmeta-derive v0.3.0
83212025-02-28T11:24:07.541Z Fresh instant v0.1.13
83222025-02-28T11:24:07.541Z Fresh daft v0.1.1
83232025-02-28T11:24:07.541Z Fresh regress v0.9.1
83242025-02-28T11:24:07.541Z Fresh serde_with v3.11.0
83252025-02-28T11:24:07.541Z Fresh progenitor-impl v0.8.0
83262025-02-28T11:24:07.541Z Fresh structmeta v0.3.0
83272025-02-28T11:24:07.541Z Fresh dropshot_endpoint v0.16.0
83282025-02-28T11:24:07.541Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
83292025-02-28T11:24:07.541Z Fresh backoff v0.4.0
83302025-02-28T11:24:07.541Z Fresh progenitor-macro v0.8.0
83312025-02-28T11:24:07.541Z Fresh dropshot v0.16.0
83322025-02-28T11:24:07.541Z Fresh parse-display-derive v0.10.0
83332025-02-28T11:24:07.541Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
83342025-02-28T11:24:07.541Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
83352025-02-28T11:24:07.541Z Fresh wait-timeout v0.2.0
83362025-02-28T11:24:07.541Z Fresh bit-vec v0.8.0
83372025-02-28T11:24:07.541Z Fresh progenitor v0.8.0
83382025-02-28T11:24:07.541Z Fresh parse-display v0.10.0
83392025-02-28T11:24:07.541Z Fresh bit-set v0.8.0
83402025-02-28T11:24:07.541Z Fresh rusty-fork v0.3.0
83412025-02-28T11:24:07.541Z Fresh rand_xorshift v0.3.0
83422025-02-28T11:24:07.541Z Fresh unarray v0.1.4
83432025-02-28T11:24:07.541Z Fresh test-strategy v0.4.0
83442025-02-28T11:24:07.541Z Fresh camino-tempfile v1.1.1
83452025-02-28T11:24:07.541Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
83462025-02-28T11:24:07.541Z Fresh proptest v1.6.0
83472025-02-28T11:24:07.541Z Fresh unicode-width v0.1.14
83482025-02-28T11:24:07.541Z Fresh itertools v0.14.0
83492025-02-28T11:24:07.541Z Fresh proc-macro-crate v1.3.1
83502025-02-28T11:24:07.542Z Fresh num_enum_derive v0.5.11
83512025-02-28T11:24:07.542Z Fresh tabwriter v1.4.0
83522025-02-28T11:24:07.542Z Fresh foreign-types-macros v0.2.3
83532025-02-28T11:24:07.542Z Fresh proc-macro-error-attr v1.0.4
83542025-02-28T11:24:07.542Z Fresh num_enum v0.5.11
83552025-02-28T11:24:07.542Z Fresh foreign-types-shared v0.3.1
83562025-02-28T11:24:07.542Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
83572025-02-28T11:24:07.542Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
83582025-02-28T11:24:07.542Z Fresh cstr-argument v0.1.2
83592025-02-28T11:24:07.542Z Fresh proc-macro-error v1.0.4
83602025-02-28T11:24:07.542Z Fresh foreign-types v0.5.0
83612025-02-28T11:24:07.542Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
83622025-02-28T11:24:07.542Z Fresh pretty-hex v0.2.1
83632025-02-28T11:24:07.542Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
83642025-02-28T11:24:07.542Z Fresh colored v2.2.0
83652025-02-28T11:24:07.542Z Fresh winnow v0.6.20
83662025-02-28T11:24:07.542Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
83672025-02-28T11:24:07.542Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
83682025-02-28T11:24:07.542Z Fresh itertools v0.13.0
83692025-02-28T11:24:07.542Z Fresh smf v0.2.3
83702025-02-28T11:24:07.542Z Fresh typify-impl v0.3.0
83712025-02-28T11:24:07.542Z Fresh hash32 v0.3.1
83722025-02-28T11:24:07.542Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
83732025-02-28T11:24:07.542Z Fresh typify-macro v0.3.0
83742025-02-28T11:24:07.542Z Fresh ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
83752025-02-28T11:24:07.542Z Fresh cobs v0.2.3
83762025-02-28T11:24:07.542Z Fresh typify v0.3.0
83772025-02-28T11:24:07.542Z Fresh crucible-workspace-hack v0.1.0
83782025-02-28T11:24:07.542Z Fresh heapless v0.8.0
83792025-02-28T11:24:07.542Z Fresh ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
83802025-02-28T11:24:07.542Z Fresh postcard v1.0.10
83812025-02-28T11:24:07.542Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
83822025-02-28T11:24:07.542Z Fresh termtree v0.4.1
83832025-02-28T11:24:07.542Z Fresh progenitor-impl v0.9.1
83842025-02-28T11:24:07.542Z Fresh ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
83852025-02-28T11:24:07.542Z Fresh smoltcp v0.11.0
83862025-02-28T11:24:07.542Z Fresh predicates-tree v1.0.11
83872025-02-28T11:24:07.542Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
83882025-02-28T11:24:07.542Z Fresh sigpipe v0.1.3
83892025-02-28T11:24:07.543Z Fresh progenitor-macro v0.9.1
83902025-02-28T11:24:07.543Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
83912025-02-28T11:24:07.543Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
83922025-02-28T11:24:07.543Z Fresh zone_cfg_derive v0.3.0
83932025-02-28T11:24:07.543Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
83942025-02-28T11:24:07.543Z Fresh num-derive v0.4.2
83952025-02-28T11:24:07.543Z Fresh progenitor v0.9.1
83962025-02-28T11:24:07.547Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
83972025-02-28T11:24:07.547Z Fresh mockall_derive v0.13.1
83982025-02-28T11:24:07.547Z Fresh fragile v2.0.0
83992025-02-28T11:24:07.547Z Fresh downcast v0.11.0
84002025-02-28T11:24:07.547Z Fresh zone v0.3.0
84012025-02-28T11:24:07.547Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
84022025-02-28T11:24:07.547Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
84032025-02-28T11:24:07.547Z Fresh mockall v0.13.1
84042025-02-28T11:24:07.547Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
84052025-02-28T11:24:07.547Z Fresh base64 v0.21.7
84062025-02-28T11:24:07.547Z Fresh convert_case v0.4.0
84072025-02-28T11:24:07.547Z Fresh atomicwrites v0.4.4
84082025-02-28T11:24:07.547Z Fresh newline-converter v0.3.0
84092025-02-28T11:24:07.547Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
84102025-02-28T11:24:07.547Z Fresh derive_more v0.99.19
84112025-02-28T11:24:07.547Z Fresh expectorate v1.1.0
84122025-02-28T11:24:07.547Z Fresh tungstenite v0.21.0
84132025-02-28T11:24:07.547Z Fresh same-file v1.0.6
84142025-02-28T11:24:07.547Z Fresh fixedbitset v0.5.7
84152025-02-28T11:24:07.547Z Fresh xattr v1.3.1
84162025-02-28T11:24:07.547Z Fresh filetime v0.2.25
84172025-02-28T11:24:07.547Z Fresh walkdir v2.5.0
84182025-02-28T11:24:07.547Z Fresh tokio-tungstenite v0.21.0
84192025-02-28T11:24:07.548Z Fresh petgraph v0.7.1
84202025-02-28T11:24:07.548Z Fresh tar v0.4.44
84212025-02-28T11:24:07.548Z Fresh password-hash v0.5.0
84222025-02-28T11:24:07.548Z Fresh blake2 v0.10.6
84232025-02-28T11:24:07.548Z Fresh argon2 v0.5.3
84242025-02-28T11:24:07.548Z Fresh indent_write v2.2.0
84252025-02-28T11:24:07.548Z Fresh libsw-core v0.3.1
84262025-02-28T11:24:07.548Z Fresh num-rational v0.4.2
84272025-02-28T11:24:07.548Z Fresh num-complex v0.4.6
84282025-02-28T11:24:07.548Z Fresh owo-colors v4.2.0
84292025-02-28T11:24:07.548Z Fresh libsw v3.4.0
84302025-02-28T11:24:07.548Z Fresh swrite v0.1.0
84312025-02-28T11:24:07.548Z Fresh linear-map v1.2.0
84322025-02-28T11:24:07.548Z Fresh num v0.4.3
84332025-02-28T11:24:07.548Z Fresh float-ord v0.3.2
84342025-02-28T11:24:07.548Z Fresh cancel-safe-futures v0.1.5
84352025-02-28T11:24:07.548Z Fresh highway v1.3.0
84362025-02-28T11:24:07.548Z Fresh arc-swap v1.7.1
84372025-02-28T11:24:07.548Z Fresh humantime v2.1.0
84382025-02-28T11:24:07.548Z Fresh semver v0.1.20
84392025-02-28T11:24:07.548Z Fresh pem v3.0.5
84402025-02-28T11:24:07.548Z Fresh slog-scope v4.4.0
84412025-02-28T11:24:07.548Z Fresh rustc_version v0.1.7
84422025-02-28T11:24:07.548Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
84432025-02-28T11:24:07.548Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
84442025-02-28T11:24:07.549Z Fresh heck v0.3.3
84452025-02-28T11:24:07.549Z Fresh headers-core v0.3.0
84462025-02-28T11:24:07.549Z Fresh slog-stdlog v4.1.1
84472025-02-28T11:24:07.549Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
84482025-02-28T11:24:07.549Z Fresh headers v0.4.0
84492025-02-28T11:24:07.549Z Fresh zone_cfg_derive v0.1.2
84502025-02-28T11:24:07.549Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
84512025-02-28T11:24:07.549Z Fresh base64 v0.13.1
84522025-02-28T11:24:07.549Z Fresh slog-envlogger v2.2.0
84532025-02-28T11:24:07.549Z Fresh lzma-sys v0.1.20
84542025-02-28T11:24:07.549Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
84552025-02-28T11:24:07.549Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
84562025-02-28T11:24:07.549Z Fresh ron v0.7.1
84572025-02-28T11:24:07.549Z Fresh zone v0.1.8
84582025-02-28T11:24:07.549Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
84592025-02-28T11:24:07.549Z Fresh newtype_derive v0.1.6
84602025-02-28T11:24:07.549Z Fresh xz2 v0.1.7
84612025-02-28T11:24:07.549Z Fresh yasna v0.5.2
84622025-02-28T11:24:07.549Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
84632025-02-28T11:24:07.549Z Fresh subprocess v0.2.9
84642025-02-28T11:24:07.549Z Fresh half v2.4.1
84652025-02-28T11:24:07.549Z Fresh ciborium-io v0.2.2
84662025-02-28T11:24:07.549Z Fresh steno v0.4.1
84672025-02-28T11:24:07.549Z Fresh rcgen v0.12.1
84682025-02-28T11:24:07.549Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
84692025-02-28T11:24:07.549Z Fresh ciborium-ll v0.2.2
84702025-02-28T11:24:07.549Z Fresh display-error-chain v0.2.2
84712025-02-28T11:24:07.549Z Fresh ciborium v0.2.2
84722025-02-28T11:24:07.550Z Fresh keccak v0.1.5
84732025-02-28T11:24:07.550Z Fresh universal-hash v0.5.1
84742025-02-28T11:24:07.550Z Fresh opaque-debug v0.3.1
84752025-02-28T11:24:07.550Z Fresh sha3 v0.10.8
84762025-02-28T11:24:07.550Z Fresh secrecy v0.8.0
84772025-02-28T11:24:07.550Z Fresh aead v0.5.2
84782025-02-28T11:24:07.550Z Fresh constant_time_eq v0.3.1
84792025-02-28T11:24:07.550Z Fresh arrayref v0.3.9
84802025-02-28T11:24:07.550Z Fresh arrayvec v0.7.6
84812025-02-28T11:24:07.550Z Fresh poly1305 v0.8.0
84822025-02-28T11:24:07.550Z Fresh chacha20 v0.9.1
84832025-02-28T11:24:07.550Z Fresh maplit v1.0.2
84842025-02-28T11:24:07.550Z Fresh memmap2 v0.9.5
84852025-02-28T11:24:07.550Z Fresh slog-dtrace v0.3.0
84862025-02-28T11:24:07.550Z Fresh bytecount v0.6.8
84872025-02-28T11:24:07.550Z Fresh thiserror-impl-no-std v2.0.2
84882025-02-28T11:24:07.550Z Fresh topological-sort v0.2.2
84892025-02-28T11:24:07.550Z Fresh chacha20poly1305 v0.10.1
84902025-02-28T11:24:07.550Z Fresh toolchain_find v0.4.0
84912025-02-28T11:24:07.550Z Fresh blake3 v1.5.4
84922025-02-28T11:24:07.550Z Fresh thiserror-no-std v2.0.2
84932025-02-28T11:24:07.550Z Fresh rustfmt-wrapper v0.2.1
84942025-02-28T11:24:07.550Z Fresh gethostname v0.5.0
84952025-02-28T11:24:07.550Z Fresh termcolor v1.4.1
84962025-02-28T11:24:07.554Z Fresh omicron-zone-package v0.12.0
84972025-02-28T11:24:07.554Z Fresh vsss-rs v3.3.4
84982025-02-28T11:24:07.554Z Fresh tap v1.0.1
84992025-02-28T11:24:07.554Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
85002025-02-28T11:24:07.554Z Fresh radium v0.7.0
85012025-02-28T11:24:07.554Z Fresh wyz v0.5.1
85022025-02-28T11:24:07.554Z Fresh crc-catalog v2.4.0
85032025-02-28T11:24:07.554Z Fresh funty v2.0.0
85042025-02-28T11:24:07.554Z Fresh crc v3.2.1
85052025-02-28T11:24:07.554Z Fresh maybe-uninit v2.0.0
85062025-02-28T11:24:07.554Z Fresh dsl_auto_type v0.1.2
85072025-02-28T11:24:07.554Z Fresh packed_struct_codegen v0.10.1
85082025-02-28T11:24:07.554Z Fresh bitvec v1.0.1
85092025-02-28T11:24:07.554Z Fresh scheduled-thread-pool v0.2.7
85102025-02-28T11:24:07.554Z Fresh diesel_table_macro_syntax v0.2.0
85112025-02-28T11:24:07.554Z Fresh nodrop v0.1.14
85122025-02-28T11:24:07.554Z Fresh smallvec v0.6.14
85132025-02-28T11:24:07.554Z Fresh array-init v0.0.4
85142025-02-28T11:24:07.554Z Fresh diesel_derives v2.2.3
85152025-02-28T11:24:07.555Z Fresh packed_struct v0.10.1
85162025-02-28T11:24:07.555Z Fresh r2d2 v0.8.10
85172025-02-28T11:24:07.555Z Fresh const_format_proc_macros v0.2.34
85182025-02-28T11:24:07.555Z Fresh async-recursion v1.1.1
85192025-02-28T11:24:07.555Z Fresh nibble_vec v0.1.0
85202025-02-28T11:24:07.555Z Fresh diff v0.1.13
85212025-02-28T11:24:07.555Z Fresh bitfield v0.14.0
85222025-02-28T11:24:07.555Z Fresh endian-type v0.1.2
85232025-02-28T11:24:07.555Z Fresh hashbrown v0.12.3
85242025-02-28T11:24:07.555Z Fresh serde-hex v0.1.0
85252025-02-28T11:24:07.555Z Fresh indexmap v1.9.3
85262025-02-28T11:24:07.555Z Fresh radix_trie v0.2.1
85272025-02-28T11:24:07.555Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
85282025-02-28T11:24:07.555Z Fresh crunchy v0.2.2
85292025-02-28T11:24:07.555Z Fresh const_format v0.2.34
85302025-02-28T11:24:07.555Z Fresh diesel v2.2.7
85312025-02-28T11:24:07.555Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
85322025-02-28T11:24:07.555Z Fresh env_logger v0.10.2
85332025-02-28T11:24:07.556Z Fresh ron v0.8.1
85342025-02-28T11:24:07.556Z Fresh hashbrown v0.13.2
85352025-02-28T11:24:07.556Z Fresh crc-any v2.5.0
85362025-02-28T11:24:07.556Z Fresh tiny-keccak v2.0.2
85372025-02-28T11:24:07.556Z Fresh object v0.30.4
85382025-02-28T11:24:07.556Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
85392025-02-28T11:24:07.556Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
85402025-02-28T11:24:07.556Z Fresh ascii-canvas v3.0.0
85412025-02-28T11:24:07.556Z Fresh ref-cast-impl v1.0.23
85422025-02-28T11:24:07.556Z Fresh ena v0.14.3
85432025-02-28T11:24:07.556Z Fresh regex-syntax v0.6.29
85442025-02-28T11:24:07.556Z Fresh bumpalo v3.16.0
85452025-02-28T11:24:07.556Z Fresh simd-adler32 v0.3.7
85462025-02-28T11:24:07.556Z Fresh lockfree-object-pool v0.1.6
85472025-02-28T11:24:07.556Z Fresh path-slash v0.1.5
85482025-02-28T11:24:07.556Z Fresh ref-cast v1.0.23
85492025-02-28T11:24:07.556Z Fresh zopfli v0.8.1
85502025-02-28T11:24:07.556Z Fresh lalrpop v0.19.12
85512025-02-28T11:24:07.556Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
85522025-02-28T11:24:07.556Z Fresh rustc-hash v2.1.1
85532025-02-28T11:24:07.556Z Fresh zip v2.1.3
85542025-02-28T11:24:07.556Z Fresh bindgen v0.71.1
85552025-02-28T11:24:07.556Z Fresh derive_builder_core v0.20.2
85562025-02-28T11:24:07.556Z Fresh bitfield-struct v0.6.2
85572025-02-28T11:24:07.556Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
85582025-02-28T11:24:07.556Z Fresh derive_builder_macro v0.20.2
85592025-02-28T11:24:07.556Z Fresh libefi-sys v0.1.0
85602025-02-28T11:24:07.556Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
85612025-02-28T11:24:07.556Z Fresh strum_macros v0.24.3
85622025-02-28T11:24:07.556Z Fresh fxhash v0.2.1
85632025-02-28T11:24:07.556Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
85642025-02-28T11:24:07.557Z Fresh indoc v1.0.9
85652025-02-28T11:24:07.557Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
85662025-02-28T11:24:07.557Z Fresh libxml v0.3.3
85672025-02-28T11:24:07.557Z Fresh derive_builder v0.20.2
85682025-02-28T11:24:07.557Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
85692025-02-28T11:24:07.557Z Fresh polar-core v0.27.3
85702025-02-28T11:24:07.557Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
85712025-02-28T11:24:07.557Z Fresh phf_generator v0.11.2
85722025-02-28T11:24:07.557Z Fresh oso-derive v0.27.3
85732025-02-28T11:24:07.557Z Fresh impl-trait-for-tuples v0.2.2
85742025-02-28T11:24:07.557Z Fresh quick-xml v0.37.2
85752025-02-28T11:24:07.557Z Fresh vte_generate_state_changes v0.1.2
85762025-02-28T11:24:07.557Z Fresh oso v0.27.3
85772025-02-28T11:24:07.557Z Fresh phf_codegen v0.11.2
85782025-02-28T11:24:07.557Z Fresh fd-lock v4.0.2
85792025-02-28T11:24:07.557Z Fresh samael v0.0.18
85802025-02-28T11:24:07.557Z Fresh vte v0.11.1
85812025-02-28T11:24:07.557Z Fresh kstat-rs v0.2.4
85822025-02-28T11:24:07.557Z Fresh parse-zoneinfo v0.3.1
85832025-02-28T11:24:07.557Z Fresh cfg_aliases v0.1.1
85842025-02-28T11:24:07.557Z Fresh chrono-tz-build v0.4.0
85852025-02-28T11:24:07.557Z Fresh strip-ansi-escapes v0.2.0
85862025-02-28T11:24:07.557Z Fresh primeorder v0.13.6
85872025-02-28T11:24:07.557Z Fresh bb8 v0.8.5
85882025-02-28T11:24:07.558Z Fresh nu-ansi-term v0.50.1
85892025-02-28T11:24:07.558Z Fresh diesel-dtrace v0.4.2
85902025-02-28T11:24:07.558Z Fresh reedline v0.35.0
85912025-02-28T11:24:07.558Z Fresh async-bb8-diesel v0.2.1
85922025-02-28T11:24:07.558Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
85932025-02-28T11:24:07.558Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
85942025-02-28T11:24:07.558Z Fresh parking_lot_core v0.8.6
85952025-02-28T11:24:07.558Z Fresh unicase v2.7.0
85962025-02-28T11:24:07.562Z Fresh buf-list v1.0.3
85972025-02-28T11:24:07.562Z Fresh nix v0.28.0
85982025-02-28T11:24:07.562Z Fresh papergrid v0.11.0
85992025-02-28T11:24:07.562Z Fresh tabled_derive v0.7.0
86002025-02-28T11:24:07.562Z Fresh peg-macros v0.8.4
86012025-02-28T11:24:07.562Z Fresh nanorand v0.7.0
86022025-02-28T11:24:07.562Z Fresh sqlparser_derive v0.2.2
86032025-02-28T11:24:07.562Z Fresh proc-macro-error-attr2 v2.0.0
86042025-02-28T11:24:07.562Z Fresh unicode_categories v0.1.1
86052025-02-28T11:24:07.562Z Fresh flume v0.11.1
86062025-02-28T11:24:07.562Z Fresh peg v0.8.4
86072025-02-28T11:24:07.562Z Fresh tabled v0.15.0
86082025-02-28T11:24:07.563Z Fresh proc-macro-error2 v2.0.1
86092025-02-28T11:24:07.563Z Fresh sqlformat v0.2.6
86102025-02-28T11:24:07.563Z Fresh sqlparser v0.45.0
86112025-02-28T11:24:07.563Z Fresh rustyline v14.0.0
86122025-02-28T11:24:07.563Z Fresh parking_lot v0.11.2
86132025-02-28T11:24:07.563Z Fresh chrono-tz v0.10.1
86142025-02-28T11:24:07.563Z Fresh p384 v0.13.0
86152025-02-28T11:24:07.563Z Fresh bcs v0.1.6
86162025-02-28T11:24:07.563Z Fresh cargo-platform v0.1.8
86172025-02-28T11:24:07.563Z Fresh pin-project-internal v1.1.6
86182025-02-28T11:24:07.563Z Fresh termtree v0.5.1
86192025-02-28T11:24:07.563Z Fresh http-range v0.1.5
86202025-02-28T11:24:07.563Z Fresh pin-project v1.1.6
86212025-02-28T11:24:07.563Z Fresh salty v0.3.0
86222025-02-28T11:24:07.563Z Fresh tabled_derive v0.10.0
86232025-02-28T11:24:07.563Z Fresh sled v0.34.7
86242025-02-28T11:24:07.563Z Fresh hickory-client v0.24.4
86252025-02-28T11:24:07.563Z Fresh papergrid v0.14.0
86262025-02-28T11:24:07.563Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
86272025-02-28T11:24:07.563Z Fresh hickory-server v0.24.4
86282025-02-28T11:24:07.563Z Fresh atty v0.2.14
86292025-02-28T11:24:07.563Z Fresh env_filter v0.1.2
86302025-02-28T11:24:07.563Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
86312025-02-28T11:24:07.563Z Fresh tabled v0.18.0
86322025-02-28T11:24:07.563Z Fresh env_logger v0.11.5
86332025-02-28T11:24:07.563Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
86342025-02-28T11:24:07.563Z Fresh mime_guess v2.0.5
86352025-02-28T11:24:07.563Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
86362025-02-28T11:24:07.564Z Fresh nix v0.27.1
86372025-02-28T11:24:07.564Z Fresh tungstenite v0.23.0
86382025-02-28T11:24:07.564Z Fresh concurrent-queue v2.5.0
86392025-02-28T11:24:07.564Z Fresh snafu-derive v0.8.5
86402025-02-28T11:24:07.564Z Fresh parking v2.2.1
86412025-02-28T11:24:07.564Z Fresh snafu v0.8.5
86422025-02-28T11:24:07.564Z Fresh tokio-tungstenite v0.23.1
86432025-02-28T11:24:07.564Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
86442025-02-28T11:24:07.564Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
86452025-02-28T11:24:07.564Z Fresh hyper-staticfile v0.10.1
86462025-02-28T11:24:07.564Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
86472025-02-28T11:24:07.564Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
86482025-02-28T11:24:07.564Z Fresh signal-hook-tokio v0.3.1
86492025-02-28T11:24:07.564Z Fresh olpc-cjson v0.1.4
86502025-02-28T11:24:07.564Z Fresh globset v0.4.15
86512025-02-28T11:24:07.564Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
86522025-02-28T11:24:07.564Z Fresh serde_plain v1.0.2
86532025-02-28T11:24:07.564Z Fresh typed-path v0.9.3
86542025-02-28T11:24:07.564Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
86552025-02-28T11:24:07.564Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
86562025-02-28T11:24:07.564Z Fresh tough v0.19.0
86572025-02-28T11:24:07.564Z Fresh rand_seeder v0.3.0
86582025-02-28T11:24:07.564Z Fresh parse-size v1.1.0
86592025-02-28T11:24:07.564Z Fresh event-listener v5.3.1
86602025-02-28T11:24:07.564Z Fresh event-listener-strategy v0.5.2
86612025-02-28T11:24:07.564Z Fresh futures-lite v2.3.0
86622025-02-28T11:24:07.564Z Fresh castaway v0.2.3
86632025-02-28T11:24:07.564Z Fresh indoc v2.0.5
86642025-02-28T11:24:07.564Z Fresh libz-sys v1.1.20
86652025-02-28T11:24:07.564Z Fresh io-lifetimes v1.0.11
86662025-02-28T11:24:07.564Z Fresh compact_str v0.8.0
86672025-02-28T11:24:07.564Z Fresh unicode-truncate v1.1.0
86682025-02-28T11:24:07.565Z Fresh lru v0.12.5
86692025-02-28T11:24:07.565Z Fresh instability v0.3.2
86702025-02-28T11:24:07.565Z Fresh csv-core v0.1.11
86712025-02-28T11:24:07.565Z Fresh rustix v0.37.28
86722025-02-28T11:24:07.565Z Fresh cassowary v0.3.0
86732025-02-28T11:24:07.565Z Fresh is_ci v1.2.0
86742025-02-28T11:24:07.565Z Fresh csv v1.3.1
86752025-02-28T11:24:07.565Z Fresh libgit2-sys v0.17.0+1.8.1
86762025-02-28T11:24:07.565Z Fresh async-lock v3.4.0
86772025-02-28T11:24:07.565Z Fresh cargo_metadata v0.19.1
86782025-02-28T11:24:07.565Z Fresh supports-color v3.0.2
86792025-02-28T11:24:07.565Z Fresh ratatui v0.29.0
86802025-02-28T11:24:07.565Z Fresh terminal_size v0.2.6
86812025-02-28T11:24:07.565Z Fresh polyval v0.6.2
86822025-02-28T11:24:07.565Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
86832025-02-28T11:24:07.565Z Fresh polling v3.7.3
86842025-02-28T11:24:07.565Z Fresh unicode-linebreak v0.1.5
86852025-02-28T11:24:07.565Z Fresh smawk v0.3.2
86862025-02-28T11:24:07.565Z Fresh assert_matches v1.5.0
86872025-02-28T11:24:07.565Z Fresh async-io v2.3.4
86882025-02-28T11:24:07.565Z Fresh ghash v0.5.1
86892025-02-28T11:24:07.565Z Fresh git2 v0.19.0
86902025-02-28T11:24:07.565Z Fresh textwrap v0.16.1
86912025-02-28T11:24:07.565Z Fresh cargo_metadata v0.18.1
86922025-02-28T11:24:07.565Z Fresh ctr v0.9.2
86932025-02-28T11:24:07.565Z Fresh plotters-backend v0.3.7
86942025-02-28T11:24:07.565Z Fresh async-task v4.7.1
86952025-02-28T11:24:07.565Z Fresh shell-words v1.1.0
86962025-02-28T11:24:07.569Z Fresh vergen v8.3.2
86972025-02-28T11:24:07.569Z Fresh plotters-svg v0.3.7
86982025-02-28T11:24:07.569Z Fresh aes-gcm v0.10.3
86992025-02-28T11:24:07.569Z Fresh async-channel v2.3.1
87002025-02-28T11:24:07.569Z Fresh piper v0.2.4
87012025-02-28T11:24:07.569Z Fresh ssh-encoding v0.2.0
87022025-02-28T11:24:07.569Z Fresh sct v0.7.1
87032025-02-28T11:24:07.569Z Fresh rustls-webpki v0.101.7
87042025-02-28T11:24:07.569Z Fresh blowfish v0.9.1
87052025-02-28T11:24:07.569Z Fresh rtoolbox v0.0.2
87062025-02-28T11:24:07.569Z Fresh cast v0.3.0
87072025-02-28T11:24:07.569Z Fresh bcrypt-pbkdf v0.10.0
87082025-02-28T11:24:07.569Z Fresh ssh-cipher v0.2.0
87092025-02-28T11:24:07.570Z Fresh rustls v0.21.12
87102025-02-28T11:24:07.570Z Fresh criterion-plot v0.5.0
87112025-02-28T11:24:07.570Z Fresh rpassword v7.3.1
87122025-02-28T11:24:07.570Z Fresh blocking v1.6.1
87132025-02-28T11:24:07.570Z Fresh plotters v0.3.7
87142025-02-28T11:24:07.570Z Fresh async-executor v1.13.1
87152025-02-28T11:24:07.570Z Fresh async-signal v0.2.10
87162025-02-28T11:24:07.570Z Fresh tui-tree-widget v0.23.0
87172025-02-28T11:24:07.570Z Fresh password-hash v0.4.2
87182025-02-28T11:24:07.570Z Fresh tinytemplate v1.2.1
87192025-02-28T11:24:07.570Z Fresh anes v0.1.6
87202025-02-28T11:24:07.570Z Fresh event-listener v2.5.3
87212025-02-28T11:24:07.570Z Fresh oorandom v11.1.4
87222025-02-28T11:24:07.570Z Fresh hex-literal v0.4.1
87232025-02-28T11:24:07.570Z Fresh yansi v1.0.1
87242025-02-28T11:24:07.570Z Fresh async-channel v1.9.0
87252025-02-28T11:24:07.570Z Fresh criterion v0.5.1
87262025-02-28T11:24:07.570Z Fresh pbkdf2 v0.11.0
87272025-02-28T11:24:07.570Z Fresh async-process v2.3.0
87282025-02-28T11:24:07.570Z Fresh pretty_assertions v1.4.1
87292025-02-28T11:24:07.570Z Fresh async-global-executor v2.4.1
87302025-02-28T11:24:07.570Z Fresh target-lexicon v0.13.2
87312025-02-28T11:24:07.570Z Fresh ssh-key v0.6.6
87322025-02-28T11:24:07.570Z Fresh tokio-rustls v0.24.1
87332025-02-28T11:24:07.570Z Fresh p521 v0.13.3
87342025-02-28T11:24:07.570Z Fresh p256 v0.13.2
87352025-02-28T11:24:07.570Z Fresh rustls-pemfile v1.0.4
87362025-02-28T11:24:07.570Z Fresh common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
87372025-02-28T11:24:07.571Z Fresh async-attributes v1.1.2
87382025-02-28T11:24:07.571Z Fresh twox-hash v2.1.0
87392025-02-28T11:24:07.571Z Fresh kv-log-macro v1.0.7
87402025-02-28T11:24:07.571Z Fresh num_cpus v1.16.0
87412025-02-28T11:24:07.571Z Fresh russh-cryptovec v0.7.3
87422025-02-28T11:24:07.571Z Fresh md5 v0.7.0
87432025-02-28T11:24:07.571Z Fresh futures-timer v3.0.3
87442025-02-28T11:24:07.571Z Fresh russh-keys v0.45.0
87452025-02-28T11:24:07.571Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
87462025-02-28T11:24:07.571Z Fresh async-std v1.13.0
87472025-02-28T11:24:07.571Z Fresh threadpool v1.8.1
87482025-02-28T11:24:07.571Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
87492025-02-28T11:24:07.571Z Fresh cfg-expr v0.18.0
87502025-02-28T11:24:07.571Z Fresh doc-comment v0.3.3
87512025-02-28T11:24:07.571Z Fresh guppy-workspace-hack v0.1.0
87522025-02-28T11:24:07.571Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
87532025-02-28T11:24:07.571Z Fresh httptest v0.16.3
87542025-02-28T11:24:07.571Z Fresh num-bigint v0.4.6
87552025-02-28T11:24:07.571Z Fresh proc-macro-crate v3.2.0
87562025-02-28T11:24:07.571Z Fresh fatfs v0.3.6
87572025-02-28T11:24:07.571Z Fresh rustls-native-certs v0.7.3
87582025-02-28T11:24:07.571Z Fresh des v0.8.1
87592025-02-28T11:24:07.572Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
87602025-02-28T11:24:07.572Z Fresh relative-path v1.9.3
87612025-02-28T11:24:07.572Z Fresh escape8259 v0.5.3
87622025-02-28T11:24:07.572Z Fresh target-triple v0.1.3
87632025-02-28T11:24:07.572Z Fresh libtest-mimic v0.7.3
87642025-02-28T11:24:07.572Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
87652025-02-28T11:24:07.572Z Fresh russh v0.45.0
87662025-02-28T11:24:07.572Z Fresh rstest_macros v0.24.0
87672025-02-28T11:24:07.572Z Fresh hyper-rustls v0.26.0
87682025-02-28T11:24:07.572Z Fresh petname v2.0.2
87692025-02-28T11:24:07.572Z Fresh target-spec v3.4.2
87702025-02-28T11:24:07.572Z Fresh assert_cmd v2.0.16
87712025-02-28T11:24:07.572Z Fresh async-object-pool v0.1.5
87722025-02-28T11:24:07.572Z Fresh blake2b_simd v1.0.2
87732025-02-28T11:24:07.572Z Fresh fancy-regex v0.13.0
87742025-02-28T11:24:07.572Z Fresh pathdiff v0.2.3
87752025-02-28T11:24:07.572Z Fresh serde_regex v1.1.0
87762025-02-28T11:24:07.572Z Fresh assert-json-diff v2.0.2
87772025-02-28T11:24:07.572Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
87782025-02-28T11:24:07.572Z Fresh path-tree v0.8.1
87792025-02-28T11:24:07.572Z Fresh uzers v0.12.1
87802025-02-28T11:24:07.572Z Fresh internet-checksum v0.2.1
87812025-02-28T11:24:07.572Z Fresh stringmetrics v2.2.2
87822025-02-28T11:24:07.572Z Fresh sync-ptr v0.1.1
87832025-02-28T11:24:07.572Z Fresh nested v0.1.1
87842025-02-28T11:24:07.572Z Fresh datatest-stable v0.2.9
87852025-02-28T11:24:07.572Z Fresh httpmock v0.8.0-alpha.1
87862025-02-28T11:24:07.572Z Fresh guppy v0.17.17
87872025-02-28T11:24:07.572Z Fresh rust-argon2 v2.1.0
87882025-02-28T11:24:07.572Z Fresh rstest v0.24.0
87892025-02-28T11:24:07.572Z Fresh trybuild v1.0.103
87902025-02-28T11:24:07.572Z Fresh partial-io v0.5.4
87912025-02-28T11:24:07.572Z Fresh similar-asserts v1.6.1
87922025-02-28T11:24:07.572Z Fresh rand_distr v0.4.3
87932025-02-28T11:24:07.572Z Fresh approx v0.5.1
87942025-02-28T11:24:07.572Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87952025-02-28T11:24:07.572Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
87962025-02-28T11:24:07.576Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
87972025-02-28T11:24:07.576Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
87982025-02-28T11:24:07.576Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
87992025-02-28T11:24:07.576Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
88002025-02-28T11:24:07.576Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
88012025-02-28T11:24:07.576Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
88022025-02-28T11:24:07.576Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
88032025-02-28T11:24:07.576Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
88042025-02-28T11:24:07.577Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
88052025-02-28T11:24:07.577Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
88062025-02-28T11:24:07.577Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
88072025-02-28T11:24:07.577Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
88082025-02-28T11:24:07.577Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
88092025-02-28T11:24:07.577Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
88102025-02-28T11:24:07.577Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
88112025-02-28T11:24:07.577Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
88122025-02-28T11:24:07.577Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
88132025-02-28T11:24:07.577Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
88142025-02-28T11:24:07.577Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
88152025-02-28T11:24:07.577Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
88162025-02-28T11:24:07.577Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
88172025-02-28T11:24:07.577Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
88182025-02-28T11:24:07.577Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
88192025-02-28T11:24:07.577Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
88202025-02-28T11:24:07.577Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
88212025-02-28T11:24:07.577Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
88222025-02-28T11:24:07.577Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
88232025-02-28T11:24:07.577Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
88242025-02-28T11:24:07.578Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
88252025-02-28T11:24:07.578Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
88262025-02-28T11:24:07.578Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
88272025-02-28T11:24:07.578Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
88282025-02-28T11:24:07.578Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
88292025-02-28T11:24:07.578Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
88302025-02-28T11:24:07.578Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
88312025-02-28T11:24:07.578Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
88322025-02-28T11:24:07.578Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
88332025-02-28T11:24:07.578Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
88342025-02-28T11:24:07.578Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
88352025-02-28T11:24:07.578Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
88362025-02-28T11:24:07.578Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
88372025-02-28T11:24:07.578Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
88382025-02-28T11:24:07.578Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
88392025-02-28T11:24:07.578Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
88402025-02-28T11:24:07.578Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
88412025-02-28T11:24:07.578Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
88422025-02-28T11:24:07.579Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
88432025-02-28T11:24:07.579Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
88442025-02-28T11:24:07.579Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
88452025-02-28T11:24:07.579Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
88462025-02-28T11:24:07.579Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
88472025-02-28T11:24:07.579Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
88482025-02-28T11:24:07.579Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
88492025-02-28T11:24:07.579Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
88502025-02-28T11:24:07.579Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
88512025-02-28T11:24:07.579Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
88522025-02-28T11:24:07.579Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
88532025-02-28T11:24:07.579Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
88542025-02-28T11:24:07.579Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
88552025-02-28T11:24:07.579Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
88562025-02-28T11:24:07.579Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
88572025-02-28T11:24:07.579Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
88582025-02-28T11:24:07.579Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
88592025-02-28T11:24:07.579Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
88602025-02-28T11:24:07.579Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
88612025-02-28T11:24:07.580Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
88622025-02-28T11:24:07.580Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
88632025-02-28T11:24:07.580Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
88642025-02-28T11:24:07.580Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
88652025-02-28T11:24:07.580Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
88662025-02-28T11:24:07.580Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
88672025-02-28T11:24:07.580Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
88682025-02-28T11:24:07.580Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
88692025-02-28T11:24:07.580Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
88702025-02-28T11:24:07.580Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
88712025-02-28T11:24:07.580Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
88722025-02-28T11:24:07.580Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
88732025-02-28T11:24:07.580Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
88742025-02-28T11:24:07.580Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
88752025-02-28T11:24:07.580Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
88762025-02-28T11:24:07.580Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
88772025-02-28T11:24:07.580Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
88782025-02-28T11:24:07.580Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
88792025-02-28T11:24:07.580Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
88802025-02-28T11:24:07.580Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
88812025-02-28T11:24:07.580Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
88822025-02-28T11:24:07.580Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
88832025-02-28T11:24:07.580Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
88842025-02-28T11:24:07.580Z Fresh omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
88852025-02-28T11:24:07.580Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
88862025-02-28T11:24:07.580Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
88872025-02-28T11:24:07.580Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
88882025-02-28T11:24:07.580Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
88892025-02-28T11:24:07.580Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
88902025-02-28T11:24:07.580Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
88912025-02-28T11:24:07.580Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
88922025-02-28T11:24:07.581Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
88932025-02-28T11:24:07.581Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
88942025-02-28T11:24:07.581Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
88952025-02-28T11:24:07.581Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
88962025-02-28T11:24:07.584Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
88972025-02-28T11:24:07.584Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
88982025-02-28T11:24:07.584Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
88992025-02-28T11:24:07.584Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
89002025-02-28T11:24:07.584Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
89012025-02-28T11:24:07.585Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
89022025-02-28T11:24:07.585Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
89032025-02-28T11:24:07.585Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
89042025-02-28T11:24:07.585Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
89052025-02-28T11:24:07.585Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
89062025-02-28T11:24:07.585Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
89072025-02-28T11:24:07.585Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
89082025-02-28T11:24:07.585Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
89092025-02-28T11:24:07.585Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
89102025-02-28T11:24:07.585Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
89112025-02-28T11:24:07.585Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
89122025-02-28T11:24:07.585Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
89132025-02-28T11:24:07.585Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2.33s
89142025-02-28T11:24:07.660Z Doc-tests api_identity
89152025-02-28T11:24:07.663Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-65b1f784de0a652e.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.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`
89162025-02-28T11:24:07.958Z
89172025-02-28T11:24:07.958Zrunning 0 tests
89182025-02-28T11:24:07.958Z
89192025-02-28T11:24:07.961Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89202025-02-28T11:24:07.961Z
89212025-02-28T11:24:07.969Z Doc-tests authz_macros
89222025-02-28T11:24:07.972Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e9cfb8b165f4a11b.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.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-414b8538ec4fa1ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a9ea3aaf9229e0ec.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cd644139eea184df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.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`
89232025-02-28T11:24:08.113Z
89242025-02-28T11:24:08.113Zrunning 7 tests
89252025-02-28T11:24:08.115Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
89262025-02-28T11:24:08.115Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
89272025-02-28T11:24:08.115Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
89282025-02-28T11:24:08.116Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
89292025-02-28T11:24:08.116Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
89302025-02-28T11:24:08.116Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
89312025-02-28T11:24:08.116Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
89322025-02-28T11:24:08.116Z
89332025-02-28T11:24:08.116Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
89342025-02-28T11:24:08.116Z
89352025-02-28T11:24:08.126Z Doc-tests bootstore
89362025-02-28T11:24:08.130Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3d7b764dcca89ef7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-79fcf541c4ffe859.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-30bce58723a03373.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd67cff3c9d3bc1c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ffb9404a7105a0dd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.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-96c0ab0f17813e78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ca2fc3f80223f070.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.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`
89372025-02-28T11:24:08.823Z
89382025-02-28T11:24:08.823Zrunning 0 tests
89392025-02-28T11:24:08.823Z
89402025-02-28T11:24:08.823Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89412025-02-28T11:24:08.823Z
89422025-02-28T11:24:08.857Z Doc-tests bootstrap_agent_api
89432025-02-28T11:24:08.860Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2f00b1237c611731.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89442025-02-28T11:24:09.181Z
89452025-02-28T11:24:09.181Zrunning 2 tests
89462025-02-28T11:24:09.184Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
89472025-02-28T11:24:09.184Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
89482025-02-28T11:24:09.184Z
89492025-02-28T11:24:09.184Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
89502025-02-28T11:24:09.184Z
89512025-02-28T11:24:09.210Z Doc-tests bootstrap_agent_client
89522025-02-28T11:24:09.212Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-29076cc2566c5298.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-747fe3d407fe8ec6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89532025-02-28T11:24:10.071Z
89542025-02-28T11:24:10.071Zrunning 0 tests
89552025-02-28T11:24:10.071Z
89562025-02-28T11:24:10.071Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89572025-02-28T11:24:10.071Z
89582025-02-28T11:24:10.111Z Doc-tests clickana
89592025-02-28T11:24:10.114Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-b7db7ec5733814f9.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-63e288e334c5349b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0208c59fdc702450.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89602025-02-28T11:24:10.528Z
89612025-02-28T11:24:10.528Zrunning 0 tests
89622025-02-28T11:24:10.528Z
89632025-02-28T11:24:10.528Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89642025-02-28T11:24:10.528Z
89652025-02-28T11:24:10.554Z Doc-tests clickhouse_admin_api
89662025-02-28T11:24:10.558Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6c70e3992a6a2f8f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89672025-02-28T11:24:10.820Z
89682025-02-28T11:24:10.820Zrunning 6 tests
89692025-02-28T11:24:10.824Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 37) ... ignored
89702025-02-28T11:24:10.824Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 43) ... ignored
89712025-02-28T11:24:10.824Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 115) ... ignored
89722025-02-28T11:24:10.824Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 121) ... ignored
89732025-02-28T11:24:10.824Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 180) ... ignored
89742025-02-28T11:24:10.824Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 186) ... ignored
89752025-02-28T11:24:10.824Z
89762025-02-28T11:24:10.824Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
89772025-02-28T11:24:10.824Z
89782025-02-28T11:24:10.846Z Doc-tests clickhouse_admin_keeper_client
89792025-02-28T11:24:10.849Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bb251cc16f867c81.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-366aa14937c942ac.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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`
89802025-02-28T11:24:11.418Z
89812025-02-28T11:24:11.418Zrunning 0 tests
89822025-02-28T11:24:11.419Z
89832025-02-28T11:24:11.419Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89842025-02-28T11:24:11.419Z
89852025-02-28T11:24:11.451Z Doc-tests clickhouse_admin_server_client
89862025-02-28T11:24:11.454Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bb251cc16f867c81.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-63e288e334c5349b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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`
89872025-02-28T11:24:11.969Z
89882025-02-28T11:24:11.969Zrunning 0 tests
89892025-02-28T11:24:11.969Z
89902025-02-28T11:24:11.969Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89912025-02-28T11:24:11.969Z
89922025-02-28T11:24:12.001Z Doc-tests clickhouse_admin_single_client
89932025-02-28T11:24:12.004Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bb251cc16f867c81.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4236577133eb3a11.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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`
89942025-02-28T11:24:12.231Z
89952025-02-28T11:24:12.231Zrunning 0 tests
89962025-02-28T11:24:12.231Z
89972025-02-28T11:24:12.231Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89982025-02-28T11:24:12.231Z
89992025-02-28T11:24:12.251Z Doc-tests clickhouse_admin_test_utils
90002025-02-28T11:24:12.254Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-adcdc6bfd3808e20.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-a3032431a99bcb1b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-088f38a6624f97eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90012025-02-28T11:24:12.486Z
90022025-02-28T11:24:12.486Zrunning 0 tests
90032025-02-28T11:24:12.486Z
90042025-02-28T11:24:12.487Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90052025-02-28T11:24:12.487Z
90062025-02-28T11:24:12.510Z Doc-tests clickhouse_admin_types
90072025-02-28T11:24:12.513Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d70545452c463538.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3a921cd77af55d5a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-96c0ab0f17813e78.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90082025-02-28T11:24:13.021Z
90092025-02-28T11:24:13.021Zrunning 0 tests
90102025-02-28T11:24:13.021Z
90112025-02-28T11:24:13.021Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90122025-02-28T11:24:13.021Z
90132025-02-28T11:24:13.053Z Doc-tests cockroach_admin_api
90142025-02-28T11:24:13.055Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a7d629669bc17e9e.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3c7ff0a941f03bee.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90152025-02-28T11:24:13.256Z
90162025-02-28T11:24:13.256Zrunning 2 tests
90172025-02-28T11:24:13.259Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 20) ... ignored
90182025-02-28T11:24:13.259Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 26) ... ignored
90192025-02-28T11:24:13.259Z
90202025-02-28T11:24:13.259Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
90212025-02-28T11:24:13.259Z
90222025-02-28T11:24:13.276Z Doc-tests cockroach_admin_client
90232025-02-28T11:24:13.279Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bb251cc16f867c81.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-817a0a6d33753005.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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`
90242025-02-28T11:24:13.547Z
90252025-02-28T11:24:13.547Zrunning 0 tests
90262025-02-28T11:24:13.547Z
90272025-02-28T11:24:13.547Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90282025-02-28T11:24:13.548Z
90292025-02-28T11:24:13.569Z Doc-tests cockroach_admin_types
90302025-02-28T11:24:13.572Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bb251cc16f867c81.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3c7ff0a941f03bee.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-def9173e44bdd3ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90312025-02-28T11:24:13.712Z
90322025-02-28T11:24:13.712Zrunning 0 tests
90332025-02-28T11:24:13.712Z
90342025-02-28T11:24:13.712Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90352025-02-28T11:24:13.712Z
90362025-02-28T11:24:13.726Z Doc-tests db_macros
90372025-02-28T11:24:13.729Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-de8d32ebe9b497b8.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.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-414b8538ec4fa1ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a9ea3aaf9229e0ec.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-cd644139eea184df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.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`
90382025-02-28T11:24:13.977Z
90392025-02-28T11:24:13.977Zrunning 3 tests
90402025-02-28T11:24:13.979Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
90412025-02-28T11:24:13.979Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 50) ... ignored
90422025-02-28T11:24:13.980Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 73) ... ignored
90432025-02-28T11:24:13.980Z
90442025-02-28T11:24:13.980Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
90452025-02-28T11:24:13.980Z
90462025-02-28T11:24:13.994Z Doc-tests dns_server
90472025-02-28T11:24:13.997Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ba20c107638714b5.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-556e89943ba43b93.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-633f70a964cefbdb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-ff2b5baded1feee5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-485c21659db2993a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-188bc2609c779b47.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-36125ee714f84e8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.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-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90482025-02-28T11:24:14.325Z
90492025-02-28T11:24:14.325Zrunning 0 tests
90502025-02-28T11:24:14.325Z
90512025-02-28T11:24:14.325Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90522025-02-28T11:24:14.325Z
90532025-02-28T11:24:14.354Z Doc-tests dns_server_api
90542025-02-28T11:24:14.356Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bb251cc16f867c81.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-556e89943ba43b93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-21b62d0b4661d764.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90552025-02-28T11:24:14.596Z
90562025-02-28T11:24:14.596Zrunning 2 tests
90572025-02-28T11:24:14.599Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 134) ... ignored
90582025-02-28T11:24:14.599Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 140) ... ignored
90592025-02-28T11:24:14.599Z
90602025-02-28T11:24:14.599Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
90612025-02-28T11:24:14.599Z
90622025-02-28T11:24:14.621Z Doc-tests dns_service_client
90632025-02-28T11:24:14.623Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bb251cc16f867c81.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-633f70a964cefbdb.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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`
90642025-02-28T11:24:14.934Z
90652025-02-28T11:24:14.935Zrunning 0 tests
90662025-02-28T11:24:14.935Z
90672025-02-28T11:24:14.935Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90682025-02-28T11:24:14.935Z
90692025-02-28T11:24:14.963Z Doc-tests dpd_client
90702025-02-28T11:24:14.966Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bb251cc16f867c81.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cdaa7600a908d70f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-63cb8a31f4e10802.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-747fe3d407fe8ec6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90712025-02-28T11:24:16.098Z
90722025-02-28T11:24:16.098Zrunning 0 tests
90732025-02-28T11:24:16.098Z
90742025-02-28T11:24:16.098Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90752025-02-28T11:24:16.098Z
90762025-02-28T11:24:16.138Z Doc-tests end_to_end_tests
90772025-02-28T11:24:16.141Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-c51beed7bfac70ec.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e02bcee0bb8ae514.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-981804fe100c261c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.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-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-13051e6052c12f4e.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-01907fd4d8cf1665.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9c94b65e0acc5750.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-6a64e379bc256e05.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-14448767bfed8891.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-bc2e091729b35fb2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.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-67668311946ae631.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-b761ff4075e9e77b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90782025-02-28T11:24:16.539Z
90792025-02-28T11:24:16.539Zrunning 0 tests
90802025-02-28T11:24:16.539Z
90812025-02-28T11:24:16.539Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90822025-02-28T11:24:16.539Z
90832025-02-28T11:24:16.571Z Doc-tests gateway_api
90842025-02-28T11:24:16.574Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-52f8d8fc4420eba6.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-93314e51fec8aaec.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-81e9cab7e940ac2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90852025-02-28T11:24:16.927Z
90862025-02-28T11:24:16.927Zrunning 2 tests
90872025-02-28T11:24:16.929Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 47) ... ignored
90882025-02-28T11:24:16.929Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 53) ... ignored
90892025-02-28T11:24:16.929Z
90902025-02-28T11:24:16.929Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
90912025-02-28T11:24:16.929Z
90922025-02-28T11:24:16.954Z Doc-tests gateway_client
90932025-02-28T11:24:16.957Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bb251cc16f867c81.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90942025-02-28T11:24:17.837Z
90952025-02-28T11:24:17.837Zrunning 0 tests
90962025-02-28T11:24:17.837Z
90972025-02-28T11:24:17.837Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90982025-02-28T11:24:17.837Z
90992025-02-28T11:24:17.869Z Doc-tests gateway_test_utils
91002025-02-28T11:24:17.872Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-adcdc6bfd3808e20.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8aca2d393ee7e31.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-81e9cab7e940ac2a.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-391d40b72b0db686.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ab000affdca7fbb6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91012025-02-28T11:24:18.393Z
91022025-02-28T11:24:18.394Zrunning 0 tests
91032025-02-28T11:24:18.394Z
91042025-02-28T11:24:18.394Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91052025-02-28T11:24:18.394Z
91062025-02-28T11:24:18.431Z Doc-tests gateway_types
91072025-02-28T11:24:18.433Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2e1c6d93f073be21.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-81e9cab7e940ac2a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-27d5b530cf7532e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91082025-02-28T11:24:18.966Z
91092025-02-28T11:24:18.967Zrunning 0 tests
91102025-02-28T11:24:18.967Z
91112025-02-28T11:24:18.967Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91122025-02-28T11:24:18.967Z
91132025-02-28T11:24:19.000Z Doc-tests illumos_utils
91142025-02-28T11:24:19.002Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-a430c26f0a3fd115.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fa0bc0485b87f2d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.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-e13dfae4959ee8af.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-6fcb380dd91b4896.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2a85b02ef7a09709.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-6985c6b2a7d6e587.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-14bb0920b900fca0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-747fe3d407fe8ec6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-67668311946ae631.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-e83632967c5c0152.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7b5ed50b0d9e53b0.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`
91152025-02-28T11:24:20.329Z
91162025-02-28T11:24:20.329Zrunning 0 tests
91172025-02-28T11:24:20.329Z
91182025-02-28T11:24:20.329Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91192025-02-28T11:24:20.329Z
91202025-02-28T11:24:20.382Z Doc-tests installinator
91212025-02-28T11:24:20.385Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.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-6eab0af28e65d10c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2efee2a2ea195fb6.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-41f30887f52edb28.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9613a24610ea6a9.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-27d5b530cf7532e2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2677b56dd18acb96.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-e8ab78fae7d9916e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-172d299e513590f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7a21d3d500244c5f.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-e03d120aaebd5f94.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-79edd81950b776cd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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`
91222025-02-28T11:24:20.950Z
91232025-02-28T11:24:20.950Zrunning 0 tests
91242025-02-28T11:24:20.950Z
91252025-02-28T11:24:20.950Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91262025-02-28T11:24:20.950Z
91272025-02-28T11:24:20.986Z Doc-tests installinator_api
91282025-02-28T11:24:20.988Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-48b73e8fc826255c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9613a24610ea6a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91292025-02-28T11:24:21.279Z
91302025-02-28T11:24:21.280Zrunning 2 tests
91312025-02-28T11:24:21.282Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
91322025-02-28T11:24:21.282Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
91332025-02-28T11:24:21.282Z
91342025-02-28T11:24:21.282Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
91352025-02-28T11:24:21.282Z
91362025-02-28T11:24:21.309Z Doc-tests installinator_client
91372025-02-28T11:24:21.312Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-41f30887f52edb28.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9613a24610ea6a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-747fe3d407fe8ec6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91382025-02-28T11:24:22.124Z
91392025-02-28T11:24:22.124Zrunning 0 tests
91402025-02-28T11:24:22.125Z
91412025-02-28T11:24:22.125Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91422025-02-28T11:24:22.125Z
91432025-02-28T11:24:22.163Z Doc-tests installinator_common
91442025-02-28T11:24:22.165Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9613a24610ea6a9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91452025-02-28T11:24:22.530Z
91462025-02-28T11:24:22.530Zrunning 0 tests
91472025-02-28T11:24:22.531Z
91482025-02-28T11:24:22.531Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91492025-02-28T11:24:22.531Z
91502025-02-28T11:24:22.561Z Doc-tests internal_dns_resolver
91512025-02-28T11:24:22.563Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.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-ba20c107638714b5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-633f70a964cefbdb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c8993d753b599e9f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b84af011857af558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91522025-02-28T11:24:22.824Z
91532025-02-28T11:24:22.824Zrunning 0 tests
91542025-02-28T11:24:22.824Z
91552025-02-28T11:24:22.824Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91562025-02-28T11:24:22.824Z
91572025-02-28T11:24:22.850Z Doc-tests internal_dns_types
91582025-02-28T11:24:22.855Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91592025-02-28T11:24:23.157Z
91602025-02-28T11:24:23.157Zrunning 0 tests
91612025-02-28T11:24:23.157Z
91622025-02-28T11:24:23.157Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91632025-02-28T11:24:23.157Z
91642025-02-28T11:24:23.184Z Doc-tests ipcc
91652025-02-28T11:24:23.186Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-30bce58723a03373.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-27d5b530cf7532e2.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-fbfff0676174d7d8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91662025-02-28T11:24:23.435Z
91672025-02-28T11:24:23.435Zrunning 0 tests
91682025-02-28T11:24:23.435Z
91692025-02-28T11:24:23.435Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91702025-02-28T11:24:23.435Z
91712025-02-28T11:24:23.459Z Doc-tests key_manager
91722025-02-28T11:24:23.462Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-be3fd398a6d21510.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd67cff3c9d3bc1c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d04e46c78fa09a36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ffb9404a7105a0dd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91732025-02-28T11:24:23.714Z
91742025-02-28T11:24:23.714Zrunning 0 tests
91752025-02-28T11:24:23.714Z
91762025-02-28T11:24:23.714Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91772025-02-28T11:24:23.714Z
91782025-02-28T11:24:23.739Z Doc-tests live_tests_macros
91792025-02-28T11:24:23.743Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ad8ad46d17cf438e.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.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`
91802025-02-28T11:24:23.821Z
91812025-02-28T11:24:23.821Zrunning 1 test
91822025-02-28T11:24:23.824Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
91832025-02-28T11:24:23.824Z
91842025-02-28T11:24:23.824Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
91852025-02-28T11:24:23.824Z
91862025-02-28T11:24:23.833Z Doc-tests nexus_auth
91872025-02-28T11:24:23.836Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-e9cfb8b165f4a11b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-9c1d64915a9307de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.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-647878eeebc3d009.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-b2093b5cad11f82e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-183f95e51dbc5b2a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-044b242d5e775ae6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a3251722a09dadb6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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`
91882025-02-28T11:24:24.734Z
91892025-02-28T11:24:24.734Zrunning 0 tests
91902025-02-28T11:24:24.735Z
91912025-02-28T11:24:24.735Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91922025-02-28T11:24:24.735Z
91932025-02-28T11:24:24.780Z Doc-tests nexus_client
91942025-02-28T11:24:24.783Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bb251cc16f867c81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-747fe3d407fe8ec6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91952025-02-28T11:24:26.739Z
91962025-02-28T11:24:26.739Zrunning 0 tests
91972025-02-28T11:24:26.739Z
91982025-02-28T11:24:26.739Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91992025-02-28T11:24:26.739Z
92002025-02-28T11:24:26.793Z Doc-tests nexus_config
92012025-02-28T11:24:26.796Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
92022025-02-28T11:24:27.324Z
92032025-02-28T11:24:27.325Zrunning 0 tests
92042025-02-28T11:24:27.325Z
92052025-02-28T11:24:27.325Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92062025-02-28T11:24:27.325Z
92072025-02-28T11:24:27.357Z Doc-tests nexus_db_fixed_data
92082025-02-28T11:24:27.359Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b2093b5cad11f82e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-183f95e51dbc5b2a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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`
92092025-02-28T11:24:27.791Z
92102025-02-28T11:24:27.791Zrunning 0 tests
92112025-02-28T11:24:27.792Z
92122025-02-28T11:24:27.792Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92132025-02-28T11:24:27.792Z
92142025-02-28T11:24:27.823Z Doc-tests nexus_db_model
92152025-02-28T11:24:27.826Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-de8d32ebe9b497b8.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4d015bf94185e318.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3ec9c580ccbe91a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.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-f8676cde266e878b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-183f95e51dbc5b2a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-de9539cda80c3f21.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-221c90c5a1bdc53c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0baafac754988fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.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-67668311946ae631.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4eed554f603e2754.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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`
92162025-02-28T11:24:35.803Z
92172025-02-28T11:24:35.803Zrunning 2 tests
92182025-02-28T11:24:38.472Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
92192025-02-28T11:24:38.475Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
92202025-02-28T11:24:38.475Z
92212025-02-28T11:24:38.476Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.67s
92222025-02-28T11:24:38.476Z
92232025-02-28T11:24:38.710Z Doc-tests nexus_db_queries
92242025-02-28T11:24:38.715Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.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-f2eb124640dd5009.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e14cfeb526a35913.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-de8d32ebe9b497b8.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3ec9c580ccbe91a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-6416226d5792931a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07bb055ebd541a34.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-647878eeebc3d009.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-b2093b5cad11f82e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-183f95e51dbc5b2a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bcf783fac02979cd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f33da92474d5e5fd.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ec5d6aab8c4fb33.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9c94b65e0acc5750.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-044b242d5e775ae6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-5672b9070f89d051.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.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-c8993d753b599e9f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0baafac754988fb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-12dd87c6a53a41f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.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-67668311946ae631.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4eed554f603e2754.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-11fcd0b1f8a821c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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`
92252025-02-28T11:24:40.823Z
92262025-02-28T11:24:40.823Zrunning 1 test
92272025-02-28T11:24:44.125Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 222) ... ok
92282025-02-28T11:24:44.127Z
92292025-02-28T11:24:44.127Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.30s
92302025-02-28T11:24:44.128Z
92312025-02-28T11:24:44.210Z Doc-tests nexus_defaults
92322025-02-28T11:24:44.210Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e99d9ba4d44afd33.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-de9539cda80c3f21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
92332025-02-28T11:24:44.446Z
92342025-02-28T11:24:44.446Zrunning 0 tests
92352025-02-28T11:24:44.446Z
92362025-02-28T11:24:44.446Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92372025-02-28T11:24:44.446Z
92382025-02-28T11:24:44.470Z Doc-tests nexus_external_api
92392025-02-28T11:24:44.472Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-6e76726d28433f73.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-21b62d0b4661d764.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f26aaa3a3972aab3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07d181e814b442df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
92402025-02-28T11:24:45.050Z
92412025-02-28T11:24:45.050Zrunning 2 tests
92422025-02-28T11:24:45.053Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 81) ... ignored
92432025-02-28T11:24:45.053Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 87) ... ignored
92442025-02-28T11:24:45.053Z
92452025-02-28T11:24:45.053Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
92462025-02-28T11:24:45.053Z
92472025-02-28T11:24:45.086Z Doc-tests nexus_internal_api
92482025-02-28T11:24:45.089Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-52f8d8fc4420eba6.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e3d09d11a3d3c886.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
92492025-02-28T11:24:45.535Z
92502025-02-28T11:24:45.535Zrunning 2 tests
92512025-02-28T11:24:45.538Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 57) ... ignored
92522025-02-28T11:24:45.538Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 63) ... ignored
92532025-02-28T11:24:45.538Z
92542025-02-28T11:24:45.538Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
92552025-02-28T11:24:45.538Z
92562025-02-28T11:24:45.570Z Doc-tests nexus_inventory
92572025-02-28T11:24:45.574Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-366aa14937c942ac.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-63e288e334c5349b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8aca2d393ee7e31.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bcf783fac02979cd.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9c94b65e0acc5750.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-411731652219e1cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
92582025-02-28T11:24:45.952Z
92592025-02-28T11:24:45.952Zrunning 0 tests
92602025-02-28T11:24:45.952Z
92612025-02-28T11:24:45.952Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92622025-02-28T11:24:45.952Z
92632025-02-28T11:24:45.984Z Doc-tests nexus_macros_common
92642025-02-28T11:24:45.987Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-414b8538ec4fa1ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
92652025-02-28T11:24:46.066Z
92662025-02-28T11:24:46.066Zrunning 0 tests
92672025-02-28T11:24:46.066Z
92682025-02-28T11:24:46.066Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92692025-02-28T11:24:46.066Z
92702025-02-28T11:24:46.076Z Doc-tests nexus_metrics_producer_gc
92712025-02-28T11:24:46.079Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f2eb124640dd5009.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3ec9c580ccbe91a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-0bcdc28301a6b84e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-183f95e51dbc5b2a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0aa25f5284a027a0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ec5d6aab8c4fb33.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4a67e31427aeea4c.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-67668311946ae631.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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`
92722025-02-28T11:24:46.525Z
92732025-02-28T11:24:46.525Zrunning 0 tests
92742025-02-28T11:24:46.525Z
92752025-02-28T11:24:46.526Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92762025-02-28T11:24:46.526Z
92772025-02-28T11:24:46.568Z Doc-tests nexus_networking
92782025-02-28T11:24:46.570Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6eab0af28e65d10c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-aeaf5db27c332cc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
92792025-02-28T11:24:47.022Z
92802025-02-28T11:24:47.022Zrunning 0 tests
92812025-02-28T11:24:47.023Z
92822025-02-28T11:24:47.023Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92832025-02-28T11:24:47.023Z
92842025-02-28T11:24:47.061Z Doc-tests nexus_reconfigurator_blippy
92852025-02-28T11:24:47.064Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f0791dcf8bd30225.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f33da92474d5e5fd.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
92862025-02-28T11:24:47.407Z
92872025-02-28T11:24:47.407Zrunning 0 tests
92882025-02-28T11:24:47.407Z
92892025-02-28T11:24:47.409Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92902025-02-28T11:24:47.409Z
92912025-02-28T11:24:47.438Z Doc-tests nexus_reconfigurator_execution
92922025-02-28T11:24:47.441Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f2eb124640dd5009.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-366aa14937c942ac.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-63e288e334c5349b.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4236577133eb3a11.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-817a0a6d33753005.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3ec9c580ccbe91a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-0bcdc28301a6b84e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-80af3296f3b32313.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0fe029a8f0a9b2fc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-183f95e51dbc5b2a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bcf783fac02979cd.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-aeaf5db27c332cc0.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b138ddb35c70d600.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f33da92474d5e5fd.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e221a8ce0e1360d7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ec5d6aab8c4fb33.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-254dcceda3044261.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d72d7799eaf4dcd0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.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-67668311946ae631.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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`
92932025-02-28T11:24:47.925Z
92942025-02-28T11:24:47.925Zrunning 0 tests
92952025-02-28T11:24:47.925Z
92962025-02-28T11:24:47.925Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92972025-02-28T11:24:47.925Z
92982025-02-28T11:24:47.966Z Doc-tests nexus_reconfigurator_planning
92992025-02-28T11:24:47.969Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3a921cd77af55d5a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-80af3296f3b32313.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bcf783fac02979cd.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f0791dcf8bd30225.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f33da92474d5e5fd.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.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-67668311946ae631.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-411731652219e1cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93002025-02-28T11:24:48.470Z
93012025-02-28T11:24:48.471Zrunning 0 tests
93022025-02-28T11:24:48.471Z
93032025-02-28T11:24:48.471Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93042025-02-28T11:24:48.471Z
93052025-02-28T11:24:48.507Z Doc-tests nexus_reconfigurator_preparation
93062025-02-28T11:24:48.510Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-183f95e51dbc5b2a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e221a8ce0e1360d7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.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-67668311946ae631.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93072025-02-28T11:24:48.948Z
93082025-02-28T11:24:48.948Zrunning 0 tests
93092025-02-28T11:24:48.948Z
93102025-02-28T11:24:48.948Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93112025-02-28T11:24:48.948Z
93122025-02-28T11:24:48.982Z Doc-tests nexus_reconfigurator_rendezvous
93132025-02-28T11:24:48.985Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f2eb124640dd5009.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3ec9c580ccbe91a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-183f95e51dbc5b2a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-780f3d01616c2d38.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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`
93142025-02-28T11:24:49.412Z
93152025-02-28T11:24:49.412Zrunning 0 tests
93162025-02-28T11:24:49.412Z
93172025-02-28T11:24:49.412Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93182025-02-28T11:24:49.412Z
93192025-02-28T11:24:49.450Z Doc-tests nexus_reconfigurator_simulation
93202025-02-28T11:24:49.453Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bcf783fac02979cd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f33da92474d5e5fd.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-b46d245cf0bf094e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-ab7a058d8c628c9d.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-d4488a9d70a633a2.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-411731652219e1cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93212025-02-28T11:24:49.821Z
93222025-02-28T11:24:49.821Zrunning 0 tests
93232025-02-28T11:24:49.821Z
93242025-02-28T11:24:49.821Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93252025-02-28T11:24:49.821Z
93262025-02-28T11:24:49.853Z Doc-tests nexus_saga_recovery
93272025-02-28T11:24:49.856Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bb251cc16f867c81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-647878eeebc3d009.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-183f95e51dbc5b2a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7692eea99b078986.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ec5d6aab8c4fb33.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-254dcceda3044261.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.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-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-67668311946ae631.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4eed554f603e2754.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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`
93282025-02-28T11:24:50.245Z
93292025-02-28T11:24:50.245Zrunning 0 tests
93302025-02-28T11:24:50.245Z
93312025-02-28T11:24:50.245Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93322025-02-28T11:24:50.245Z
93332025-02-28T11:24:50.279Z Doc-tests nexus_sled_agent_shared
93342025-02-28T11:24:50.281Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3a921cd77af55d5a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93352025-02-28T11:24:50.684Z
93362025-02-28T11:24:50.684Zrunning 0 tests
93372025-02-28T11:24:50.684Z
93382025-02-28T11:24:50.684Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93392025-02-28T11:24:50.684Z
93402025-02-28T11:24:50.714Z Doc-tests nexus_test_interface
93412025-02-28T11:24:50.717Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-be3fd398a6d21510.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d19029300bb3f1dc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93422025-02-28T11:24:51.044Z
93432025-02-28T11:24:51.044Zrunning 0 tests
93442025-02-28T11:24:51.044Z
93452025-02-28T11:24:51.044Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93462025-02-28T11:24:51.044Z
93472025-02-28T11:24:51.075Z Doc-tests nexus_test_utils
93482025-02-28T11:24:51.077Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8237451b3178f44a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ba20c107638714b5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-633f70a964cefbdb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8aca2d393ee7e31.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d19029300bb3f1dc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ec5d6aab8c4fb33.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9c94b65e0acc5750.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-42b41cc83d443963.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f81e03e25852f835.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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`
93492025-02-28T11:24:51.813Z
93502025-02-28T11:24:51.813Zrunning 0 tests
93512025-02-28T11:24:51.813Z
93522025-02-28T11:24:51.813Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93532025-02-28T11:24:51.813Z
93542025-02-28T11:24:51.859Z Doc-tests nexus_test_utils_macros
93552025-02-28T11:24:51.862Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-254dcceda3044261.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.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`
93562025-02-28T11:24:51.946Z
93572025-02-28T11:24:51.946Zrunning 1 test
93582025-02-28T11:24:51.949Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
93592025-02-28T11:24:51.949Z
93602025-02-28T11:24:51.949Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
93612025-02-28T11:24:51.949Z
93622025-02-28T11:24:51.956Z Doc-tests nexus_types
93632025-02-28T11:24:51.959Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-65b1f784de0a652e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-9c1d64915a9307de.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3a921cd77af55d5a.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4d015bf94185e318.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0fe029a8f0a9b2fc.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-d0bebc077a0a8234.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07d181e814b442df.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.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-67668311946ae631.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4eed554f603e2754.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93642025-02-28T11:24:54.859Z
93652025-02-28T11:24:54.859Zrunning 2 tests
93662025-02-28T11:24:54.861Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 1018) ... ignored
93672025-02-28T11:24:54.862Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 836) ... ignored
93682025-02-28T11:24:54.862Z
93692025-02-28T11:24:54.862Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
93702025-02-28T11:24:54.862Z
93712025-02-28T11:24:54.942Z Doc-tests omicron_brand_metadata
93722025-02-28T11:24:54.945Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bb4a7f000f951b94.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93732025-02-28T11:24:55.040Z
93742025-02-28T11:24:55.040Zrunning 0 tests
93752025-02-28T11:24:55.041Z
93762025-02-28T11:24:55.041Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93772025-02-28T11:24:55.041Z
93782025-02-28T11:24:55.052Z Doc-tests omicron_certificates
93792025-02-28T11:24:55.055Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-221c90c5a1bdc53c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-f9897b555aa70ed5.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93802025-02-28T11:24:55.331Z
93812025-02-28T11:24:55.331Zrunning 0 tests
93822025-02-28T11:24:55.331Z
93832025-02-28T11:24:55.331Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93842025-02-28T11:24:55.332Z
93852025-02-28T11:24:55.358Z Doc-tests omicron_clickhouse_admin
93862025-02-28T11:24:55.361Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-6c70e3992a6a2f8f.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-a3032431a99bcb1b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-088f38a6624f97eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-5946ee921bccb39f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-68fcfa2d6b96c6be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93872025-02-28T11:24:55.753Z
93882025-02-28T11:24:55.753Zrunning 0 tests
93892025-02-28T11:24:55.753Z
93902025-02-28T11:24:55.753Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93912025-02-28T11:24:55.753Z
93922025-02-28T11:24:55.789Z Doc-tests omicron_cockroach_admin
93932025-02-28T11:24:55.792Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-a7d629669bc17e9e.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-3c7ff0a941f03bee.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-def9173e44bdd3ba.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ec5d6aab8c4fb33.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-43949b4fe29d7233.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.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`
93942025-02-28T11:24:56.098Z
93952025-02-28T11:24:56.098Zrunning 0 tests
93962025-02-28T11:24:56.098Z
93972025-02-28T11:24:56.098Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93982025-02-28T11:24:56.098Z
93992025-02-28T11:24:56.126Z Doc-tests omicron_common
94002025-02-28T11:24:56.129Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-65b1f784de0a652e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5f179acf52286a8f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-3a921cd77af55d5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ac25e8b3e7842f36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-63cb8a31f4e10802.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-747fe3d407fe8ec6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-9ae585b96467e022.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.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-67668311946ae631.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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`
94012025-02-28T11:24:57.926Z
94022025-02-28T11:24:57.926Zrunning 2 tests
94032025-02-28T11:24:57.929Ztest common/src/lib.rs - FileKv (line 40) ... ignored
94042025-02-28T11:25:03.105Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 620) ... ok
94052025-02-28T11:25:03.105Z
94062025-02-28T11:25:03.108Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.18s
94072025-02-28T11:25:03.108Z
94082025-02-28T11:25:03.166Z Doc-tests omicron_ddm_admin_client
94092025-02-28T11:25:03.169Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5dcfe535ed55fc0d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2677b56dd18acb96.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-63cb8a31f4e10802.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94102025-02-28T11:25:03.440Z
94112025-02-28T11:25:03.440Zrunning 0 tests
94122025-02-28T11:25:03.440Z
94132025-02-28T11:25:03.440Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94142025-02-28T11:25:03.440Z
94152025-02-28T11:25:03.466Z Doc-tests omicron_dev_lib
94162025-02-28T11:25:03.469Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-41b4d43f76d21dca.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-59378a36e7a17410.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94172025-02-28T11:25:03.706Z
94182025-02-28T11:25:03.706Zrunning 0 tests
94192025-02-28T11:25:03.706Z
94202025-02-28T11:25:03.707Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94212025-02-28T11:25:03.707Z
94222025-02-28T11:25:03.731Z Doc-tests omicron_gateway
94232025-02-28T11:25:03.735Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-93314e51fec8aaec.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d5d345a393fe6030.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8aca2d393ee7e31.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-81e9cab7e940ac2a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-27d5b530cf7532e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-391d40b72b0db686.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b13370aa2f26d9e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f81e03e25852f835.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-980077daba3b764e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-316915a690727d7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ab000affdca7fbb6.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-5b6b47f8dfda1e9e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94242025-02-28T11:25:04.372Z
94252025-02-28T11:25:04.372Zrunning 0 tests
94262025-02-28T11:25:04.372Z
94272025-02-28T11:25:04.372Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94282025-02-28T11:25:04.372Z
94292025-02-28T11:25:04.417Z Doc-tests omicron_ls_apis
94302025-02-28T11:25:04.420Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-96c5e23cbc684b91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.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-2a9fed8f7aa3d348.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94312025-02-28T11:25:04.623Z
94322025-02-28T11:25:04.623Zrunning 1 test
94332025-02-28T11:25:04.626Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
94342025-02-28T11:25:04.626Z
94352025-02-28T11:25:04.626Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
94362025-02-28T11:25:04.626Z
94372025-02-28T11:25:04.641Z Doc-tests omicron_nexus
94382025-02-28T11:25:04.644Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.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-f2eb124640dd5009.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-366aa14937c942ac.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-63e288e334c5349b.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4236577133eb3a11.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-817a0a6d33753005.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3a8686786de25933.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8237451b3178f44a.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cf16dcc0d5daadb8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a34d12382d75a497.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-c3ec9c580ccbe91a.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-ba20c107638714b5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-633f70a964cefbdb.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cdaa7600a908d70f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-6288347184e1dc2c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8aca2d393ee7e31.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-0bcdc28301a6b84e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-07bb055ebd541a34.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-8c529edd973a69b6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ac25e8b3e7842f36.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-647878eeebc3d009.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-183f95e51dbc5b2a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ff080bdefc0ff9cd.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-de9539cda80c3f21.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-6e76726d28433f73.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e3d09d11a3d3c886.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bcf783fac02979cd.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0aa25f5284a027a0.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-aeaf5db27c332cc0.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b138ddb35c70d600.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-f33da92474d5e5fd.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-e221a8ce0e1360d7.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-780f3d01616c2d38.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-7692eea99b078986.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-d19029300bb3f1dc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0ec5d6aab8c4fb33.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-254dcceda3044261.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.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-56fb0be760b59ca5.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d72d7799eaf4dcd0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9c94b65e0acc5750.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-6a64e379bc256e05.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4a67e31427aeea4c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-42b41cc83d443963.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b13370aa2f26d9e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f81e03e25852f835.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07d181e814b442df.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-5672b9070f89d051.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.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-63cb8a31f4e10802.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cca56b3715bf46e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c8993d753b599e9f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-eb2f46c6cfae4514.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0baafac754988fb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-12dd87c6a53a41f6.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a3251722a09dadb6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fe34b38305355887.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-6d1d9a2b9f3db845.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ab000affdca7fbb6.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-4eed554f603e2754.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-11fcd0b1f8a821c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2ac062631db207ad.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b4a2680ac0e1f69d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-79edd81950b776cd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-af553bdbd2d89d6e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.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`
94392025-02-28T11:25:06.820Z
94402025-02-28T11:25:06.820Zrunning 5 tests
94412025-02-28T11:25:06.823Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 244) ... ignored
94422025-02-28T11:25:09.870Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 824) ... ok
94432025-02-28T11:25:09.877Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 918) ... ok
94442025-02-28T11:25:09.879Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 846) ... ok
94452025-02-28T11:25:09.928Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 888) ... ok
94462025-02-28T11:25:09.931Z
94472025-02-28T11:25:09.931Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.11s
94482025-02-28T11:25:09.931Z
94492025-02-28T11:25:10.031Z Doc-tests omicron_package
94502025-02-28T11:25:10.034Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-96c5e23cbc684b91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-25b4aee4b6986a0e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-54934951dd7c0422.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-386206e71bd9ba19.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-172d299e513590f1.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-2d32de2149167216.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.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`
94512025-02-28T11:25:10.317Z
94522025-02-28T11:25:10.317Zrunning 0 tests
94532025-02-28T11:25:10.317Z
94542025-02-28T11:25:10.317Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94552025-02-28T11:25:10.317Z
94562025-02-28T11:25:10.338Z Doc-tests omicron_passwords
94572025-02-28T11:25:10.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_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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-1bd1f0f3b8cf4c85.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3a8686786de25933.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-4686149c940e4104.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94582025-02-28T11:25:10.463Z
94592025-02-28T11:25:10.463Zrunning 0 tests
94602025-02-28T11:25:10.463Z
94612025-02-28T11:25:10.463Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94622025-02-28T11:25:10.463Z
94632025-02-28T11:25:10.477Z Doc-tests omicron_pins
94642025-02-28T11:25:10.478Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-96c5e23cbc684b91.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-a391e9a8c443097b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-597b3c4b298e6693.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94652025-02-28T11:25:10.581Z
94662025-02-28T11:25:10.581Zrunning 0 tests
94672025-02-28T11:25:10.581Z
94682025-02-28T11:25:10.581Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94692025-02-28T11:25:10.581Z
94702025-02-28T11:25:10.594Z Doc-tests omicron_rpaths
94712025-02-28T11:25:10.597Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-eaf1b9e406fc6b1c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94722025-02-28T11:25:10.672Z
94732025-02-28T11:25:10.672Zrunning 0 tests
94742025-02-28T11:25:10.672Z
94752025-02-28T11:25:10.672Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94762025-02-28T11:25:10.672Z
94772025-02-28T11:25:10.683Z Doc-tests omicron_sled_agent
94782025-02-28T11:25: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 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.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-be3fd398a6d21510.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d7b764dcca89ef7.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2f00b1237c611731.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-29076cc2566c5298.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-77040dc890e69fae.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8237451b3178f44a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-70238f53d5e6937c.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-ba20c107638714b5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-633f70a964cefbdb.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cdaa7600a908d70f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2bc1f1f0c7f38701.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08847813a8d37cc5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-00fe156926461204.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9613a24610ea6a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e99d9ba4d44afd33.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d04e46c78fa09a36.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ac25e8b3e7842f36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f0791dcf8bd30225.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-bb4a7f000f951b94.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2677b56dd18acb96.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-9c94b65e0acc5750.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2a85b02ef7a09709.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b13370aa2f26d9e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f81e03e25852f835.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.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-6cca56b3715bf46e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-8e7f02cb9d65c319.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5d3a34f48e79fb6a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-eb2f46c6cfae4514.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c327d949d73a704b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-31168597d3e1e585.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-9ae585b96467e022.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-a59a42f36f01c2f1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6086f1badaa0e340.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-172d299e513590f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7a21d3d500244c5f.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8ac393340993591a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-11191a012f089080.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-18a3ba359ca53dc0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-10eb919d469ae582.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ba15ea5a5b3d635b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7b5ed50b0d9e53b0.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`
94792025-02-28T11:25:12.338Z
94802025-02-28T11:25:12.339Zrunning 0 tests
94812025-02-28T11:25:12.339Z
94822025-02-28T11:25:12.339Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94832025-02-28T11:25:12.339Z
94842025-02-28T11:25:12.408Z Doc-tests omicron_test_utils
94852025-02-28T11:25:12.413Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d70545452c463538.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-025fa0661c013306.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f488ce40ad94174d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-392600eb02f75244.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-fa86169c581f0b6d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f8676cde266e878b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-5672b9070f89d051.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-12dd87c6a53a41f6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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`
94862025-02-28T11:25:12.743Z
94872025-02-28T11:25:12.743Zrunning 3 tests
94882025-02-28T11:25:12.746Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 237) ... ignored
94892025-02-28T11:25:18.131Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 249) ... ok
94902025-02-28T11:25:18.134Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 205) ... ok
94912025-02-28T11:25:18.134Z
94922025-02-28T11:25:18.134Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.39s
94932025-02-28T11:25:18.134Z
94942025-02-28T11:25:18.167Z Doc-tests omicron_uuid_kinds
94952025-02-28T11:25:18.171Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3a921cd77af55d5a.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0fe029a8f0a9b2fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.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`
94962025-02-28T11:25:18.297Z
94972025-02-28T11:25:18.297Zrunning 0 tests
94982025-02-28T11:25:18.297Z
94992025-02-28T11:25:18.297Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95002025-02-28T11:25:18.297Z
95012025-02-28T11:25:18.311Z Doc-tests omicron_workspace_hack
95022025-02-28T11:25:18.319Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-86a99f4ac28d3b8b.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-009794bcd0adcca4.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-835cb8333af55726.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-873ca6c511be64fd.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-2782f95855fe4ce2.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-17fa9da22ed739fc.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-5be7a60b64167706.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-770e947861f81604.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-bd1f439b39fa4670.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-7315b290250f53df.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a9acdc605ab40d5a.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-9c1d64915a9307de.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-2aee92d249887bfd.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-deda26ef8f06357a.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-88eb04f5cb135d23.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-b85cfe1a68b7b72b.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1891135b6673283d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-da88c3456a4c0e5c.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ddea1a7155bf510f.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2a51f4ad038a9542.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-96c31fd50bf80e0f.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-e4037fba4f9cf438.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.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-bea6d8f0b8319994.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-52c2335562854fea.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-18f0880b436c32e6.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd074e5e26c6f3e8.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-e4ca59aa4e322fed.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-27c977240796c3a1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-485c21659db2993a.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-628027f208fb1234.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f679619d245e4937.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ae48be8ae41eb0a8.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-117158ec426251f8.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8b814007e844dca0.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a380b12963bfcb13.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ebcb45da670315dc.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-41b4d43f76d21dca.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-ac7c53bc75619921.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0fe029a8f0a9b2fc.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-370cddedf3f05fbc.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-b812d348885ff20e.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-59aa93c5153a9b3f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-cc4c9ca4fb71ffde.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.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-b60e4a9f99bbc8bd.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-3a2a892c15350ff9.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-8001500374b68b56.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c8993d753b599e9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.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-ed6fa7f5b5b4aa10.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-2f98f4cffcfa4c69.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6a985354087de3ce.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-5648ed5d4bf3f9d4.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-a510cdacaeb70854.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-05a475995c9906c0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-25e007f1ee25bcd6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.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-e5bb232e735f783e.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ce1398b91b784a2b.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-ff89f6f9e9e5286b.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-af7ee5c1b0f412fa.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-1268dab9db3bdae9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a13091d4bbd8ffc4.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-204368fc1dd4a857.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-0dc97e1552252cfa.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-606460f6dae0218f.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b908c8d262047c47.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-597b3c4b298e6693.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-6de9411779ff2095.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3732f8bb1c37ac82.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-26ef574f41c04d1c.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7ac579f0269c799a.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8fb1f68b59dc2571.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-01e4a0be8cd7addb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95032025-02-28T11:25:18.385Z
95042025-02-28T11:25:18.385Zrunning 0 tests
95052025-02-28T11:25:18.385Z
95062025-02-28T11:25:18.385Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95072025-02-28T11:25:18.387Z
95082025-02-28T11:25:18.395Z Doc-tests openapi_manager
95092025-02-28T11:25:18.398Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d70545452c463538.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-2f00b1237c611731.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-6c70e3992a6a2f8f.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-a7d629669bc17e9e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-556e89943ba43b93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-93314e51fec8aaec.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.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-48b73e8fc826255c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-c52584126248c235.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-6e76726d28433f73.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e3d09d11a3d3c886.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-075c7dd8dfb6297b.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-21b62d0b4661d764.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c5095a4b610984fe.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-cf388926c9128a71.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c327d949d73a704b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.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-a59a42f36f01c2f1.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97bda6518ce87822.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6cc52bbf45b89078.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-088a7c8864e0a809.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95102025-02-28T11:25:18.931Z
95112025-02-28T11:25:18.931Zrunning 0 tests
95122025-02-28T11:25:18.931Z
95132025-02-28T11:25:18.932Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95142025-02-28T11:25:18.932Z
95152025-02-28T11:25:18.967Z Doc-tests openapi_manager_types
95162025-02-28T11:25:18.970Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-21b62d0b4661d764.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-733d7b7938cc4461.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95172025-02-28T11:25:19.055Z
95182025-02-28T11:25:19.055Zrunning 2 tests
95192025-02-28T11:25:19.343Ztest dev-tools/openapi-manager/types/src/versions.rs - versions::api_versions (line 108) ... ok
95202025-02-28T11:25:19.346Ztest dev-tools/openapi-manager/types/src/versions.rs - versions::api_versions (line 90) ... ok
95212025-02-28T11:25:19.346Z
95222025-02-28T11:25:19.346Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.29s
95232025-02-28T11:25:19.346Z
95242025-02-28T11:25:19.356Z Doc-tests oxide_client
95252025-02-28T11:25:19.358Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-6a64e379bc256e05.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-63cb8a31f4e10802.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-747fe3d407fe8ec6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95262025-02-28T11:25:24.218Z
95272025-02-28T11:25:24.218Zrunning 239 tests
95282025-02-28T11:25:24.222Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_create (line 25) ... ignored
95292025-02-28T11:25:24.222Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_delete (line 25) ... ignored
95302025-02-28T11:25:24.222Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_list (line 27) ... ignored
95312025-02-28T11:25:24.222Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_member_instance_add (line 26) ... ignored
95322025-02-28T11:25:24.222Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_member_instance_delete (line 26) ... ignored
95332025-02-28T11:25:24.222Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_member_instance_view (line 26) ... ignored
95342025-02-28T11:25:24.222Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_member_list (line 28) ... ignored
95352025-02-28T11:25:24.222Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_update (line 26) ... ignored
95362025-02-28T11:25:24.222Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_view (line 25) ... ignored
95372025-02-28T11:25:24.222Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 25) ... ignored
95382025-02-28T11:25:24.222Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 25) ... ignored
95392025-02-28T11:25:24.222Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 27) ... ignored
95402025-02-28T11:25:24.222Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 26) ... ignored
95412025-02-28T11:25:24.222Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 26) ... ignored
95422025-02-28T11:25:24.222Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 26) ... ignored
95432025-02-28T11:25:24.222Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 28) ... ignored
95442025-02-28T11:25:24.222Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 26) ... ignored
95452025-02-28T11:25:24.222Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 25) ... ignored
95462025-02-28T11:25:24.222Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
95472025-02-28T11:25:24.222Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
95482025-02-28T11:25:24.222Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
95492025-02-28T11:25:24.222Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
95502025-02-28T11:25:24.222Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
95512025-02-28T11:25:24.222Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
95522025-02-28T11:25:24.222Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
95532025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
95542025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
95552025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
95562025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
95572025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
95582025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
95592025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
95602025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
95612025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
95622025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
95632025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
95642025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
95652025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
95662025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
95672025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
95682025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
95692025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
95702025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_create (line 22) ... ignored
95712025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_delete (line 26) ... ignored
95722025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_download (line 24) ... ignored
95732025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_download_file (line 25) ... ignored
95742025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_head (line 24) ... ignored
95752025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_head_file (line 25) ... ignored
95762025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_index (line 24) ... ignored
95772025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_list (line 26) ... ignored
95782025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_view (line 24) ... ignored
95792025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::timeseries_query (line 27) ... ignored
95802025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
95812025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
95822025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
95832025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
95842025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
95852025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
95862025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
95872025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
95882025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
95892025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
95902025-02-28T11:25:24.223Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
95912025-02-28T11:25:24.224Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
95922025-02-28T11:25:24.224Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
95932025-02-28T11:25:24.224Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
95942025-02-28T11:25:24.224Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
95952025-02-28T11:25:24.224Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
95962025-02-28T11:25:24.224Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
95972025-02-28T11:25:24.224Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
95982025-02-28T11:25:24.224Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
95992025-02-28T11:25:24.224Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
96002025-02-28T11:25:24.227Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
96012025-02-28T11:25:24.228Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
96022025-02-28T11:25:24.228Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
96032025-02-28T11:25:24.228Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
96042025-02-28T11:25:24.228Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
96052025-02-28T11:25:24.228Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
96062025-02-28T11:25:24.228Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 26) ... ignored
96072025-02-28T11:25:24.228Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
96082025-02-28T11:25:24.228Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
96092025-02-28T11:25:24.228Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
96102025-02-28T11:25:24.228Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
96112025-02-28T11:25:24.228Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
96122025-02-28T11:25:24.228Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
96132025-02-28T11:25:24.228Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
96142025-02-28T11:25:24.229Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
96152025-02-28T11:25:24.229Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
96162025-02-28T11:25:24.229Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
96172025-02-28T11:25:24.229Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
96182025-02-28T11:25:24.229Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
96192025-02-28T11:25:24.229Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
96202025-02-28T11:25:24.229Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
96212025-02-28T11:25:24.229Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
96222025-02-28T11:25:24.229Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
96232025-02-28T11:25:24.229Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
96242025-02-28T11:25:24.229Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
96252025-02-28T11:25:24.229Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
96262025-02-28T11:25:24.229Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
96272025-02-28T11:25:24.229Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
96282025-02-28T11:25:24.229Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
96292025-02-28T11:25:24.229Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
96302025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
96312025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 26) ... ignored
96322025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
96332025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 26) ... ignored
96342025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
96352025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
96362025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
96372025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
96382025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
96392025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
96402025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
96412025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
96422025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
96432025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
96442025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
96452025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
96462025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
96472025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored
96482025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
96492025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
96502025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
96512025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
96522025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
96532025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
96542025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
96552025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
96562025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
96572025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
96582025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
96592025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
96602025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
96612025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 22) ... ignored
96622025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 24) ... ignored
96632025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 26) ... ignored
96642025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 27) ... ignored
96652025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 28) ... ignored
96662025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 25) ... ignored
96672025-02-28T11:25:24.230Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 24) ... ignored
96682025-02-28T11:25:24.231Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 27) ... ignored
96692025-02-28T11:25:24.231Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 22) ... ignored
96702025-02-28T11:25:24.231Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 22) ... ignored
96712025-02-28T11:25:24.231Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 27) ... ignored
96722025-02-28T11:25:24.231Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 27) ... ignored
96732025-02-28T11:25:24.231Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 24) ... ignored
96742025-02-28T11:25:24.231Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 24) ... ignored
96752025-02-28T11:25:24.231Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 25) ... ignored
96762025-02-28T11:25:24.231Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 24) ... ignored
96772025-02-28T11:25:24.231Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 24) ... ignored
96782025-02-28T11:25:24.231Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
96792025-02-28T11:25:24.231Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 24) ... ignored
96802025-02-28T11:25:24.231Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 25) ... ignored
96812025-02-28T11:25:24.231Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
96822025-02-28T11:25:24.232Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
96832025-02-28T11:25:24.232Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
96842025-02-28T11:25:24.232Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
96852025-02-28T11:25:24.232Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored
96862025-02-28T11:25:24.232Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored
96872025-02-28T11:25:24.232Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
96882025-02-28T11:25:24.232Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
96892025-02-28T11:25:24.232Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
96902025-02-28T11:25:24.232Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
96912025-02-28T11:25:24.232Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 26) ... ignored
96922025-02-28T11:25:24.232Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 24) ... ignored
96932025-02-28T11:25:24.232Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 24) ... ignored
96942025-02-28T11:25:24.232Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
96952025-02-28T11:25:24.232Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
96962025-02-28T11:25:24.232Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 26) ... ignored
96972025-02-28T11:25:24.232Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 22) ... ignored
96982025-02-28T11:25:24.232Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
96992025-02-28T11:25:24.232Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
97002025-02-28T11:25:24.235Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
97012025-02-28T11:25:24.235Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
97022025-02-28T11:25:24.235Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
97032025-02-28T11:25:24.236Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
97042025-02-28T11:25:24.236Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 27) ... ignored
97052025-02-28T11:25:24.236Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 26) ... ignored
97062025-02-28T11:25:24.236Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 29) ... ignored
97072025-02-28T11:25:24.236Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
97082025-02-28T11:25:24.236Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
97092025-02-28T11:25:24.236Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
97102025-02-28T11:25:24.236Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
97112025-02-28T11:25:24.236Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
97122025-02-28T11:25:24.236Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
97132025-02-28T11:25:24.236Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
97142025-02-28T11:25:24.236Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
97152025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
97162025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
97172025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
97182025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
97192025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
97202025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
97212025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
97222025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
97232025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
97242025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
97252025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
97262025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
97272025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
97282025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
97292025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
97302025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
97312025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
97322025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
97332025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
97342025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 26) ... ignored
97352025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 27) ... ignored
97362025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 27) ... ignored
97372025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 28) ... ignored
97382025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 29) ... ignored
97392025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 27) ... ignored
97402025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 28) ... ignored
97412025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 29) ... ignored
97422025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 28) ... ignored
97432025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 26) ... ignored
97442025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
97452025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
97462025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 32) ... ignored
97472025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
97482025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
97492025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
97502025-02-28T11:25:24.238Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
97512025-02-28T11:25:24.239Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
97522025-02-28T11:25:24.239Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
97532025-02-28T11:25:24.239Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
97542025-02-28T11:25:24.239Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
97552025-02-28T11:25:24.239Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
97562025-02-28T11:25:24.239Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
97572025-02-28T11:25:24.239Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
97582025-02-28T11:25:24.239Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
97592025-02-28T11:25:24.239Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
97602025-02-28T11:25:24.239Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
97612025-02-28T11:25:24.239Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
97622025-02-28T11:25:24.239Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
97632025-02-28T11:25:24.239Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
97642025-02-28T11:25:24.239Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
97652025-02-28T11:25:24.239Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
97662025-02-28T11:25:24.239Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
97672025-02-28T11:25:24.239Z
97682025-02-28T11:25:24.239Ztest result: ok. 0 passed; 0 failed; 239 ignored; 0 measured; 0 filtered out; finished in 0.01s
97692025-02-28T11:25:24.239Z
97702025-02-28T11:25:24.324Z Doc-tests oximeter
97712025-02-28T11:25:24.324Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5274d884fd8abb7b.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-bfdb3645712fa4c9.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-f52680d061aae6dc.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f26aaa3a3972aab3.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a9ea3aaf9229e0ec.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97722025-02-28T11:25:24.590Z
97732025-02-28T11:25:24.590Zrunning 2 tests
97742025-02-28T11:25:24.593Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
97752025-02-28T11:25:25.792Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
97762025-02-28T11:25:25.793Z
97772025-02-28T11:25:25.795Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.20s
97782025-02-28T11:25:25.795Z
97792025-02-28T11:25:25.827Z Doc-tests oximeter_api
97802025-02-28T11:25:25.830Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bb251cc16f867c81.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-cf388926c9128a71.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97812025-02-28T11:25:26.112Z
97822025-02-28T11:25:26.112Zrunning 2 tests
97832025-02-28T11:25:26.115Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 25) ... ignored
97842025-02-28T11:25:26.115Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 31) ... ignored
97852025-02-28T11:25:26.115Z
97862025-02-28T11:25:26.115Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
97872025-02-28T11:25:26.115Z
97882025-02-28T11:25:26.139Z Doc-tests oximeter_client
97892025-02-28T11:25:26.141Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bb251cc16f867c81.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4a67e31427aeea4c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97902025-02-28T11:25:26.512Z
97912025-02-28T11:25:26.512Zrunning 0 tests
97922025-02-28T11:25:26.512Z
97932025-02-28T11:25:26.512Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97942025-02-28T11:25:26.512Z
97952025-02-28T11:25:26.542Z Doc-tests oximeter_collector
97962025-02-28T11:25:26.545Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a53fd24e9cafd27f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2dba045a49f46647.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-cf388926c9128a71.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-4a67e31427aeea4c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-42b41cc83d443963.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c8993d753b599e9f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-a9312dce6fc29b56.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97972025-02-28T11:25:27.096Z
97982025-02-28T11:25:27.096Zrunning 0 tests
97992025-02-28T11:25:27.096Z
98002025-02-28T11:25:27.096Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98012025-02-28T11:25:27.096Z
98022025-02-28T11:25:27.140Z Doc-tests oximeter_db
98032025-02-28T11:25:27.143Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-951a2d7aaa2c77e0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-f4514fcdf9b14b5e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-2318a3d06924c66e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-088f38a6624f97eb.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e14cfeb526a35913.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3a8686786de25933.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.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-52f8d8fc4420eba6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f488ce40ad94174d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ceb30c5cce5766cc.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-89967448755fe241.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.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-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-68fcfa2d6b96c6be.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07d181e814b442df.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-42bfdcc2b95b3c4b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-c8993d753b599e9f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1adf86097720a220.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-ac82aa5ca345c18f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-a9312dce6fc29b56.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-d58c9346ccaa359d.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e9b1641768f0f0d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a80338d22363d22.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3a580e25dfd9460f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-290eb42c74ece0f0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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`
98042025-02-28T11:25:28.134Z
98052025-02-28T11:25:28.134Zrunning 5 tests
98062025-02-28T11:25:28.137Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
98072025-02-28T11:25:28.137Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
98082025-02-28T11:25:28.137Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
98092025-02-28T11:25:28.137Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
98102025-02-28T11:25:28.137Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
98112025-02-28T11:25:28.137Z
98122025-02-28T11:25:28.138Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
98132025-02-28T11:25:28.138Z
98142025-02-28T11:25:28.186Z Doc-tests oximeter_instruments
98152025-02-28T11:25:28.189Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bb251cc16f867c81.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-1d508be92ff95b0c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8b13370aa2f26d9e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-96c0ab0f17813e78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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`
98162025-02-28T11:25:28.580Z
98172025-02-28T11:25:28.580Zrunning 0 tests
98182025-02-28T11:25:28.580Z
98192025-02-28T11:25:28.580Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98202025-02-28T11:25:28.580Z
98212025-02-28T11:25:28.615Z Doc-tests oximeter_macro_impl
98222025-02-28T11:25:28.617Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-59aa93c5153a9b3f.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5274d884fd8abb7b.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.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`
98232025-02-28T11:25:28.718Z
98242025-02-28T11:25:28.718Zrunning 0 tests
98252025-02-28T11:25:28.718Z
98262025-02-28T11:25:28.718Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98272025-02-28T11:25:28.718Z
98282025-02-28T11:25:28.731Z Doc-tests oximeter_producer
98292025-02-28T11:25:28.733Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21d880b87df94c0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-56a757e6780a989d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f81e03e25852f835.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98302025-02-28T11:25:29.142Z
98312025-02-28T11:25:29.142Zrunning 0 tests
98322025-02-28T11:25:29.142Z
98332025-02-28T11:25:29.142Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98342025-02-28T11:25:29.142Z
98352025-02-28T11:25:29.180Z Doc-tests oximeter_schema
98362025-02-28T11:25:29.183Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.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-59aa93c5153a9b3f.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-bfdb3645712fa4c9.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f26aaa3a3972aab3.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-a9ea3aaf9229e0ec.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-67668311946ae631.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98372025-02-28T11:25:29.491Z
98382025-02-28T11:25:29.491Zrunning 0 tests
98392025-02-28T11:25:29.491Z
98402025-02-28T11:25:29.491Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98412025-02-28T11:25:29.491Z
98422025-02-28T11:25:29.518Z Doc-tests oximeter_test_utils
98432025-02-28T11:25:29.521Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-088f38a6624f97eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4ad691288f170069.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5274d884fd8abb7b.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-68fcfa2d6b96c6be.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f26aaa3a3972aab3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98442025-02-28T11:25:29.854Z
98452025-02-28T11:25:29.854Zrunning 0 tests
98462025-02-28T11:25:29.854Z
98472025-02-28T11:25:29.854Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98482025-02-28T11:25:29.854Z
98492025-02-28T11:25:29.886Z Doc-tests oximeter_timeseries_macro
98502025-02-28T11:25:29.889Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-59aa93c5153a9b3f.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-272ea2291f569a0d.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-f52680d061aae6dc.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f491a647e5629386.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6ca4b90b96f9d0fc.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`
98512025-02-28T11:25:30.129Z
98522025-02-28T11:25:30.129Zrunning 0 tests
98532025-02-28T11:25:30.129Z
98542025-02-28T11:25:30.129Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98552025-02-28T11:25:30.129Z
98562025-02-28T11:25:30.153Z Doc-tests oximeter_types
98572025-02-28T11:25:30.155Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-770e947861f81604.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3a8686786de25933.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-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-5274d884fd8abb7b.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f26aaa3a3972aab3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5f8e49768cc1a7b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-c00fa509b30f8352.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a3fbe9faafeab9f5.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-2e63b730026ac88b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-158fe940e6ad0674.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98582025-02-28T11:25:30.714Z
98592025-02-28T11:25:30.715Zrunning 11 tests
98602025-02-28T11:25:31.364Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
98612025-02-28T11:25:38.913Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
98622025-02-28T11:25:38.930Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
98632025-02-28T11:25:38.994Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
98642025-02-28T11:25:39.008Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 924) ... ok
98652025-02-28T11:25:39.088Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
98662025-02-28T11:25:39.102Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
98672025-02-28T11:25:39.125Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
98682025-02-28T11:25:39.370Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
98692025-02-28T11:25:42.668Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
98702025-02-28T11:25:44.124Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
98712025-02-28T11:25:44.124Z
98722025-02-28T11:25:44.126Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 13.41s
98732025-02-28T11:25:44.126Z
98742025-02-28T11:25:44.163Z Doc-tests oxlog
98752025-02-28T11:25:44.166Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-14bb0920b900fca0.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-e96591396af76f84.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98762025-02-28T11:25:44.250Z
98772025-02-28T11:25:44.250Zrunning 0 tests
98782025-02-28T11:25:44.250Z
98792025-02-28T11:25:44.250Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98802025-02-28T11:25:44.250Z
98812025-02-28T11:25:44.261Z Doc-tests oxql_types
98822025-02-28T11:25:44.264Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ceb30c5cce5766cc.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-59aa93c5153a9b3f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f26aaa3a3972aab3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07d181e814b442df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98832025-02-28T11:25:44.607Z
98842025-02-28T11:25:44.607Zrunning 0 tests
98852025-02-28T11:25:44.607Z
98862025-02-28T11:25:44.607Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98872025-02-28T11:25:44.607Z
98882025-02-28T11:25:44.635Z Doc-tests range_requests
98892025-02-28T11:25:44.637Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-770e947861f81604.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-782b2c9ed882649b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a0c0f0603acf6183.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-eb2f46c6cfae4514.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98902025-02-28T11:25:44.799Z
98912025-02-28T11:25:44.800Zrunning 0 tests
98922025-02-28T11:25:44.800Z
98932025-02-28T11:25:44.800Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98942025-02-28T11:25:44.800Z
98952025-02-28T11:25:44.818Z Doc-tests repo_depot_api
98962025-02-28T11:25:44.820Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-52f8d8fc4420eba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c327d949d73a704b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98972025-02-28T11:25:45.067Z
98982025-02-28T11:25:45.067Zrunning 2 tests
98992025-02-28T11:25:45.070Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 19) ... ignored
99002025-02-28T11:25:45.070Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 25) ... ignored
99012025-02-28T11:25:45.070Z
99022025-02-28T11:25:45.070Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
99032025-02-28T11:25:45.070Z
99042025-02-28T11:25:45.092Z Doc-tests repo_depot_client
99052025-02-28T11:25:45.095Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-59aa93c5153a9b3f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-31168597d3e1e585.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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`
99062025-02-28T11:25:45.294Z
99072025-02-28T11:25:45.294Zrunning 0 tests
99082025-02-28T11:25:45.294Z
99092025-02-28T11:25:45.294Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99102025-02-28T11:25:45.296Z
99112025-02-28T11:25:45.315Z Doc-tests sled_agent_api
99122025-02-28T11:25:45.317Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-adcdc6bfd3808e20.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-a59a42f36f01c2f1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6086f1badaa0e340.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99132025-02-28T11:25:45.745Z
99142025-02-28T11:25:45.745Zrunning 2 tests
99152025-02-28T11:25:45.748Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 80) ... ignored
99162025-02-28T11:25:45.748Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 86) ... ignored
99172025-02-28T11:25:45.748Z
99182025-02-28T11:25:45.748Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
99192025-02-28T11:25:45.748Z
99202025-02-28T11:25:45.776Z Doc-tests sled_agent_client
99212025-02-28T11:25:45.779Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cca56b3715bf46e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-747fe3d407fe8ec6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-4aa79ad5e6d14b37.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99222025-02-28T11:25:47.506Z
99232025-02-28T11:25:47.506Zrunning 0 tests
99242025-02-28T11:25:47.506Z
99252025-02-28T11:25:47.506Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99262025-02-28T11:25:47.507Z
99272025-02-28T11:25:47.557Z Doc-tests sled_agent_types
99282025-02-28T11:25:47.560Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3d7b764dcca89ef7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-d0bebc077a0a8234.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cca56b3715bf46e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-35bb2ae2dde3a3f6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-9ae585b96467e022.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cae2fc5779c0c71c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99292025-02-28T11:25:48.264Z
99302025-02-28T11:25:48.264Zrunning 0 tests
99312025-02-28T11:25:48.264Z
99322025-02-28T11:25:48.264Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99332025-02-28T11:25:48.264Z
99342025-02-28T11:25:48.304Z Doc-tests sled_diagnostics
99352025-02-28T11:25:48.307Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-32ea6b73e4d19688.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6086f1badaa0e340.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99362025-02-28T11:25:48.448Z
99372025-02-28T11:25:48.448Zrunning 0 tests
99382025-02-28T11:25:48.448Z
99392025-02-28T11:25:48.448Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99402025-02-28T11:25:48.448Z
99412025-02-28T11:25:48.463Z Doc-tests sled_hardware
99422025-02-28T11:25:48.465Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ec0e17f73ce37523.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f488ce40ad94174d.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-b32c8b34956e1f96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-a0ebecce2313924d.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-bb852f62f414024a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-172d299e513590f1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.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-67668311946ae631.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-10eb919d469ae582.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99432025-02-28T11:25:48.832Z
99442025-02-28T11:25:48.832Zrunning 0 tests
99452025-02-28T11:25:48.832Z
99462025-02-28T11:25:48.832Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99472025-02-28T11:25:48.832Z
99482025-02-28T11:25:48.862Z Doc-tests sled_hardware_types
99492025-02-28T11:25:48.865Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-91af1eb0a2a1eb90.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99502025-02-28T11:25:49.154Z
99512025-02-28T11:25:49.154Zrunning 0 tests
99522025-02-28T11:25:49.154Z
99532025-02-28T11:25:49.154Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99542025-02-28T11:25:49.154Z
99552025-02-28T11:25:49.182Z Doc-tests sled_storage
99562025-02-28T11:25:49.185Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.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-70238f53d5e6937c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d04e46c78fa09a36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-172d299e513590f1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-7a21d3d500244c5f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.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`
99572025-02-28T11:25:49.599Z
99582025-02-28T11:25:49.599Zrunning 0 tests
99592025-02-28T11:25:49.599Z
99602025-02-28T11:25:49.599Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99612025-02-28T11:25:49.599Z
99622025-02-28T11:25:49.631Z Doc-tests sp_sim
99632025-02-28T11:25:49.634Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-81e9cab7e940ac2a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-370cddedf3f05fbc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ab000affdca7fbb6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99642025-02-28T11:25:50.084Z
99652025-02-28T11:25:50.084Zrunning 0 tests
99662025-02-28T11:25:50.084Z
99672025-02-28T11:25:50.085Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99682025-02-28T11:25:50.085Z
99692025-02-28T11:25:50.117Z Doc-tests tufaceous
99702025-02-28T11:25:50.120Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7aa70cab75cef73.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a9acdc605ab40d5a.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-a93de41b79132583.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-945326b3717735d0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.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-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b4a2680ac0e1f69d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-79edd81950b776cd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99712025-02-28T11:25:50.432Z
99722025-02-28T11:25:50.433Zrunning 0 tests
99732025-02-28T11:25:50.433Z
99742025-02-28T11:25:50.433Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99752025-02-28T11:25:50.433Z
99762025-02-28T11:25:50.461Z Doc-tests tufaceous_lib
99772025-02-28T11:25:50.463Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-835cb8333af55726.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-210ce714c13e89e6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-131d489c128a9185.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-bb4a7f000f951b94.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-2830dcd9912b9801.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-528ab214ccaef955.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2ac062631db207ad.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-79edd81950b776cd.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99782025-02-28T11:25:50.867Z
99792025-02-28T11:25:50.867Zrunning 0 tests
99802025-02-28T11:25:50.867Z
99812025-02-28T11:25:50.867Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99822025-02-28T11:25:50.867Z
99832025-02-28T11:25:50.898Z Doc-tests typed_rng
99842025-02-28T11:25:50.900Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0fe029a8f0a9b2fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c9da9b954e2f8ef1.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-716f8de4628ec366.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-411731652219e1cc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99852025-02-28T11:25:50.992Z
99862025-02-28T11:25:50.992Zrunning 0 tests
99872025-02-28T11:25:50.992Z
99882025-02-28T11:25:50.992Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99892025-02-28T11:25:50.992Z
99902025-02-28T11:25:51.003Z Doc-tests update_common
99912025-02-28T11:25:51.006Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.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-52f8d8fc4420eba6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-bb4a7f000f951b94.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2ac062631db207ad.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b4a2680ac0e1f69d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-79edd81950b776cd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-af553bdbd2d89d6e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99922025-02-28T11:25:51.330Z
99932025-02-28T11:25:51.330Zrunning 0 tests
99942025-02-28T11:25:51.330Z
99952025-02-28T11:25:51.330Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99962025-02-28T11:25:51.330Z
99972025-02-28T11:25:51.359Z Doc-tests update_engine
99982025-02-28T11:25:51.362Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4b306ec1eebdef58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.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-4d015bf94185e318.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e0b8437a2f49d9b5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-815fc54b118b2236.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-0fcfc9f35af02a7c.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-c6b776bc95bb41dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c5095a4b610984fe.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-e94c49bf8c5218ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f29f1bc3115759cb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97bda6518ce87822.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-c478485d624d81fc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.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-0f4a88a950d05d62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99992025-02-28T11:25:51.779Z
100002025-02-28T11:25:51.779Zrunning 4 tests
100012025-02-28T11:25:51.782Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
100022025-02-28T11:25:51.782Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
100032025-02-28T11:25:51.782Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
100042025-02-28T11:25:52.575Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
100052025-02-28T11:25:52.575Z
100062025-02-28T11:25:52.580Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.80s
100072025-02-28T11:25:52.580Z
100082025-02-28T11:25:52.598Z Doc-tests wicket
100092025-02-28T11:25:52.601Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7aa70cab75cef73.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-30bce58723a03373.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4f29ef645259113c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-89967448755fe241.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d68412271cb0c7e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c5095a4b610984fe.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0208c59fdc702450.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-8c199ca108d0f11c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.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-dc5142b520326a8b.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-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97bda6518ce87822.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-218eaff8d48be1fe.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-6cc52bbf45b89078.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-597b3c4b298e6693.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7e22c1f3c48cb38f.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1bc3620fa8516bcf.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-0f4a88a950d05d62.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-a5565b6a0c1c4f03.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4c8e6c116e8b58dd.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-da03e504988f642c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ef70c5a98b979289.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100102025-02-28T11:25:53.499Z
100112025-02-28T11:25:53.499Zrunning 0 tests
100122025-02-28T11:25:53.499Z
100132025-02-28T11:25:53.499Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100142025-02-28T11:25:53.499Z
100152025-02-28T11:25:53.544Z Doc-tests wicket_common
100162025-02-28T11:25:53.547Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-cdaa7600a908d70f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c5095a4b610984fe.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7e22c1f3c48cb38f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4c8e6c116e8b58dd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100172025-02-28T11:25:54.138Z
100182025-02-28T11:25:54.138Zrunning 0 tests
100192025-02-28T11:25:54.139Z
100202025-02-28T11:25:54.139Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100212025-02-28T11:25:54.139Z
100222025-02-28T11:25:54.175Z Doc-tests wicket_dbg
100232025-02-28T11:25:54.178Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-30bce58723a03373.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2aee92d249887bfd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-1adf86097720a220.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.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-e03d120aaebd5f94.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-96c0ab0f17813e78.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-a5565b6a0c1c4f03.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-c4e3f38ed79de095.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100242025-02-28T11:25:54.603Z
100252025-02-28T11:25:54.603Zrunning 0 tests
100262025-02-28T11:25:54.604Z
100272025-02-28T11:25:54.604Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100282025-02-28T11:25:54.604Z
100292025-02-28T11:25:54.636Z Doc-tests wicketd
100302025-02-28T11:25:54.640Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.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-29076cc2566c5298.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-770e947861f81604.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-049edb9fe260ae34.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.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-cdaa7600a908d70f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-79b71332f7e2f90a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-86a3259b90bf23ec.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-32ea6b73e4d19688.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-2e1c6d93f073be21.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d8aca2d393ee7e31.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-83b254b145ecea69.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ebd4170235c8988e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d59fd34cd79b1ee.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2efee2a2ea195fb6.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-48b73e8fc826255c.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-41f30887f52edb28.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9613a24610ea6a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-c592f13b396785ec.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-bb69a61cfc2af341.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-221c90c5a1bdc53c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-2677b56dd18acb96.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c6b776bc95bb41dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-ad7f19b31a498ac3.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-a9312dce6fc29b56.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-cf77837d19ce5c4a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-d4488a9d70a633a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6d238c451e6997e7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-9e46d266bcde75b8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ee4bacd27dffec12.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-2ac062631db207ad.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7e22c1f3c48cb38f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-b4a2680ac0e1f69d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-79edd81950b776cd.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-af553bdbd2d89d6e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-a5565b6a0c1c4f03.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4c8e6c116e8b58dd.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-3a57436384d266fc.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-088a7c8864e0a809.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-da03e504988f642c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100312025-02-28T11:25:55.292Z
100322025-02-28T11:25:55.293Zrunning 0 tests
100332025-02-28T11:25:55.293Z
100342025-02-28T11:25:55.293Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100352025-02-28T11:25:55.293Z
100362025-02-28T11:25:55.333Z Doc-tests wicketd_api
100372025-02-28T11:25:55.336Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-29076cc2566c5298.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-80450e91f7c5bcd3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-f38cc393de0d076c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4c8e6c116e8b58dd.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-088a7c8864e0a809.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100382025-02-28T11:25:55.781Z
100392025-02-28T11:25:55.781Zrunning 2 tests
100402025-02-28T11:25:55.783Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 54) ... ignored
100412025-02-28T11:25:55.783Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 60) ... ignored
100422025-02-28T11:25:55.784Z
100432025-02-28T11:25:55.784Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100442025-02-28T11:25:55.784Z
100452025-02-28T11:25:55.814Z Doc-tests wicketd_client
100462025-02-28T11:25:55.817Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bb251cc16f867c81.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d9613a24610ea6a9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-53a860f60f82f203.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-eb13dab07e8033a8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-747fe3d407fe8ec6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3992f9ab3eb8a81c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a4659bbeae9c39e2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-5439297beec40e26.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0f4a88a950d05d62.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-4c8e6c116e8b58dd.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-da03e504988f642c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100472025-02-28T11:25:57.743Z
100482025-02-28T11:25:57.744Zrunning 0 tests
100492025-02-28T11:25:57.744Z
100502025-02-28T11:25:57.744Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100512025-02-28T11:25:57.744Z
100522025-02-28T11:25:57.797Z Doc-tests xtask_downloader
100532025-02-28T11:25:57.799Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-825622b0a33b01d5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ed6fa7f5b5b4aa10.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.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-96c0ab0f17813e78.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-cb1dc3bb3d175ac4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-5d3649b044e2f505.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100542025-02-28T11:25:57.976Z
100552025-02-28T11:25:57.976Zrunning 1 test
100562025-02-28T11:25:57.979Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 229) ... ignored
100572025-02-28T11:25:57.979Z
100582025-02-28T11:25:57.979Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
100592025-02-28T11:25:57.979Z
100602025-02-28T11:25:57.995Z Doc-tests zone_setup
100612025-02-28T11:25:57.998Z 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-0bf493aa4fd89b0f/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba7021cfa9b61307/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-42eb1c7425b5dc3f/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-632de12364c4c503.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52f8d8fc4420eba6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-91af1eb0a2a1eb90.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-56fb0be760b59ca5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-59aa93c5153a9b3f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a5a38f6860c2c90c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-506bcdf1310b8575.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-dc5142b520326a8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-41957612a418d3ce.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-57e8641725d33b70.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7b5ed50b0d9e53b0.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-3064d7201c1128c9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100622025-02-28T11:25:58.272Z
100632025-02-28T11:25:58.272Zrunning 0 tests
100642025-02-28T11:25:58.273Z
100652025-02-28T11:25:58.273Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100662025-02-28T11:25:58.273Z
100672025-02-28T11:25:58.383Z
100682025-02-28T11:25:58.383Zreal 1:53.214922250
100692025-02-28T11:25:58.383Zuser 2:02.543685580
100702025-02-28T11:25:58.383Zsys 53.434652824
100712025-02-28T11:25:58.383Ztrap 0.027019306
100722025-02-28T11:25:58.383Ztflt 0.673947678
100732025-02-28T11:25:58.383Zdflt 1.587633728
100742025-02-28T11:25:58.383Zkflt 0.002767443
100752025-02-28T11:25:58.383Zlock 1:14.604952948
100762025-02-28T11:25:58.383Zslp 14:34.418781826
100772025-02-28T11:25:58.383Zlat 3.655975243
100782025-02-28T11:25:58.383Zstop 9.200984310
100792025-02-28T11:25:58.387Z+ [[ illumos == \i\l\l\u\m\o\s ]]
100802025-02-28T11:25:58.387Z+ banner live-test
100812025-02-28T11:25:58.387Z
100822025-02-28T11:25:58.387Z # # # # ###### ##### ###### #### #####
100832025-02-28T11:25:58.387Z # # # # # # # # #
100842025-02-28T11:25:58.387Z # # # # ##### ##### # ##### #### #
100852025-02-28T11:25:58.387Z # # # # # # # # #
100862025-02-28T11:25:58.387Z # # # # # # # # # #
100872025-02-28T11:25:58.387Z ###### # ## ###### # ###### #### #
100882025-02-28T11:25:58.387Z
100892025-02-28T11:25:58.387Z+ ptime -m cargo xtask live-tests
100902025-02-28T11:25:59.042Z Compiling serde v1.0.218
100912025-02-28T11:25:59.045Z Compiling serde_json v1.0.139
100922025-02-28T11:25:59.045Z Compiling libc v0.2.170
100932025-02-28T11:25:59.045Z Compiling rustix v0.38.37
100942025-02-28T11:25:59.137Z Compiling syn v2.0.98
100952025-02-28T11:25:59.167Z Compiling bitflags v2.6.0
100962025-02-28T11:25:59.594Z Compiling usdt-impl v0.5.0
100972025-02-28T11:25:59.666Z Compiling syn v1.0.109
100982025-02-28T11:25:59.686Z Compiling hashbrown v0.15.1
100992025-02-28T11:25:59.779Z Compiling log v0.4.22
101002025-02-28T11:25:59.807Z Compiling fs-err v2.11.0
101012025-02-28T11:26:00.149Z Compiling once_cell v1.20.3
101022025-02-28T11:26:00.217Z Compiling anyhow v1.0.96
101032025-02-28T11:26:00.611Z Compiling thread-id v4.2.2
101042025-02-28T11:26:00.705Z Compiling indexmap v2.7.1
101052025-02-28T11:26:01.844Z Compiling terminal_size v0.4.0
101062025-02-28T11:26:01.847Z Compiling tempfile v3.13.0
101072025-02-28T11:26:02.040Z Compiling clap_builder v4.5.31
101082025-02-28T11:26:02.527Z Compiling proc-macro-error v1.0.4
101092025-02-28T11:26:03.270Z Compiling tabled_derive v0.7.0
101102025-02-28T11:26:04.553Z Compiling tabled v0.15.0
101112025-02-28T11:26:05.048Z Compiling serde_derive v1.0.218
101122025-02-28T11:26:05.048Z Compiling thiserror-impl v1.0.69
101132025-02-28T11:26:05.051Z Compiling zerocopy-derive v0.7.35
101142025-02-28T11:26:05.051Z Compiling scroll_derive v0.12.0
101152025-02-28T11:26:05.051Z Compiling thiserror-impl v2.0.11
101162025-02-28T11:26:05.051Z Compiling clap_derive v4.5.28
101172025-02-28T11:26:06.676Z Compiling scroll v0.12.0
101182025-02-28T11:26:07.261Z Compiling goblin v0.8.2
101192025-02-28T11:26:07.312Z Compiling zerocopy v0.7.35
101202025-02-28T11:26:08.328Z Compiling thiserror v1.0.69
101212025-02-28T11:26:08.475Z Compiling thiserror v2.0.11
101222025-02-28T11:26:08.527Z Compiling pest v2.7.14
101232025-02-28T11:26:09.803Z Compiling clap v4.5.31
101242025-02-28T11:26:10.704Z Compiling pest_meta v2.7.14
101252025-02-28T11:26:11.642Z Compiling pest_generator v2.7.14
101262025-02-28T11:26:13.139Z Compiling pest_derive v2.7.14
101272025-02-28T11:26:13.900Z Compiling dtrace-parser v0.2.0
101282025-02-28T11:26:14.332Z Compiling serde_tokenstream v0.2.2
101292025-02-28T11:26:14.367Z Compiling toml_datetime v0.6.8
101302025-02-28T11:26:14.396Z Compiling serde_spanned v0.6.8
101312025-02-28T11:26:14.556Z Compiling camino v1.1.9
101322025-02-28T11:26:14.671Z Compiling cargo-platform v0.1.8
101332025-02-28T11:26:14.710Z Compiling semver v1.0.25
101342025-02-28T11:26:14.904Z Compiling toml_edit v0.22.24
101352025-02-28T11:26:14.930Z Compiling macaddr v1.0.1
101362025-02-28T11:26:15.204Z Compiling camino-tempfile v1.1.1
101372025-02-28T11:26:15.811Z Compiling dof v0.3.0
101382025-02-28T11:26:15.911Z Compiling cargo_metadata v0.19.1
101392025-02-28T11:26:17.175Z Compiling usdt-attr-macro v0.5.0
101402025-02-28T11:26:17.178Z Compiling usdt-macro v0.5.0
101412025-02-28T11:26:17.804Z Compiling toml v0.8.20
101422025-02-28T11:26:18.620Z Compiling usdt v0.5.0
101432025-02-28T11:26:18.688Z Compiling cargo_toml v0.21.0
101442025-02-28T11:26:21.249Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
101452025-02-28T11:26:24.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.22s
101462025-02-28T11:26:24.750Z Running `target/debug/xtask live-tests`
101472025-02-28T11:26:24.783Zusing temporary directory: /var/tmp/omicron_tmp/.tmphCsf6a
101482025-02-28T11:26:24.783Zwill create archive file: /var/tmp/omicron_tmp/.tmphCsf6a/live-tests-archive/omicron-live-tests.tar.zst
101492025-02-28T11:26:24.783Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
101502025-02-28T11:26:24.783Z
101512025-02-28T11:26:24.786Zrunning: /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/.tmphCsf6a/live-tests-archive/omicron-live-tests.tar.zst"
101522025-02-28T11:26:27.097Z Compiling ring v0.17.11
101532025-02-28T11:26:27.237Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
101542025-02-28T11:26:28.718Z Compiling rustls v0.23.19
101552025-02-28T11:26:28.720Z Compiling rustls v0.22.4
101562025-02-28T11:26:30.392Z Compiling rustls-webpki v0.102.8
101572025-02-28T11:26:30.392Z Compiling rcgen v0.12.1
101582025-02-28T11:26:33.936Z Compiling tokio-rustls v0.25.0
101592025-02-28T11:26:34.275Z Compiling dropshot v0.12.0
101602025-02-28T11:26:34.279Z Compiling dropshot v0.16.0
101612025-02-28T11:26:35.580Z Compiling tokio-rustls v0.26.0
101622025-02-28T11:26:35.983Z Compiling hyper-rustls v0.27.3
101632025-02-28T11:26:36.503Z Compiling reqwest v0.12.12
101642025-02-28T11:26:37.947Z Compiling qorb v0.2.1
101652025-02-28T11:26:39.199Z Compiling progenitor-client v0.8.0
101662025-02-28T11:26:39.368Z Compiling progenitor-client v0.9.1
101672025-02-28T11:26:39.616Z Compiling progenitor v0.8.0
101682025-02-28T11:26:39.814Z Compiling progenitor v0.9.1
101692025-02-28T11:26:39.838Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
101702025-02-28T11:26:39.887Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
101712025-02-28T11:26:40.089Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
101722025-02-28T11:26:42.021Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
101732025-02-28T11:26:42.445Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
101742025-02-28T11:26:42.445Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
101752025-02-28T11:26:42.447Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
101762025-02-28T11:26:42.447Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
101772025-02-28T11:26:42.524Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
101782025-02-28T11:26:42.777Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
101792025-02-28T11:26:42.968Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
101802025-02-28T11:26:43.260Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
101812025-02-28T11:26:43.379Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
101822025-02-28T11:26:43.543Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
101832025-02-28T11:26:43.717Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
101842025-02-28T11:26:43.992Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
101852025-02-28T11:26:44.182Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
101862025-02-28T11:26:44.599Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
101872025-02-28T11:26:45.227Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
101882025-02-28T11:26:45.779Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
101892025-02-28T11:26:45.849Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
101902025-02-28T11:26:46.036Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
101912025-02-28T11:26:46.261Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
101922025-02-28T11:26:53.023Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
101932025-02-28T11:26:53.026Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
101942025-02-28T11:26:53.026Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
101952025-02-28T11:26:53.026Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
101962025-02-28T11:26:53.026Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
101972025-02-28T11:26:53.026Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
101982025-02-28T11:26:54.400Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
101992025-02-28T11:26:55.924Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
102002025-02-28T11:26:56.225Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
102012025-02-28T11:26:56.397Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
102022025-02-28T11:26:56.695Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
102032025-02-28T11:26:57.444Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
102042025-02-28T11:26:57.825Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
102052025-02-28T11:26:57.828Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
102062025-02-28T11:26:59.772Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
102072025-02-28T11:26:59.852Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
102082025-02-28T11:27:00.267Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
102092025-02-28T11:27:05.731Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
102102025-02-28T11:27:12.592Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
102112025-02-28T11:27:12.592Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
102122025-02-28T11:27:12.595Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
102132025-02-28T11:27:14.180Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
102142025-02-28T11:28:34.370Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
102152025-02-28T11:28:55.707Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 29s
102162025-02-28T11:28:55.927Zinfo: experimental features enabled: setup-scripts
102172025-02-28T11:28:55.935Z Archiving 1 binary, 1 build script output directory, 3 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmphCsf6a/live-tests-archive/omicron-live-tests.tar.zst
102182025-02-28T11:28:56.354Z Archived 46 files to /var/tmp/omicron_tmp/.tmphCsf6a/live-tests-archive/omicron-live-tests.tar.zst in 0.42s
102192025-02-28T11:28:56.404Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmphCsf6a/live-tests-archive\""
102202025-02-28T11:28:56.416Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmphCsf6a" "live-tests-archive"
102212025-02-28T11:28:56.493Zcreated:
102222025-02-28T11:28:56.493Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
102232025-02-28T11:28:56.493ZTo use this:
102242025-02-28T11:28:56.494Z
102252025-02-28T11:28:56.494Z1. Copy the tarball to the switch zone in a deployed Omicron system.
102262025-02-28T11:28:56.494Z
102272025-02-28T11:28:56.496Z e.g., scp \
102282025-02-28T11:28:56.496Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
102292025-02-28T11:28:56.496Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
102302025-02-28T11:28:56.496Z
102312025-02-28T11:28:56.496Z2. Copy the `cargo-nextest` binary to the same place.
102322025-02-28T11:28:56.496Z
102332025-02-28T11:28:56.496Z e.g., scp \
102342025-02-28T11:28:56.497Z $(which cargo-nextest) \
102352025-02-28T11:28:56.497Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
102362025-02-28T11:28:56.497Z
102372025-02-28T11:28:56.497Z3. From the switch zone on that system, unpack the tarball with:
102382025-02-28T11:28:56.497Z
102392025-02-28T11:28:56.497Z tar xzf live-tests-archive.tgz
102402025-02-28T11:28:56.497Z
102412025-02-28T11:28:56.497Z4. From the switch zone on that system, run tests with:
102422025-02-28T11:28:56.497Z
102432025-02-28T11:28:56.497Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
102442025-02-28T11:28:56.497Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
102452025-02-28T11:28:56.497Z --workspace-remap live-tests-archive
102462025-02-28T11:28:56.497Z
102472025-02-28T11:28:56.497Z
102482025-02-28T11:28:56.497Zreal 2:58.078911517
102492025-02-28T11:28:56.497Zuser 7:36.264602501
102502025-02-28T11:28:56.497Zsys 56.137225618
102512025-02-28T11:28:56.497Ztrap 0.166541916
102522025-02-28T11:28:56.497Ztflt 0.894029178
102532025-02-28T11:28:56.497Zdflt 2.552908867
102542025-02-28T11:28:56.497Zkflt 0.010103342
102552025-02-28T11:28:56.497Zlock 18:16.047011222
102562025-02-28T11:28:56.497Zslp 29:43.401617963
102572025-02-28T11:28:56.497Zlat 11.416145062
102582025-02-28T11:28:56.497Zstop 32.804074215
102592025-02-28T11:28:56.497Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
102602025-02-28T11:28:56.500Z+ unset TMPDIR
102612025-02-28T11:28:56.503Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
102622025-02-28T11:28:56.503Zfiles in /var/tmp/omicron_tmp (none expected on success):
102632025-02-28T11:28:56.503Z+ find /var/tmp/omicron_tmp -ls
102642025-02-28T11:28:56.505Z164288 18 drwxr-xr-x 2 build build 2 Feb 28 11:28 /var/tmp/omicron_tmp
102652025-02-28T11:28:56.505Z+ rmdir /var/tmp/omicron_tmp
102662025-02-28T11:28:57.319Zprocess exited: duration 4433584 ms, exit code 0
 
102672025-02-28T11:28:57.337Zfound 3 output files
102682025-02-28T11:28:57.351Zuploading: /work/crate-build-timings.json (614277 bytes)
102692025-02-28T11:28:58.361Zuploaded: /work/crate-build-timings.json
102702025-02-28T11:28:58.361Zuploading: /work/environment.json (108 bytes)
102712025-02-28T11:28:59.369Zuploaded: /work/environment.json
102722025-02-28T11:28:59.369Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (377463 bytes)
102732025-02-28T11:29:00.385Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml