01JPWVY70JFFPG5GC50YSFRNB1: 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: 01JPWVYQX5GR0M7B7RZW76YM2T

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-03-21T17:28:52.226Zjob assigned to worker 01JPWVYYDE4G0WM376H98WR6BN [factory aws, i-0e93785959cc41f62] (queued for 50 s)
 
22025-03-21T17:29:00.780Zstarting task 0: "setup"
32025-03-21T17:29:00.784Z++ uname -s
42025-03-21T17:29:00.787Z+ kern=SunOS
52025-03-21T17:29:00.787Z+ build_user=build
62025-03-21T17:29:00.788Z+ build_uid=12345
72025-03-21T17:29:00.788Z+ work_dir=/work
82025-03-21T17:29:00.788Z+ input_dir=/input
92025-03-21T17:29:00.788Z+ [[ 0 == 12345 ]]
102025-03-21T17:29:00.788Z+ case "$kern" in
112025-03-21T17:29:00.788Z+ groupadd -g 12345 build
122025-03-21T17:29:00.791Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-03-21T17:29:02.798Z+ zfs create -o mountpoint=/work rpool/work
142025-03-21T17:29:02.929Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-03-21T17:29:02.932Z+ home_fs=zfs
162025-03-21T17:29:02.933Z+ [[ zfs == autofs ]]
172025-03-21T17:29:02.933Z+ mkdir -p /home/build
182025-03-21T17:29:02.936Z+ chown build:build /home/build /work
192025-03-21T17:29:04.937Z+ chmod 0700 /home/build /work
202025-03-21T17:29:04.941Zprocess exited: duration 4160 ms, exit code 0
 
212025-03-21T17:29:04.948Zstarting task 1: "rust-toolchain"
222025-03-21T17:29:04.954Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-03-21T17:29:04.954Z * rust toolchain channel = "1.85.0"
242025-03-21T17:29:04.954Z * rust toolchain profile = "default"
252025-03-21T17:29:04.954Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-03-21T17:29:04.954Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-03-21T17:29:04.954Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-03-21T17:29:04.958Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-03-21T17:29:04.958Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-03-21T17:29:05.076Zinfo: downloading installer
312025-03-21T17:29:06.521Zwarn: It looks like you have an existing installation of Rust at:
322025-03-21T17:29:06.521Zwarn: /opt/ooce/bin
332025-03-21T17:29:06.522Zwarn: It is recommended that rustup be the primary Rust installation.
342025-03-21T17:29:06.522Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-03-21T17:29:06.522Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-03-21T17:29:06.522Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-03-21T17:29:06.522Zwarn: or pass `-y' to ignore all ignorable checks.
382025-03-21T17:29:06.522Zerror: cannot install while Rust is installed
392025-03-21T17:29:06.522Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-03-21T17:29:06.550Zinfo: profile set to 'default'
412025-03-21T17:29:06.550Zinfo: default host triple is x86_64-unknown-illumos
422025-03-21T17:29:06.553Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-03-21T17:29:06.707Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-03-21T17:29:06.707Zinfo: downloading component 'cargo'
452025-03-21T17:29:07.687Zinfo: downloading component 'clippy'
462025-03-21T17:29:08.069Zinfo: downloading component 'rust-docs'
472025-03-21T17:29:09.426Zinfo: downloading component 'rust-std'
482025-03-21T17:29:11.444Zinfo: downloading component 'rustc'
492025-03-21T17:29:18.249Zinfo: downloading component 'rustfmt'
502025-03-21T17:29:18.497Zinfo: installing component 'cargo'
512025-03-21T17:29:19.317Zinfo: installing component 'clippy'
522025-03-21T17:29:19.708Zinfo: installing component 'rust-docs'
532025-03-21T17:29:21.460Zinfo: installing component 'rust-std'
542025-03-21T17:29:23.328Zinfo: installing component 'rustc'
552025-03-21T17:29:29.217Zinfo: installing component 'rustfmt'
562025-03-21T17:29:29.545Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-03-21T17:29:29.545Z
582025-03-21T17:29:29.912Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-03-21T17:29:29.912Z
602025-03-21T17:29:29.915Z
612025-03-21T17:29:29.915ZRust is installed now. Great!
622025-03-21T17:29:29.915Z
632025-03-21T17:29:29.915ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-03-21T17:29:29.915Zenvironment variable. This has not been done automatically.
652025-03-21T17:29:29.915Z
662025-03-21T17:29:29.915ZTo configure your current shell, you need to source
672025-03-21T17:29:29.915Zthe corresponding env file under $HOME/.cargo.
682025-03-21T17:29:29.915Z
692025-03-21T17:29:29.915ZThis is usually done by running one of the following (note the leading DOT):
702025-03-21T17:29:29.915Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-03-21T17:29:29.915Zsource "$HOME/.cargo/env.fish" # For fish
722025-03-21T17:29:29.915Zsource "$HOME/.cargo/env.nu" # For nushell
732025-03-21T17:29:29.986Z+ rustup --version
742025-03-21T17:29:29.997Zrustup 1.28.1 (f9edccde0 2025-03-05)
752025-03-21T17:29:29.997Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-03-21T17:29:30.026Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
772025-03-21T17:29:30.029Z+ cargo --version
782025-03-21T17:29:30.047Zcargo 1.85.0 (d73d2caf9 2024-12-31)
792025-03-21T17:29:30.050Z+ rustc --version
802025-03-21T17:29:30.075Zrustc 1.85.0 (4d91de4e4 2025-02-17)
812025-03-21T17:29:30.078Zprocess exited: duration 25125 ms, exit code 0
 
822025-03-21T17:29:30.085Zstarting task 2: "authentication"
832025-03-21T17:29:30.107Zprocess exited: duration 21 ms, exit code 0
 
842025-03-21T17:29:30.117Zstarting task 3: "clone repository"
852025-03-21T17:29:30.121Z+ mkdir -p /work/oxidecomputer/omicron
862025-03-21T17:29:30.124Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-03-21T17:29:30.253ZCloning into '/work/oxidecomputer/omicron'...
882025-03-21T17:29:38.302Z+ cd /work/oxidecomputer/omicron
892025-03-21T17:29:38.305Z+ git fetch origin a567d7e0f060702c843ae3aa82bf9c39e46b75a4
902025-03-21T17:29:38.584ZFrom https://github.com/oxidecomputer/omicron
912025-03-21T17:29:38.584Z * branch a567d7e0f060702c843ae3aa82bf9c39e46b75a4 -> FETCH_HEAD
922025-03-21T17:29:38.594Z+ [[ -n unwind_volume_resource_usage_records ]]
932025-03-21T17:29:38.597Z++ git branch --show-current
942025-03-21T17:29:38.600Z+ current=main
952025-03-21T17:29:38.600Z+ [[ main != unwind_volume_resource_usage_records ]]
962025-03-21T17:29:38.600Z+ git branch -f unwind_volume_resource_usage_records a567d7e0f060702c843ae3aa82bf9c39e46b75a4
972025-03-21T17:29:38.603Z+ git checkout -f unwind_volume_resource_usage_records
982025-03-21T17:29:38.786ZSwitched to branch 'unwind_volume_resource_usage_records'
992025-03-21T17:29:38.789Z+ git reset --hard a567d7e0f060702c843ae3aa82bf9c39e46b75a4
1002025-03-21T17:29:38.866ZHEAD is now at a567d7e0f Clean up volume usage records created by sagas
1012025-03-21T17:29:38.869Zprocess exited: duration 8750 ms, exit code 0
 
1022025-03-21T17:29:38.879Zstarting task 4: "build"
1032025-03-21T17:29:38.885Z+ source ./env.sh
1042025-03-21T17:29:38.885Z++ OLD_SHELL_OPTS=ehxB
1052025-03-21T17:29:38.885Z++ set -o xtrace
1062025-03-21T17:29:38.888Z++++ dirname ./env.sh
1072025-03-21T17:29:38.891Z+++ readlink -f .
1082025-03-21T17:29:38.894Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092025-03-21T17:29:38.894Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102025-03-21T17:29:38.894Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112025-03-21T17:29:38.894Z++ 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
1122025-03-21T17:29:38.894Z++ 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
1132025-03-21T17:29:38.894Z++ 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
1142025-03-21T17:29:38.894Z++ 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
1152025-03-21T17:29:38.894Z++ 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
1162025-03-21T17:29:38.894Z++ 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
1172025-03-21T17:29:38.894Z++ case $OLD_SHELL_OPTS in
1182025-03-21T17:29:38.894Z++ unset OLD_SHELL_OPTS OMICRON_WS
1192025-03-21T17:29:38.895Z+ source .github/buildomat/ci-env.sh
1202025-03-21T17:29:38.895Z++ export CARGO_TERM_COLOR=always
1212025-03-21T17:29:38.895Z++ CARGO_TERM_COLOR=always
1222025-03-21T17:29:38.895Z+ target_os=illumos
1232025-03-21T17:29:38.895Z+ NEXTEST_VERSION=0.9.91
1242025-03-21T17:29:38.895Z+ cargo --version
1252025-03-21T17:29:38.946Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1262025-03-21T17:29:38.950Z+ rustc --version
1272025-03-21T17:29:39.015Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1282025-03-21T17:29:39.019Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.91/illumos
1292025-03-21T17:29:39.022Z+ gunzip
1302025-03-21T17:29:39.022Z+ tar -xvf - -C /home/build/.cargo/bin
1312025-03-21T17:29:40.029Zx cargo-nextest, 18384984 bytes, 35909 tape blocks
1322025-03-21T17:29:40.032Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1332025-03-21T17:29:40.032Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1342025-03-21T17:29:40.032Ztests will store ephemeral output in /var/tmp/omicron_tmp
1352025-03-21T17:29:40.032Z+ mkdir /var/tmp/omicron_tmp
1362025-03-21T17:29:40.032Z+ OUTPUT_DIR=/work
1372025-03-21T17:29:40.032Z+ echo 'tests will store non-ephemeral output in /work'
1382025-03-21T17:29:40.032Ztests will store non-ephemeral output in /work
1392025-03-21T17:29:40.032Z+ mkdir -p /work
1402025-03-21T17:29:40.035Z+ banner prerequisites
1412025-03-21T17:29:40.036Z
1422025-03-21T17:29:40.036Z ##### ##### ###### ##### ###### #### # # # #### #
1432025-03-21T17:29:40.036Z # # # # # # # # # # # # # # #
1442025-03-21T17:29:40.036Z # # # # ##### # # ##### # # # # # #### #
1452025-03-21T17:29:40.036Z ##### ##### # ##### # # # # # # # # #
1462025-03-21T17:29:40.036Z # # # # # # # # # # # # # # #
1472025-03-21T17:29:40.036Z # # # ###### # # ###### ### # #### # #### #
1482025-03-21T17:29:40.036Z
1492025-03-21T17:29:40.039Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1502025-03-21T17:29:41.618Zpkg list: illegal option -- F
1512025-03-21T17:29:41.618ZUsage:
1522025-03-21T17:29:41.622Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1532025-03-21T17:29:41.622Z [pkg_fmri_pattern ...]
1542025-03-21T17:29:42.466Zpkg list: illegal option -- F
1552025-03-21T17:29:42.466ZUsage:
1562025-03-21T17:29:42.470Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1572025-03-21T17:29:42.470Z [pkg_fmri_pattern ...]
1582025-03-21T17:29:51.068Z Startup: Refreshing catalog 'helios-dev' ... Done
1592025-03-21T17:29:55.596Z Startup: Caching catalogs ... Done
1602025-03-21T17:30:10.435ZPlanning: Solver setup ... Done (13.775s)
1612025-03-21T17:30:10.596ZPlanning: Running solver ... Done (0.162s)
1622025-03-21T17:30:10.726ZPlanning: Finding local manifests ... Done (0.005s)
1632025-03-21T17:30:10.763ZPlanning: Fetching manifests: 0/7 0% complete
1642025-03-21T17:30:11.081ZPlanning: Fetching manifests: 7/7 100% complete
1652025-03-21T17:30:11.194ZPlanning: Package planning ... Done (0.111s)
1662025-03-21T17:30:11.250ZPlanning: Merging actions ... Done (0.057s)
1672025-03-21T17:30:11.447ZPlanning: Checking for conflicting actions ... Done (0.197s)
1682025-03-21T17:30:13.163ZPlanning: Consolidating action changes ... Done (1.716s)
1692025-03-21T17:30:13.574ZPlanning: Evaluating mediators ... Done (0.410s)
1702025-03-21T17:30:13.655ZPlanning: Planning completed in 17.95 seconds
1712025-03-21T17:30:13.671Z Packages to install: 4
1722025-03-21T17:30:13.671Z Packages to update: 3
1732025-03-21T17:30:13.674Z Mediators to change: 2
1742025-03-21T17:30:13.674Z Services to change: 1
1752025-03-21T17:30:13.675Z Estimated space available: 155.59 GB
1762025-03-21T17:30:13.675ZEstimated space to be consumed: 1.67 GB
1772025-03-21T17:30:13.675Z Create boot environment: No
1782025-03-21T17:30:13.675ZCreate backup boot environment: Yes
1792025-03-21T17:30:13.675Z Rebuild boot archive: No
1802025-03-21T17:30:13.675Z
1812025-03-21T17:30:13.675ZChanged mediators:
1822025-03-21T17:30:13.675Z mediator clang:
1832025-03-21T17:30:13.675Z version: None -> 15 (system default)
1842025-03-21T17:30:13.675Z
1852025-03-21T17:30:13.675Z mediator llvm:
1862025-03-21T17:30:13.675Z version: 14 (system default) -> 15 (system default)
1872025-03-21T17:30:13.675Z
1882025-03-21T17:30:13.675ZChanged packages:
1892025-03-21T17:30:13.675Zhelios-dev
1902025-03-21T17:30:13.675Z developer/build-essential
1912025-03-21T17:30:13.675Z None -> 11-2.0
1922025-03-21T17:30:13.675Z library/libxmlsec1
1932025-03-21T17:30:13.675Z None -> 1.2.35-2.0
1942025-03-21T17:30:13.675Z ooce/developer/clang-15
1952025-03-21T17:30:13.675Z None -> 15.0.7-2.0
1962025-03-21T17:30:13.675Z ooce/developer/llvm-15
1972025-03-21T17:30:13.675Z None -> 15.0.7-2.0
1982025-03-21T17:30:13.675Z package/pkg
1992025-03-21T17:30:13.675Z 0.5.11-2.0 -> 0.5.11-2.1.6412
2002025-03-21T17:30:13.675Z system/library/g++-runtime
2012025-03-21T17:30:13.675Z 13-2.0 -> 14-2.0
2022025-03-21T17:30:13.675Z system/library/gcc-runtime
2032025-03-21T17:30:13.675Z 13-2.0 -> 14-2.0
2042025-03-21T17:30:13.675Z
2052025-03-21T17:30:13.675ZServices:
2062025-03-21T17:30:13.675Z restart_fmri:
2072025-03-21T17:30:13.675Z svc:/system/update-man-index:default
2082025-03-21T17:30:13.675Z
2092025-03-21T17:30:13.675ZEditable files to change:
2102025-03-21T17:30:13.675Z Update:
2112025-03-21T17:30:13.675Z usr/share/lib/pkg/web/config.shtml
2122025-03-21T17:30:13.746Z
2132025-03-21T17:30:13.746ZDownload: 0/4301 items 0.0/225.4MB 0% complete
2142025-03-21T17:30:18.748ZDownload: 1121/4301 items 42.0/225.4MB 18% complete (8.3M/s)
2152025-03-21T17:30:24.174ZDownload: 1196/4301 items 83.5/225.4MB 37% complete (10.4M/s)
2162025-03-21T17:30:29.193ZDownload: 1360/4301 items 115.9/225.4MB 51% complete (6.7M/s)
2172025-03-21T17:30:38.197ZDownload: 2221/4301 items 119.1/225.4MB 52% complete (3.7M/s)
2182025-03-21T17:30:50.975ZDownload: 2222/4301 items 119.2/225.4MB 52% complete
2192025-03-21T17:30:55.978ZDownload: 3122/4301 items 169.5/225.4MB 75% complete (9.9M/s)
2202025-03-21T17:31:00.983ZDownload: 3246/4301 items 203.1/225.4MB 90% complete (12.8M/s)
2212025-03-21T17:31:06.235ZDownload: 3255/4301 items 206.6/225.4MB 91% complete (4.1M/s)
2222025-03-21T17:31:11.861ZDownload: 3283/4301 items 211.0/225.4MB 93% complete (1.5M/s)
2232025-03-21T17:31:18.734ZDownload: 3289/4301 items 212.6/225.4MB 94% complete (1.4M/s)
2242025-03-21T17:31:23.739ZDownload: 3850/4301 items 217.3/225.4MB 96% complete (965k/s)
2252025-03-21T17:31:28.390ZDownload: Completed 225.42 MB in 74.63 seconds (3.0M/s)
2262025-03-21T17:31:30.508Z Actions: 1/5122 actions (Removing old actions)
2272025-03-21T17:31:30.529Z Actions: 194/5122 actions (Installing new actions)
2282025-03-21T17:31:35.244Z Actions: 4267/5122 actions (Updating modified actions)
2292025-03-21T17:31:35.596Z Actions: Completed 5122 actions in 5.09 seconds.
2302025-03-21T17:31:35.836Z Done (0.232s)
2312025-03-21T17:31:35.839Z Done (0.001s)
2322025-03-21T17:31:36.476Z Done (0.637s)
2332025-03-21T17:31:40.841Z Done (4.136s)
2342025-03-21T17:31:40.925Z Done (0.018s)
2352025-03-21T17:31:40.928Z Done (0.000s)
2362025-03-21T17:31:41.094Z Done (0.000s)
2372025-03-21T17:31:41.829ZPlanning: Evaluating mediator changes ... Done
2382025-03-21T17:31:41.989ZPlanning: Checking for conflicting actions ... Done
2392025-03-21T17:31:41.992ZPlanning: Consolidating action changes ... Done
2402025-03-21T17:31:42.261ZPlanning: Evaluating mediators ... Done
2412025-03-21T17:31:42.264ZPlanning: Planning completed in 0.43 seconds
2422025-03-21T17:31:42.300Z Mediators to change: 2
2432025-03-21T17:31:42.300Z Create boot environment: No
2442025-03-21T17:31:42.303ZCreate backup boot environment: No
2452025-03-21T17:31:42.379Z Done
2462025-03-21T17:31:42.379Z Done
2472025-03-21T17:31:42.810Z Done
2482025-03-21T17:31:46.420Z Done
2492025-03-21T17:31:46.511Z Done
2502025-03-21T17:31:46.514Z Done
2512025-03-21T17:31:46.643Z Done
2522025-03-21T17:31:47.254ZPlanning: Evaluating mediator changes ... Done
2532025-03-21T17:31:47.257ZPlanning: Merging actions ... Done
2542025-03-21T17:31:47.443ZPlanning: Checking for conflicting actions ... Done
2552025-03-21T17:31:47.446ZPlanning: Consolidating action changes ... Done
2562025-03-21T17:31:47.706ZPlanning: Evaluating mediators ... Done
2572025-03-21T17:31:47.760ZPlanning: Planning completed in 0.75 seconds
2582025-03-21T17:31:47.801Z Packages to change: 1
2592025-03-21T17:31:47.801Z Mediators to change: 1
2602025-03-21T17:31:47.805Z Services to change: 1
2612025-03-21T17:31:47.805Z Create boot environment: No
2622025-03-21T17:31:47.805ZCreate backup boot environment: Yes
2632025-03-21T17:31:50.133Z Actions: 1/6 actions (Updating modified actions)
2642025-03-21T17:31:50.140Z Actions: Completed 6 actions in 0.00 seconds.
2652025-03-21T17:31:50.140Z Done
2662025-03-21T17:31:50.140Z Done
2672025-03-21T17:31:50.261Z Done
2682025-03-21T17:31:53.808Z Done
2692025-03-21T17:31:53.903Z Done
2702025-03-21T17:31:53.907Z Done
2712025-03-21T17:31:54.056Z Done
2722025-03-21T17:31:54.492ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2732025-03-21T17:31:54.492Zclang system 15 system
2742025-03-21T17:31:54.492Zcsh system system illumos
2752025-03-21T17:31:54.492Zctags system system illumos
2762025-03-21T17:31:54.492Zgcc vendor 12 vendor
2772025-03-21T17:31:54.492Zgcc system 10 system
2782025-03-21T17:31:54.492Zgcc system 7 system
2792025-03-21T17:31:54.492Zgo system 1.20 system
2802025-03-21T17:31:54.492Zgo system 1.19 system
2812025-03-21T17:31:54.492Zllvm system 15 system
2822025-03-21T17:31:54.492Zllvm system 14 system
2832025-03-21T17:31:54.492Zmariadb system 10.6 system
2842025-03-21T17:31:54.492Zmta vendor vendor dma
2852025-03-21T17:31:54.492Zopenjdk system 17 system
2862025-03-21T17:31:54.492Zopenjdk system 11 system
2872025-03-21T17:31:54.492Zopenjdk system 1.8 system
2882025-03-21T17:31:54.492Zopenssl vendor 3 vendor
2892025-03-21T17:31:54.492Zperl system 5.36 system
2902025-03-21T17:31:54.492Zpostgresql system 15 system
2912025-03-21T17:31:54.492Zpostgresql system 13 system
2922025-03-21T17:31:54.492Zpython vendor 3 vendor
2932025-03-21T17:31:54.492Zpython system 2 system
2942025-03-21T17:31:54.492Zpython3 system 3.11 system
2952025-03-21T17:31:54.493Zruby system 3.0 system
2962025-03-21T17:31:54.493Zwords vendor vendor american-english
2972025-03-21T17:31:54.493Zwords system system australian-english
2982025-03-21T17:31:54.493Zwords system system british-english
2992025-03-21T17:31:54.493Zwords system system canadian-english
3002025-03-21T17:31:54.493Zwords system system french
3012025-03-21T17:31:54.493Zwords system system italian
3022025-03-21T17:31:54.493Zwords system system ngerman
3032025-03-21T17:31:54.493Zwords system system ogerman
3042025-03-21T17:31:54.493Zwords system system spanish
3052025-03-21T17:31:54.821ZPUBLISHER TYPE STATUS P LOCATION
3062025-03-21T17:31:54.821Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
3072025-03-21T17:31:57.999ZFMRI IFO
3082025-03-21T17:31:57.999Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
3092025-03-21T17:31:57.999Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
3102025-03-21T17:31:57.999Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
3112025-03-21T17:31:57.999Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
3122025-03-21T17:31:57.999Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
3132025-03-21T17:31:57.999Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
3142025-03-21T17:31:57.999Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
3152025-03-21T17:31:58.000Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
3162025-03-21T17:31:58.000Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
3172025-03-21T17:31:58.000Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
3182025-03-21T17:31:58.001Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
3192025-03-21T17:31:58.001Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3202025-03-21T17:31:58.001Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3212025-03-21T17:31:58.001Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3222025-03-21T17:31:58.001Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3232025-03-21T17:31:58.831Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3242025-03-21T17:31:59.125Z Updating crates.io index
3252025-03-21T17:31:59.161Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3262025-03-21T17:31:59.652Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3272025-03-21T17:31:59.893Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3282025-03-21T17:32:00.135Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3292025-03-21T17:32:00.408Z Updating git repository `https://github.com/oxidecomputer/propolis`
3302025-03-21T17:32:01.392Z Updating git repository `https://github.com/oxidecomputer/crucible`
3312025-03-21T17:32:03.484Z Updating git repository `https://github.com/oxidecomputer/opte`
3322025-03-21T17:32:04.149Z Updating git repository `https://github.com/oxidecomputer/falcon`
3332025-03-21T17:32:04.767Z Updating git repository `https://github.com/oxidecomputer/clickward`
3342025-03-21T17:32:05.142Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3352025-03-21T17:32:05.445Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3362025-03-21T17:32:06.055Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3372025-03-21T17:32:06.563Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3382025-03-21T17:32:06.957Z Updating git repository `https://github.com/oxidecomputer/propolis`
3392025-03-21T17:32:07.439Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3402025-03-21T17:32:07.753Z Updating git repository `https://github.com/oxidecomputer/tofino`
3412025-03-21T17:32:08.013Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3422025-03-21T17:32:08.255Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3432025-03-21T17:32:08.510Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3442025-03-21T17:32:08.808Z Updating git repository `https://github.com/oxidecomputer/lldp`
3452025-03-21T17:32:09.126Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3462025-03-21T17:32:09.416Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3472025-03-21T17:32:09.722Z Updating git repository `https://github.com/oxidecomputer/ispf`
3482025-03-21T17:32:10.042Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3492025-03-21T17:32:10.300Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3502025-03-21T17:32:10.829Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3512025-03-21T17:32:11.177Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3522025-03-21T17:32:11.532Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3532025-03-21T17:32:12.001Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3542025-03-21T17:32:12.249Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3552025-03-21T17:32:12.875Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3562025-03-21T17:32:12.899Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3572025-03-21T17:32:14.222Z Downloading crates ...
3582025-03-21T17:32:14.280Z Downloaded anstyle-query v1.1.1
3592025-03-21T17:32:14.283Z Downloaded anstream v0.6.15
3602025-03-21T17:32:14.286Z Downloaded bitflags v1.3.2
3612025-03-21T17:32:14.289Z Downloaded byteorder v1.5.0
3622025-03-21T17:32:14.289Z Downloaded bitflags v2.6.0
3632025-03-21T17:32:14.295Z Downloaded block-buffer v0.10.4
3642025-03-21T17:32:14.298Z Downloaded zerocopy-derive v0.7.35
3652025-03-21T17:32:14.301Z Downloaded usdt-macro v0.5.0
3662025-03-21T17:32:14.301Z Downloaded swrite v0.1.0
3672025-03-21T17:32:14.308Z Downloaded scroll_derive v0.12.0
3682025-03-21T17:32:14.311Z Downloaded zerocopy v0.7.35
3692025-03-21T17:32:14.324Z Downloaded equivalent v1.0.1
3702025-03-21T17:32:14.328Z Downloaded dtrace-parser v0.2.0
3712025-03-21T17:32:14.328Z Downloaded winnow v0.7.3
3722025-03-21T17:32:14.335Z Downloaded pretty-hex v0.4.1
3732025-03-21T17:32:14.340Z Downloaded cfg-if v1.0.0
3742025-03-21T17:32:14.340Z Downloaded bytecount v0.6.8
3752025-03-21T17:32:14.344Z Downloaded usdt-attr-macro v0.5.0
3762025-03-21T17:32:14.344Z Downloaded autocfg v1.4.0
3772025-03-21T17:32:14.344Z Downloaded fs-err v2.11.0
3782025-03-21T17:32:14.348Z Downloaded thiserror-impl v1.0.69
3792025-03-21T17:32:14.352Z Downloaded tabled_derive v0.7.0
3802025-03-21T17:32:14.352Z Downloaded clap_lex v0.7.4
3812025-03-21T17:32:14.352Z Downloaded fastrand v2.1.1
3822025-03-21T17:32:14.355Z Downloaded memmap v0.7.0
3832025-03-21T17:32:14.358Z Downloaded thiserror-impl v2.0.11
3842025-03-21T17:32:14.358Z Downloaded serde_spanned v0.6.8
3852025-03-21T17:32:14.365Z Downloaded colorchoice v1.0.2
3862025-03-21T17:32:14.365Z Downloaded itoa v1.0.11
3872025-03-21T17:32:14.365Z Downloaded is_terminal_polyfill v1.70.1
3882025-03-21T17:32:14.365Z Downloaded pest_generator v2.7.14
3892025-03-21T17:32:14.368Z Downloaded terminal_size v0.2.6
3902025-03-21T17:32:14.368Z Downloaded proc-macro-error-attr v1.0.4
3912025-03-21T17:32:14.368Z Downloaded macaddr v1.0.1
3922025-03-21T17:32:14.368Z Downloaded errno v0.3.9
3932025-03-21T17:32:14.372Z Downloaded cargo-platform v0.1.8
3942025-03-21T17:32:14.372Z Downloaded generic-array v0.14.7
3952025-03-21T17:32:14.376Z Downloaded version_check v0.9.5
3962025-03-21T17:32:14.376Z Downloaded anstyle v1.0.10
3972025-03-21T17:32:14.376Z Downloaded toml_datetime v0.6.8
3982025-03-21T17:32:14.381Z Downloaded scroll v0.12.0
3992025-03-21T17:32:14.382Z Downloaded thread-id v4.2.2
4002025-03-21T17:32:14.382Z Downloaded unicode-linebreak v0.1.5
4012025-03-21T17:32:14.385Z Downloaded terminal_size v0.4.0
4022025-03-21T17:32:14.385Z Downloaded heck v0.5.0
4032025-03-21T17:32:14.385Z Downloaded cargo_toml v0.21.0
4042025-03-21T17:32:14.385Z Downloaded dof v0.3.0
4052025-03-21T17:32:14.385Z Downloaded cpufeatures v0.2.14
4062025-03-21T17:32:14.388Z Downloaded thiserror v1.0.69
4072025-03-21T17:32:14.392Z Downloaded strsim v0.11.1
4082025-03-21T17:32:14.392Z Downloaded smawk v0.3.2
4092025-03-21T17:32:14.396Z Downloaded heck v0.4.1
4102025-03-21T17:32:14.396Z Downloaded pest_derive v2.7.14
4112025-03-21T17:32:14.404Z Downloaded crypto-common v0.1.6
4122025-03-21T17:32:14.404Z Downloaded cargo_metadata v0.19.2
4132025-03-21T17:32:14.404Z Downloaded anstyle-parse v0.2.5
4142025-03-21T17:32:14.404Z Downloaded tempfile v3.13.0
4152025-03-21T17:32:14.416Z Downloaded usdt v0.5.0
4162025-03-21T17:32:14.416Z Downloaded serde_tokenstream v0.2.2
4172025-03-21T17:32:14.416Z Downloaded proc-macro-error v1.0.4
4182025-03-21T17:32:14.416Z Downloaded usdt-impl v0.5.0
4192025-03-21T17:32:14.416Z Downloaded semver v1.0.25
4202025-03-21T17:32:14.416Z Downloaded once_cell v1.20.3
4212025-03-21T17:32:14.422Z Downloaded fnv v1.0.7
4222025-03-21T17:32:14.422Z Downloaded utf8parse v0.2.2
4232025-03-21T17:32:14.422Z Downloaded clap v4.5.31
4242025-03-21T17:32:14.428Z Downloaded thiserror v2.0.11
4252025-03-21T17:32:14.434Z Downloaded toml v0.8.20
4262025-03-21T17:32:14.434Z Downloaded log v0.4.22
4272025-03-21T17:32:14.441Z Downloaded ryu v1.0.18
4282025-03-21T17:32:14.441Z Downloaded pest_meta v2.7.14
4292025-03-21T17:32:14.445Z Downloaded anyhow v1.0.97
4302025-03-21T17:32:14.445Z Downloaded clap_derive v4.5.28
4312025-03-21T17:32:14.448Z Downloaded unicode-ident v1.0.14
4322025-03-21T17:32:14.450Z Downloaded ucd-trie v0.1.7
4332025-03-21T17:32:14.450Z Downloaded typenum v1.17.0
4342025-03-21T17:32:14.454Z Downloaded textwrap v0.16.1
4352025-03-21T17:32:14.457Z Downloaded sha2 v0.10.8
4362025-03-21T17:32:14.457Z Downloaded proc-macro2 v1.0.93
4372025-03-21T17:32:14.461Z Downloaded papergrid v0.11.0
4382025-03-21T17:32:14.466Z Downloaded io-lifetimes v1.0.11
4392025-03-21T17:32:14.470Z Downloaded camino v1.1.9
4402025-03-21T17:32:14.470Z Downloaded quote v1.0.38
4412025-03-21T17:32:14.474Z Downloaded digest v0.10.7
4422025-03-21T17:32:14.474Z Downloaded plain v0.2.3
4432025-03-21T17:32:14.479Z Downloaded serde_derive v1.0.218
4442025-03-21T17:32:14.479Z Downloaded memchr v2.7.4
4452025-03-21T17:32:14.483Z Downloaded indexmap v2.7.1
4462025-03-21T17:32:14.487Z Downloaded serde v1.0.218
4472025-03-21T17:32:14.490Z Downloaded camino-tempfile v1.1.1
4482025-03-21T17:32:14.493Z Downloaded toml_edit v0.22.24
4492025-03-21T17:32:14.513Z Downloaded pest v2.7.14
4502025-03-21T17:32:14.520Z Downloaded hashbrown v0.15.1
4512025-03-21T17:32:14.527Z Downloaded serde_json v1.0.139
4522025-03-21T17:32:14.550Z Downloaded goblin v0.8.2
4532025-03-21T17:32:14.556Z Downloaded clap_builder v4.5.31
4542025-03-21T17:32:14.564Z Downloaded tabled v0.15.0
4552025-03-21T17:32:14.578Z Downloaded syn v1.0.109
4562025-03-21T17:32:14.602Z Downloaded unicode-width v0.1.14
4572025-03-21T17:32:14.607Z Downloaded rustix v0.37.28
4582025-03-21T17:32:14.625Z Downloaded syn v2.0.98
4592025-03-21T17:32:14.636Z Downloaded rustix v0.38.37
4602025-03-21T17:32:14.671Z Downloaded libc v0.2.170
4612025-03-21T17:32:14.809Z Compiling proc-macro2 v1.0.93
4622025-03-21T17:32:14.809Z Compiling unicode-ident v1.0.14
4632025-03-21T17:32:14.813Z Compiling version_check v0.9.5
4642025-03-21T17:32:14.814Z Compiling serde v1.0.218
4652025-03-21T17:32:14.814Z Compiling libc v0.2.170
4662025-03-21T17:32:14.814Z Compiling memchr v2.7.4
4672025-03-21T17:32:14.845Z Compiling thiserror v1.0.69
4682025-03-21T17:32:14.848Z Compiling ucd-trie v0.1.7
4692025-03-21T17:32:15.089Z Compiling itoa v1.0.11
4702025-03-21T17:32:15.337Z Compiling ryu v1.0.18
4712025-03-21T17:32:15.472Z Compiling once_cell v1.20.3
4722025-03-21T17:32:15.594Z Compiling byteorder v1.5.0
4732025-03-21T17:32:15.665Z Compiling serde_json v1.0.139
4742025-03-21T17:32:15.833Z Compiling rustix v0.38.37
4752025-03-21T17:32:16.025Z Compiling bitflags v2.6.0
4762025-03-21T17:32:16.169Z Compiling proc-macro-error-attr v1.0.4
4772025-03-21T17:32:16.270Z Compiling usdt-impl v0.5.0
4782025-03-21T17:32:16.436Z Compiling io-lifetimes v1.0.11
4792025-03-21T17:32:16.482Z Compiling syn v1.0.109
4802025-03-21T17:32:16.577Z Compiling proc-macro-error v1.0.4
4812025-03-21T17:32:16.673Z Compiling quote v1.0.38
4822025-03-21T17:32:16.772Z Compiling errno v0.3.9
4832025-03-21T17:32:16.894Z Compiling rustix v0.37.28
4842025-03-21T17:32:16.995Z Compiling plain v0.2.3
4852025-03-21T17:32:17.052Z Compiling syn v2.0.98
4862025-03-21T17:32:17.242Z Compiling thread-id v4.2.2
4872025-03-21T17:32:17.246Z Compiling utf8parse v0.2.2
4882025-03-21T17:32:17.285Z Compiling hashbrown v0.15.1
4892025-03-21T17:32:17.291Z Compiling camino v1.1.9
4902025-03-21T17:32:17.356Z Compiling equivalent v1.0.1
4912025-03-21T17:32:17.425Z Compiling log v0.4.22
4922025-03-21T17:32:17.489Z Compiling anstyle-parse v0.2.5
4932025-03-21T17:32:17.951Z Compiling semver v1.0.25
4942025-03-21T17:32:17.976Z Compiling autocfg v1.4.0
4952025-03-21T17:32:18.226Z Compiling unicode-width v0.1.14
4962025-03-21T17:32:18.377Z Compiling indexmap v2.7.1
4972025-03-21T17:32:18.429Z Compiling pretty-hex v0.4.1
4982025-03-21T17:32:18.469Z Compiling bitflags v1.3.2
4992025-03-21T17:32:18.589Z Compiling thiserror v2.0.11
5002025-03-21T17:32:18.674Z Compiling anstyle v1.0.10
5012025-03-21T17:32:18.772Z Compiling winnow v0.7.3
5022025-03-21T17:32:18.919Z Compiling anstyle-query v1.1.1
5032025-03-21T17:32:19.169Z Compiling colorchoice v1.0.2
5042025-03-21T17:32:19.195Z Compiling is_terminal_polyfill v1.70.1
5052025-03-21T17:32:19.338Z Compiling anstream v0.6.15
5062025-03-21T17:32:19.365Z Compiling fs-err v2.11.0
5072025-03-21T17:32:19.417Z Compiling terminal_size v0.4.0
5082025-03-21T17:32:19.727Z Compiling fastrand v2.1.1
5092025-03-21T17:32:19.794Z Compiling bytecount v0.6.8
5102025-03-21T17:32:19.828Z Compiling clap_lex v0.7.4
5112025-03-21T17:32:19.962Z Compiling anyhow v1.0.97
5122025-03-21T17:32:20.027Z Compiling heck v0.4.1
5132025-03-21T17:32:20.300Z Compiling strsim v0.11.1
5142025-03-21T17:32:20.626Z Compiling fnv v1.0.7
5152025-03-21T17:32:20.652Z Compiling cfg-if v1.0.0
5162025-03-21T17:32:20.761Z Compiling heck v0.5.0
5172025-03-21T17:32:20.787Z Compiling papergrid v0.11.0
5182025-03-21T17:32:20.853Z Compiling tempfile v3.13.0
5192025-03-21T17:32:21.024Z Compiling terminal_size v0.2.6
5202025-03-21T17:32:21.089Z Compiling clap_builder v4.5.31
5212025-03-21T17:32:21.403Z Compiling memmap v0.7.0
5222025-03-21T17:32:21.619Z Compiling unicode-linebreak v0.1.5
5232025-03-21T17:32:21.641Z Compiling smawk v0.3.2
5242025-03-21T17:32:22.122Z Compiling textwrap v0.16.1
5252025-03-21T17:32:22.285Z Compiling swrite v0.1.0
5262025-03-21T17:32:22.717Z Compiling tabled_derive v0.7.0
5272025-03-21T17:32:24.123Z Compiling tabled v0.15.0
5282025-03-21T17:32:24.142Z Compiling serde_derive v1.0.218
5292025-03-21T17:32:24.146Z Compiling thiserror-impl v1.0.69
5302025-03-21T17:32:24.146Z Compiling zerocopy-derive v0.7.35
5312025-03-21T17:32:24.146Z Compiling scroll_derive v0.12.0
5322025-03-21T17:32:24.146Z Compiling thiserror-impl v2.0.11
5332025-03-21T17:32:24.146Z Compiling clap_derive v4.5.28
5342025-03-21T17:32:25.667Z Compiling scroll v0.12.0
5352025-03-21T17:32:26.156Z Compiling zerocopy v0.7.35
5362025-03-21T17:32:26.210Z Compiling goblin v0.8.2
5372025-03-21T17:32:27.225Z Compiling pest v2.7.14
5382025-03-21T17:32:28.524Z Compiling clap v4.5.31
5392025-03-21T17:32:29.480Z Compiling pest_meta v2.7.14
5402025-03-21T17:32:30.376Z Compiling pest_generator v2.7.14
5412025-03-21T17:32:31.687Z Compiling pest_derive v2.7.14
5422025-03-21T17:32:32.326Z Compiling dtrace-parser v0.2.0
5432025-03-21T17:32:33.269Z Compiling toml_datetime v0.6.8
5442025-03-21T17:32:33.269Z Compiling serde_spanned v0.6.8
5452025-03-21T17:32:33.272Z Compiling cargo-platform v0.1.8
5462025-03-21T17:32:33.559Z Compiling serde_tokenstream v0.2.2
5472025-03-21T17:32:33.583Z Compiling toml_edit v0.22.24
5482025-03-21T17:32:33.725Z Compiling macaddr v1.0.1
5492025-03-21T17:32:33.870Z Compiling camino-tempfile v1.1.1
5502025-03-21T17:32:34.676Z Compiling dof v0.3.0
5512025-03-21T17:32:34.676Z Compiling cargo_metadata v0.19.2
5522025-03-21T17:32:36.263Z Compiling usdt-macro v0.5.0
5532025-03-21T17:32:36.266Z Compiling usdt-attr-macro v0.5.0
5542025-03-21T17:32:36.332Z Compiling toml v0.8.20
5552025-03-21T17:32:37.202Z Compiling cargo_toml v0.21.0
5562025-03-21T17:32:37.582Z Compiling usdt v0.5.0
5572025-03-21T17:32:39.804Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5582025-03-21T17:32:42.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.33s
5592025-03-21T17:32:43.157Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5602025-03-21T17:32:43.718Z Downloading crates ...
5612025-03-21T17:32:43.845Z Downloaded atomicwrites v0.4.4
5622025-03-21T17:32:43.851Z Downloaded atty v0.2.14
5632025-03-21T17:32:43.854Z Downloaded atomic-waker v1.1.2
5642025-03-21T17:32:43.854Z Downloaded async-stream-impl v0.3.6
5652025-03-21T17:32:43.858Z Downloaded ciborium-io v0.2.2
5662025-03-21T17:32:43.862Z Downloaded headers-core v0.3.0
5672025-03-21T17:32:43.866Z Downloaded cstr-argument v0.1.2
5682025-03-21T17:32:43.866Z Downloaded cfg_aliases v0.1.1
5692025-03-21T17:32:43.871Z Downloaded crucible-workspace-hack v0.1.0
5702025-03-21T17:32:43.875Z Downloaded cfg_aliases v0.2.1
5712025-03-21T17:32:43.878Z Downloaded instant v0.1.13
5722025-03-21T17:32:43.878Z Downloaded hex-literal v0.4.1
5732025-03-21T17:32:43.882Z Downloaded hex v0.4.3
5742025-03-21T17:32:43.887Z Downloaded base16ct v0.2.0
5752025-03-21T17:32:43.887Z Downloaded ctr v0.9.2
5762025-03-21T17:32:43.887Z Downloaded ident_case v1.0.1
5772025-03-21T17:32:43.893Z Downloaded icu_provider_macros v1.5.0
5782025-03-21T17:32:43.893Z Downloaded async-recursion v1.1.1
5792025-03-21T17:32:43.896Z Downloaded hubpack_derive v0.1.1
5802025-03-21T17:32:43.896Z Downloaded heck v0.3.3
5812025-03-21T17:32:43.896Z Downloaded assert_matches v1.5.0
5822025-03-21T17:32:43.896Z Downloaded adler2 v2.0.0
5832025-03-21T17:32:43.896Z Downloaded crunchy v0.2.2
5842025-03-21T17:32:43.900Z Downloaded aead v0.5.2
5852025-03-21T17:32:43.900Z Downloaded async-stream v0.3.6
5862025-03-21T17:32:43.903Z Downloaded http-range v0.1.5
5872025-03-21T17:32:43.903Z Downloaded array-init v0.0.4
5882025-03-21T17:32:43.906Z Downloaded ascii-canvas v3.0.0
5892025-03-21T17:32:43.906Z Downloaded arrayref v0.3.9
5902025-03-21T17:32:43.906Z Downloaded constant_time_eq v0.3.1
5912025-03-21T17:32:43.910Z Downloaded chacha20 v0.9.1
5922025-03-21T17:32:43.910Z Downloaded md5 v0.7.0
5932025-03-21T17:32:43.914Z Downloaded match_cfg v0.1.0
5942025-03-21T17:32:43.914Z Downloaded lalrpop-util v0.19.12
5952025-03-21T17:32:43.914Z Downloaded is-terminal v0.4.13
5962025-03-21T17:32:43.920Z Downloaded http-body v1.0.1
5972025-03-21T17:32:43.920Z Downloaded humantime v2.1.0
5982025-03-21T17:32:43.920Z Downloaded cbc v0.1.2
5992025-03-21T17:32:43.924Z Downloaded buf-list v1.0.3
6002025-03-21T17:32:43.924Z Downloaded hyper-tls v0.6.0
6012025-03-21T17:32:43.924Z Downloaded chrono-tz-build v0.4.0
6022025-03-21T17:32:43.925Z Downloaded crc-catalog v2.4.0
6032025-03-21T17:32:43.927Z Downloaded iana-time-zone v0.1.61
6042025-03-21T17:32:43.931Z Downloaded is_ci v1.2.0
6052025-03-21T17:32:43.931Z Downloaded bit-set v0.5.3
6062025-03-21T17:32:43.931Z Downloaded indent_write v2.2.0
6072025-03-21T17:32:43.936Z Downloaded crc v3.2.1
6082025-03-21T17:32:43.941Z Downloaded lru-cache v0.1.2
6092025-03-21T17:32:43.941Z Downloaded bcrypt-pbkdf v0.10.0
6102025-03-21T17:32:43.941Z Downloaded maybe-uninit v2.0.0
6112025-03-21T17:32:43.946Z Downloaded impl-trait-for-tuples v0.2.2
6122025-03-21T17:32:43.946Z Downloaded hostname v0.4.0
6132025-03-21T17:32:43.946Z Downloaded mime v0.3.17
6142025-03-21T17:32:43.949Z Downloaded maplit v1.0.2
6152025-03-21T17:32:43.952Z Downloaded lockfree-object-pool v0.1.6
6162025-03-21T17:32:43.952Z Downloaded managed v0.8.0
6172025-03-21T17:32:43.955Z Downloaded lazycell v1.3.0
6182025-03-21T17:32:43.960Z Downloaded progenitor-macro v0.9.1
6192025-03-21T17:32:43.966Z Downloaded keccak v0.1.5
6202025-03-21T17:32:43.966Z Downloaded memoffset v0.9.1
6212025-03-21T17:32:43.973Z Downloaded argon2 v0.5.3
6222025-03-21T17:32:43.973Z Downloaded cancel-safe-futures v0.1.5
6232025-03-21T17:32:43.983Z Downloaded colored v2.2.0
6242025-03-21T17:32:43.984Z Downloaded hyper-rustls v0.27.3
6252025-03-21T17:32:43.993Z Downloaded sha1 v0.10.6
6262025-03-21T17:32:43.993Z Downloaded semver v0.1.20
6272025-03-21T17:32:43.993Z Downloaded crc32fast v1.4.2
6282025-03-21T17:32:43.993Z Downloaded linear-map v1.2.0
6292025-03-21T17:32:43.999Z Downloaded md-5 v0.10.6
6302025-03-21T17:32:43.999Z Downloaded highway v1.3.0
6312025-03-21T17:32:43.999Z Downloaded csv-core v0.1.11
6322025-03-21T17:32:43.999Z Downloaded litemap v0.7.3
6332025-03-21T17:32:44.008Z Downloaded sync_wrapper v1.0.1
6342025-03-21T17:32:44.008Z Downloaded async-bb8-diesel v0.2.1
6352025-03-21T17:32:44.008Z Downloaded mime_guess v2.0.5
6362025-03-21T17:32:44.012Z Downloaded rand_chacha v0.9.0
6372025-03-21T17:32:44.012Z Downloaded sync-ptr v0.1.1
6382025-03-21T17:32:44.012Z Downloaded want v0.3.1
6392025-03-21T17:32:44.012Z Downloaded libefi-sys v0.1.0
6402025-03-21T17:32:44.012Z Downloaded try-lock v0.2.5
6412025-03-21T17:32:44.017Z Downloaded libloading v0.8.5
6422025-03-21T17:32:44.017Z Downloaded ipnet v2.11.0
6432025-03-21T17:32:44.024Z Downloaded rustfmt-wrapper v0.2.1
6442025-03-21T17:32:44.024Z Downloaded rtoolbox v0.0.2
6452025-03-21T17:32:44.024Z Downloaded base64ct v1.6.0
6462025-03-21T17:32:44.031Z Downloaded memmap2 v0.9.5
6472025-03-21T17:32:44.031Z Downloaded icu_locid_transform_data v1.5.0
6482025-03-21T17:32:44.031Z Downloaded crossbeam-utils v0.8.20
6492025-03-21T17:32:44.037Z Downloaded secrecy v0.8.0
6502025-03-21T17:32:44.037Z Downloaded sec1 v0.7.3
6512025-03-21T17:32:44.037Z Downloaded signal-hook-mio v0.2.4
6522025-03-21T17:32:44.041Z Downloaded ref-cast v1.0.23
6532025-03-21T17:32:44.041Z Downloaded number_prefix v0.4.0
6542025-03-21T17:32:44.041Z Downloaded sqlformat v0.2.6
6552025-03-21T17:32:44.046Z Downloaded newtype_derive v0.1.6
6562025-03-21T17:32:44.046Z Downloaded slog-scope v4.4.0
6572025-03-21T17:32:44.049Z Downloaded jobserver v0.1.32
6582025-03-21T17:32:44.052Z Downloaded synstructure v0.13.1
6592025-03-21T17:32:44.052Z Downloaded structmeta v0.3.0
6602025-03-21T17:32:44.052Z Downloaded litrs v0.4.1
6612025-03-21T17:32:44.058Z Downloaded hyper-staticfile v0.10.1
6622025-03-21T17:32:44.061Z Downloaded icu_provider v1.5.0
6632025-03-21T17:32:44.062Z Downloaded peg-runtime v0.8.5
6642025-03-21T17:32:44.065Z Downloaded heapless v0.7.17
6652025-03-21T17:32:44.069Z Downloaded zerovec-derive v0.10.3
6662025-03-21T17:32:44.075Z Downloaded hmac v0.12.1
6672025-03-21T17:32:44.075Z Downloaded crc-any v2.5.0
6682025-03-21T17:32:44.079Z Downloaded utf16_iter v1.0.5
6692025-03-21T17:32:44.079Z Downloaded phf_generator v0.11.2
6702025-03-21T17:32:44.079Z Downloaded compact_str v0.8.0
6712025-03-21T17:32:44.082Z Downloaded newline-converter v0.3.0
6722025-03-21T17:32:44.082Z Downloaded dunce v1.0.5
6732025-03-21T17:32:44.087Z Downloaded dsl_auto_type v0.1.2
6742025-03-21T17:32:44.087Z Downloaded chacha20poly1305 v0.10.1
6752025-03-21T17:32:44.093Z Downloaded fs_extra v1.3.0
6762025-03-21T17:32:44.093Z Downloaded backtrace v0.3.74
6772025-03-21T17:32:44.097Z Downloaded newtype-uuid v1.2.1
6782025-03-21T17:32:44.104Z Downloaded foldhash v0.1.3
6792025-03-21T17:32:44.104Z Downloaded diesel-dtrace v0.4.2
6802025-03-21T17:32:44.107Z Downloaded nibble_vec v0.1.0
6812025-03-21T17:32:44.107Z Downloaded tokio-tungstenite v0.23.1
6822025-03-21T17:32:44.107Z Downloaded indexmap v1.9.3
6832025-03-21T17:32:44.110Z Downloaded parse-display-derive v0.10.0
6842025-03-21T17:32:44.113Z Downloaded indicatif v0.17.11
6852025-03-21T17:32:44.116Z Downloaded phf_codegen v0.11.2
6862025-03-21T17:32:44.121Z Downloaded derive_builder v0.20.2
6872025-03-21T17:32:44.127Z Downloaded toolchain_find v0.4.0
6882025-03-21T17:32:44.127Z Downloaded hickory-resolver v0.24.4
6892025-03-21T17:32:44.130Z Downloaded typify-macro v0.3.0
6902025-03-21T17:32:44.134Z Downloaded heapless v0.8.0
6912025-03-21T17:32:44.138Z Downloaded zone_cfg_derive v0.3.0
6922025-03-21T17:32:44.138Z Downloaded zone_cfg_derive v0.1.2
6932025-03-21T17:32:44.138Z Downloaded topological-sort v0.2.2
6942025-03-21T17:32:44.146Z Downloaded dirs-sys-next v0.1.2
6952025-03-21T17:32:44.146Z Downloaded pkg-config v0.3.31
6962025-03-21T17:32:44.151Z Downloaded foreign-types v0.3.2
6972025-03-21T17:32:44.151Z Downloaded scrypt v0.11.0
6982025-03-21T17:32:44.151Z Downloaded rustls-pemfile v1.0.4
6992025-03-21T17:32:44.151Z Downloaded static_assertions v1.1.0
7002025-03-21T17:32:44.151Z Downloaded snafu-derive v0.8.5
7012025-03-21T17:32:44.154Z Downloaded slab v0.4.9
7022025-03-21T17:32:44.154Z Downloaded siphasher v0.3.11
7032025-03-21T17:32:44.154Z Downloaded fxhash v0.2.1
7042025-03-21T17:32:44.157Z Downloaded path-slash v0.1.5
7052025-03-21T17:32:44.157Z Downloaded ecdsa v0.16.9
7062025-03-21T17:32:44.160Z Downloaded num-conv v0.1.0
7072025-03-21T17:32:44.160Z Downloaded termcolor v1.4.1
7082025-03-21T17:32:44.166Z Downloaded termios v0.3.3
7092025-03-21T17:32:44.166Z Downloaded getrandom v0.2.15
7102025-03-21T17:32:44.169Z Downloaded typify v0.3.0
7112025-03-21T17:32:44.172Z Downloaded utf8_iter v1.0.4
7122025-03-21T17:32:44.172Z Downloaded typify-macro v0.2.0
7132025-03-21T17:32:44.172Z Downloaded miniz_oxide v0.8.5
7142025-03-21T17:32:44.176Z Downloaded daft-derive v0.1.1
7152025-03-21T17:32:44.179Z Downloaded const_format v0.2.34
7162025-03-21T17:32:44.184Z Downloaded pbkdf2 v0.12.2
7172025-03-21T17:32:44.187Z Downloaded zone v0.3.0
7182025-03-21T17:32:44.187Z Downloaded dropshot_endpoint v0.16.0
7192025-03-21T17:32:44.191Z Downloaded rfc6979 v0.4.0
7202025-03-21T17:32:44.197Z Downloaded pkcs8 v0.10.2
7212025-03-21T17:32:44.202Z Downloaded schemars_derive v0.8.22
7222025-03-21T17:32:44.202Z Downloaded float-ord v0.3.2
7232025-03-21T17:32:44.202Z Downloaded curve25519-dalek-derive v0.1.1
7242025-03-21T17:32:44.202Z Downloaded cc v1.2.15
7252025-03-21T17:32:44.207Z Downloaded take_mut v0.2.2
7262025-03-21T17:32:44.207Z Downloaded multimap v0.10.0
7272025-03-21T17:32:44.210Z Downloaded float-cmp v0.10.0
7282025-03-21T17:32:44.210Z Downloaded string_cache v0.8.7
7292025-03-21T17:32:44.210Z Downloaded vte v0.11.1
7302025-03-21T17:32:44.215Z Downloaded zerofrom v0.1.4
7312025-03-21T17:32:44.227Z Downloaded ssh-cipher v0.2.0
7322025-03-21T17:32:44.230Z Downloaded pbkdf2 v0.11.0
7332025-03-21T17:32:44.233Z Downloaded packed_struct_codegen v0.10.1
7342025-03-21T17:32:44.234Z Downloaded num-integer v0.1.46
7352025-03-21T17:32:44.238Z Downloaded hyper-util v0.1.10
7362025-03-21T17:32:44.244Z Downloaded crossbeam-channel v0.5.13
7372025-03-21T17:32:44.248Z Downloaded write16 v1.0.0
7382025-03-21T17:32:44.249Z Downloaded quinn-udp v0.5.5
7392025-03-21T17:32:44.249Z Downloaded polyval v0.6.2
7402025-03-21T17:32:44.256Z Downloaded yasna v0.5.2
7412025-03-21T17:32:44.256Z Downloaded http v1.2.0
7422025-03-21T17:32:44.261Z Downloaded pkcs5 v0.7.1
7432025-03-21T17:32:44.262Z Downloaded normalize-line-endings v0.3.0
7442025-03-21T17:32:44.266Z Downloaded serde-hex v0.1.0
7452025-03-21T17:32:44.266Z Downloaded rpassword v7.3.1
7462025-03-21T17:32:44.266Z Downloaded shell-words v1.1.0
7472025-03-21T17:32:44.266Z Downloaded shlex v1.3.0
7482025-03-21T17:32:44.266Z Downloaded diesel_derives v2.2.3
7492025-03-21T17:32:44.269Z Downloaded owo-colors v4.2.0
7502025-03-21T17:32:44.273Z Downloaded tokio-rustls v0.25.0
7512025-03-21T17:32:44.277Z Downloaded tls_codec_derive v0.4.1
7522025-03-21T17:32:44.282Z Downloaded untrusted v0.7.1
7532025-03-21T17:32:44.282Z Downloaded zerofrom-derive v0.1.4
7542025-03-21T17:32:44.282Z Downloaded tui-tree-widget v0.23.0
7552025-03-21T17:32:44.287Z Downloaded supports-color v3.0.2
7562025-03-21T17:32:44.287Z Downloaded subtle v2.6.1
7572025-03-21T17:32:44.287Z Downloaded hickory-server v0.24.4
7582025-03-21T17:32:44.291Z Downloaded tiny-keccak v2.0.2
7592025-03-21T17:32:44.295Z Downloaded displaydoc v0.2.5
7602025-03-21T17:32:44.298Z Downloaded simd-adler32 v0.3.7
7612025-03-21T17:32:44.302Z Downloaded darling_macro v0.20.10
7622025-03-21T17:32:44.302Z Downloaded percent-encoding v2.3.1
7632025-03-21T17:32:44.305Z Downloaded futures-sink v0.3.31
7642025-03-21T17:32:44.305Z Downloaded futures-macro v0.3.31
7652025-03-21T17:32:44.305Z Downloaded enum-as-inner v0.6.1
7662025-03-21T17:32:44.308Z Downloaded fallible-iterator v0.2.0
7672025-03-21T17:32:44.308Z Downloaded psl-types v2.0.11
7682025-03-21T17:32:44.313Z Downloaded progenitor v0.9.1
7692025-03-21T17:32:44.313Z Downloaded pem v3.0.5
7702025-03-21T17:32:44.316Z Downloaded fatfs v0.3.6
7712025-03-21T17:32:44.316Z Downloaded p256 v0.13.2
7722025-03-21T17:32:44.319Z Downloaded num v0.4.3
7732025-03-21T17:32:44.324Z Downloaded nu-ansi-term v0.50.1
7742025-03-21T17:32:44.327Z Downloaded openssl-probe v0.1.5
7752025-03-21T17:32:44.327Z Downloaded yoke-derive v0.7.4
7762025-03-21T17:32:44.327Z Downloaded zeroize v1.8.1
7772025-03-21T17:32:44.332Z Downloaded slog-term v2.9.1
7782025-03-21T17:32:44.336Z Downloaded same-file v1.0.6
7792025-03-21T17:32:44.336Z Downloaded aes v0.8.4
7802025-03-21T17:32:44.339Z Downloaded oso-derive v0.27.3
7812025-03-21T17:32:44.339Z Downloaded salsa20 v0.10.2
7822025-03-21T17:32:44.339Z Downloaded slog v2.7.0
7832025-03-21T17:32:44.343Z Downloaded openssl-macros v0.1.1
7842025-03-21T17:32:44.350Z Downloaded pin-project v1.1.6
7852025-03-21T17:32:44.357Z Downloaded untrusted v0.9.0
7862025-03-21T17:32:44.360Z Downloaded tower-layer v0.3.3
7872025-03-21T17:32:44.360Z Downloaded strum v0.26.3
7882025-03-21T17:32:44.366Z Downloaded debug-ignore v1.0.5
7892025-03-21T17:32:44.366Z Downloaded data-encoding v2.6.0
7902025-03-21T17:32:44.371Z Downloaded termtree v0.5.1
7912025-03-21T17:32:44.371Z Downloaded socket2 v0.5.8
7922025-03-21T17:32:44.371Z Downloaded structmeta-derive v0.3.0
7932025-03-21T17:32:44.375Z Downloaded stringprep v0.1.5
7942025-03-21T17:32:44.375Z Downloaded tls_codec v0.4.1
7952025-03-21T17:32:44.381Z Downloaded filetime v0.2.25
7962025-03-21T17:32:44.381Z Downloaded zone v0.1.8
7972025-03-21T17:32:44.381Z Downloaded diesel_table_macro_syntax v0.2.0
7982025-03-21T17:32:44.384Z Downloaded wyz v0.5.1
7992025-03-21T17:32:44.384Z Downloaded nanorand v0.7.0
8002025-03-21T17:32:44.384Z Downloaded tokio-rustls v0.24.1
8012025-03-21T17:32:44.399Z Downloaded writeable v0.5.5
8022025-03-21T17:32:44.404Z Downloaded foreign-types-shared v0.3.1
8032025-03-21T17:32:44.404Z Downloaded which v4.4.2
8042025-03-21T17:32:44.404Z Downloaded steno v0.4.1
8052025-03-21T17:32:44.404Z Downloaded foreign-types-shared v0.1.1
8062025-03-21T17:32:44.404Z Downloaded idna v1.0.3
8072025-03-21T17:32:44.404Z Downloaded tungstenite v0.21.0
8082025-03-21T17:32:44.407Z Downloaded phf_shared v0.10.0
8092025-03-21T17:32:44.407Z Downloaded embedded-io v0.6.1
8102025-03-21T17:32:44.410Z Downloaded itertools v0.12.1
8112025-03-21T17:32:44.416Z Downloaded r2d2 v0.8.10
8122025-03-21T17:32:44.419Z Downloaded time-core v0.1.2
8132025-03-21T17:32:44.419Z Downloaded strum_macros v0.24.3
8142025-03-21T17:32:44.422Z Downloaded slog-envlogger v2.2.0
8152025-03-21T17:32:44.426Z Downloaded pem-rfc7468 v0.7.0
8162025-03-21T17:32:44.426Z Downloaded strum_macros v0.25.3
8172025-03-21T17:32:44.430Z Downloaded quick-error v1.2.3
8182025-03-21T17:32:44.430Z Downloaded slog-dtrace v0.3.0
8192025-03-21T17:32:44.434Z Downloaded tokio-stream v0.1.17
8202025-03-21T17:32:44.437Z Downloaded endian-type v0.1.2
8212025-03-21T17:32:44.440Z Downloaded pretty_assertions v1.4.1
8222025-03-21T17:32:44.440Z Downloaded unsafe-libyaml v0.2.11
8232025-03-21T17:32:44.444Z Downloaded tungstenite v0.23.0
8242025-03-21T17:32:44.448Z Downloaded form_urlencoded v1.2.1
8252025-03-21T17:32:44.451Z Downloaded foreign-types-macros v0.2.3
8262025-03-21T17:32:44.451Z Downloaded unicode-xid v0.2.6
8272025-03-21T17:32:44.457Z Downloaded multer v3.1.0
8282025-03-21T17:32:44.461Z Downloaded powerfmt v0.2.0
8292025-03-21T17:32:44.461Z Downloaded whoami v1.5.2
8302025-03-21T17:32:44.461Z Downloaded foreign-types v0.5.0
8312025-03-21T17:32:44.464Z Downloaded parking_lot v0.12.3
8322025-03-21T17:32:44.464Z Downloaded ed25519 v2.2.3
8332025-03-21T17:32:44.468Z Downloaded ssh-key v0.6.6
8342025-03-21T17:32:44.478Z Downloaded waitgroup v0.1.2
8352025-03-21T17:32:44.486Z Downloaded deranged v0.3.11
8362025-03-21T17:32:44.486Z Downloaded ron v0.8.1
8372025-03-21T17:32:44.489Z Downloaded similar v2.7.0
8382025-03-21T17:32:44.489Z Downloaded downcast v0.11.0
8392025-03-21T17:32:44.493Z Downloaded parking_lot_core v0.8.6
8402025-03-21T17:32:44.493Z Downloaded progenitor-impl v0.9.1
8412025-03-21T17:32:44.496Z Downloaded smallvec v0.6.14
8422025-03-21T17:32:44.499Z Downloaded quinn v0.11.5
8432025-03-21T17:32:44.502Z Downloaded progenitor-client v0.9.1
8442025-03-21T17:32:44.502Z Downloaded num_threads v0.1.7
8452025-03-21T17:32:44.506Z Downloaded oso v0.27.3
8462025-03-21T17:32:44.509Z Downloaded rustyline v14.0.0
8472025-03-21T17:32:44.513Z Downloaded num-rational v0.4.2
8482025-03-21T17:32:44.516Z Downloaded pin-utils v0.1.0
8492025-03-21T17:32:44.516Z Downloaded peg v0.8.5
8502025-03-21T17:32:44.520Z Downloaded ppv-lite86 v0.2.20
8512025-03-21T17:32:44.523Z Downloaded rcgen v0.12.1
8522025-03-21T17:32:44.523Z Downloaded embedded-io v0.4.0
8532025-03-21T17:32:44.527Z Downloaded unicode_categories v0.1.1
8542025-03-21T17:32:44.530Z Downloaded tinystr v0.7.6
8552025-03-21T17:32:44.530Z Downloaded sct v0.7.1
8562025-03-21T17:32:44.533Z Downloaded slog-async v2.8.0
8572025-03-21T17:32:44.537Z Downloaded futures-core v0.3.31
8582025-03-21T17:32:44.537Z Downloaded tracing-attributes v0.1.27
8592025-03-21T17:32:44.540Z Downloaded slog-bunyan v2.5.0
8602025-03-21T17:32:44.540Z Downloaded zerovec v0.10.4
8612025-03-21T17:32:44.545Z Downloaded smallvec v1.14.0
8622025-03-21T17:32:44.548Z Downloaded parse-size v1.1.0
8632025-03-21T17:32:44.551Z Downloaded olpc-cjson v0.1.4
8642025-03-21T17:32:44.551Z Downloaded document-features v0.2.10
8652025-03-21T17:32:44.551Z Downloaded tap v1.0.1
8662025-03-21T17:32:44.554Z Downloaded x509-cert v0.2.5
8672025-03-21T17:32:44.557Z Downloaded russh-cryptovec v0.7.3
8682025-03-21T17:32:44.560Z Downloaded itertools v0.13.0
8692025-03-21T17:32:44.567Z Downloaded tinyvec_macros v0.1.1
8702025-03-21T17:32:44.567Z Downloaded hkdf v0.12.4
8712025-03-21T17:32:44.571Z Downloaded thread_local v1.1.8
8722025-03-21T17:32:44.571Z Downloaded mockall v0.13.1
8732025-03-21T17:32:44.574Z Downloaded postcard v1.0.10
8742025-03-21T17:32:44.574Z Downloaded tough v0.19.0
8752025-03-21T17:32:44.582Z Downloaded defmt-parser v0.3.4
8762025-03-21T17:32:44.585Z Downloaded pin-project-internal v1.1.6
8772025-03-21T17:32:44.585Z Downloaded mockall_derive v0.13.1
8782025-03-21T17:32:44.588Z Downloaded parse-display v0.10.0
8792025-03-21T17:32:44.588Z Downloaded difflib v0.4.0
8802025-03-21T17:32:44.592Z Downloaded signature v2.2.0
8812025-03-21T17:32:44.592Z Downloaded aws-lc-rs v1.12.4
8822025-03-21T17:32:44.601Z Downloaded futures-channel v0.3.31
8832025-03-21T17:32:44.606Z Downloaded derive_builder_macro v0.20.2
8842025-03-21T17:32:44.606Z Downloaded rustc-hash v1.1.0
8852025-03-21T17:32:44.606Z Downloaded num_enum v0.5.11
8862025-03-21T17:32:44.609Z Downloaded openssl-sys v0.9.106
8872025-03-21T17:32:44.613Z Downloaded zerocopy-derive v0.8.10
8882025-03-21T17:32:44.619Z Downloaded vsss-rs v3.3.4
8892025-03-21T17:32:44.622Z Downloaded rand_core v0.9.2
8902025-03-21T17:32:44.625Z Downloaded precomputed-hash v0.1.1
8912025-03-21T17:32:44.625Z Downloaded time-macros v0.2.18
8922025-03-21T17:32:44.629Z Downloaded thiserror-no-std v2.0.2
8932025-03-21T17:32:44.633Z Downloaded num-traits v0.2.19
8942025-03-21T17:32:44.636Z Downloaded half v2.4.1
8952025-03-21T17:32:44.636Z Downloaded serde_path_to_error v0.1.16
8962025-03-21T17:32:44.640Z Downloaded progenitor v0.8.0
8972025-03-21T17:32:44.640Z Downloaded quick-xml v0.37.2
8982025-03-21T17:32:44.645Z Downloaded env_filter v0.1.2
8992025-03-21T17:32:44.648Z Downloaded rustc-demangle v0.1.24
9002025-03-21T17:32:44.651Z Downloaded serde-big-array v0.5.1
9012025-03-21T17:32:44.651Z Downloaded predicates-core v1.0.8
9022025-03-21T17:32:44.651Z Downloaded diff v0.1.13
9032025-03-21T17:32:44.654Z Downloaded rustls-pki-types v1.10.0
9042025-03-21T17:32:44.657Z Downloaded des v0.8.1
9052025-03-21T17:32:44.662Z Downloaded either v1.14.0
9062025-03-21T17:32:44.662Z Downloaded pin-project-lite v0.2.14
9072025-03-21T17:32:44.665Z Downloaded num_enum_derive v0.5.11
9082025-03-21T17:32:44.669Z Downloaded serde_plain v1.0.2
9092025-03-21T17:32:44.669Z Downloaded twox-hash v2.1.0
9102025-03-21T17:32:44.672Z Downloaded password-hash v0.4.2
9112025-03-21T17:32:44.672Z Downloaded tokio-tungstenite v0.21.0
9122025-03-21T17:32:44.675Z Downloaded serde_repr v0.1.19
9132025-03-21T17:32:44.678Z Downloaded packed_struct v0.10.1
9142025-03-21T17:32:44.678Z Downloaded slog-json v2.6.1
9152025-03-21T17:32:44.681Z Downloaded hash32 v0.3.1
9162025-03-21T17:32:44.681Z Downloaded thiserror-impl-no-std v2.0.2
9172025-03-21T17:32:44.685Z Downloaded unicode-properties v0.1.3
9182025-03-21T17:32:44.685Z Downloaded hash32 v0.2.1
9192025-03-21T17:32:44.688Z Downloaded fragile v2.0.0
9202025-03-21T17:32:44.688Z Downloaded ref-cast-impl v1.0.23
9212025-03-21T17:32:44.691Z Downloaded elliptic-curve v0.13.8
9222025-03-21T17:32:44.694Z Downloaded num-bigint-dig v0.8.4
9232025-03-21T17:32:44.697Z Downloaded stable_deref_trait v1.2.0
9242025-03-21T17:32:44.700Z Downloaded rustc_version v0.4.1
9252025-03-21T17:32:44.700Z Downloaded globset v0.4.15
9262025-03-21T17:32:44.703Z Downloaded rand v0.9.0
9272025-03-21T17:32:44.707Z Downloaded tungstenite v0.24.0
9282025-03-21T17:32:44.713Z Downloaded zip v2.1.3
9292025-03-21T17:32:44.716Z Downloaded toml v0.7.8
9302025-03-21T17:32:44.721Z Downloaded proc-macro-error2 v2.0.1
9312025-03-21T17:32:44.721Z Downloaded env_logger v0.11.5
9322025-03-21T17:32:44.726Z Downloaded derive_more v0.99.19
9332025-03-21T17:32:44.732Z Downloaded env_logger v0.10.2
9342025-03-21T17:32:44.736Z Downloaded dropshot_endpoint v0.12.0
9352025-03-21T17:32:44.736Z Downloaded russh-keys v0.45.0
9362025-03-21T17:32:44.736Z Downloaded bitvec v1.0.1
9372025-03-21T17:32:44.750Z Downloaded rustls-pemfile v2.2.0
9382025-03-21T17:32:44.753Z Downloaded native-tls v0.2.12
9392025-03-21T17:32:44.756Z Downloaded subprocess v0.2.9
9402025-03-21T17:32:44.760Z Downloaded papergrid v0.14.0
9412025-03-21T17:32:44.763Z Downloaded expectorate v1.1.0
9422025-03-21T17:32:44.763Z Downloaded derive-where v1.2.7
9432025-03-21T17:32:44.767Z Downloaded toml_edit v0.19.15
9442025-03-21T17:32:44.783Z Downloaded tracing v0.1.40
9452025-03-21T17:32:44.787Z Downloaded bindgen v0.71.1
9462025-03-21T17:32:44.794Z Downloaded portable-atomic v1.9.0
9472025-03-21T17:32:44.802Z Downloaded futures-util v0.3.31
9482025-03-21T17:32:44.813Z Downloaded tar v0.4.44
9492025-03-21T17:32:44.816Z Downloaded tower v0.5.2
9502025-03-21T17:32:44.825Z Downloaded reedline v0.38.0
9512025-03-21T17:32:44.832Z Downloaded reqwest v0.12.12
9522025-03-21T17:32:44.841Z Downloaded parse-zoneinfo v0.3.1
9532025-03-21T17:32:44.844Z Downloaded typed-path v0.9.3
9542025-03-21T17:32:44.849Z Downloaded hashbrown v0.13.2
9552025-03-21T17:32:44.854Z Downloaded unicode-normalization v0.1.24
9562025-03-21T17:32:44.857Z Downloaded ed25519-dalek v2.1.1
9572025-03-21T17:32:44.863Z Downloaded object v0.30.4
9582025-03-21T17:32:44.870Z Downloaded serde_with v3.12.0
9592025-03-21T17:32:44.878Z Downloaded rustls-webpki v0.101.7
9602025-03-21T17:32:44.892Z Downloaded mio v1.0.2
9612025-03-21T17:32:44.897Z Downloaded russh v0.45.0
9622025-03-21T17:32:44.905Z Downloaded proptest v1.6.0
9632025-03-21T17:32:44.912Z Downloaded winnow v0.6.20
9642025-03-21T17:32:44.921Z Downloaded gimli v0.31.1
9652025-03-21T17:32:44.930Z Downloaded quinn-proto v0.11.8
9662025-03-21T17:32:44.936Z Downloaded h2 v0.4.6
9672025-03-21T17:32:44.944Z Downloaded sqlparser v0.45.0
9682025-03-21T17:32:44.949Z Downloaded smoltcp v0.9.1
9692025-03-21T17:32:44.960Z Downloaded p521 v0.13.3
9702025-03-21T17:32:44.964Z Downloaded object v0.36.5
9712025-03-21T17:32:44.975Z Downloaded regex v1.11.1
9722025-03-21T17:32:44.988Z Downloaded rustls v0.21.12
9732025-03-21T17:32:44.999Z Downloaded vcpkg v0.2.15
9742025-03-21T17:32:45.036Z Downloaded rayon v1.10.0
9752025-03-21T17:32:45.045Z Downloaded regex-syntax v0.8.5
9762025-03-21T17:32:45.053Z Downloaded polar-core v0.27.3
9772025-03-21T17:32:45.062Z Downloaded dropshot v0.12.0
9782025-03-21T17:32:45.082Z Downloaded nix v0.28.0
9792025-03-21T17:32:45.093Z Downloaded nix v0.29.0
9802025-03-21T17:32:45.105Z Downloaded p384 v0.13.0
9812025-03-21T17:32:45.111Z Downloaded unicode-width v0.2.0
9822025-03-21T17:32:45.116Z Downloaded dropshot v0.16.0
9832025-03-21T17:32:45.136Z Downloaded smoltcp v0.11.0
9842025-03-21T17:32:45.152Z Downloaded openssl v0.10.71
9852025-03-21T17:32:45.158Z Downloaded rustls v0.23.19
9862025-03-21T17:32:45.169Z Downloaded chrono-tz v0.10.1
9872025-03-21T17:32:45.177Z Downloaded openapiv3 v2.0.0
9882025-03-21T17:32:45.188Z Downloaded bstr v1.10.0
9892025-03-21T17:32:45.199Z Downloaded typify-impl v0.2.0
9902025-03-21T17:32:45.214Z Downloaded typify-impl v0.3.0
9912025-03-21T17:32:45.230Z Downloaded rustls v0.22.4
9922025-03-21T17:32:45.243Z Downloaded sled v0.34.7
9932025-03-21T17:32:45.253Z Downloaded ratatui v0.29.0
9942025-03-21T17:32:45.273Z Downloaded diesel v2.2.7
9952025-03-21T17:32:45.292Z Downloaded regress v0.10.3
9962025-03-21T17:32:45.300Z Downloaded hickory-proto v0.24.4
9972025-03-21T17:32:45.315Z Downloaded zerocopy-derive v0.6.6
9982025-03-21T17:32:45.326Z Downloaded rustls-webpki v0.102.8
9992025-03-21T17:32:45.341Z Downloaded lzma-sys v0.1.20
10002025-03-21T17:32:45.369Z Downloaded regex-automata v0.4.8
10012025-03-21T17:32:45.385Z Downloaded petgraph v0.6.5
10022025-03-21T17:32:45.402Z Downloaded petgraph v0.7.1
10032025-03-21T17:32:45.421Z Downloaded libz-sys v1.1.20
10042025-03-21T17:32:45.441Z Downloaded bzip2-sys v0.1.11+1.0.8
10052025-03-21T17:32:45.451Z Downloaded petname v2.0.2
10062025-03-21T17:32:45.457Z Downloaded nix v0.27.1
10072025-03-21T17:32:45.470Z Downloaded zerocopy v0.8.10
10082025-03-21T17:32:45.490Z Downloaded tokio v1.43.0
10092025-03-21T17:32:45.526Z Downloaded curve25519-dalek v4.1.3
10102025-03-21T17:32:45.542Z Downloaded sha3 v0.10.8
10112025-03-21T17:32:45.552Z Downloaded regex-syntax v0.6.29
10122025-03-21T17:32:45.552Z Downloaded csv v1.3.1
10132025-03-21T17:32:45.566Z Downloaded winnow v0.5.40
10142025-03-21T17:32:45.574Z Downloaded radix_trie v0.2.1
10152025-03-21T17:32:45.579Z Downloaded chrono v0.4.40
10162025-03-21T17:32:45.587Z Downloaded git2 v0.19.0
10172025-03-21T17:32:45.592Z Downloaded nom v7.1.3
10182025-03-21T17:32:45.598Z Downloaded webpki-roots v0.26.6
10192025-03-21T17:32:45.602Z Downloaded time v0.3.36
10202025-03-21T17:32:45.608Z Downloaded salty v0.3.0
10212025-03-21T17:32:45.614Z Downloaded tabled v0.18.0
10222025-03-21T17:32:45.629Z Downloaded icu_properties_data v1.5.0
10232025-03-21T17:32:45.639Z Downloaded tinyvec v1.8.0
10242025-03-21T17:32:45.644Z Downloaded der v0.7.9
10252025-03-21T17:32:45.647Z Downloaded lalrpop v0.19.12
10262025-03-21T17:32:45.657Z Downloaded serde_yaml v0.9.34+deprecated
10272025-03-21T17:32:45.661Z Downloaded bindgen v0.69.5
10282025-03-21T17:32:45.668Z Downloaded rustc_version v0.1.7
10292025-03-21T17:32:45.672Z Downloaded derive_builder_core v0.20.2
10302025-03-21T17:32:45.672Z Downloaded defmt v0.3.8
10312025-03-21T17:32:45.681Z Downloaded progenitor-impl v0.8.0
10322025-03-21T17:32:45.682Z Downloaded omicron-zone-package v0.12.0
10332025-03-21T17:32:45.682Z Downloaded group v0.13.0
10342025-03-21T17:32:45.682Z Downloaded futures-io v0.3.31
10352025-03-21T17:32:45.685Z Downloaded futures-executor v0.3.31
10362025-03-21T17:32:45.685Z Downloaded defmt-macros v0.3.9
10372025-03-21T17:32:45.685Z Downloaded rand v0.8.5
10382025-03-21T17:32:45.689Z Downloaded qorb v0.2.1
10392025-03-21T17:32:45.695Z Downloaded url v2.5.3
10402025-03-21T17:32:45.695Z Downloaded smf v0.2.3
10412025-03-21T17:32:45.700Z Downloaded encoding_rs v0.8.34
10422025-03-21T17:32:45.715Z Downloaded unarray v0.1.4
10432025-03-21T17:32:45.722Z Downloaded signal-hook-registry v1.4.2
10442025-03-21T17:32:45.722Z Downloaded spin v0.9.8
10452025-03-21T17:32:45.722Z Downloaded unicode-bidi v0.3.17
10462025-03-21T17:32:45.727Z Downloaded vergen v8.3.2
10472025-03-21T17:32:45.727Z Downloaded ring v0.17.11
10482025-03-21T17:32:45.763Z Downloaded flate2 v1.1.0
10492025-03-21T17:32:45.770Z Downloaded walkdir v2.5.0
10502025-03-21T17:32:45.775Z Downloaded publicsuffix v2.3.0
10512025-03-21T17:32:45.775Z Downloaded pkcs1 v0.7.5
10522025-03-21T17:32:45.779Z Downloaded rayon-core v1.12.1
10532025-03-21T17:32:45.779Z Downloaded sqlparser_derive v0.2.2
10542025-03-21T17:32:45.779Z Downloaded spki v0.7.3
10552025-03-21T17:32:45.783Z Downloaded rand_seeder v0.3.0
10562025-03-21T17:32:45.784Z Downloaded tower-service v0.3.3
10572025-03-21T17:32:45.784Z Downloaded serde_urlencoded v0.7.1
10582025-03-21T17:32:45.793Z Downloaded rand_core v0.6.4
10592025-03-21T17:32:45.793Z Downloaded blake3 v1.5.4
10602025-03-21T17:32:45.799Z Downloaded zip v0.6.6
10612025-03-21T17:32:45.799Z Downloaded hashbrown v0.12.3
10622025-03-21T17:32:45.805Z Downloaded aho-corasick v1.1.3
10632025-03-21T17:32:45.809Z Downloaded phf_shared v0.11.2
10642025-03-21T17:32:45.809Z Downloaded libgit2-sys v0.17.0+1.8.1
10652025-03-21T17:32:45.860Z Downloaded password-hash v0.5.0
10662025-03-21T17:32:45.867Z Downloaded fixedbitset v0.5.7
10672025-03-21T17:32:45.867Z Downloaded num-bigint v0.4.6
10682025-03-21T17:32:45.877Z Downloaded der_derive v0.7.3
10692025-03-21T17:32:45.877Z Downloaded test-strategy v0.4.0
10702025-03-21T17:32:45.877Z Downloaded vte_generate_state_changes v0.1.2
10712025-03-21T17:32:45.878Z Downloaded hyper v1.6.0
10722025-03-21T17:32:45.882Z Downloaded serde_with_macros v3.12.0
10732025-03-21T17:32:45.882Z Downloaded tokio-rustls v0.26.0
10742025-03-21T17:32:45.885Z Downloaded aes-gcm v0.10.3
10752025-03-21T17:32:45.888Z Downloaded samael v0.0.18
10762025-03-21T17:32:45.893Z Downloaded wait-timeout v0.2.0
10772025-03-21T17:32:45.893Z Downloaded sigpipe v0.1.3
10782025-03-21T17:32:45.897Z Downloaded rustc-hash v2.1.1
10792025-03-21T17:32:45.897Z Downloaded phf v0.11.2
10802025-03-21T17:32:45.897Z Downloaded flagset v0.4.6
10812025-03-21T17:32:45.897Z Downloaded strum_macros v0.26.4
10822025-03-21T17:32:45.901Z Downloaded zerocopy v0.6.6
10832025-03-21T17:32:45.901Z Downloaded tokio-postgres v0.7.13
10842025-03-21T17:32:45.905Z Downloaded unicode-segmentation v1.12.0
10852025-03-21T17:32:45.909Z Downloaded postgres-types v0.2.9
10862025-03-21T17:32:45.914Z Downloaded signal-hook v0.3.17
10872025-03-21T17:32:45.914Z Downloaded itertools v0.14.0
10882025-03-21T17:32:45.920Z Downloaded tokio-util v0.7.13
10892025-03-21T17:32:45.926Z Downloaded progenitor-macro v0.8.0
10902025-03-21T17:32:45.930Z Downloaded predicates v3.1.3
10912025-03-21T17:32:45.930Z Downloaded postgres-protocol v0.6.8
10922025-03-21T17:32:45.935Z Downloaded libxml v0.3.3
10932025-03-21T17:32:45.940Z Downloaded libm v0.2.8
10942025-03-21T17:32:45.945Z Downloaded parking_lot v0.11.2
10952025-03-21T17:32:45.949Z Downloaded daft v0.1.1
10962025-03-21T17:32:45.949Z Downloaded schemars v0.8.22
10972025-03-21T17:32:45.956Z Downloaded ron v0.7.1
10982025-03-21T17:32:45.961Z Downloaded zopfli v0.8.1
10992025-03-21T17:32:45.964Z Downloaded crossterm v0.28.1
11002025-03-21T17:32:45.967Z Downloaded unicase v2.7.0
11012025-03-21T17:32:45.971Z Downloaded num-iter v0.1.45
11022025-03-21T17:32:45.971Z Downloaded fixedbitset v0.4.2
11032025-03-21T17:32:45.971Z Downloaded uuid v1.15.1
11042025-03-21T17:32:45.974Z Downloaded opaque-debug v0.3.1
11052025-03-21T17:32:45.977Z Downloaded itertools v0.10.5
11062025-03-21T17:32:45.980Z Downloaded flume v0.11.1
11072025-03-21T17:32:45.984Z Downloaded darling_core v0.20.10
11082025-03-21T17:32:45.990Z Downloaded yansi v1.0.1
11092025-03-21T17:32:45.993Z Downloaded glob v0.3.2
11102025-03-21T17:32:45.993Z Downloaded futures-task v0.3.31
11112025-03-21T17:32:45.993Z Downloaded serde_derive_internals v0.29.1
11122025-03-21T17:32:45.993Z Downloaded prettyplease v0.2.29
11132025-03-21T17:32:45.999Z Downloaded display-error-chain v0.2.2
11142025-03-21T17:32:46.005Z Downloaded dirs-next v2.0.0
11152025-03-21T17:32:46.005Z Downloaded poly1305 v0.8.0
11162025-03-21T17:32:46.005Z Downloaded parking_lot_core v0.9.10
11172025-03-21T17:32:46.005Z Downloaded ssh-encoding v0.2.0
11182025-03-21T17:32:46.011Z Downloaded getrandom v0.3.1
11192025-03-21T17:32:46.011Z Downloaded ena v0.14.3
11202025-03-21T17:32:46.011Z Downloaded value-bag v1.9.0
11212025-03-21T17:32:46.017Z Downloaded uzers v0.12.1
11222025-03-21T17:32:46.017Z Downloaded snafu v0.8.5
11232025-03-21T17:32:46.021Z Downloaded rsa v0.9.6
11242025-03-21T17:32:46.027Z Downloaded minimal-lexical v0.2.1
11252025-03-21T17:32:46.033Z Downloaded base64 v0.22.1
11262025-03-21T17:32:46.033Z Downloaded num-derive v0.4.2
11272025-03-21T17:32:46.037Z Downloaded num-complex v0.4.6
11282025-03-21T17:32:46.037Z Downloaded nodrop v0.1.14
11292025-03-21T17:32:46.037Z Downloaded gethostname v0.5.0
11302025-03-21T17:32:46.037Z Downloaded yoke v0.7.4
11312025-03-21T17:32:46.037Z Downloaded typify v0.2.0
11322025-03-21T17:32:46.042Z Downloaded tokio-native-tls v0.3.1
11332025-03-21T17:32:46.042Z Downloaded term v0.7.0
11342025-03-21T17:32:46.047Z Downloaded peg-macros v0.8.5
11352025-03-21T17:32:46.047Z Downloaded futures v0.3.31
11362025-03-21T17:32:46.050Z Downloaded tracing-core v0.1.32
11372025-03-21T17:32:46.054Z Downloaded universal-hash v0.5.1
11382025-03-21T17:32:46.054Z Downloaded base64 v0.21.7
11392025-03-21T17:32:46.058Z Downloaded signal-hook-tokio v0.3.1
11402025-03-21T17:32:46.058Z Downloaded scheduled-thread-pool v0.2.7
11412025-03-21T17:32:46.058Z Downloaded scopeguard v1.2.0
11422025-03-21T17:32:46.058Z Downloaded resolv-conf v0.7.0
11432025-03-21T17:32:46.065Z Downloaded proc-macro-crate v1.3.1
11442025-03-21T17:32:46.065Z Downloaded primeorder v0.13.6
11452025-03-21T17:32:46.065Z Downloaded darling v0.20.10
11462025-03-21T17:32:46.076Z Downloaded bumpalo v3.16.0
11472025-03-21T17:32:46.076Z Downloaded rand_xorshift v0.3.0
11482025-03-21T17:32:46.076Z Downloaded predicates-tree v1.0.11
11492025-03-21T17:32:46.088Z Downloaded zeroize_derive v1.4.2
11502025-03-21T17:32:46.088Z Downloaded icu_properties v1.5.1
11512025-03-21T17:32:46.088Z Downloaded icu_normalizer v1.5.0
11522025-03-21T17:32:46.088Z Downloaded icu_collections v1.5.0
11532025-03-21T17:32:46.091Z Downloaded crypto-bigint v0.5.5
11542025-03-21T17:32:46.091Z Downloaded bytes v1.10.0
11552025-03-21T17:32:46.098Z Downloaded termtree v0.4.1
11562025-03-21T17:32:46.098Z Downloaded oxnet v0.1.1
11572025-03-21T17:32:46.098Z Downloaded paste v1.0.15
11582025-03-21T17:32:46.103Z Downloaded rusty-fork v0.3.0
11592025-03-21T17:32:46.103Z Downloaded funty v2.0.0
11602025-03-21T17:32:46.103Z Downloaded tokio-tungstenite v0.24.0
11612025-03-21T17:32:46.103Z Downloaded ff v0.13.0
11622025-03-21T17:32:46.132Z Downloaded fd-lock v4.0.2
11632025-03-21T17:32:46.132Z Downloaded dyn-clone v1.0.18
11642025-03-21T17:32:46.132Z Downloaded icu_normalizer_data v1.5.0
11652025-03-21T17:32:46.143Z Downloaded base64 v0.13.1
11662025-03-21T17:32:46.143Z Downloaded allocator-api2 v0.2.18
11672025-03-21T17:32:46.143Z Downloaded xattr v1.3.1
11682025-03-21T17:32:46.143Z Downloaded xz2 v0.1.7
11692025-03-21T17:32:46.144Z Downloaded headers v0.4.0
11702025-03-21T17:32:46.144Z Downloaded utf-8 v0.7.6
11712025-03-21T17:32:46.144Z Downloaded unicode-truncate v1.1.0
11722025-03-21T17:32:46.144Z Downloaded icu_locid v1.5.0
11732025-03-21T17:32:46.144Z Downloaded arc-swap v1.7.1
11742025-03-21T17:32:46.144Z Downloaded strip-ansi-escapes v0.2.0
11752025-03-21T17:32:46.144Z Downloaded slog-stdlog v4.1.1
11762025-03-21T17:32:46.144Z Downloaded lock_api v0.4.12
11772025-03-21T17:32:46.144Z Downloaded new_debug_unreachable v1.0.6
11782025-03-21T17:32:46.144Z Downloaded ghash v0.5.1
11792025-03-21T17:32:46.165Z Downloaded tokio-macros v2.5.0
11802025-03-21T17:32:46.165Z Downloaded tabwriter v1.4.0
11812025-03-21T17:32:46.165Z Downloaded tabled_derive v0.10.0
11822025-03-21T17:32:46.165Z Downloaded crossbeam-epoch v0.9.18
11832025-03-21T17:32:46.165Z Downloaded clang-sys v1.8.1
11842025-03-21T17:32:46.165Z Downloaded rustversion v1.0.17
11852025-03-21T17:32:46.165Z Downloaded cookie v0.18.1
11862025-03-21T17:32:46.165Z Downloaded cookie_store v0.21.1
11872025-03-21T17:32:46.183Z Downloaded const-oid v0.9.6
11882025-03-21T17:32:46.183Z Downloaded blake2 v0.10.6
11892025-03-21T17:32:46.183Z Downloaded hickory-client v0.24.4
11902025-03-21T17:32:46.184Z Downloaded ahash v0.8.11
11912025-03-21T17:32:46.184Z Downloaded radium v0.7.0
11922025-03-21T17:32:46.184Z Downloaded icu_locid_transform v1.5.0
11932025-03-21T17:32:46.184Z Downloaded rand_chacha v0.3.1
11942025-03-21T17:32:46.184Z Downloaded ciborium v0.2.2
11952025-03-21T17:32:46.184Z Downloaded libsw-core v0.3.1
11962025-03-21T17:32:46.184Z Downloaded convert_case v0.4.0
11972025-03-21T17:32:46.184Z Downloaded bit-vec v0.8.0
11982025-03-21T17:32:46.184Z Downloaded bb8 v0.8.5
11992025-03-21T17:32:46.194Z Downloaded linked-hash-map v0.5.6
12002025-03-21T17:32:46.194Z Downloaded idna_adapter v1.2.0
12012025-03-21T17:32:46.194Z Downloaded httparse v1.9.5
12022025-03-21T17:32:46.194Z Downloaded bzip2 v0.4.4
12032025-03-21T17:32:46.194Z Downloaded const_format_proc_macros v0.2.34
12042025-03-21T17:32:46.194Z Downloaded console v0.15.10
12052025-03-21T17:32:46.194Z Downloaded bit-set v0.8.0
12062025-03-21T17:32:46.194Z Downloaded cipher v0.4.4
12072025-03-21T17:32:46.194Z Downloaded bcs v0.1.6
12082025-03-21T17:32:46.194Z Downloaded kstat-rs v0.2.4
12092025-03-21T17:32:46.194Z Downloaded addr2line v0.24.2
12102025-03-21T17:32:46.194Z Downloaded internet-checksum v0.2.1
12112025-03-21T17:32:46.194Z Downloaded inout v0.1.3
12122025-03-21T17:32:46.194Z Downloaded progenitor-client v0.8.0
12132025-03-21T17:32:46.205Z Downloaded proc-macro-error-attr2 v2.0.0
12142025-03-21T17:32:46.205Z Downloaded pretty-hex v0.2.1
12152025-03-21T17:32:46.205Z Downloaded crossbeam-deque v0.8.5
12162025-03-21T17:32:46.205Z Downloaded cexpr v0.6.0
12172025-03-21T17:32:46.205Z Downloaded lazy_static v1.5.0
12182025-03-21T17:32:46.205Z Downloaded ipnetwork v0.21.1
12192025-03-21T17:32:46.205Z Downloaded instability v0.3.2
12202025-03-21T17:32:46.205Z Downloaded httpdate v1.0.3
12212025-03-21T17:32:46.205Z Downloaded cargo_metadata v0.18.1
12222025-03-21T17:32:46.221Z Downloaded bit-vec v0.6.3
12232025-03-21T17:32:46.221Z Downloaded indoc v1.0.9
12242025-03-21T17:32:46.221Z Downloaded libsw v3.4.0
12252025-03-21T17:32:46.221Z Downloaded hostname v0.3.1
12262025-03-21T17:32:46.221Z Downloaded backoff v0.4.0
12272025-03-21T17:32:46.221Z Downloaded async-trait v0.1.86
12282025-03-21T17:32:46.229Z Downloaded arrayvec v0.7.6
12292025-03-21T17:32:46.229Z Downloaded lru v0.12.5
12302025-03-21T17:32:46.229Z Downloaded indoc v2.0.5
12312025-03-21T17:32:46.229Z Downloaded blowfish v0.9.1
12322025-03-21T17:32:46.229Z Downloaded block-padding v0.3.3
12332025-03-21T17:32:46.229Z Downloaded hubpack v0.1.2
12342025-03-21T17:32:46.229Z Downloaded home v0.5.9
12352025-03-21T17:32:46.229Z Downloaded castaway v0.2.3
12362025-03-21T17:32:46.230Z Downloaded http-body-util v0.1.2
12372025-03-21T17:32:46.230Z Downloaded cobs v0.2.3
12382025-03-21T17:32:46.230Z Downloaded ciborium-ll v0.2.2
12392025-03-21T17:32:46.230Z Downloaded cmake v0.1.51
12402025-03-21T17:32:46.230Z Downloaded cassowary v0.3.0
12412025-03-21T17:32:46.230Z Downloaded bitfield-struct v0.6.2
12422025-03-21T17:32:46.239Z Downloaded bitfield v0.14.0
12432025-03-21T17:32:46.457Z Downloaded aws-lc-sys v0.26.0
12442025-03-21T17:32:46.767Z Compiling serde v1.0.218
12452025-03-21T17:32:46.770Z Compiling value-bag v1.9.0
12462025-03-21T17:32:46.770Z Compiling lock_api v0.4.12
12472025-03-21T17:32:46.770Z Compiling scopeguard v1.2.0
12482025-03-21T17:32:46.770Z Compiling typenum v1.17.0
12492025-03-21T17:32:46.924Z Compiling generic-array v0.14.7
12502025-03-21T17:32:46.959Z Compiling syn v2.0.98
12512025-03-21T17:32:46.973Z Compiling getrandom v0.2.15
12522025-03-21T17:32:47.089Z Compiling shlex v1.3.0
12532025-03-21T17:32:47.288Z Compiling rand_core v0.6.4
12542025-03-21T17:32:47.340Z Compiling log v0.4.22
12552025-03-21T17:32:47.450Z Compiling jobserver v0.1.32
12562025-03-21T17:32:47.485Z Compiling subtle v2.6.1
12572025-03-21T17:32:47.513Z Compiling smallvec v1.14.0
12582025-03-21T17:32:47.785Z Compiling const-oid v0.9.6
12592025-03-21T17:32:47.814Z Compiling cc v1.2.15
12602025-03-21T17:32:47.837Z Compiling pin-project-lite v0.2.14
12612025-03-21T17:32:47.886Z Compiling parking_lot_core v0.9.10
12622025-03-21T17:32:47.974Z Compiling rustix v0.38.37
12632025-03-21T17:32:48.094Z Compiling signal-hook-registry v1.4.2
12642025-03-21T17:32:48.215Z Compiling futures-core v0.3.31
12652025-03-21T17:32:48.467Z Compiling mio v1.0.2
12662025-03-21T17:32:48.775Z Compiling parking_lot v0.12.3
12672025-03-21T17:32:48.817Z Compiling spin v0.9.8
12682025-03-21T17:32:48.892Z Compiling socket2 v0.5.8
12692025-03-21T17:32:49.370Z Compiling aho-corasick v1.1.3
12702025-03-21T17:32:49.459Z Compiling regex-syntax v0.8.5
12712025-03-21T17:32:49.647Z Compiling stable_deref_trait v1.2.0
12722025-03-21T17:32:49.744Z Compiling cpufeatures v0.2.14
12732025-03-21T17:32:49.921Z Compiling either v1.14.0
12742025-03-21T17:32:50.043Z Compiling futures-sink v0.3.31
12752025-03-21T17:32:50.043Z Compiling slab v0.4.9
12762025-03-21T17:32:50.043Z Compiling glob v0.3.2
12772025-03-21T17:32:50.101Z Compiling prettyplease v0.2.29
12782025-03-21T17:32:50.186Z Compiling lazy_static v1.5.0
12792025-03-21T17:32:50.326Z Compiling serde_json v1.0.139
12802025-03-21T17:32:50.363Z Compiling minimal-lexical v0.2.1
12812025-03-21T17:32:50.731Z Compiling futures-channel v0.3.31
12822025-03-21T17:32:50.744Z Compiling libloading v0.8.5
12832025-03-21T17:32:50.823Z Compiling clang-sys v1.8.1
12842025-03-21T17:32:50.876Z Compiling nom v7.1.3
12852025-03-21T17:32:51.117Z Compiling bindgen v0.69.5
12862025-03-21T17:32:51.137Z Compiling futures-io v0.3.31
12872025-03-21T17:32:51.429Z Compiling foldhash v0.1.3
12882025-03-21T17:32:51.585Z Compiling pin-utils v0.1.0
12892025-03-21T17:32:51.703Z Compiling futures-task v0.3.31
12902025-03-21T17:32:51.746Z Compiling allocator-api2 v0.2.18
12912025-03-21T17:32:51.799Z Compiling home v0.5.9
12922025-03-21T17:32:52.027Z Compiling itertools v0.12.1
12932025-03-21T17:32:52.048Z Compiling pkg-config v0.3.31
12942025-03-21T17:32:52.518Z Compiling hashbrown v0.15.1
12952025-03-21T17:32:53.372Z Compiling regex-automata v0.4.8
12962025-03-21T17:32:53.725Z Compiling rustc-hash v1.1.0
12972025-03-21T17:32:53.886Z Compiling libm v0.2.8
12982025-03-21T17:32:53.890Z Compiling lazycell v1.3.0
12992025-03-21T17:32:54.114Z Compiling cexpr v0.6.0
13002025-03-21T17:32:54.274Z Compiling cmake v0.1.51
13012025-03-21T17:32:54.300Z Compiling num-traits v0.2.19
13022025-03-21T17:32:54.618Z Compiling synstructure v0.13.1
13032025-03-21T17:32:55.157Z Compiling fs_extra v1.3.0
13042025-03-21T17:32:55.490Z Compiling dunce v1.0.5
13052025-03-21T17:32:55.698Z Compiling writeable v0.5.5
13062025-03-21T17:32:55.859Z Compiling getrandom v0.3.1
13072025-03-21T17:32:56.021Z Compiling litemap v0.7.3
13082025-03-21T17:32:56.225Z Compiling ring v0.17.11
13092025-03-21T17:32:56.393Z Compiling paste v1.0.15
13102025-03-21T17:32:56.570Z Compiling base64ct v1.6.0
13112025-03-21T17:32:57.036Z Compiling pem-rfc7468 v0.7.0
13122025-03-21T17:32:57.599Z Compiling httparse v1.9.5
13132025-03-21T17:32:57.675Z Compiling icu_locid_transform_data v1.5.0
13142025-03-21T17:32:57.680Z Compiling aws-lc-rs v1.12.4
13152025-03-21T17:32:57.801Z Compiling flagset v0.4.6
13162025-03-21T17:32:58.116Z Compiling tracing-core v0.1.32
13172025-03-21T17:32:58.284Z Compiling regex v1.11.1
13182025-03-21T17:32:58.570Z Compiling crossbeam-utils v0.8.20
13192025-03-21T17:32:59.090Z Compiling rustls-pki-types v1.10.0
13202025-03-21T17:32:59.120Z Compiling icu_properties_data v1.5.0
13212025-03-21T17:32:59.265Z Compiling percent-encoding v2.3.1
13222025-03-21T17:32:59.333Z Compiling serde_derive v1.0.218
13232025-03-21T17:32:59.360Z Compiling zeroize_derive v1.4.2
13242025-03-21T17:32:59.384Z Compiling zerocopy-derive v0.7.35
13252025-03-21T17:32:59.609Z Compiling tokio-macros v2.5.0
13262025-03-21T17:33:00.374Z Compiling zerofrom-derive v0.1.4
13272025-03-21T17:33:00.807Z Compiling zeroize v1.8.1
13282025-03-21T17:33:01.057Z Compiling yoke-derive v0.7.4
13292025-03-21T17:33:01.343Z Compiling zerocopy v0.7.35
13302025-03-21T17:33:02.128Z Compiling thiserror-impl v1.0.69
13312025-03-21T17:33:02.310Z Compiling futures-macro v0.3.31
13322025-03-21T17:33:02.406Z Compiling crypto-common v0.1.6
13332025-03-21T17:33:02.484Z Compiling block-buffer v0.10.4
13342025-03-21T17:33:02.603Z Compiling displaydoc v0.2.5
13352025-03-21T17:33:02.663Z Compiling zerovec-derive v0.10.3
13362025-03-21T17:33:02.759Z Compiling digest v0.10.7
13372025-03-21T17:33:03.260Z Compiling hmac v0.12.1
13382025-03-21T17:33:03.421Z Compiling zerofrom v0.1.4
13392025-03-21T17:33:03.505Z Compiling block-padding v0.3.3
13402025-03-21T17:33:03.563Z Compiling ppv-lite86 v0.2.20
13412025-03-21T17:33:03.662Z Compiling yoke v0.7.4
13422025-03-21T17:33:03.754Z Compiling inout v0.1.3
13432025-03-21T17:33:04.077Z Compiling cipher v0.4.4
13442025-03-21T17:33:04.097Z Compiling sha2 v0.10.8
13452025-03-21T17:33:04.097Z Compiling icu_provider_macros v1.5.0
13462025-03-21T17:33:04.138Z Compiling futures-util v0.3.31
13472025-03-21T17:33:04.380Z Compiling der_derive v0.7.3
13482025-03-21T17:33:04.606Z Compiling tracing-attributes v0.1.27
13492025-03-21T17:33:05.005Z Compiling thiserror v1.0.69
13502025-03-21T17:33:05.167Z Compiling pest v2.7.14
13512025-03-21T17:33:05.221Z Compiling salsa20 v0.10.2
13522025-03-21T17:33:05.224Z Compiling zerovec v0.10.4
13532025-03-21T17:33:05.447Z Compiling pbkdf2 v0.12.2
13542025-03-21T17:33:06.295Z Compiling untrusted v0.9.0
13552025-03-21T17:33:06.500Z Compiling num-conv v0.1.0
13562025-03-21T17:33:06.637Z Compiling der v0.7.9
13572025-03-21T17:33:06.776Z Compiling utf8_iter v1.0.4
13582025-03-21T17:33:07.036Z Compiling tinystr v0.7.6
13592025-03-21T17:33:07.236Z Compiling icu_collections v1.5.0
13602025-03-21T17:33:07.446Z Compiling icu_locid v1.5.0
13612025-03-21T17:33:07.620Z Compiling write16 v1.0.0
13622025-03-21T17:33:07.707Z Compiling tracing v0.1.40
13632025-03-21T17:33:07.772Z Compiling icu_normalizer_data v1.5.0
13642025-03-21T17:33:07.890Z Compiling vcpkg v0.2.15
13652025-03-21T17:33:08.116Z Compiling untrusted v0.7.1
13662025-03-21T17:33:08.225Z Compiling powerfmt v0.2.0
13672025-03-21T17:33:08.319Z Compiling time-core v0.1.2
13682025-03-21T17:33:08.482Z Compiling utf16_iter v1.0.5
13692025-03-21T17:33:08.497Z Compiling time-macros v0.2.18
13702025-03-21T17:33:08.600Z Compiling icu_provider v1.5.0
13712025-03-21T17:33:08.682Z Compiling spki v0.7.3
13722025-03-21T17:33:09.143Z Compiling deranged v0.3.11
13732025-03-21T17:33:09.416Z Compiling icu_locid_transform v1.5.0
13742025-03-21T17:33:09.483Z Compiling pest_meta v2.7.14
13752025-03-21T17:33:09.598Z Compiling scrypt v0.11.0
13762025-03-21T17:33:09.685Z Compiling openssl-sys v0.9.106
13772025-03-21T17:33:10.125Z Compiling aes v0.8.4
13782025-03-21T17:33:10.576Z Compiling cbc v0.1.2
13792025-03-21T17:33:10.748Z Compiling icu_properties v1.5.1
13802025-03-21T17:33:11.567Z Compiling scroll_derive v0.12.0
13812025-03-21T17:33:11.714Z Compiling bytes v1.10.0
13822025-03-21T17:33:11.950Z Compiling bitflags v2.6.0
13832025-03-21T17:33:12.887Z Compiling tokio v1.43.0
13842025-03-21T17:33:12.947Z Compiling indexmap v2.7.1
13852025-03-21T17:33:13.134Z Compiling semver v1.0.25
13862025-03-21T17:33:13.492Z Compiling http v1.2.0
13872025-03-21T17:33:13.822Z Compiling rustc_version v0.4.1
13882025-03-21T17:33:13.845Z Compiling atomic-waker v1.1.2
13892025-03-21T17:33:14.061Z Compiling num_threads v0.1.7
13902025-03-21T17:33:14.209Z Compiling tinyvec_macros v0.1.1
13912025-03-21T17:33:14.278Z Compiling icu_normalizer v1.5.0
13922025-03-21T17:33:14.324Z Compiling tinyvec v1.8.0
13932025-03-21T17:33:14.517Z Compiling time v0.3.36
13942025-03-21T17:33:14.848Z Compiling scroll v0.12.0
13952025-03-21T17:33:15.261Z Compiling idna_adapter v1.2.0
13962025-03-21T17:33:15.367Z Compiling http-body v1.0.1
13972025-03-21T17:33:15.494Z Compiling pkcs5 v0.7.1
13982025-03-21T17:33:15.628Z Compiling pest_generator v2.7.14
13992025-03-21T17:33:15.794Z Compiling rand_chacha v0.3.1
14002025-03-21T17:33:15.818Z Compiling form_urlencoded v1.2.1
14012025-03-21T17:33:15.987Z Compiling which v4.4.2
14022025-03-21T17:33:16.129Z Compiling try-lock v0.2.5
14032025-03-21T17:33:16.307Z Compiling slog v2.7.0
14042025-03-21T17:33:16.558Z Compiling zerocopy v0.8.10
14052025-03-21T17:33:16.799Z Compiling goblin v0.8.2
14062025-03-21T17:33:17.048Z Compiling want v0.3.1
14072025-03-21T17:33:17.337Z Compiling rand v0.8.5
14082025-03-21T17:33:17.437Z Compiling pkcs8 v0.10.2
14092025-03-21T17:33:17.458Z Compiling pest_derive v2.7.14
14102025-03-21T17:33:18.043Z Compiling idna v1.0.3
14112025-03-21T17:33:18.103Z Compiling uuid v1.15.1
14122025-03-21T17:33:18.268Z Compiling zerocopy-derive v0.8.10
14132025-03-21T17:33:19.057Z Compiling adler2 v2.0.0
14142025-03-21T17:33:19.280Z Compiling iana-time-zone v0.1.61
14152025-03-21T17:33:19.342Z Compiling tower-service v0.3.3
14162025-03-21T17:33:19.504Z Compiling httpdate v1.0.3
14172025-03-21T17:33:19.643Z Compiling chrono v0.4.40
14182025-03-21T17:33:19.666Z Compiling miniz_oxide v0.8.5
14192025-03-21T17:33:19.684Z Compiling dtrace-parser v0.2.0
14202025-03-21T17:33:20.662Z Compiling toml_datetime v0.6.8
14212025-03-21T17:33:20.925Z Compiling tokio-util v0.7.13
14222025-03-21T17:33:21.155Z Compiling serde_tokenstream v0.2.2
14232025-03-21T17:33:21.493Z Compiling serde_spanned v0.6.8
14242025-03-21T17:33:21.745Z Compiling openssl v0.10.71
14252025-03-21T17:33:21.751Z Compiling base64 v0.22.1
14262025-03-21T17:33:22.142Z Compiling h2 v0.4.6
14272025-03-21T17:33:22.180Z Compiling rustversion v1.0.17
14282025-03-21T17:33:22.461Z Compiling dof v0.3.0
14292025-03-21T17:33:22.883Z Compiling foreign-types-shared v0.1.1
14302025-03-21T17:33:22.902Z Compiling match_cfg v0.1.0
14312025-03-21T17:33:23.012Z Compiling hostname v0.3.1
14322025-03-21T17:33:23.029Z Compiling foreign-types v0.3.2
14332025-03-21T17:33:23.222Z Compiling usdt-impl v0.5.0
14342025-03-21T17:33:23.249Z Compiling url v2.5.3
14352025-03-21T17:33:24.222Z Compiling rand_core v0.9.2
14362025-03-21T17:33:24.607Z Compiling openssl-macros v0.1.1
14372025-03-21T17:33:24.692Z Compiling async-trait v0.1.86
14382025-03-21T17:33:25.030Z Compiling serde_derive_internals v0.29.1
14392025-03-21T17:33:25.400Z Compiling bzip2-sys v0.1.11+1.0.8
14402025-03-21T17:33:25.575Z Compiling dirs-sys-next v0.1.2
14412025-03-21T17:33:25.800Z Compiling native-tls v0.2.12
14422025-03-21T17:33:25.858Z Compiling data-encoding v2.6.0
14432025-03-21T17:33:25.886Z Compiling rustls v0.23.19
14442025-03-21T17:33:26.014Z Compiling rustls v0.22.4
14452025-03-21T17:33:26.138Z Compiling syn v1.0.109
14462025-03-21T17:33:26.183Z Compiling schemars v0.8.22
14472025-03-21T17:33:26.317Z Compiling siphasher v0.3.11
14482025-03-21T17:33:27.761Z Compiling dirs-next v2.0.0
14492025-03-21T17:33:27.857Z Compiling rand_chacha v0.9.0
14502025-03-21T17:33:27.857Z Compiling schemars_derive v0.8.22
14512025-03-21T17:33:27.857Z Compiling unicode-normalization v0.1.24
14522025-03-21T17:33:28.280Z Compiling http-body-util v0.1.2
14532025-03-21T17:33:28.309Z Compiling heapless v0.7.17
14542025-03-21T17:33:28.704Z Compiling crossbeam-epoch v0.9.18
14552025-03-21T17:33:28.749Z Compiling signature v2.2.0
14562025-03-21T17:33:28.772Z Compiling sha1 v0.10.6
14572025-03-21T17:33:28.791Z Compiling thread_local v1.1.8
14582025-03-21T17:33:29.101Z Compiling hyper v1.6.0
14592025-03-21T17:33:29.244Z Compiling multer v3.1.0
14602025-03-21T17:33:29.311Z Compiling encoding_rs v0.8.34
14612025-03-21T17:33:29.426Z Compiling crc32fast v1.4.2
14622025-03-21T17:33:29.563Z Compiling cookie v0.18.1
14632025-03-21T17:33:29.779Z Compiling gimli v0.31.1
14642025-03-21T17:33:29.879Z Compiling openssl-probe v0.1.5
14652025-03-21T17:33:30.111Z Compiling slog-async v2.8.0
14662025-03-21T17:33:30.176Z Compiling signal-hook v0.3.17
14672025-03-21T17:33:30.474Z Compiling dyn-clone v1.0.18
14682025-03-21T17:33:30.643Z Compiling rayon-core v1.12.1
14692025-03-21T17:33:30.710Z Compiling ipnet v2.11.0
14702025-03-21T17:33:30.960Z Compiling unicode-properties v0.1.3
14712025-03-21T17:33:31.375Z Compiling hyper-util v0.1.10
14722025-03-21T17:33:31.797Z Compiling mime v0.3.17
14732025-03-21T17:33:31.839Z Compiling unicode-bidi v0.3.17
14742025-03-21T17:33:32.334Z Compiling toml_edit v0.22.24
14752025-03-21T17:33:32.578Z Compiling stringprep v0.1.5
14762025-03-21T17:33:33.701Z Compiling crossbeam-deque v0.8.5
14772025-03-21T17:33:33.985Z Compiling addr2line v0.24.2
14782025-03-21T17:33:34.068Z Compiling rand v0.9.0
14792025-03-21T17:33:34.321Z Compiling term v0.7.0
14802025-03-21T17:33:34.480Z Compiling usdt-macro v0.5.0
14812025-03-21T17:33:34.682Z Compiling usdt-attr-macro v0.5.0
14822025-03-21T17:33:35.545Z Compiling slog-json v2.6.1
14832025-03-21T17:33:35.791Z Compiling serde_urlencoded v0.7.1
14842025-03-21T17:33:35.897Z Compiling curve25519-dalek v4.1.3
14852025-03-21T17:33:35.929Z Compiling crossbeam-channel v0.5.13
14862025-03-21T17:33:36.208Z Compiling futures-executor v0.3.31
14872025-03-21T17:33:36.237Z Compiling enum-as-inner v0.6.1
14882025-03-21T17:33:36.628Z Compiling md-5 v0.10.6
14892025-03-21T17:33:36.669Z Compiling rustls-pemfile v2.2.0
14902025-03-21T17:33:36.694Z Compiling async-stream-impl v0.3.6
14912025-03-21T17:33:36.923Z Compiling num-integer v0.1.46
14922025-03-21T17:33:36.944Z Compiling hash32 v0.2.1
14932025-03-21T17:33:36.988Z Compiling ff v0.13.0
14942025-03-21T17:33:37.228Z Compiling is-terminal v0.4.13
14952025-03-21T17:33:37.298Z Compiling object v0.36.5
14962025-03-21T17:33:37.317Z Compiling memoffset v0.9.1
14972025-03-21T17:33:37.378Z Compiling dropshot v0.12.0
14982025-03-21T17:33:37.628Z Compiling rustc-demangle v0.1.24
14992025-03-21T17:33:37.657Z Compiling take_mut v0.2.2
15002025-03-21T17:33:37.705Z Compiling portable-atomic v1.9.0
15012025-03-21T17:33:37.818Z Compiling num-bigint-dig v0.8.4
15022025-03-21T17:33:37.896Z Compiling utf-8 v0.7.6
15032025-03-21T17:33:38.148Z Compiling quick-error v1.2.3
15042025-03-21T17:33:38.227Z Compiling smoltcp v0.9.1
15052025-03-21T17:33:38.319Z Compiling anyhow v1.0.97
15062025-03-21T17:33:38.530Z Compiling litrs v0.4.1
15072025-03-21T17:33:38.638Z Compiling psl-types v2.0.11
15082025-03-21T17:33:38.831Z Compiling fallible-iterator v0.2.0
15092025-03-21T17:33:38.869Z Compiling linked-hash-map v0.5.6
15102025-03-21T17:33:38.944Z Compiling base16ct v0.2.0
15112025-03-21T17:33:39.287Z Compiling cfg_aliases v0.2.1
15122025-03-21T17:33:39.313Z Compiling lru-cache v0.1.2
15132025-03-21T17:33:39.404Z Compiling nix v0.29.0
15142025-03-21T17:33:39.452Z Compiling sec1 v0.7.3
15152025-03-21T17:33:39.501Z Compiling postgres-protocol v0.6.8
15162025-03-21T17:33:39.674Z Compiling document-features v0.2.10
15172025-03-21T17:33:39.946Z Compiling publicsuffix v2.3.0
15182025-03-21T17:33:40.082Z Compiling resolv-conf v0.7.0
15192025-03-21T17:33:40.273Z Compiling tungstenite v0.24.0
15202025-03-21T17:33:40.301Z Compiling async-stream v0.3.6
15212025-03-21T17:33:40.768Z Compiling num-iter v0.1.45
15222025-03-21T17:33:40.771Z Compiling slog-term v2.9.1
15232025-03-21T17:33:40.892Z Compiling hickory-proto v0.24.4
15242025-03-21T17:33:41.613Z Compiling usdt v0.5.0
15252025-03-21T17:33:41.892Z Compiling group v0.13.0
15262025-03-21T17:33:42.087Z Compiling futures v0.3.31
15272025-03-21T17:33:42.183Z Compiling slog-bunyan v2.5.0
15282025-03-21T17:33:42.211Z Compiling toml v0.8.20
15292025-03-21T17:33:42.233Z Compiling bzip2 v0.4.4
15302025-03-21T17:33:43.611Z Compiling tokio-native-tls v0.3.1
15312025-03-21T17:33:43.666Z Compiling camino v1.1.9
15322025-03-21T17:33:43.757Z Compiling flate2 v1.1.0
15332025-03-21T17:33:43.894Z Compiling backtrace v0.3.74
15342025-03-21T17:33:44.271Z Compiling phf_shared v0.11.2
15352025-03-21T17:33:44.451Z Compiling dropshot_endpoint v0.12.0
15362025-03-21T17:33:44.505Z Compiling terminal_size v0.4.0
15372025-03-21T17:33:44.651Z Compiling openapiv3 v2.0.0
15382025-03-21T17:33:44.665Z Compiling waitgroup v0.1.2
15392025-03-21T17:33:44.731Z Compiling serde_path_to_error v0.1.16
15402025-03-21T17:33:44.893Z Compiling hkdf v0.12.4
15412025-03-21T17:33:45.173Z Compiling crypto-bigint v0.5.5
15422025-03-21T17:33:45.496Z Compiling webpki-roots v0.26.6
15432025-03-21T17:33:45.725Z Compiling zerocopy-derive v0.6.6
15442025-03-21T17:33:46.531Z Compiling hubpack_derive v0.1.1
15452025-03-21T17:33:46.734Z Compiling curve25519-dalek-derive v0.1.1
15462025-03-21T17:33:47.424Z Compiling sync_wrapper v1.0.1
15472025-03-21T17:33:47.889Z Compiling hostname v0.4.0
15482025-03-21T17:33:47.915Z Compiling ahash v0.8.11
15492025-03-21T17:33:47.915Z Compiling fs-err v2.11.0
15502025-03-21T17:33:47.978Z Compiling bumpalo v3.16.0
15512025-03-21T17:33:48.118Z Compiling debug-ignore v1.0.5
15522025-03-21T17:33:48.154Z Compiling simd-adler32 v0.3.7
15532025-03-21T17:33:48.292Z Compiling managed v0.8.0
15542025-03-21T17:33:48.477Z Compiling newtype-uuid v1.2.1
15552025-03-21T17:33:48.506Z Compiling winnow v0.5.40
15562025-03-21T17:33:48.629Z Compiling zip v2.1.3
15572025-03-21T17:33:48.711Z Compiling lockfree-object-pool v0.1.6
15582025-03-21T17:33:48.785Z Compiling unicode-width v0.2.0
15592025-03-21T17:33:48.834Z Compiling tower-layer v0.3.3
15602025-03-21T17:33:48.938Z Compiling buf-list v1.0.3
15612025-03-21T17:33:49.025Z Compiling strum_macros v0.25.3
15622025-03-21T17:33:49.075Z Compiling tower v0.5.2
15632025-03-21T17:33:49.284Z Compiling console v0.15.10
15642025-03-21T17:33:49.719Z Compiling zopfli v0.8.1
15652025-03-21T17:33:50.096Z Compiling clap_builder v4.5.31
15662025-03-21T17:33:51.048Z Compiling elliptic-curve v0.13.8
15672025-03-21T17:33:51.401Z Compiling zerocopy v0.6.6
15682025-03-21T17:33:51.852Z Compiling toml_edit v0.19.15
15692025-03-21T17:33:51.873Z Compiling hubpack v0.1.2
15702025-03-21T17:33:51.938Z Compiling hickory-resolver v0.24.4
15712025-03-21T17:33:52.281Z Compiling phf v0.11.2
15722025-03-21T17:33:52.549Z Compiling hyper-tls v0.6.0
15732025-03-21T17:33:52.570Z Compiling signal-hook-mio v0.2.4
15742025-03-21T17:33:52.744Z Compiling cookie_store v0.21.1
15752025-03-21T17:33:52.857Z Compiling rayon v1.10.0
15762025-03-21T17:33:52.938Z Compiling tokio-tungstenite v0.24.0
15772025-03-21T17:33:54.374Z Compiling postgres-types v0.2.9
15782025-03-21T17:33:56.901Z Compiling ed25519 v2.2.3
15792025-03-21T17:33:57.209Z Compiling phf_shared v0.10.0
15802025-03-21T17:33:57.482Z Compiling tokio-stream v0.1.17
15812025-03-21T17:33:57.594Z Compiling pkcs1 v0.7.5
15822025-03-21T17:33:57.987Z Compiling serde-big-array v0.5.1
15832025-03-21T17:33:58.237Z Compiling clap_derive v4.5.28
15842025-03-21T17:33:58.435Z Compiling rfc6979 v0.4.0
15852025-03-21T17:33:58.484Z Compiling serde_repr v0.1.19
15862025-03-21T17:33:58.562Z Compiling derive-where v1.2.7
15872025-03-21T17:33:58.640Z Compiling float-cmp v0.10.0
15882025-03-21T17:33:58.673Z Compiling bstr v1.10.0
15892025-03-21T17:33:58.771Z Compiling whoami v1.5.2
15902025-03-21T17:33:58.877Z Compiling predicates-core v1.0.8
15912025-03-21T17:33:59.220Z Compiling static_assertions v1.1.0
15922025-03-21T17:33:59.347Z Compiling new_debug_unreachable v1.0.6
15932025-03-21T17:33:59.364Z Compiling difflib v0.4.0
15942025-03-21T17:33:59.461Z Compiling precomputed-hash v0.1.1
15952025-03-21T17:33:59.605Z Compiling normalize-line-endings v0.3.0
15962025-03-21T17:33:59.623Z Compiling unicode-segmentation v1.12.0
15972025-03-21T17:33:59.757Z Compiling fixedbitset v0.4.2
15982025-03-21T17:34:00.206Z Compiling number_prefix v0.4.0
15992025-03-21T17:34:00.250Z Compiling petgraph v0.6.5
16002025-03-21T17:34:00.445Z Compiling indicatif v0.17.11
16012025-03-21T17:34:00.477Z Compiling similar v2.7.0
16022025-03-21T17:34:00.682Z Compiling predicates v3.1.3
16032025-03-21T17:34:01.764Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
16042025-03-21T17:34:02.142Z Compiling string_cache v0.8.7
16052025-03-21T17:34:02.409Z Compiling tokio-postgres v0.7.13
16062025-03-21T17:34:02.479Z Compiling ecdsa v0.16.9
16072025-03-21T17:34:02.552Z Compiling rsa v0.9.6
16082025-03-21T17:34:02.744Z Compiling clap v4.5.31
16092025-03-21T17:34:02.879Z Compiling ed25519-dalek v2.1.1
16102025-03-21T17:34:03.280Z Compiling toml v0.7.8
16112025-03-21T17:34:04.226Z Compiling crossterm v0.28.1
16122025-03-21T17:34:07.097Z Compiling zip v0.6.6
16132025-03-21T17:34:07.395Z Compiling hex v0.4.3
16142025-03-21T17:34:07.416Z Compiling x509-cert v0.2.5
16152025-03-21T17:34:07.584Z Compiling itertools v0.10.5
16162025-03-21T17:34:07.894Z Compiling peg-runtime v0.8.5
16172025-03-21T17:34:07.935Z Compiling unicode-xid v0.2.6
16182025-03-21T17:34:07.989Z Compiling lalrpop-util v0.19.12
16192025-03-21T17:34:08.136Z Compiling strum_macros v0.26.4
16202025-03-21T17:34:08.352Z Compiling xattr v1.3.1
16212025-03-21T17:34:08.376Z Compiling filetime v0.2.25
16222025-03-21T17:34:08.626Z Compiling tar v0.4.44
16232025-03-21T17:34:12.753Z Compiling strum v0.26.3
16242025-03-21T17:34:15.412Z Compiling aws-lc-sys v0.26.0
16252025-03-21T17:34:45.049Z Compiling rustls-webpki v0.102.8
16262025-03-21T17:34:48.178Z Compiling tokio-rustls v0.25.0
16272025-03-21T17:34:49.810Z Compiling tokio-rustls v0.26.0
16282025-03-21T17:34:50.123Z Compiling hyper-rustls v0.27.3
16292025-03-21T17:34:50.415Z Compiling reqwest v0.12.12
16302025-03-21T17:34:51.714Z Compiling qorb v0.2.1
16312025-03-21T17:34:54.666Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16322025-03-21T17:34:54.938Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16332025-03-21T17:34:59.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s
16342025-03-21T17:34:59.544Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16352025-03-21T17:34:59.596ZMar 21 17:34:59.128 INFO Starting download, target: Clickhouse
16362025-03-21T17:34:59.596ZMar 21 17:34:59.128 INFO Starting download, target: Cockroach
16372025-03-21T17:34:59.596ZMar 21 17:34:59.128 INFO Starting download, target: Console
16382025-03-21T17:34:59.596ZMar 21 17:34:59.128 INFO Starting download, target: DendriteOpenapi
16392025-03-21T17:34:59.599ZMar 21 17:34:59.128 INFO Starting download, target: DendriteStub
16402025-03-21T17:34:59.600ZMar 21 17:34:59.128 INFO Starting download, target: MaghemiteMgd
16412025-03-21T17:34:59.600ZMar 21 17:34:59.128 INFO Starting download, target: TransceiverControl
16422025-03-21T17:34:59.600ZMar 21 17:34:59.129 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16432025-03-21T17:34:59.600ZMar 21 17:34:59.129 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi
16442025-03-21T17:34:59.600ZMar 21 17:34:59.129 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16452025-03-21T17:34:59.600ZMar 21 17:34:59.129 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16462025-03-21T17:34:59.600ZMar 21 17:34:59.129 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16472025-03-21T17:34:59.600ZMar 21 17:34:59.129 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16482025-03-21T17:34:59.600ZMar 21 17:34:59.129 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16492025-03-21T17:34:59.872ZMar 21 17:34:59.382 INFO Download complete, target: DendriteOpenapi
16502025-03-21T17:35:00.196ZMar 21 17:34:59.682 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16512025-03-21T17:35:00.217ZMar 21 17:34:59.715 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16522025-03-21T17:35:00.616ZMar 21 17:35:00.107 INFO Download complete, target: Console
16532025-03-21T17:35:00.637ZMar 21 17:35:00.125 INFO Download complete, target: TransceiverControl
16542025-03-21T17:35:00.692ZMar 21 17:35:00.210 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16552025-03-21T17:35:01.463ZMar 21 17:35:00.985 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16562025-03-21T17:35:01.561ZMar 21 17:35:01.062 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16572025-03-21T17:35:02.991ZMar 21 17:35:02.497 INFO Download complete, target: DendriteStub
16582025-03-21T17:35:03.872ZMar 21 17:35:03.398 INFO Download complete, target: MaghemiteMgd
16592025-03-21T17:35:04.057ZMar 21 17:35:03.582 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16602025-03-21T17:35:04.057ZMar 21 17:35:03.582 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16612025-03-21T17:35:10.261ZMar 21 17:35:09.791 INFO Checking that binary works, target: Cockroach
16622025-03-21T17:35:10.448ZMar 21 17:35:09.952 INFO Download complete, target: Cockroach
16632025-03-21T17:35:12.250ZMar 21 17:35:11.756 INFO Checking that binary works, target: Clickhouse
16642025-03-21T17:35:12.397ZMar 21 17:35:11.880 INFO Download complete, target: Clickhouse
16652025-03-21T17:35:12.467ZAll builder prerequisites installed successfully, and PATH looks valid
16662025-03-21T17:35:12.467Z
16672025-03-21T17:35:12.467Zreal 5:32.264827177
16682025-03-21T17:35:12.468Zuser 15:49.111027578
16692025-03-21T17:35:12.468Zsys 2:10.566057430
16702025-03-21T17:35:12.468Ztrap 0.571329789
16712025-03-21T17:35:12.468Ztflt 0.965929066
16722025-03-21T17:35:12.468Zdflt 1.249321721
16732025-03-21T17:35:12.468Zkflt 0.029150737
16742025-03-21T17:35:12.468Zlock 23:33.239172178
16752025-03-21T17:35:12.468Zslp 57:46.276574521
16762025-03-21T17:35:12.468Zlat 1:04.109590684
16772025-03-21T17:35:12.468Zstop 2:34.169612321
16782025-03-21T17:35:12.468Z++ bmat factory name
16792025-03-21T17:35:12.468Z++ bmat factory private
16802025-03-21T17:35:12.468Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-0e93785959cc41f62 '{
16812025-03-21T17:35:12.468Z buildomat: {
16822025-03-21T17:35:12.468Z factory: {
16832025-03-21T17:35:12.468Z name: $bmat_factory_name,
16842025-03-21T17:35:12.468Z private: $bmat_factory_private,
16852025-03-21T17:35:12.468Z },
16862025-03-21T17:35:12.468Z },
16872025-03-21T17:35:12.468Z }'
16882025-03-21T17:35:12.522Z+ banner ls-apis
16892025-03-21T17:35:12.522Z
16902025-03-21T17:35:12.522Z # #### ## ##### # ####
16912025-03-21T17:35:12.522Z # # # # # # # #
16922025-03-21T17:35:12.522Z # #### ##### # # # # # ####
16932025-03-21T17:35:12.522Z # # ###### ##### # #
16942025-03-21T17:35:12.522Z # # # # # # # # #
16952025-03-21T17:35:12.522Z ###### #### # # # # ####
16962025-03-21T17:35:12.522Z
16972025-03-21T17:35:12.522Z+ source ./tools/include/force-git-over-https.sh
16982025-03-21T17:35:12.522Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16992025-03-21T17:35:12.523Z++ (( i = 0 ))
17002025-03-21T17:35:12.523Z++ (( i < 5 ))
17012025-03-21T17:35:12.523Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
17022025-03-21T17:35:12.523Z++ (( i++ ))
17032025-03-21T17:35:12.523Z++ (( i < 5 ))
17042025-03-21T17:35:12.523Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
17052025-03-21T17:35:12.523Z++ (( i++ ))
17062025-03-21T17:35:12.523Z++ (( i < 5 ))
17072025-03-21T17:35:12.523Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
17082025-03-21T17:35:12.523Z++ (( i++ ))
17092025-03-21T17:35:12.523Z++ (( i < 5 ))
17102025-03-21T17:35:12.523Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
17112025-03-21T17:35:12.523Z++ (( i++ ))
17122025-03-21T17:35:12.523Z++ (( i < 5 ))
17132025-03-21T17:35:12.523Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
17142025-03-21T17:35:12.523Z++ (( i++ ))
17152025-03-21T17:35:12.523Z++ (( i < 5 ))
17162025-03-21T17:35:12.523Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
17172025-03-21T17:35:12.523Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
17182025-03-21T17:35:12.524Z+ ptime -m cargo xtask ls-apis apis
17192025-03-21T17:35:13.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17202025-03-21T17:35:13.045Z Running `target/debug/xtask ls-apis apis`
17212025-03-21T17:35:14.002Z Compiling semver v0.1.20
17222025-03-21T17:35:14.135Z Compiling structmeta-derive v0.3.0
17232025-03-21T17:35:14.138Z Compiling thiserror-impl v2.0.11
17242025-03-21T17:35:14.138Z Compiling cargo-platform v0.1.8
17252025-03-21T17:35:14.138Z Compiling fixedbitset v0.5.7
17262025-03-21T17:35:14.388Z Compiling rustc_version v0.1.7
17272025-03-21T17:35:14.539Z Compiling petgraph v0.7.1
17282025-03-21T17:35:14.728Z Compiling newtype_derive v0.1.6
17292025-03-21T17:35:15.677Z Compiling structmeta v0.3.0
17302025-03-21T17:35:15.905Z Compiling thiserror v2.0.11
17312025-03-21T17:35:15.937Z Compiling parse-display-derive v0.10.0
17322025-03-21T17:35:15.994Z Compiling cargo_metadata v0.19.2
17332025-03-21T17:35:17.812Z Compiling parse-display v0.10.0
17342025-03-21T17:35:17.981Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
17352025-03-21T17:35:21.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.83s
17362025-03-21T17:35:22.075Z Running `target/debug/ls-apis apis`
17372025-03-21T17:35:22.116Zloading metadata for workspace omicron from current workspace
17382025-03-21T17:35:27.054Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/ce952e6/Cargo.toml
17392025-03-21T17:35:27.063Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/cb2b592/Cargo.toml
17402025-03-21T17:35:27.070Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/81a3528/Cargo.toml
17412025-03-21T17:35:27.073Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/95d6a55/Cargo.toml
17422025-03-21T17:35:47.786Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/18ed558/Cargo.toml
17432025-03-21T17:35:49.947Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
17442025-03-21T17:35:49.966Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
17452025-03-21T17:35:50.147ZBootstrap Agent (client: bootstrap-agent-client)
17462025-03-21T17:35:50.147Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17472025-03-21T17:35:50.147Z consumed by: wicketd (omicron/wicketd) via 2 paths
17482025-03-21T17:35:50.147Z
17492025-03-21T17:35:50.147ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
17502025-03-21T17:35:50.147Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17512025-03-21T17:35:50.147Z
17522025-03-21T17:35:50.147ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
17532025-03-21T17:35:50.147Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17542025-03-21T17:35:50.147Z
17552025-03-21T17:35:50.147ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
17562025-03-21T17:35:50.151Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17572025-03-21T17:35:50.151Z
17582025-03-21T17:35:50.151ZCockroachDB Cluster Admin (client: cockroach-admin-client)
17592025-03-21T17:35:50.151Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17602025-03-21T17:35:50.151Z
17612025-03-21T17:35:50.151ZCrucible Agent (client: crucible-agent-client)
17622025-03-21T17:35:50.151Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17632025-03-21T17:35:50.151Z
17642025-03-21T17:35:50.151ZCrucible Control (for testing only) (client: crucible-control-client)
17652025-03-21T17:35:50.151Z
17662025-03-21T17:35:50.151ZCrucible Pantry (client: crucible-pantry-client)
17672025-03-21T17:35:50.151Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17682025-03-21T17:35:50.151Z
17692025-03-21T17:35:50.151ZMaghemite DDM Admin (client: ddm-admin-client)
17702025-03-21T17:35:50.151Z consumed by: installinator (omicron/installinator) via 1 path
17712025-03-21T17:35:50.151Z consumed by: mgd (maghemite/mgd) via 1 path
17722025-03-21T17:35:50.151Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17732025-03-21T17:35:50.151Z consumed by: wicketd (omicron/wicketd) via 1 path
17742025-03-21T17:35:50.151Z
17752025-03-21T17:35:50.151ZDNS Server (client: dns-service-client)
17762025-03-21T17:35:50.158Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17772025-03-21T17:35:50.158Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17782025-03-21T17:35:50.158Z
17792025-03-21T17:35:50.158ZDendrite DPD (client: dpd-client)
17802025-03-21T17:35:50.158Z consumed by: ddmd (maghemite/ddmd) via 2 paths
17812025-03-21T17:35:50.158Z consumed by: mgd (maghemite/mgd) via 1 path
17822025-03-21T17:35:50.161Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17832025-03-21T17:35:50.161Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17842025-03-21T17:35:50.161Z consumed by: tfportd (dendrite/tfportd) via 1 path
17852025-03-21T17:35:50.161Z consumed by: wicketd (omicron/wicketd) via 2 paths
17862025-03-21T17:35:50.161Z
17872025-03-21T17:35:50.161ZDownstairs Controller (debugging only) (client: dsc-client)
17882025-03-21T17:35:50.161Z
17892025-03-21T17:35:50.161ZManagement Gateway Service (client: gateway-client)
17902025-03-21T17:35:50.164Z consumed by: dpd (dendrite/dpd) via 1 path
17912025-03-21T17:35:50.165Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17922025-03-21T17:35:50.165Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17932025-03-21T17:35:50.165Z consumed by: wicketd (omicron/wicketd) via 3 paths
17942025-03-21T17:35:50.165Z
17952025-03-21T17:35:50.165ZWicketd Installinator (client: installinator-client)
17962025-03-21T17:35:50.165Z consumed by: installinator (omicron/installinator) via 1 path
17972025-03-21T17:35:50.165Z
17982025-03-21T17:35:50.165ZLLDP daemon (client: lldpd-client)
17992025-03-21T17:35:50.165Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18002025-03-21T17:35:50.165Z
18012025-03-21T17:35:50.165ZMaghemite MG Admin (client: mg-admin-client)
18022025-03-21T17:35:50.177Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18032025-03-21T17:35:50.177Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18042025-03-21T17:35:50.177Z
18052025-03-21T17:35:50.177ZNexus Internal API (client: nexus-client)
18062025-03-21T17:35:50.180Z consumed by: crucible-pantry (crucible/pantry) via 1 path
18072025-03-21T17:35:50.180Z consumed by: dpd (dendrite/dpd) via 1 path
18082025-03-21T17:35:50.180Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18092025-03-21T17:35:50.180Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
18102025-03-21T17:35:50.180Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
18112025-03-21T17:35:50.180Z
18122025-03-21T17:35:50.180ZExternal API (client: oxide-client)
18132025-03-21T17:35:50.180Z
18142025-03-21T17:35:50.180ZOximeter (client: oximeter-client)
18152025-03-21T17:35:50.180Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18162025-03-21T17:35:50.180Z
18172025-03-21T17:35:50.180ZPropolis (client: propolis-client)
18182025-03-21T17:35:50.181Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18192025-03-21T17:35:50.181Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
18202025-03-21T17:35:50.181Z
18212025-03-21T17:35:50.181ZCrucible Repair (client: repair-client)
18222025-03-21T17:35:50.181Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
18232025-03-21T17:35:50.181Z
18242025-03-21T17:35:50.181ZRepo Depot API (client: repo-depot-client)
18252025-03-21T17:35:50.181Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18262025-03-21T17:35:50.181Z
18272025-03-21T17:35:50.181ZSled Agent (client: sled-agent-client)
18282025-03-21T17:35:50.185Z consumed by: omicron-nexus (omicron/nexus) via 7 paths
18292025-03-21T17:35:50.185Z
18302025-03-21T17:35:50.185ZWicketd (client: wicketd-client)
18312025-03-21T17:35:50.188Z
18322025-03-21T17:35:50.315Z
18332025-03-21T17:35:50.319Zreal 37.852250146
18342025-03-21T17:35:50.319Zuser 37.700294317
18352025-03-21T17:35:50.319Zsys 10.090444998
18362025-03-21T17:35:50.319Ztrap 0.024025713
18372025-03-21T17:35:50.319Ztflt 0.085497541
18382025-03-21T17:35:50.319Zdflt 0.222545185
18392025-03-21T17:35:50.319Zkflt 0.000033655
18402025-03-21T17:35:50.319Zlock 44.193313785
18412025-03-21T17:35:50.319Zslp 4:09.128722259
18422025-03-21T17:35:50.319Zlat 0.943098771
18432025-03-21T17:35:50.319Zstop 2.367645756
18442025-03-21T17:35:50.319Z+ ptime -m cargo xtask ls-apis deployment-units
18452025-03-21T17:35:50.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18462025-03-21T17:35:50.926Z Running `target/debug/xtask ls-apis deployment-units`
18472025-03-21T17:35:51.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
18482025-03-21T17:35:51.901Z Running `target/debug/ls-apis deployment-units`
18492025-03-21T17:35:51.946Zloading metadata for workspace omicron from current workspace
18502025-03-21T17:35:53.305Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/ce952e6/Cargo.toml
18512025-03-21T17:35:53.318Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/cb2b592/Cargo.toml
18522025-03-21T17:35:53.322Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/81a3528/Cargo.toml
18532025-03-21T17:35:53.322Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/95d6a55/Cargo.toml
18542025-03-21T17:35:55.295Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/18ed558/Cargo.toml
18552025-03-21T17:35:56.066Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18562025-03-21T17:35:56.083Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18572025-03-21T17:35:56.257ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
18582025-03-21T17:35:56.257Z omicron-clickhouse-admin (omicron/clickhouse-admin)
18592025-03-21T17:35:56.257Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
18602025-03-21T17:35:56.257Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
18612025-03-21T17:35:56.257Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
18622025-03-21T17:35:56.260Z
18632025-03-21T17:35:56.261Z
18642025-03-21T17:35:56.261ZCockroach
18652025-03-21T17:35:56.261Z omicron-cockroach-admin (omicron/cockroach-admin)
18662025-03-21T17:35:56.261Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
18672025-03-21T17:35:56.261Z
18682025-03-21T17:35:56.261Z
18692025-03-21T17:35:56.261ZCrucible
18702025-03-21T17:35:56.261Z crucible-agent (crucible/agent)
18712025-03-21T17:35:56.261Z exposes: Crucible Agent (client = crucible-agent-client)
18722025-03-21T17:35:56.261Z
18732025-03-21T17:35:56.261Z crucible-downstairs (crucible/downstairs)
18742025-03-21T17:35:56.261Z exposes: Crucible Repair (client = repair-client)
18752025-03-21T17:35:56.262Z consumes: repair-client
18762025-03-21T17:35:56.262Z
18772025-03-21T17:35:56.262Z
18782025-03-21T17:35:56.262ZCrucible Pantry
18792025-03-21T17:35:56.262Z crucible-pantry (crucible/pantry)
18802025-03-21T17:35:56.262Z exposes: Crucible Pantry (client = crucible-pantry-client)
18812025-03-21T17:35:56.267Z consumes: nexus-client
18822025-03-21T17:35:56.267Z
18832025-03-21T17:35:56.267Z
18842025-03-21T17:35:56.267ZDNS Server
18852025-03-21T17:35:56.267Z dns-server (omicron/dns-server)
18862025-03-21T17:35:56.267Z exposes: DNS Server (client = dns-service-client)
18872025-03-21T17:35:56.267Z
18882025-03-21T17:35:56.267Z
18892025-03-21T17:35:56.267ZHost OS
18902025-03-21T17:35:56.267Z ddmd (maghemite/ddmd)
18912025-03-21T17:35:56.267Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
18922025-03-21T17:35:56.267Z consumes: dpd-client
18932025-03-21T17:35:56.268Z
18942025-03-21T17:35:56.268Z dpd (dendrite/dpd)
18952025-03-21T17:35:56.268Z exposes: Dendrite DPD (client = dpd-client)
18962025-03-21T17:35:56.271Z consumes: gateway-client
18972025-03-21T17:35:56.271Z consumes: nexus-client
18982025-03-21T17:35:56.271Z
18992025-03-21T17:35:56.271Z lldpd (lldp/lldpd)
19002025-03-21T17:35:56.271Z exposes: LLDP daemon (client = lldpd-client)
19012025-03-21T17:35:56.271Z
19022025-03-21T17:35:56.272Z mgd (maghemite/mgd)
19032025-03-21T17:35:56.272Z exposes: Maghemite MG Admin (client = mg-admin-client)
19042025-03-21T17:35:56.272Z consumes: ddm-admin-client
19052025-03-21T17:35:56.272Z consumes: dpd-client
19062025-03-21T17:35:56.272Z
19072025-03-21T17:35:56.272Z omicron-gateway (omicron/gateway)
19082025-03-21T17:35:56.272Z exposes: Management Gateway Service (client = gateway-client)
19092025-03-21T17:35:56.272Z
19102025-03-21T17:35:56.272Z omicron-sled-agent (omicron/sled-agent)
19112025-03-21T17:35:56.272Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
19122025-03-21T17:35:56.272Z exposes: Repo Depot API (client = repo-depot-client)
19132025-03-21T17:35:56.272Z exposes: Sled Agent (client = sled-agent-client)
19142025-03-21T17:35:56.276Z consumes: bootstrap-agent-client
19152025-03-21T17:35:56.276Z consumes: ddm-admin-client
19162025-03-21T17:35:56.276Z consumes: dns-service-client
19172025-03-21T17:35:56.276Z consumes: dpd-client
19182025-03-21T17:35:56.277Z consumes: gateway-client
19192025-03-21T17:35:56.277Z consumes: mg-admin-client
19202025-03-21T17:35:56.277Z consumes: nexus-client
19212025-03-21T17:35:56.277Z consumes: propolis-client
19222025-03-21T17:35:56.277Z consumes: repo-depot-client
19232025-03-21T17:35:56.277Z
19242025-03-21T17:35:56.277Z propolis-server (propolis/bin/propolis-server)
19252025-03-21T17:35:56.277Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
19262025-03-21T17:35:56.277Z exposes: Propolis (client = propolis-client)
19272025-03-21T17:35:56.277Z consumes: nexus-client
19282025-03-21T17:35:56.277Z
19292025-03-21T17:35:56.277Z tfportd (dendrite/tfportd)
19302025-03-21T17:35:56.282Z consumes: dpd-client
19312025-03-21T17:35:56.282Z
19322025-03-21T17:35:56.282Z wicketd (omicron/wicketd)
19332025-03-21T17:35:56.282Z exposes: Wicketd Installinator (client = installinator-client)
19342025-03-21T17:35:56.282Z exposes: Wicketd (client = wicketd-client)
19352025-03-21T17:35:56.282Z consumes: bootstrap-agent-client
19362025-03-21T17:35:56.282Z consumes: ddm-admin-client
19372025-03-21T17:35:56.282Z consumes: dpd-client
19382025-03-21T17:35:56.282Z consumes: gateway-client
19392025-03-21T17:35:56.282Z
19402025-03-21T17:35:56.282Z
19412025-03-21T17:35:56.282ZInstallinator
19422025-03-21T17:35:56.282Z installinator (omicron/installinator)
19432025-03-21T17:35:56.282Z consumes: ddm-admin-client
19442025-03-21T17:35:56.283Z consumes: installinator-client
19452025-03-21T17:35:56.283Z
19462025-03-21T17:35:56.283Z
19472025-03-21T17:35:56.283ZNexus
19482025-03-21T17:35:56.283Z omicron-nexus (omicron/nexus)
19492025-03-21T17:35:56.283Z exposes: Nexus Internal API (client = nexus-client)
19502025-03-21T17:35:56.283Z exposes: External API (client = oxide-client)
19512025-03-21T17:35:56.287Z consumes: clickhouse-admin-keeper-client
19522025-03-21T17:35:56.287Z consumes: clickhouse-admin-server-client
19532025-03-21T17:35:56.287Z consumes: clickhouse-admin-single-client
19542025-03-21T17:35:56.287Z consumes: cockroach-admin-client
19552025-03-21T17:35:56.287Z consumes: crucible-agent-client
19562025-03-21T17:35:56.287Z consumes: crucible-pantry-client
19572025-03-21T17:35:56.287Z consumes: dns-service-client
19582025-03-21T17:35:56.287Z consumes: dpd-client
19592025-03-21T17:35:56.287Z consumes: gateway-client
19602025-03-21T17:35:56.287Z consumes: lldpd-client
19612025-03-21T17:35:56.287Z consumes: mg-admin-client
19622025-03-21T17:35:56.287Z consumes: oximeter-client
19632025-03-21T17:35:56.287Z consumes: propolis-client
19642025-03-21T17:35:56.287Z consumes: sled-agent-client
19652025-03-21T17:35:56.287Z
19662025-03-21T17:35:56.287Z
19672025-03-21T17:35:56.287ZOximeter
19682025-03-21T17:35:56.287Z oximeter-collector (omicron/oximeter/collector)
19692025-03-21T17:35:56.288Z exposes: Oximeter (client = oximeter-client)
19702025-03-21T17:35:56.288Z consumes: nexus-client
19712025-03-21T17:35:56.288Z
19722025-03-21T17:35:56.288Z
19732025-03-21T17:35:56.409Z
19742025-03-21T17:35:56.413Zreal 6.077691810
19752025-03-21T17:35:56.413Zuser 4.954327614
19762025-03-21T17:35:56.413Zsys 1.926151031
19772025-03-21T17:35:56.413Ztrap 0.002391208
19782025-03-21T17:35:56.413Ztflt 0.000025433
19792025-03-21T17:35:56.413Zdflt 0.000012975
19802025-03-21T17:35:56.413Zkflt 0.000000000
19812025-03-21T17:35:56.414Zlock 0.308978281
19822025-03-21T17:35:56.414Zslp 13.576149408
19832025-03-21T17:35:56.414Zlat 0.025691729
19842025-03-21T17:35:56.414Zstop 0.103743036
19852025-03-21T17:35:56.414Z+ ptime -m cargo xtask ls-apis servers
19862025-03-21T17:35:56.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
19872025-03-21T17:35:56.989Z Running `target/debug/xtask ls-apis servers`
19882025-03-21T17:35:57.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
19892025-03-21T17:35:57.911Z Running `target/debug/ls-apis servers`
19902025-03-21T17:35:57.955Zloading metadata for workspace omicron from current workspace
19912025-03-21T17:35:59.235Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/cb2b592/Cargo.toml
19922025-03-21T17:35:59.239Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/ce952e6/Cargo.toml
19932025-03-21T17:35:59.243Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/81a3528/Cargo.toml
19942025-03-21T17:35:59.253Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/95d6a55/Cargo.toml
19952025-03-21T17:36:01.181Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/18ed558/Cargo.toml
19962025-03-21T17:36:01.974Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19972025-03-21T17:36:01.991Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19982025-03-21T17:36:02.163Zomicron-clickhouse-admin (omicron/clickhouse-admin)
19992025-03-21T17:36:02.163Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
20002025-03-21T17:36:02.163Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
20012025-03-21T17:36:02.163Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
20022025-03-21T17:36:02.168Z
20032025-03-21T17:36:02.168Zomicron-cockroach-admin (omicron/cockroach-admin)
20042025-03-21T17:36:02.168Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
20052025-03-21T17:36:02.168Z
20062025-03-21T17:36:02.168Zcrucible-agent (crucible/agent)
20072025-03-21T17:36:02.168Z exposes: Crucible Agent (client = crucible-agent-client)
20082025-03-21T17:36:02.168Z
20092025-03-21T17:36:02.168Zcrucible-downstairs (crucible/downstairs)
20102025-03-21T17:36:02.168Z exposes: Crucible Repair (client = repair-client)
20112025-03-21T17:36:02.172Z consumes: repair-client
20122025-03-21T17:36:02.172Z
20132025-03-21T17:36:02.173Zcrucible-pantry (crucible/pantry)
20142025-03-21T17:36:02.173Z exposes: Crucible Pantry (client = crucible-pantry-client)
20152025-03-21T17:36:02.173Z consumes: nexus-client
20162025-03-21T17:36:02.173Z
20172025-03-21T17:36:02.173Zdns-server (omicron/dns-server)
20182025-03-21T17:36:02.173Z exposes: DNS Server (client = dns-service-client)
20192025-03-21T17:36:02.176Z
20202025-03-21T17:36:02.176Zomicron-sled-agent (omicron/sled-agent)
20212025-03-21T17:36:02.176Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20222025-03-21T17:36:02.176Z exposes: Repo Depot API (client = repo-depot-client)
20232025-03-21T17:36:02.176Z exposes: Sled Agent (client = sled-agent-client)
20242025-03-21T17:36:02.176Z consumes: bootstrap-agent-client
20252025-03-21T17:36:02.176Z consumes: ddm-admin-client
20262025-03-21T17:36:02.176Z consumes: dns-service-client
20272025-03-21T17:36:02.176Z consumes: dpd-client
20282025-03-21T17:36:02.177Z consumes: gateway-client
20292025-03-21T17:36:02.177Z consumes: mg-admin-client
20302025-03-21T17:36:02.177Z consumes: nexus-client
20312025-03-21T17:36:02.177Z consumes: propolis-client
20322025-03-21T17:36:02.177Z consumes: repo-depot-client
20332025-03-21T17:36:02.177Z
20342025-03-21T17:36:02.177Zpropolis-server (propolis/bin/propolis-server)
20352025-03-21T17:36:02.177Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20362025-03-21T17:36:02.177Z exposes: Propolis (client = propolis-client)
20372025-03-21T17:36:02.181Z consumes: nexus-client
20382025-03-21T17:36:02.181Z
20392025-03-21T17:36:02.181Zddmd (maghemite/ddmd)
20402025-03-21T17:36:02.182Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20412025-03-21T17:36:02.182Z consumes: dpd-client
20422025-03-21T17:36:02.182Z
20432025-03-21T17:36:02.182Zdpd (dendrite/dpd)
20442025-03-21T17:36:02.182Z exposes: Dendrite DPD (client = dpd-client)
20452025-03-21T17:36:02.185Z consumes: gateway-client
20462025-03-21T17:36:02.185Z consumes: nexus-client
20472025-03-21T17:36:02.185Z
20482025-03-21T17:36:02.185Zlldpd (lldp/lldpd)
20492025-03-21T17:36:02.185Z exposes: LLDP daemon (client = lldpd-client)
20502025-03-21T17:36:02.185Z
20512025-03-21T17:36:02.185Zmgd (maghemite/mgd)
20522025-03-21T17:36:02.185Z exposes: Maghemite MG Admin (client = mg-admin-client)
20532025-03-21T17:36:02.185Z consumes: ddm-admin-client
20542025-03-21T17:36:02.185Z consumes: dpd-client
20552025-03-21T17:36:02.185Z
20562025-03-21T17:36:02.185Zomicron-gateway (omicron/gateway)
20572025-03-21T17:36:02.186Z exposes: Management Gateway Service (client = gateway-client)
20582025-03-21T17:36:02.186Z
20592025-03-21T17:36:02.186Ztfportd (dendrite/tfportd)
20602025-03-21T17:36:02.186Z consumes: dpd-client
20612025-03-21T17:36:02.186Z
20622025-03-21T17:36:02.186Zwicketd (omicron/wicketd)
20632025-03-21T17:36:02.186Z exposes: Wicketd Installinator (client = installinator-client)
20642025-03-21T17:36:02.186Z exposes: Wicketd (client = wicketd-client)
20652025-03-21T17:36:02.186Z consumes: bootstrap-agent-client
20662025-03-21T17:36:02.186Z consumes: ddm-admin-client
20672025-03-21T17:36:02.186Z consumes: dpd-client
20682025-03-21T17:36:02.186Z consumes: gateway-client
20692025-03-21T17:36:02.186Z
20702025-03-21T17:36:02.186Zinstallinator (omicron/installinator)
20712025-03-21T17:36:02.186Z consumes: ddm-admin-client
20722025-03-21T17:36:02.187Z consumes: installinator-client
20732025-03-21T17:36:02.187Z
20742025-03-21T17:36:02.187Zomicron-nexus (omicron/nexus)
20752025-03-21T17:36:02.187Z exposes: Nexus Internal API (client = nexus-client)
20762025-03-21T17:36:02.187Z exposes: External API (client = oxide-client)
20772025-03-21T17:36:02.190Z consumes: clickhouse-admin-keeper-client
20782025-03-21T17:36:02.190Z consumes: clickhouse-admin-server-client
20792025-03-21T17:36:02.190Z consumes: clickhouse-admin-single-client
20802025-03-21T17:36:02.190Z consumes: cockroach-admin-client
20812025-03-21T17:36:02.190Z consumes: crucible-agent-client
20822025-03-21T17:36:02.190Z consumes: crucible-pantry-client
20832025-03-21T17:36:02.190Z consumes: dns-service-client
20842025-03-21T17:36:02.190Z consumes: dpd-client
20852025-03-21T17:36:02.190Z consumes: gateway-client
20862025-03-21T17:36:02.190Z consumes: lldpd-client
20872025-03-21T17:36:02.190Z consumes: mg-admin-client
20882025-03-21T17:36:02.191Z consumes: oximeter-client
20892025-03-21T17:36:02.191Z consumes: propolis-client
20902025-03-21T17:36:02.191Z consumes: sled-agent-client
20912025-03-21T17:36:02.191Z
20922025-03-21T17:36:02.191Zoximeter-collector (omicron/oximeter/collector)
20932025-03-21T17:36:02.191Z exposes: Oximeter (client = oximeter-client)
20942025-03-21T17:36:02.191Z consumes: nexus-client
20952025-03-21T17:36:02.191Z
20962025-03-21T17:36:02.317Z
20972025-03-21T17:36:02.320Zreal 5.890054647
20982025-03-21T17:36:02.320Zuser 4.880000463
20992025-03-21T17:36:02.320Zsys 1.835557437
21002025-03-21T17:36:02.320Ztrap 0.000664435
21012025-03-21T17:36:02.320Ztflt 0.000029639
21022025-03-21T17:36:02.320Zdflt 0.000081948
21032025-03-21T17:36:02.320Zkflt 0.000000000
21042025-03-21T17:36:02.320Zlock 0.301499460
21052025-03-21T17:36:02.321Zslp 13.382871970
21062025-03-21T17:36:02.321Zlat 0.011985582
21072025-03-21T17:36:02.321Zstop 0.099981362
21082025-03-21T17:36:02.321Z+ ptime -m cargo xtask ls-apis check
21092025-03-21T17:36:02.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21102025-03-21T17:36:02.899Z Running `target/debug/xtask ls-apis check`
21112025-03-21T17:36:03.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
21122025-03-21T17:36:03.808Z Running `target/debug/ls-apis check`
21132025-03-21T17:36:03.854Zloading metadata for workspace omicron from current workspace
21142025-03-21T17:36:05.126Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/ce952e6/Cargo.toml
21152025-03-21T17:36:05.131Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/81a3528/Cargo.toml
21162025-03-21T17:36:05.131Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/95d6a55/Cargo.toml
21172025-03-21T17:36:05.131Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/cb2b592/Cargo.toml
21182025-03-21T17:36:07.078Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/18ed558/Cargo.toml
21192025-03-21T17:36:07.871Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21202025-03-21T17:36:07.888Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21212025-03-21T17:36:08.163Z
21222025-03-21T17:36:08.163Z
21232025-03-21T17:36:08.163ZServer-managed APIs:
21242025-03-21T17:36:08.163Z
21252025-03-21T17:36:08.163Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
21262025-03-21T17:36:08.163Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
21272025-03-21T17:36:08.163Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
21282025-03-21T17:36:08.163Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
21292025-03-21T17:36:08.163Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
21302025-03-21T17:36:08.163Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
21312025-03-21T17:36:08.163Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
21322025-03-21T17:36:08.163Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
21332025-03-21T17:36:08.163Z DNS Server (dns-service-client, exposed by dns-server)
21342025-03-21T17:36:08.163Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
21352025-03-21T17:36:08.164Z LLDP daemon (lldpd-client, exposed by lldpd)
21362025-03-21T17:36:08.164Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
21372025-03-21T17:36:08.164Z External API (oxide-client, exposed by omicron-nexus)
21382025-03-21T17:36:08.164Z Oximeter (oximeter-client, exposed by oximeter-collector)
21392025-03-21T17:36:08.164Z Propolis (propolis-client, exposed by propolis-server)
21402025-03-21T17:36:08.164Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
21412025-03-21T17:36:08.164Z Wicketd (wicketd-client, exposed by wicketd)
21422025-03-21T17:36:08.164Z
21432025-03-21T17:36:08.164Z
21442025-03-21T17:36:08.164ZClient-managed API:
21452025-03-21T17:36:08.164Z
21462025-03-21T17:36:08.164Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
21472025-03-21T17:36:08.164Z reason: depends on itself (i.e., instances call each other)
21482025-03-21T17:36:08.164Z Dendrite DPD (dpd-client, exposed by dpd)
21492025-03-21T17:36:08.164Z reason: Sled Agent calling DPD creates a circular dependency
21502025-03-21T17:36:08.164Z Wicketd Installinator (installinator-client, exposed by wicketd)
21512025-03-21T17:36:08.164Z reason: client is provided implicitly by the operator
21522025-03-21T17:36:08.164Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
21532025-03-21T17:36:08.164Z reason: Circular dependencies between Nexus and other services
21542025-03-21T17:36:08.164Z Crucible Repair (repair-client, exposed by crucible-downstairs)
21552025-03-21T17:36:08.164Z reason: depends on itself (i.e., instances call each other)
21562025-03-21T17:36:08.164Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
21572025-03-21T17:36:08.164Z reason: depends on itself (i.e., instances call each other)
21582025-03-21T17:36:08.164Z
21592025-03-21T17:36:08.164Z
21602025-03-21T17:36:08.164ZAPIs with unknown version management: none
21612025-03-21T17:36:08.289Z
21622025-03-21T17:36:08.289Zreal 5.954769468
21632025-03-21T17:36:08.289Zuser 4.951288679
21642025-03-21T17:36:08.289Zsys 1.832398558
21652025-03-21T17:36:08.289Ztrap 0.000544240
21662025-03-21T17:36:08.289Ztflt 0.000024390
21672025-03-21T17:36:08.293Zdflt 0.000199818
21682025-03-21T17:36:08.293Zkflt 0.000001769
21692025-03-21T17:36:08.293Zlock 0.302754891
21702025-03-21T17:36:08.293Zslp 13.384238566
21712025-03-21T17:36:08.293Zlat 0.011533048
21722025-03-21T17:36:08.293Zstop 0.098988240
21732025-03-21T17:36:08.293Z+ banner build
21742025-03-21T17:36:08.296Z
21752025-03-21T17:36:08.296Z ##### # # # # #####
21762025-03-21T17:36:08.296Z # # # # # # # #
21772025-03-21T17:36:08.296Z ##### # # # # # #
21782025-03-21T17:36:08.296Z # # # # # # # #
21792025-03-21T17:36:08.296Z # # # # # # # #
21802025-03-21T17:36:08.296Z ##### #### # ###### #####
21812025-03-21T17:36:08.296Z
21822025-03-21T17:36:08.296Z+ export 'RUSTFLAGS=-D warnings'
21832025-03-21T17:36:08.296Z+ RUSTFLAGS='-D warnings'
21842025-03-21T17:36:08.297Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
21852025-03-21T17:36:08.297Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
21862025-03-21T17:36:08.297Z+ [[ illumos == \i\l\l\u\m\o\s ]]
21872025-03-21T17:36:08.297Z+ RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
21882025-03-21T17:36:08.297Z+ export TMPDIR=/var/tmp/omicron_tmp
21892025-03-21T17:36:08.297Z+ TMPDIR=/var/tmp/omicron_tmp
21902025-03-21T17:36:08.297Z+ export RUST_BACKTRACE=1
21912025-03-21T17:36:08.297Z+ RUST_BACKTRACE=1
21922025-03-21T17:36:08.297Z+ export CARGO_INCREMENTAL=0
21932025-03-21T17:36:08.297Z+ CARGO_INCREMENTAL=0
21942025-03-21T17:36:08.297Z+ export RUSTC_BOOTSTRAP=1
21952025-03-21T17:36:08.297Z+ RUSTC_BOOTSTRAP=1
21962025-03-21T17:36:08.297Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --exclude=omicron-nexus --tests --locked --verbose
21972025-03-21T17:36:10.198Z Compiling proc-macro2 v1.0.93
21982025-03-21T17:36:10.198Z Compiling unicode-ident v1.0.14
21992025-03-21T17:36:10.198Z Compiling libc v0.2.170
22002025-03-21T17:36:10.233Z Compiling cfg-if v1.0.0
22012025-03-21T17:36:10.233Z Compiling serde v1.0.218
22022025-03-21T17:36:10.233Z Compiling autocfg v1.4.0
22032025-03-21T17:36:10.233Z Compiling memchr v2.7.4
22042025-03-21T17:36:10.233Z Compiling version_check v0.9.5
22052025-03-21T17:36:10.234Z 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`
22062025-03-21T17:36:10.234Z 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`
22072025-03-21T17:36:10.234Z 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`
22082025-03-21T17:36:10.234Z 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`
22092025-03-21T17:36:10.234Z 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`
22102025-03-21T17:36:10.260Z 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`
22112025-03-21T17:36:10.264Z 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`
22122025-03-21T17:36:10.264Z 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`
22132025-03-21T17:36:10.309Z Compiling value-bag v1.9.0
22142025-03-21T17:36:10.350Z 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`
22152025-03-21T17:36:10.402Z Compiling itoa v1.0.11
22162025-03-21T17:36:10.434Z 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`
22172025-03-21T17:36:10.660Z Compiling scopeguard v1.2.0
22182025-03-21T17:36:10.664Z 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`
22192025-03-21T17:36:10.734Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-5e8791287b45f6e5/build-script-build`
22202025-03-21T17:36:10.824Z Compiling log v0.4.22
22212025-03-21T17:36:10.848Z 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`
22222025-03-21T17:36:10.853Z Compiling smallvec v1.14.0
22232025-03-21T17:36:10.876Z 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-03-21T17:36:10.881Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-e45517be5f8445d7/build-script-build`
22252025-03-21T17:36:10.898Z Compiling once_cell v1.20.3
22262025-03-21T17:36:10.925Z 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`
22272025-03-21T17:36:10.969Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-80d380bcea6957d0/build-script-build`
22282025-03-21T17:36:10.973Z Compiling ryu v1.0.18
22292025-03-21T17:36:10.977Z 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`
22302025-03-21T17:36:11.019Z 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"))'`
22312025-03-21T17:36:11.160Z Compiling lock_api v0.4.12
22322025-03-21T17:36:11.164Z 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`
22332025-03-21T17:36:11.242Z Compiling pin-project-lite v0.2.14
22342025-03-21T17:36:11.278Z 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`
22352025-03-21T17:36:11.281Z Compiling subtle v2.6.1
22362025-03-21T17:36:11.281Z 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-03-21T17:36:11.328Z 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)'`
22382025-03-21T17:36:11.359Z Compiling libm v0.2.8
22392025-03-21T17:36:11.359Z 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`
22402025-03-21T17:36:11.396Z Compiling num-traits v0.2.19
22412025-03-21T17:36:11.427Z 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`
22422025-03-21T17:36:11.592Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-234c6e364a590cdd/build-script-build`
22432025-03-21T17:36:11.616Z Compiling shlex v1.3.0
22442025-03-21T17:36:11.620Z 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`
22452025-03-21T17:36:11.678Z Compiling byteorder v1.5.0
22462025-03-21T17:36:11.681Z 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`
22472025-03-21T17:36:11.707Z Compiling serde_json v1.0.139
22482025-03-21T17:36:11.727Z 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`
22492025-03-21T17:36:11.731Z 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`
22502025-03-21T17:36:11.819Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-7bbf2d41207939cd/build-script-build`
22512025-03-21T17:36:11.824Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-437ddefae983f5d3/build-script-build`
22522025-03-21T17:36:11.867Z 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-03-21T17:36:11.994Z Compiling regex-syntax v0.8.5
22542025-03-21T17:36:12.010Z 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`
22552025-03-21T17:36:12.067Z Compiling semver v1.0.25
22562025-03-21T17:36:12.077Z 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`
22572025-03-21T17:36:12.121Z Compiling quote v1.0.38
22582025-03-21T17:36:12.121Z 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`
22592025-03-21T17:36:12.148Z Compiling getrandom v0.2.15
22602025-03-21T17:36:12.157Z 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`
22612025-03-21T17:36:12.189Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-d2503aa253b47458/build-script-build`
22622025-03-21T17:36:12.236Z Compiling parking_lot_core v0.9.10
22632025-03-21T17:36:12.242Z 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`
22642025-03-21T17:36:12.311Z Compiling jobserver v0.1.32
22652025-03-21T17:36:12.315Z 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`
22662025-03-21T17:36:12.552Z Compiling syn v2.0.98
22672025-03-21T17:36:12.555Z 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`
22682025-03-21T17:36:12.627Z Compiling rand_core v0.6.4
22692025-03-21T17:36:12.631Z 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`
22702025-03-21T17:36:12.725Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-98ed0e26b0901fab/build-script-build`
22712025-03-21T17:36:12.757Z Compiling aho-corasick v1.1.3
22722025-03-21T17:36:12.768Z 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`
22732025-03-21T17:36:12.786Z 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)'`
22742025-03-21T17:36:12.816Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-8c43fd794a77a0a0/build-script-build`
22752025-03-21T17:36:12.859Z 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`
22762025-03-21T17:36:13.089Z Compiling cc v1.2.15
22772025-03-21T17:36:13.094Z 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`
22782025-03-21T17:36:13.122Z Compiling typenum v1.17.0
22792025-03-21T17:36:13.159Z 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`
22802025-03-21T17:36:13.166Z Compiling generic-array v0.14.7
22812025-03-21T17:36:13.169Z 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`
22822025-03-21T17:36:13.443Z Compiling parking_lot v0.12.3
22832025-03-21T17:36:13.448Z 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`
22842025-03-21T17:36:13.597Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-e222f7e784ebb312/build-script-build`
22852025-03-21T17:36:13.692Z Compiling equivalent v1.0.1
22862025-03-21T17:36:13.698Z 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`
22872025-03-21T17:36:13.842Z Compiling allocator-api2 v0.2.18
22882025-03-21T17:36:13.853Z 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`
22892025-03-21T17:36:14.179Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-fc0b8a39602987f8/build-script-main`
22902025-03-21T17:36:14.254Z Compiling foldhash v0.1.3
22912025-03-21T17:36:14.258Z 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`
22922025-03-21T17:36:14.349Z 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`
22932025-03-21T17:36:14.406Z Compiling thiserror v1.0.69
22942025-03-21T17:36:14.410Z 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`
22952025-03-21T17:36:14.567Z Compiling hashbrown v0.15.1
22962025-03-21T17:36:14.591Z 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`
22972025-03-21T17:36:14.595Z Compiling fnv v1.0.7
22982025-03-21T17:36:14.599Z 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`
22992025-03-21T17:36:14.767Z Compiling signal-hook-registry v1.4.2
23002025-03-21T17:36:14.770Z 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`
23012025-03-21T17:36:15.087Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-dd4418b58e898f9a/build-script-build`
23022025-03-21T17:36:15.432Z Compiling errno v0.3.9
23032025-03-21T17:36:15.476Z 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`
23042025-03-21T17:36:15.501Z Compiling futures-core v0.3.31
23052025-03-21T17:36:15.504Z 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`
23062025-03-21T17:36:15.537Z Compiling rustix v0.38.37
23072025-03-21T17:36:15.540Z 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`
23082025-03-21T17:36:15.691Z Compiling regex-automata v0.4.8
23092025-03-21T17:36:15.695Z 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-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=914af413dd319c34 -C extra-filename=-af772249a6769106 --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`
23102025-03-21T17:36:15.780Z Compiling mio v1.0.2
23112025-03-21T17:36:15.784Z 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`
23122025-03-21T17:36:15.810Z Compiling either v1.14.0
23132025-03-21T17:36:15.855Z 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`
23142025-03-21T17:36:16.254Z Compiling socket2 v0.5.8
23152025-03-21T17:36:16.257Z 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`
23162025-03-21T17:36:16.333Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-45bdda515b9785ee/build-script-build`
23172025-03-21T17:36:16.692Z Compiling heck v0.5.0
23182025-03-21T17:36:16.695Z 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`
23192025-03-21T17:36:16.834Z Compiling const-oid v0.9.6
23202025-03-21T17:36:16.838Z 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`
23212025-03-21T17:36:16.864Z Compiling getrandom v0.3.1
23222025-03-21T17:36:16.868Z 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`
23232025-03-21T17:36:17.161Z Compiling spin v0.9.8
23242025-03-21T17:36:17.166Z 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`
23252025-03-21T17:36:17.194Z Compiling slab v0.4.9
23262025-03-21T17:36:17.197Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
23272025-03-21T17:36:17.228Z Compiling futures-io v0.3.31
23282025-03-21T17:36:17.236Z 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`
23292025-03-21T17:36:17.532Z Compiling iana-time-zone v0.1.61
23302025-03-21T17:36:17.535Z 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`
23312025-03-21T17:36:17.579Z Compiling cpufeatures v0.2.14
23322025-03-21T17:36:17.583Z 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`
23332025-03-21T17:36:17.608Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-5efcfe1a9d362585/build-script-build`
23342025-03-21T17:36:17.662Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-055b0f787f48c897/build-script-build`
23352025-03-21T17:36:17.681Z 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`
23362025-03-21T17:36:17.712Z Compiling futures-sink v0.3.31
23372025-03-21T17:36:17.715Z 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`
23382025-03-21T17:36:17.774Z 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`
23392025-03-21T17:36:17.870Z Compiling lazy_static v1.5.0
23402025-03-21T17:36:17.874Z 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`
23412025-03-21T17:36:17.903Z Compiling stable_deref_trait v1.2.0
23422025-03-21T17:36:17.907Z Compiling pin-utils v0.1.0
23432025-03-21T17:36:17.907Z 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`
23442025-03-21T17:36:17.908Z 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`
23452025-03-21T17:36:18.029Z Compiling pkg-config v0.3.31
23462025-03-21T17:36:18.035Z Compiling futures-channel v0.3.31
23472025-03-21T17:36:18.035Z 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`
23482025-03-21T17:36:18.035Z 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`
23492025-03-21T17:36:18.083Z Compiling futures-task v0.3.31
23502025-03-21T17:36:18.089Z Compiling dyn-clone v1.0.18
23512025-03-21T17:36:18.089Z 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`
23522025-03-21T17:36:18.089Z 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`
23532025-03-21T17:36:18.128Z Compiling schemars v0.8.22
23542025-03-21T17:36:18.174Z 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`
23552025-03-21T17:36:18.339Z Compiling glob v0.3.2
23562025-03-21T17:36:18.366Z 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`
23572025-03-21T17:36:18.378Z Compiling tracing-core v0.1.32
23582025-03-21T17:36:18.405Z 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`
23592025-03-21T17:36:18.452Z Compiling syn v1.0.109
23602025-03-21T17:36:18.455Z 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`
23612025-03-21T17:36:18.578Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-5cdfcbee9b2f0191/build-script-build`
23622025-03-21T17:36:18.621Z Compiling minimal-lexical v0.2.1
23632025-03-21T17:36:18.625Z 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`
23642025-03-21T17:36:18.809Z Compiling prettyplease v0.2.29
23652025-03-21T17:36:18.812Z 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`
23662025-03-21T17:36:19.112Z Compiling nom v7.1.3
23672025-03-21T17:36:19.115Z 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`
23682025-03-21T17:36:19.164Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-19051e4fa307c78c/build-script-build`
23692025-03-21T17:36:19.167Z Compiling clang-sys v1.8.1
23702025-03-21T17:36:19.200Z 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`
23712025-03-21T17:36:19.255Z 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`
23722025-03-21T17:36:19.261Z Compiling writeable v0.5.5
23732025-03-21T17:36:19.264Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-f074c52ad8cc62af/build-script-build`
23742025-03-21T17:36:19.264Z 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`
23752025-03-21T17:36:19.325Z Compiling litemap v0.7.3
23762025-03-21T17:36:19.329Z 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`
23772025-03-21T17:36:19.558Z Compiling serde_derive_internals v0.29.1
23782025-03-21T17:36:19.561Z 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`
23792025-03-21T17:36:19.719Z Compiling synstructure v0.13.1
23802025-03-21T17:36:19.722Z 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`
23812025-03-21T17:36:19.840Z Compiling percent-encoding v2.3.1
23822025-03-21T17:36:19.843Z 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-03-21T17:36:19.943Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-74187a83cd8ca181/build-script-build`
23842025-03-21T17:36:19.988Z Compiling home v0.5.9
23852025-03-21T17:36:19.992Z 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`
23862025-03-21T17:36:20.186Z Compiling libloading v0.8.5
23872025-03-21T17:36:20.189Z 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`
23882025-03-21T17:36:20.238Z Compiling icu_locid_transform_data v1.5.0
23892025-03-21T17:36:20.241Z 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`
23902025-03-21T17:36:20.374Z 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)'`
23912025-03-21T17:36:20.590Z Compiling regex v1.11.1
23922025-03-21T17:36:20.615Z 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=617f9947d5ddc203 -C extra-filename=-bf3499c0732349d3 --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-af772249a6769106.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`
23932025-03-21T17:36:21.085Z 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`
23942025-03-21T17:36:21.650Z Compiling crossbeam-utils v0.8.20
23952025-03-21T17:36:21.654Z 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`
23962025-03-21T17:36:21.826Z Compiling icu_properties_data v1.5.0
23972025-03-21T17:36:21.832Z 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-03-21T17:36:22.118Z Compiling cexpr v0.6.0
23992025-03-21T17:36:22.122Z 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`
24002025-03-21T17:36:22.288Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-f60d0ba1b5458b04/build-script-build`
24012025-03-21T17:36:22.325Z Compiling form_urlencoded v1.2.1
24022025-03-21T17:36:22.330Z 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-03-21T17:36:22.362Z Compiling ring v0.17.11
24042025-03-21T17:36:22.366Z 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-03-21T17:36:22.666Z Compiling adler2 v2.0.0
24062025-03-21T17:36:22.669Z 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`
24072025-03-21T17:36:22.905Z Compiling strsim v0.11.1
24082025-03-21T17:36:22.908Z 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`
24092025-03-21T17:36:23.267Z Compiling paste v1.0.15
24102025-03-21T17:36:23.270Z 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-03-21T17:36:23.579Z Compiling icu_normalizer_data v1.5.0
24122025-03-21T17:36:23.582Z 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`
24132025-03-21T17:36:23.652Z Compiling utf8_iter v1.0.4
24142025-03-21T17:36:23.679Z 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`
24152025-03-21T17:36:23.683Z Compiling utf16_iter v1.0.5
24162025-03-21T17:36:23.688Z 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`
24172025-03-21T17:36:23.710Z Compiling write16 v1.0.0
24182025-03-21T17:36:23.715Z 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`
24192025-03-21T17:36:23.872Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-85566530b7ac6788/build-script-build`
24202025-03-21T17:36:23.924Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-7b2ad44f4b4f45b2/build-script-build`
24212025-03-21T17:36:23.931Z Compiling miniz_oxide v0.8.5
24222025-03-21T17:36:23.931Z 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-03-21T17:36:23.931Z 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)'`
24242025-03-21T17:36:23.978Z Compiling powerfmt v0.2.0
24252025-03-21T17:36:23.982Z 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`
24262025-03-21T17:36:24.391Z Compiling vcpkg v0.2.15
24272025-03-21T17:36:24.394Z 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`
24282025-03-21T17:36:24.423Z Compiling num-conv v0.1.0
24292025-03-21T17:36:24.427Z 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`
24302025-03-21T17:36:24.656Z Compiling serde_derive v1.0.218
24312025-03-21T17:36:24.692Z 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`
24322025-03-21T17:36:24.725Z Compiling zeroize_derive v1.4.2
24332025-03-21T17:36:24.728Z 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`
24342025-03-21T17:36:25.075Z Compiling thiserror-impl v1.0.69
24352025-03-21T17:36:25.078Z 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`
24362025-03-21T17:36:25.331Z Compiling tokio-macros v2.5.0
24372025-03-21T17:36:25.334Z 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`
24382025-03-21T17:36:25.987Z Compiling zerocopy-derive v0.7.35
24392025-03-21T17:36:25.990Z 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`
24402025-03-21T17:36:26.264Z Compiling zeroize v1.8.1
24412025-03-21T17:36:26.268Z 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`
24422025-03-21T17:36:26.685Z 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`
24432025-03-21T17:36:26.965Z Compiling futures-macro v0.3.31
24442025-03-21T17:36:26.968Z 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`
24452025-03-21T17:36:28.026Z Compiling crypto-common v0.1.6
24462025-03-21T17:36:28.031Z 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`
24472025-03-21T17:36:28.184Z 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)'`
24482025-03-21T17:36:28.217Z Compiling zerocopy v0.7.35
24492025-03-21T17:36:28.220Z 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`
24502025-03-21T17:36:28.280Z Compiling block-buffer v0.10.4
24512025-03-21T17:36:28.284Z 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`
24522025-03-21T17:36:29.350Z Compiling schemars_derive v0.8.22
24532025-03-21T17:36:29.356Z 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`
24542025-03-21T17:36:29.356Z Compiling digest v0.10.7
24552025-03-21T17:36:29.356Z 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`
24562025-03-21T17:36:29.356Z Compiling futures-util v0.3.31
24572025-03-21T17:36:29.356Z 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`
24582025-03-21T17:36:29.357Z Compiling zerofrom-derive v0.1.4
24592025-03-21T17:36:29.357Z 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`
24602025-03-21T17:36:29.358Z Compiling yoke-derive v0.7.4
24612025-03-21T17:36:29.358Z 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`
24622025-03-21T17:36:29.499Z Compiling ppv-lite86 v0.2.20
24632025-03-21T17:36:29.507Z 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`
24642025-03-21T17:36:30.336Z Compiling displaydoc v0.2.5
24652025-03-21T17:36:30.339Z 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`
24662025-03-21T17:36:30.883Z Compiling zerovec-derive v0.10.3
24672025-03-21T17:36:30.886Z 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`
24682025-03-21T17:36:31.299Z Compiling tracing-attributes v0.1.27
24692025-03-21T17:36:31.361Z 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`
24702025-03-21T17:36:31.466Z Compiling rand_chacha v0.3.1
24712025-03-21T17:36:31.469Z 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`
24722025-03-21T17:36:32.034Z Compiling rand v0.8.5
24732025-03-21T17:36:32.037Z 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`
24742025-03-21T17:36:32.146Z Compiling icu_provider_macros v1.5.0
24752025-03-21T17:36:32.170Z 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`
24762025-03-21T17:36:32.218Z 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)'`
24772025-03-21T17:36:32.687Z Compiling zerofrom v0.1.4
24782025-03-21T17:36:32.691Z 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`
24792025-03-21T17:36:32.924Z Compiling yoke v0.7.4
24802025-03-21T17:36:32.928Z 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`
24812025-03-21T17:36:33.293Z Compiling time-core v0.1.2
24822025-03-21T17:36:33.296Z 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`
24832025-03-21T17:36:33.410Z Compiling httparse v1.9.5
24842025-03-21T17:36:33.426Z 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`
24852025-03-21T17:36:33.506Z Compiling time-macros v0.2.18
24862025-03-21T17:36:33.509Z 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`
24872025-03-21T17:36:33.536Z Compiling zerovec v0.10.4
24882025-03-21T17:36:33.538Z 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`
24892025-03-21T17:36:33.852Z Compiling deranged v0.3.11
24902025-03-21T17:36:33.856Z 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`
24912025-03-21T17:36:34.131Z 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"))'`
24922025-03-21T17:36:34.186Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-f5cadb8b74f448ac/build-script-build`
24932025-03-21T17:36:34.257Z Compiling itertools v0.12.1
24942025-03-21T17:36:34.260Z 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`
24952025-03-21T17:36:34.289Z Compiling num_threads v0.1.7
24962025-03-21T17:36:34.293Z 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`
24972025-03-21T17:36:34.448Z Compiling bindgen v0.69.5
24982025-03-21T17:36:34.451Z 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`
24992025-03-21T17:36:34.734Z Compiling tracing v0.1.40
25002025-03-21T17:36:34.766Z 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`
25012025-03-21T17:36:35.227Z Compiling tinystr v0.7.6
25022025-03-21T17:36:35.230Z 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-03-21T17:36:35.281Z Compiling icu_collections v1.5.0
25042025-03-21T17:36:35.285Z 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-03-21T17:36:35.361Z 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`
25062025-03-21T17:36:35.366Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-1405492a315d526f/build-script-build`
25072025-03-21T17:36:35.411Z Compiling rustc-hash v1.1.0
25082025-03-21T17:36:35.432Z 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`
25092025-03-21T17:36:35.508Z Compiling lazycell v1.3.0
25102025-03-21T17:36:35.511Z 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`
25112025-03-21T17:36:35.594Z Compiling icu_locid v1.5.0
25122025-03-21T17:36:35.599Z 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`
25132025-03-21T17:36:35.622Z Compiling atomic-waker v1.1.2
25142025-03-21T17:36:35.626Z 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`
25152025-03-21T17:36:35.693Z Compiling block-padding v0.3.3
25162025-03-21T17:36:35.734Z 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`
25172025-03-21T17:36:35.851Z Compiling cmake v0.1.51
25182025-03-21T17:36:35.854Z 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`
25192025-03-21T17:36:35.960Z Compiling dunce v1.0.5
25202025-03-21T17:36:35.963Z 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`
25212025-03-21T17:36:36.007Z Compiling untrusted v0.9.0
25222025-03-21T17:36:36.010Z 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`
25232025-03-21T17:36:36.131Z Compiling fs_extra v1.3.0
25242025-03-21T17:36:36.134Z 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`
25252025-03-21T17:36:36.228Z 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`
25262025-03-21T17:36:36.507Z Compiling inout v0.1.3
25272025-03-21T17:36:36.511Z 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`
25282025-03-21T17:36:36.662Z Compiling icu_provider v1.5.0
25292025-03-21T17:36:36.665Z 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`
25302025-03-21T17:36:36.732Z Compiling time v0.3.36
25312025-03-21T17:36:36.736Z 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`
25322025-03-21T17:36:36.780Z Compiling cipher v0.4.4
25332025-03-21T17:36:36.784Z 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`
25342025-03-21T17:36:36.822Z Compiling sha2 v0.10.8
25352025-03-21T17:36:36.845Z 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`
25362025-03-21T17:36:37.187Z Compiling rustls-pki-types v1.10.0
25372025-03-21T17:36:37.219Z 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`
25382025-03-21T17:36:37.321Z Compiling aws-lc-rs v1.12.4
25392025-03-21T17:36:37.329Z 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`
25402025-03-21T17:36:37.567Z Compiling bytes v1.10.0
25412025-03-21T17:36:37.573Z 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`
25422025-03-21T17:36:37.642Z Compiling bitflags v2.6.0
25432025-03-21T17:36:37.646Z 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`
25442025-03-21T17:36:37.719Z 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"))'`
25452025-03-21T17:36:37.836Z 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)'`
25462025-03-21T17:36:38.121Z 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`
25472025-03-21T17:36:38.188Z Compiling indexmap v2.7.1
25482025-03-21T17:36:38.191Z 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`
25492025-03-21T17:36:38.493Z Compiling chrono v0.4.40
25502025-03-21T17:36:38.497Z 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`
25512025-03-21T17:36:39.037Z Compiling tokio v1.43.0
25522025-03-21T17:36:39.042Z 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`
25532025-03-21T17:36:39.551Z Compiling uuid v1.15.1
25542025-03-21T17:36:39.554Z 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`
25552025-03-21T17:36:40.460Z Compiling http v1.2.0
25562025-03-21T17:36:40.464Z 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`
25572025-03-21T17:36:40.489Z Compiling icu_locid_transform v1.5.0
25582025-03-21T17:36:40.524Z 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`
25592025-03-21T17:36:40.592Z Compiling toml_datetime v0.6.8
25602025-03-21T17:36:40.596Z 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`
25612025-03-21T17:36:41.111Z 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`
25622025-03-21T17:36:41.166Z Compiling serde_tokenstream v0.2.2
25632025-03-21T17:36:41.170Z 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`
25642025-03-21T17:36:41.217Z Compiling serde_spanned v0.6.8
25652025-03-21T17:36:41.222Z 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`
25662025-03-21T17:36:41.490Z Compiling gimli v0.31.1
25672025-03-21T17:36:41.493Z 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`
25682025-03-21T17:36:41.793Z Compiling icu_properties v1.5.1
25692025-03-21T17:36:41.797Z 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`
25702025-03-21T17:36:41.917Z Compiling which v4.4.2
25712025-03-21T17:36:41.920Z 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`
25722025-03-21T17:36:42.528Z 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=4333a20d43cd8b90 -C extra-filename=-436e32fed7a87b34 --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-bf3499c0732349d3.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`
25732025-03-21T17:36:42.702Z Compiling object v0.36.5
25742025-03-21T17:36:42.705Z 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-03-21T17:36:42.796Z Compiling anyhow v1.0.97
25762025-03-21T17:36:42.844Z 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.97/build.rs --error-format=json --json=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=0b11e6cdbdbaf8a1 -C extra-filename=-397316e721fbeb0e --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-397316e721fbeb0e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25772025-03-21T17:36:42.880Z Compiling rustc-demangle v0.1.24
25782025-03-21T17:36:42.883Z 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-03-21T17:36:43.466Z Compiling base64ct v1.6.0
25802025-03-21T17:36:43.470Z 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-03-21T17:36:43.787Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-397316e721fbeb0e/build-script-build`
25822025-03-21T17:36:44.072Z Compiling http-body v1.0.1
25832025-03-21T17:36:44.075Z 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`
25842025-03-21T17:36:44.281Z Compiling hmac v0.12.1
25852025-03-21T17:36:44.284Z 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`
25862025-03-21T17:36:44.318Z Compiling untrusted v0.7.1
25872025-03-21T17:36:44.321Z 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`
25882025-03-21T17:36:44.346Z Compiling base64 v0.22.1
25892025-03-21T17:36:44.350Z 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`
25902025-03-21T17:36:44.545Z Compiling try-lock v0.2.5
25912025-03-21T17:36:44.549Z 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`
25922025-03-21T17:36:44.575Z Compiling httpdate v1.0.3
25932025-03-21T17:36:44.578Z 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`
25942025-03-21T17:36:44.739Z Compiling want v0.3.1
25952025-03-21T17:36:44.742Z 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`
25962025-03-21T17:36:45.040Z Compiling slog v2.7.0
25972025-03-21T17:36:45.043Z 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`
25982025-03-21T17:36:45.043Z Compiling tower-service v0.3.3
25992025-03-21T17:36:45.044Z Compiling openssl-sys v0.9.106
26002025-03-21T17:36:45.044Z 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-03-21T17:36:45.065Z 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`
26022025-03-21T17:36:45.253Z Compiling pem-rfc7468 v0.7.0
26032025-03-21T17:36:45.256Z 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`
26042025-03-21T17:36:45.647Z Compiling icu_normalizer v1.5.0
26052025-03-21T17:36:45.650Z 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`
26062025-03-21T17:36:45.907Z Compiling addr2line v0.24.2
26072025-03-21T17:36:45.910Z 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`
26082025-03-21T17:36:46.207Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-b74cf98a632558da/build-script-build`
26092025-03-21T17:36:46.254Z 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`
26102025-03-21T17:36:46.258Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-79cc31c0a025595a/build-script-main`
26112025-03-21T17:36:46.309Z Compiling mime v0.3.17
26122025-03-21T17:36:46.313Z 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-03-21T17:36:46.383Z Compiling http-body-util v0.1.2
26142025-03-21T17:36:46.387Z 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`
26152025-03-21T17:36:46.585Z Compiling idna_adapter v1.2.0
26162025-03-21T17:36:46.588Z 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`
26172025-03-21T17:36:46.845Z Compiling idna v1.0.3
26182025-03-21T17:36:46.848Z 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`
26192025-03-21T17:36:46.880Z Compiling async-trait v0.1.86
26202025-03-21T17:36:46.883Z 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`
26212025-03-21T17:36:46.924Z Compiling der_derive v0.7.3
26222025-03-21T17:36:46.927Z 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`
26232025-03-21T17:36:46.987Z Compiling tokio-util v0.7.13
26242025-03-21T17:36:46.990Z 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`
26252025-03-21T17:36:47.352Z Compiling flagset v0.4.6
26262025-03-21T17:36:47.391Z 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`
26272025-03-21T17:36:47.592Z Compiling url v2.5.3
26282025-03-21T17:36:47.595Z 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`
26292025-03-21T17:36:48.300Z Compiling h2 v0.4.6
26302025-03-21T17:36:48.303Z 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`
26312025-03-21T17:36:48.397Z Compiling pbkdf2 v0.12.2
26322025-03-21T17:36:48.401Z 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`
26332025-03-21T17:36:48.602Z Compiling rustls-pemfile v2.2.0
26342025-03-21T17:36:48.605Z 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`
26352025-03-21T17:36:48.944Z Compiling aes v0.8.4
26362025-03-21T17:36:48.948Z 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`
26372025-03-21T17:36:49.349Z Compiling backtrace v0.3.74
26382025-03-21T17:36:49.356Z Compiling der v0.7.9
26392025-03-21T17:36:49.356Z 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`
26402025-03-21T17:36:49.356Z 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`
26412025-03-21T17:36:49.520Z Compiling openssl-probe v0.1.5
26422025-03-21T17:36:49.523Z 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`
26432025-03-21T17:36:49.828Z Compiling ipnet v2.11.0
26442025-03-21T17:36:49.832Z 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`
26452025-03-21T17:36:49.858Z Compiling foreign-types-shared v0.1.1
26462025-03-21T17:36:49.862Z 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`
26472025-03-21T17:36:50.015Z Compiling rustversion v1.0.17
26482025-03-21T17:36:50.081Z 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`
26492025-03-21T17:36:50.795Z 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.97/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=018e804fbf6b4330 -C extra-filename=-94932e580f588423 --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)'`
26502025-03-21T17:36:50.910Z Compiling openssl v0.10.71
26512025-03-21T17:36:50.914Z 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`
26522025-03-21T17:36:51.442Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-44ea14d958012521/build-script-build`
26532025-03-21T17:36:51.487Z Compiling spki v0.7.3
26542025-03-21T17:36:51.491Z 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`
26552025-03-21T17:36:51.615Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-0291014a44b94542/build-script-build`
26562025-03-21T17:36:51.712Z Compiling foreign-types v0.3.2
26572025-03-21T17:36:51.739Z 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`
26582025-03-21T17:36:51.747Z 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-03-21T17:36:51.843Z Compiling serde_urlencoded v0.7.1
26602025-03-21T17:36:51.850Z 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`
26612025-03-21T17:36:51.896Z Compiling salsa20 v0.10.2
26622025-03-21T17:36:51.900Z 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`
26632025-03-21T17:36:52.061Z Compiling cbc v0.1.2
26642025-03-21T17:36:52.064Z 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`
26652025-03-21T17:36:52.176Z Compiling openssl-macros v0.1.1
26662025-03-21T17:36:52.180Z 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-03-21T17:36:52.212Z Compiling encoding_rs v0.8.34
26682025-03-21T17:36:52.215Z 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-03-21T17:36:52.327Z Compiling rustls v0.23.19
26702025-03-21T17:36:52.330Z 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`
26712025-03-21T17:36:52.358Z Compiling scrypt v0.11.0
26722025-03-21T17:36:52.362Z 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`
26732025-03-21T17:36:52.421Z 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"))'`
26742025-03-21T17:36:52.717Z Compiling rustc_version v0.4.1
26752025-03-21T17:36:52.720Z 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`
26762025-03-21T17:36:52.855Z Compiling futures-executor v0.3.31
26772025-03-21T17:36:52.858Z 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`
26782025-03-21T17:36:52.934Z Compiling is-terminal v0.4.13
26792025-03-21T17:36:52.938Z 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`
26802025-03-21T17:36:53.089Z 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-03-21T17:36:53.112Z Compiling camino v1.1.9
26822025-03-21T17:36:53.115Z 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`
26832025-03-21T17:36:53.390Z Compiling native-tls v0.2.12
26842025-03-21T17:36:53.395Z Compiling futures v0.3.31
26852025-03-21T17:36:53.395Z 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`
26862025-03-21T17:36:53.412Z 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`
26872025-03-21T17:36:53.557Z Compiling pkcs5 v0.7.1
26882025-03-21T17:36:53.560Z 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`
26892025-03-21T17:36:53.659Z Compiling cookie v0.18.1
26902025-03-21T17:36:53.699Z 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`
26912025-03-21T17:36:53.809Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-41d315d336e9b2da/build-script-build`
26922025-03-21T17:36:53.839Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-0929577279adc659/build-script-build`
26932025-03-21T17:36:53.870Z Compiling utf8parse v0.2.2
26942025-03-21T17:36:53.873Z 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`
26952025-03-21T17:36:53.918Z 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)'`
26962025-03-21T17:36:54.065Z Compiling openapiv3 v2.0.0
26972025-03-21T17:36:54.068Z 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`
26982025-03-21T17:36:54.068Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-8ec44a0f58b276f6/build-script-build`
26992025-03-21T17:36:54.184Z Compiling pkcs8 v0.10.2
27002025-03-21T17:36:54.230Z 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`
27012025-03-21T17:36:54.585Z Compiling psl-types v2.0.11
27022025-03-21T17:36:54.588Z 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`
27032025-03-21T17:36:54.750Z Compiling litrs v0.4.1
27042025-03-21T17:36:54.754Z 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`
27052025-03-21T17:36:54.821Z Compiling publicsuffix v2.3.0
27062025-03-21T17:36:54.824Z 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`
27072025-03-21T17:36:54.824Z 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`
27082025-03-21T17:36:55.146Z Compiling webpki-roots v0.26.6
27092025-03-21T17:36:55.150Z 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`
27102025-03-21T17:36:55.408Z Compiling hyper v1.6.0
27112025-03-21T17:36:55.459Z 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`
27122025-03-21T17:36:55.826Z Compiling document-features v0.2.10
27132025-03-21T17:36:55.830Z 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`
27142025-03-21T17:36:55.856Z Compiling sync_wrapper v1.0.1
27152025-03-21T17:36:55.881Z 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`
27162025-03-21T17:36:56.042Z Compiling dirs-sys-next v0.1.2
27172025-03-21T17:36:56.046Z 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`
27182025-03-21T17:36:56.139Z Compiling anstyle v1.0.10
27192025-03-21T17:36:56.145Z 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`
27202025-03-21T17:36:56.622Z Compiling tower-layer v0.3.3
27212025-03-21T17:36:56.625Z 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`
27222025-03-21T17:36:56.654Z Compiling dirs-next v2.0.0
27232025-03-21T17:36:56.659Z 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`
27242025-03-21T17:36:56.859Z Compiling winnow v0.5.40
27252025-03-21T17:36:56.863Z 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`
27262025-03-21T17:36:56.927Z Compiling tower v0.5.2
27272025-03-21T17:36:56.930Z 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`
27282025-03-21T17:36:57.123Z Compiling cookie_store v0.21.1
27292025-03-21T17:36:57.127Z 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`
27302025-03-21T17:36:57.766Z Compiling term v0.7.0
27312025-03-21T17:36:57.777Z 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`
27322025-03-21T17:36:58.061Z Compiling hyper-util v0.1.10
27332025-03-21T17:36:58.064Z 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`
27342025-03-21T17:36:58.266Z Compiling winnow v0.7.3
27352025-03-21T17:36:58.269Z 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`
27362025-03-21T17:36:58.567Z Compiling data-encoding v2.6.0
27372025-03-21T17:36:58.570Z 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`
27382025-03-21T17:36:59.037Z 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`
27392025-03-21T17:36:59.152Z Compiling ucd-trie v0.1.7
27402025-03-21T17:36:59.155Z 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`
27412025-03-21T17:36:59.627Z Compiling tokio-native-tls v0.3.1
27422025-03-21T17:36:59.630Z 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`
27432025-03-21T17:36:59.705Z Compiling pest v2.7.14
27442025-03-21T17:36:59.708Z 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`
27452025-03-21T17:36:59.933Z Compiling toml_edit v0.19.15
27462025-03-21T17:36:59.937Z 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`
27472025-03-21T17:37:00.226Z Compiling hyper-tls v0.6.0
27482025-03-21T17:37:00.229Z 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`
27492025-03-21T17:37:00.437Z Compiling anstyle-parse v0.2.5
27502025-03-21T17:37:00.442Z 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`
27512025-03-21T17:37:00.633Z Compiling sha1 v0.10.6
27522025-03-21T17:37:00.636Z 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`
27532025-03-21T17:37:00.799Z Compiling is_terminal_polyfill v1.70.1
27542025-03-21T17:37:00.803Z 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`
27552025-03-21T17:37:00.803Z Compiling anstyle-query v1.1.1
27562025-03-21T17:37:00.829Z 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`
27572025-03-21T17:37:00.964Z Compiling colorchoice v1.0.2
27582025-03-21T17:37:00.967Z 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`
27592025-03-21T17:37:00.996Z Compiling terminal_size v0.4.0
27602025-03-21T17:37:00.999Z 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`
27612025-03-21T17:37:01.025Z Compiling signature v2.2.0
27622025-03-21T17:37:01.046Z 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`
27632025-03-21T17:37:01.053Z Compiling scroll_derive v0.12.0
27642025-03-21T17:37:01.080Z 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`
27652025-03-21T17:37:01.148Z Compiling anstream v0.6.15
27662025-03-21T17:37:01.193Z 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`
27672025-03-21T17:37:01.234Z Compiling siphasher v0.3.11
27682025-03-21T17:37:01.237Z 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`
27692025-03-21T17:37:01.318Z Compiling clap_lex v0.7.4
27702025-03-21T17:37:01.321Z 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`
27712025-03-21T17:37:01.652Z Compiling toml_edit v0.22.24
27722025-03-21T17:37:01.655Z 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`
27732025-03-21T17:37:01.792Z Compiling clap_builder v4.5.31
27742025-03-21T17:37:01.796Z Compiling clap_derive v4.5.28
27752025-03-21T17:37:01.796Z Compiling plain v0.2.3
27762025-03-21T17:37:01.818Z 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`
27772025-03-21T17:37:01.837Z 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`
27782025-03-21T17:37:01.840Z 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`
27792025-03-21T17:37:02.007Z Compiling tinyvec_macros v0.1.1
27802025-03-21T17:37:02.010Z 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`
27812025-03-21T17:37:02.135Z Compiling tinyvec v1.8.0
27822025-03-21T17:37:02.173Z 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`
27832025-03-21T17:37:02.638Z Compiling pest_meta v2.7.14
27842025-03-21T17:37:02.644Z 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`
27852025-03-21T17:37:02.736Z Compiling scroll v0.12.0
27862025-03-21T17:37:02.778Z 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`
27872025-03-21T17:37:03.303Z Compiling goblin v0.8.2
27882025-03-21T17:37:03.334Z 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`
27892025-03-21T17:37:03.614Z Compiling usdt-impl v0.5.0
27902025-03-21T17:37:03.617Z 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`
27912025-03-21T17:37:04.085Z Compiling pest_generator v2.7.14
27922025-03-21T17:37:04.090Z 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`
27932025-03-21T17:37:05.976Z Compiling crc32fast v1.4.2
27942025-03-21T17:37:05.980Z 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`
27952025-03-21T17:37:06.361Z Compiling pretty-hex v0.4.1
27962025-03-21T17:37:06.365Z 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`
27972025-03-21T17:37:06.525Z Compiling clap v4.5.31
27982025-03-21T17:37:06.567Z 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`
27992025-03-21T17:37:06.665Z Compiling bitflags v1.3.2
28002025-03-21T17:37:06.675Z 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`
28012025-03-21T17:37:06.695Z Compiling toml v0.8.20
28022025-03-21T17:37:06.702Z 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`
28032025-03-21T17:37:06.725Z Compiling pest_derive v2.7.14
28042025-03-21T17:37:06.735Z 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`
28052025-03-21T17:37:06.798Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-952b32147dec35ba/build-script-build`
28062025-03-21T17:37:06.823Z Compiling crossbeam-channel v0.5.13
28072025-03-21T17:37:06.826Z 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`
28082025-03-21T17:37:06.986Z Compiling num-integer v0.1.46
28092025-03-21T17:37:06.991Z 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`
28102025-03-21T17:37:07.747Z Compiling thread-id v4.2.2
28112025-03-21T17:37:07.751Z 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`
28122025-03-21T17:37:07.776Z Compiling dtrace-parser v0.2.0
28132025-03-21T17:37:07.782Z 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`
28142025-03-21T17:37:07.839Z Compiling thread_local v1.1.8
28152025-03-21T17:37:07.843Z 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-03-21T17:37:07.891Z Compiling slog-async v2.8.0
28172025-03-21T17:37:07.914Z 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`
28182025-03-21T17:37:08.067Z Compiling zerocopy v0.8.10
28192025-03-21T17:37:08.071Z 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`
28202025-03-21T17:37:08.336Z Compiling hex v0.4.3
28212025-03-21T17:37:08.340Z 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`
28222025-03-21T17:37:08.500Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-5cfd8b663038d650/build-script-build`
28232025-03-21T17:37:08.590Z Compiling zerocopy-derive v0.8.10
28242025-03-21T17:37:08.595Z 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`
28252025-03-21T17:37:08.894Z Compiling take_mut v0.2.2
28262025-03-21T17:37:08.901Z 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`
28272025-03-21T17:37:08.942Z Compiling base16ct v0.2.0
28282025-03-21T17:37:08.945Z 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`
28292025-03-21T17:37:08.971Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-590e08b5994ab0f0/build-script-build`
28302025-03-21T17:37:09.065Z Compiling unicode-segmentation v1.12.0
28312025-03-21T17:37:09.065Z 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`
28322025-03-21T17:37:09.094Z 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`
28332025-03-21T17:37:09.265Z Compiling dof v0.3.0
28342025-03-21T17:37:09.278Z 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`
28352025-03-21T17:37:09.476Z Compiling sec1 v0.7.3
28362025-03-21T17:37:09.480Z 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`
28372025-03-21T17:37:09.543Z Compiling slog-term v2.9.1
28382025-03-21T17:37:09.582Z 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`
28392025-03-21T17:37:09.965Z Compiling ff v0.13.0
28402025-03-21T17:37:09.969Z 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`
28412025-03-21T17:37:10.050Z Compiling heck v0.4.1
28422025-03-21T17:37:10.089Z 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`
28432025-03-21T17:37:10.094Z 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`
28442025-03-21T17:37:10.199Z Compiling group v0.13.0
28452025-03-21T17:37:10.203Z 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`
28462025-03-21T17:37:10.474Z Compiling num-iter v0.1.45
28472025-03-21T17:37:10.478Z 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`
28482025-03-21T17:37:10.545Z Compiling flate2 v1.1.0
28492025-03-21T17:37:10.548Z 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`
28502025-03-21T17:37:10.670Z Compiling hkdf v0.12.4
28512025-03-21T17:37:10.700Z 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`
28522025-03-21T17:37:10.706Z Compiling crypto-bigint v0.5.5
28532025-03-21T17:37:10.706Z 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`
28542025-03-21T17:37:10.957Z Compiling crossbeam-epoch v0.9.18
28552025-03-21T17:37:10.960Z 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-03-21T17:37:11.119Z Compiling memmap v0.7.0
28572025-03-21T17:37:11.144Z 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-03-21T17:37:11.343Z 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)'`
28592025-03-21T17:37:11.399Z Compiling num-bigint-dig v0.8.4
28602025-03-21T17:37:11.404Z 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`
28612025-03-21T17:37:11.468Z Compiling utf-8 v0.7.6
28622025-03-21T17:37:11.484Z 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`
28632025-03-21T17:37:11.497Z Compiling static_assertions v1.1.0
28642025-03-21T17:37:11.500Z 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`
28652025-03-21T17:37:11.674Z Compiling rayon-core v1.12.1
28662025-03-21T17:37:11.677Z 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`
28672025-03-21T17:37:11.703Z Compiling match_cfg v0.1.0
28682025-03-21T17:37:11.711Z 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`
28692025-03-21T17:37:11.831Z Compiling hostname v0.3.1
28702025-03-21T17:37:11.835Z 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`
28712025-03-21T17:37:11.861Z Compiling toml v0.7.8
28722025-03-21T17:37:11.861Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-af58622d66ae8a9e/build-script-build`
28732025-03-21T17:37:11.864Z 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`
28742025-03-21T17:37:11.930Z Compiling zerocopy-derive v0.6.6
28752025-03-21T17:37:11.934Z 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`
28762025-03-21T17:37:12.084Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-a20779f9a316300b/build-script-build`
28772025-03-21T17:37:12.088Z Compiling itertools v0.10.5
28782025-03-21T17:37:12.094Z 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`
28792025-03-21T17:37:12.124Z Compiling unicode-width v0.2.0
28802025-03-21T17:37:12.127Z 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`
28812025-03-21T17:37:12.532Z Compiling usdt-attr-macro v0.5.0
28822025-03-21T17:37:12.577Z 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`
28832025-03-21T17:37:12.683Z Compiling usdt-macro v0.5.0
28842025-03-21T17:37:12.728Z 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`
28852025-03-21T17:37:13.321Z 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`
28862025-03-21T17:37:14.106Z Compiling elliptic-curve v0.13.8
28872025-03-21T17:37:14.110Z 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`
28882025-03-21T17:37:14.423Z Compiling zerocopy v0.6.6
28892025-03-21T17:37:14.426Z 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`
28902025-03-21T17:37:14.453Z Compiling usdt v0.5.0
28912025-03-21T17:37:14.457Z 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`
28922025-03-21T17:37:14.490Z Compiling crossbeam-deque v0.8.5
28932025-03-21T17:37:14.493Z 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`
28942025-03-21T17:37:14.524Z Compiling pkcs1 v0.7.5
28952025-03-21T17:37:14.527Z 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`
28962025-03-21T17:37:14.842Z Compiling curve25519-dalek v4.1.3
28972025-03-21T17:37:14.849Z 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`
28982025-03-21T17:37:14.949Z Compiling hubpack_derive v0.1.1
28992025-03-21T17:37:14.953Z 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`
29002025-03-21T17:37:14.978Z Compiling bstr v1.10.0
29012025-03-21T17:37:14.982Z 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=d1bc16f921dd0113 -C extra-filename=-d4d7b1a7a2996c10 --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-af772249a6769106.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29022025-03-21T17:37:15.163Z Compiling bzip2-sys v0.1.11+1.0.8
29032025-03-21T17:37:15.166Z 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`
29042025-03-21T17:37:15.414Z Compiling ahash v0.8.11
29052025-03-21T17:37:15.418Z 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`
29062025-03-21T17:37:15.629Z Compiling quick-error v1.2.3
29072025-03-21T17:37:15.633Z 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`
29082025-03-21T17:37:15.803Z Compiling rustls v0.22.4
29092025-03-21T17:37:15.807Z 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`
29102025-03-21T17:37:15.866Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-d0dba1012a4d5704/build-script-build`
29112025-03-21T17:37:15.876Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-b16d4a29593113c6/build-script-build`
29122025-03-21T17:37:15.966Z Compiling rsa v0.9.6
29132025-03-21T17:37:15.971Z 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`
29142025-03-21T17:37:16.026Z Compiling hubpack v0.1.2
29152025-03-21T17:37:16.031Z 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`
29162025-03-21T17:37:16.207Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-62069158c13c5e56/build-script-build`
29172025-03-21T17:37:16.282Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-04debb57ccea75a6/build-script-build`
29182025-03-21T17:37:16.395Z 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`
29192025-03-21T17:37:16.424Z Compiling unicode-normalization v0.1.24
29202025-03-21T17:37:16.430Z 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`
29212025-03-21T17:37:16.457Z Compiling phf_shared v0.11.2
29222025-03-21T17:37:16.474Z Compiling slog-json v2.6.1
29232025-03-21T17:37:16.474Z 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`
29242025-03-21T17:37:16.475Z 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`
29252025-03-21T17:37:16.845Z Compiling rfc6979 v0.4.0
29262025-03-21T17:37:16.857Z 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`
29272025-03-21T17:37:16.881Z Compiling curve25519-dalek-derive v0.1.1
29282025-03-21T17:37:16.884Z 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`
29292025-03-21T17:37:17.079Z Compiling debug-ignore v1.0.5
29302025-03-21T17:37:17.085Z 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`
29312025-03-21T17:37:17.255Z Compiling managed v0.8.0
29322025-03-21T17:37:17.259Z 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`
29332025-03-21T17:37:17.532Z Compiling signal-hook v0.3.17
29342025-03-21T17:37:17.536Z 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`
29352025-03-21T17:37:17.591Z 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`
29362025-03-21T17:37:17.719Z Compiling ecdsa v0.16.9
29372025-03-21T17:37:17.723Z 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`
29382025-03-21T17:37:17.797Z Compiling slog-bunyan v2.5.0
29392025-03-21T17:37:17.827Z 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`
29402025-03-21T17:37:17.927Z 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"'`
29412025-03-21T17:37:17.934Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-d7d9af457c09f9b3/build-script-build`
29422025-03-21T17:37:17.977Z Compiling phf_shared v0.10.0
29432025-03-21T17:37:17.982Z 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`
29442025-03-21T17:37:18.055Z Compiling x509-cert v0.2.5
29452025-03-21T17:37:18.058Z 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`
29462025-03-21T17:37:18.387Z Compiling serde_path_to_error v0.1.16
29472025-03-21T17:37:18.391Z 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`
29482025-03-21T17:37:18.464Z 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"'`
29492025-03-21T17:37:18.484Z Compiling memoffset v0.9.1
29502025-03-21T17:37:18.485Z 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`
29512025-03-21T17:37:18.517Z Compiling multer v3.1.0
29522025-03-21T17:37:18.521Z 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`
29532025-03-21T17:37:18.925Z Compiling precomputed-hash v0.1.1
29542025-03-21T17:37:18.940Z 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`
29552025-03-21T17:37:18.954Z Compiling fixedbitset v0.4.2
29562025-03-21T17:37:18.954Z 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`
29572025-03-21T17:37:19.086Z Compiling unicode-xid v0.2.6
29582025-03-21T17:37:19.114Z 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`
29592025-03-21T17:37:19.205Z Compiling new_debug_unreachable v1.0.6
29602025-03-21T17:37:19.209Z 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`
29612025-03-21T17:37:19.299Z Compiling petgraph v0.6.5
29622025-03-21T17:37:19.337Z 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`
29632025-03-21T17:37:19.342Z Compiling string_cache v0.8.7
29642025-03-21T17:37:19.342Z 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`
29652025-03-21T17:37:19.426Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-3667ced729728f65/build-script-build`
29662025-03-21T17:37:19.513Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-34432ec3cf5ea2a8/build-script-build`
29672025-03-21T17:37:19.693Z 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`
29682025-03-21T17:37:19.822Z Compiling bzip2 v0.4.4
29692025-03-21T17:37:19.827Z 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`
29702025-03-21T17:37:20.234Z Compiling ed25519 v2.2.3
29712025-03-21T17:37:20.266Z 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`
29722025-03-21T17:37:20.572Z Compiling async-stream-impl v0.3.6
29732025-03-21T17:37:20.615Z 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`
29742025-03-21T17:37:22.078Z Compiling enum-as-inner v0.6.1
29752025-03-21T17:37:22.109Z 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`
29762025-03-21T17:37:22.112Z Compiling async-stream v0.3.6
29772025-03-21T17:37:22.112Z 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`
29782025-03-21T17:37:22.368Z Compiling ed25519-dalek v2.1.1
29792025-03-21T17:37:22.371Z 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`
29802025-03-21T17:37:22.443Z 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`
29812025-03-21T17:37:22.598Z 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`
29822025-03-21T17:37:23.018Z Compiling rand_core v0.9.2
29832025-03-21T17:37:23.054Z 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`
29842025-03-21T17:37:23.322Z Compiling hickory-proto v0.24.4
29852025-03-21T17:37:23.327Z 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`
29862025-03-21T17:37:23.494Z Compiling heapless v0.7.17
29872025-03-21T17:37:23.497Z 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`
29882025-03-21T17:37:23.530Z Compiling waitgroup v0.1.2
29892025-03-21T17:37:23.534Z Compiling hostname v0.4.0
29902025-03-21T17:37:23.534Z 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`
29912025-03-21T17:37:23.534Z 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`
29922025-03-21T17:37:23.691Z Compiling fs-err v2.11.0
29932025-03-21T17:37:23.694Z 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`
29942025-03-21T17:37:23.778Z Compiling dropshot v0.12.0
29952025-03-21T17:37:23.786Z 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`
29962025-03-21T17:37:23.808Z Compiling newtype-uuid v1.2.1
29972025-03-21T17:37:23.854Z 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`
29982025-03-21T17:37:24.024Z Compiling cfg_aliases v0.2.1
29992025-03-21T17:37:24.038Z 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`
30002025-03-21T17:37:24.086Z Compiling lalrpop-util v0.19.12
30012025-03-21T17:37:24.090Z 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`
30022025-03-21T17:37:24.151Z Compiling nix v0.29.0
30032025-03-21T17:37:24.156Z 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`
30042025-03-21T17:37:24.184Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-438067a80c3870ad/build-script-build`
30052025-03-21T17:37:24.214Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-c9d596f313e46572/build-script-build`
30062025-03-21T17:37:24.250Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-21269de87b467c8f/build-script-build`
30072025-03-21T17:37:24.304Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-b9eb78a5753a0f60/build-script-build`
30082025-03-21T17:37:24.392Z Compiling rand_chacha v0.9.0
30092025-03-21T17:37:24.396Z 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`
30102025-03-21T17:37:24.430Z Compiling zip v0.6.6
30112025-03-21T17:37:24.443Z 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`
30122025-03-21T17:37:24.464Z Compiling signal-hook-mio v0.2.4
30132025-03-21T17:37:24.468Z 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`
30142025-03-21T17:37:24.673Z Compiling console v0.15.10
30152025-03-21T17:37:24.675Z 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`
30162025-03-21T17:37:25.094Z Compiling dropshot_endpoint v0.12.0
30172025-03-21T17:37:25.099Z 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`
30182025-03-21T17:37:25.710Z Compiling hash32 v0.2.1
30192025-03-21T17:37:25.713Z 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`
30202025-03-21T17:37:26.002Z Compiling buf-list v1.0.3
30212025-03-21T17:37:26.006Z 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`
30222025-03-21T17:37:26.110Z Compiling unicode-bidi v0.3.17
30232025-03-21T17:37:26.113Z 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`
30242025-03-21T17:37:26.161Z Compiling linked-hash-map v0.5.6
30252025-03-21T17:37:26.164Z 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`
30262025-03-21T17:37:26.519Z Compiling lockfree-object-pool v0.1.6
30272025-03-21T17:37:26.522Z 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`
30282025-03-21T17:37:26.577Z Compiling unicode-properties v0.1.3
30292025-03-21T17:37:26.582Z 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`
30302025-03-21T17:37:26.677Z Compiling bumpalo v3.16.0
30312025-03-21T17:37:26.681Z 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`
30322025-03-21T17:37:26.732Z Compiling predicates-core v1.0.8
30332025-03-21T17:37:26.736Z 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`
30342025-03-21T17:37:26.830Z Compiling smoltcp v0.9.1
30352025-03-21T17:37:26.834Z 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`
30362025-03-21T17:37:27.032Z Compiling simd-adler32 v0.3.7
30372025-03-21T17:37:27.035Z 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`
30382025-03-21T17:37:27.112Z Compiling zip v2.1.3
30392025-03-21T17:37:27.121Z 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`
30402025-03-21T17:37:27.125Z Compiling portable-atomic v1.9.0
30412025-03-21T17:37:27.129Z 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`
30422025-03-21T17:37:27.402Z Compiling zopfli v0.8.1
30432025-03-21T17:37:27.406Z 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`
30442025-03-21T17:37:27.505Z Running `/work/oxidecomputer/omicron/target/debug/build/zip-ccc591a46c40dabe/build-script-build`
30452025-03-21T17:37:27.543Z Compiling stringprep v0.1.5
30462025-03-21T17:37:27.543Z 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`
30472025-03-21T17:37:27.573Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-bafce01a245bdf53/build-script-build`
30482025-03-21T17:37:27.597Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-03cfe2fa3daf6de4/build-script-build`
30492025-03-21T17:37:27.635Z Compiling lru-cache v0.1.2
30502025-03-21T17:37:27.639Z 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`
30512025-03-21T17:37:27.719Z 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`
30522025-03-21T17:37:27.907Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-3dffa5472c76732a/build-script-build`
30532025-03-21T17:37:27.911Z Compiling rand v0.9.0
30542025-03-21T17:37:27.937Z 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`
30552025-03-21T17:37:28.132Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-f16794ac5c35dfb5/build-script-build`
30562025-03-21T17:37:28.227Z Compiling crossterm v0.28.1
30572025-03-21T17:37:28.230Z 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`
30582025-03-21T17:37:28.564Z 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)'`
30592025-03-21T17:37:28.725Z 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)'`
30602025-03-21T17:37:28.965Z Compiling rayon v1.10.0
30612025-03-21T17:37:28.969Z 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`
30622025-03-21T17:37:29.057Z Compiling tokio-stream v0.1.17
30632025-03-21T17:37:29.061Z 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`
30642025-03-21T17:37:29.295Z Compiling md-5 v0.10.6
30652025-03-21T17:37:29.340Z 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`
30662025-03-21T17:37:29.438Z Compiling float-cmp v0.10.0
30672025-03-21T17:37:29.441Z 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`
30682025-03-21T17:37:29.617Z Compiling difflib v0.4.0
30692025-03-21T17:37:29.621Z 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`
30702025-03-21T17:37:29.653Z Compiling normalize-line-endings v0.3.0
30712025-03-21T17:37:29.657Z 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`
30722025-03-21T17:37:29.718Z Compiling fallible-iterator v0.2.0
30732025-03-21T17:37:29.748Z 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`
30742025-03-21T17:37:29.820Z 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`
30752025-03-21T17:37:29.982Z 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"))'`
30762025-03-21T17:37:30.391Z Compiling postgres-protocol v0.6.8
30772025-03-21T17:37:30.394Z 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`
30782025-03-21T17:37:30.974Z Compiling predicates v3.1.3
30792025-03-21T17:37:30.979Z 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=bdb846f4a75f8539 -C extra-filename=-aee7dbe5a0bae24f --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-bf3499c0732349d3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30802025-03-21T17:37:31.256Z 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`
30812025-03-21T17:37:31.440Z 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)'`
30822025-03-21T17:37:31.671Z 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`
30832025-03-21T17:37:31.821Z Compiling phf v0.11.2
30842025-03-21T17:37:31.826Z 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`
30852025-03-21T17:37:32.073Z Compiling similar v2.7.0
30862025-03-21T17:37:32.077Z 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.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="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", "wasm32_web_time", "web-time"))' -C metadata=0a2297cc98e859aa -C extra-filename=-6c02ce0437a7d712 --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-d4d7b1a7a2996c10.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`
30872025-03-21T17:37:32.141Z Compiling resolv-conf v0.7.0
30882025-03-21T17:37:32.145Z 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`
30892025-03-21T17:37:32.223Z Compiling tungstenite v0.24.0
30902025-03-21T17:37:32.227Z 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`
30912025-03-21T17:37:32.547Z Compiling strum_macros v0.25.3
30922025-03-21T17:37:32.551Z 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`
30932025-03-21T17:37:32.842Z Compiling serde-big-array v0.5.1
30942025-03-21T17:37:32.846Z 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`
30952025-03-21T17:37:33.059Z Compiling serde_repr v0.1.19
30962025-03-21T17:37:33.065Z 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`
30972025-03-21T17:37:33.106Z Compiling peg-runtime v0.8.5
30982025-03-21T17:37:33.122Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-runtime-0.8.5/lib.rs --error-format=json --json=diagnostic-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=fce42c7498af3ce1 -C extra-filename=-6e408b59dbc54863 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992025-03-21T17:37:33.216Z Compiling number_prefix v0.4.0
31002025-03-21T17:37:33.220Z 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`
31012025-03-21T17:37:33.484Z Compiling indicatif v0.17.11
31022025-03-21T17:37:33.487Z 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`
31032025-03-21T17:37:33.514Z Compiling tokio-tungstenite v0.24.0
31042025-03-21T17:37:33.555Z 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`
31052025-03-21T17:37:33.687Z Compiling hickory-resolver v0.24.4
31062025-03-21T17:37:33.691Z 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`
31072025-03-21T17:37:34.065Z Compiling postgres-types v0.2.9
31082025-03-21T17:37:34.070Z 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`
31092025-03-21T17:37:34.096Z Compiling derive-where v1.2.7
31102025-03-21T17:37:34.112Z 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`
31112025-03-21T17:37:34.253Z Compiling whoami v1.5.2
31122025-03-21T17:37:34.259Z 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`
31132025-03-21T17:37:34.355Z Compiling thiserror v2.0.11
31142025-03-21T17:37:34.387Z 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`
31152025-03-21T17:37:34.828Z Compiling thiserror-impl v2.0.11
31162025-03-21T17:37:34.833Z 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`
31172025-03-21T17:37:35.070Z Compiling tokio-postgres v0.7.13
31182025-03-21T17:37:35.073Z 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`
31192025-03-21T17:37:35.393Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-b954e8c272abdc9c/build-script-build`
31202025-03-21T17:37:35.462Z Compiling regress v0.10.3
31212025-03-21T17:37:35.465Z 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.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="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=e30e140505551efa -C extra-filename=-6939751d4076c61a --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 --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`
31222025-03-21T17:37:35.920Z Compiling fastrand v2.1.1
31232025-03-21T17:37:35.923Z 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`
31242025-03-21T17:37:36.330Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
31252025-03-21T17:37:36.334Z 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`
31262025-03-21T17:37:36.411Z Compiling ident_case v1.0.1
31272025-03-21T17:37:36.414Z 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`
31282025-03-21T17:37:36.675Z Compiling darling_core v0.20.10
31292025-03-21T17:37:36.680Z 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`
31302025-03-21T17:37:37.411Z Compiling unsafe-libyaml v0.2.11
31312025-03-21T17:37:37.416Z 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`
31322025-03-21T17:37:38.179Z 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)'`
31332025-03-21T17:37:38.374Z Compiling tempfile v3.13.0
31342025-03-21T17:37:38.377Z 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`
31352025-03-21T17:37:39.180Z Compiling serde_yaml v0.9.34+deprecated
31362025-03-21T17:37:39.198Z 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`
31372025-03-21T17:37:39.205Z Compiling ipnetwork v0.21.1
31382025-03-21T17:37:39.221Z 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`
31392025-03-21T17:37:39.273Z Compiling strum_macros v0.26.4
31402025-03-21T17:37:39.276Z 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`
31412025-03-21T17:37:40.074Z Compiling typify-impl v0.2.0
31422025-03-21T17:37:40.165Z 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=4d680a1e6a78a7c6 -C extra-filename=-6d1a21ebccd6b5d4 --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-6939751d4076c61a.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`
31432025-03-21T17:37:40.358Z Compiling structmeta-derive v0.3.0
31442025-03-21T17:37:40.362Z 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`
31452025-03-21T17:37:40.609Z Compiling oxnet v0.1.1
31462025-03-21T17:37:40.613Z 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`
31472025-03-21T17:37:41.352Z Compiling wait-timeout v0.2.0
31482025-03-21T17:37:41.410Z 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`
31492025-03-21T17:37:41.964Z Compiling bit-vec v0.8.0
31502025-03-21T17:37:42.024Z 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`
31512025-03-21T17:37:42.459Z Compiling bit-set v0.8.0
31522025-03-21T17:37:42.488Z 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`
31532025-03-21T17:37:42.569Z Compiling rusty-fork v0.3.0
31542025-03-21T17:37:42.575Z 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`
31552025-03-21T17:37:42.669Z Compiling darling_macro v0.20.10
31562025-03-21T17:37:42.695Z 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`
31572025-03-21T17:37:42.770Z Compiling macaddr v1.0.1
31582025-03-21T17:37:42.770Z 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`
31592025-03-21T17:37:42.855Z Compiling rand_xorshift v0.3.0
31602025-03-21T17:37:42.914Z 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`
31612025-03-21T17:37:43.150Z Compiling unarray v0.1.4
31622025-03-21T17:37:43.175Z 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`
31632025-03-21T17:37:43.202Z Compiling daft-derive v0.1.1
31642025-03-21T17:37:43.202Z 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`
31652025-03-21T17:37:43.240Z Compiling instant v0.1.13
31662025-03-21T17:37:43.266Z Compiling structmeta v0.3.0
31672025-03-21T17:37:43.266Z 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`
31682025-03-21T17:37:43.273Z 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`
31692025-03-21T17:37:43.326Z Compiling proptest v1.6.0
31702025-03-21T17:37:43.337Z 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`
31712025-03-21T17:37:43.411Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
31722025-03-21T17:37:43.451Z 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`
31732025-03-21T17:37:43.663Z Compiling dropshot v0.16.0
31742025-03-21T17:37:43.698Z 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`
31752025-03-21T17:37:43.772Z Compiling parse-display-derive v0.10.0
31762025-03-21T17:37:43.871Z 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=c2311fd25c22b702 -C extra-filename=-3fcbe1244899997c --out-dir /work/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-bf3499c0732349d3.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`
31772025-03-21T17:37:43.871Z Compiling darling v0.20.10
31782025-03-21T17:37:43.871Z 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`
31792025-03-21T17:37:43.974Z Compiling serde_with_macros v3.12.0
31802025-03-21T17:37:44.002Z 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.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 --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=a216ed3b712a4ad6 -C extra-filename=-7d9f288d1865a74c --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`
31812025-03-21T17:37:44.038Z Compiling strum v0.26.3
31822025-03-21T17:37:44.039Z 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`
31832025-03-21T17:37:44.116Z Compiling test-strategy v0.4.0
31842025-03-21T17:37:44.116Z 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`
31852025-03-21T17:37:44.275Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-1bf7d5ddeb8d128c/build-script-build`
31862025-03-21T17:37:44.310Z Compiling dropshot_endpoint v0.16.0
31872025-03-21T17:37:44.320Z 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`
31882025-03-21T17:37:48.500Z Compiling daft v0.1.1
31892025-03-21T17:37:49.021Z 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`
31902025-03-21T17:37:49.021Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31912025-03-21T17:37:49.021Z 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`
31922025-03-21T17:37:49.167Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31932025-03-21T17:37:49.167Z 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`
31942025-03-21T17:37:49.170Z Compiling serde_with v3.12.0
31952025-03-21T17:37:49.170Z 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.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 --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=859726c1c54de98e -C extra-filename=-10a08c345b0e6422 --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-7d9f288d1865a74c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31962025-03-21T17:37:49.170Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31972025-03-21T17:37:49.170Z 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`
31982025-03-21T17:37:49.170Z Compiling backoff v0.4.0
31992025-03-21T17:37:49.170Z 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`
32002025-03-21T17:37:49.170Z Compiling camino-tempfile v1.1.1
32012025-03-21T17:37:49.170Z 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`
32022025-03-21T17:37:49.170Z Compiling unicode-width v0.1.14
32032025-03-21T17:37:49.171Z 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`
32042025-03-21T17:37:49.171Z Compiling parse-display v0.10.0
32052025-03-21T17:37:49.171Z 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=26af6c4fccbc85b1 -C extra-filename=-41508e168e2f610e --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-3fcbe1244899997c.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.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`
32062025-03-21T17:37:49.171Z Compiling proc-macro-error-attr v1.0.4
32072025-03-21T17:37:49.171Z 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`
32082025-03-21T17:37:49.171Z Compiling proc-macro-error v1.0.4
32092025-03-21T17:37:49.171Z 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`
32102025-03-21T17:37:49.171Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-55b345e3bb32fc87/build-script-build`
32112025-03-21T17:37:49.171Z 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`
32122025-03-21T17:37:49.171Z Compiling proc-macro-crate v1.3.1
32132025-03-21T17:37:49.171Z 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`
32142025-03-21T17:37:49.171Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-496b21e54f90e44c/build-script-build`
32152025-03-21T17:37:49.171Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32162025-03-21T17:37:49.171Z 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`
32172025-03-21T17:37:49.171Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
32182025-03-21T17:37:49.171Z 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`
32192025-03-21T17:37:49.219Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-ad87e65398481a30/build-script-build`
32202025-03-21T17:37:49.219Z Compiling tabwriter v1.4.0
32212025-03-21T17:37:49.219Z 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`
32222025-03-21T17:37:49.232Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
32232025-03-21T17:37:49.232Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/d238703/artifact/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="schemars"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "schemars"))' -C metadata=d823ef9994bd33cc -C extra-filename=-c79937b104755d01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.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 strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d9c66f3d87f91847.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-9740571c4b1ac542.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32242025-03-21T17:37:49.364Z 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`
32252025-03-21T17:37:49.470Z Compiling num_enum_derive v0.5.11
32262025-03-21T17:37:49.474Z 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`
32272025-03-21T17:37:49.643Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-3d02b5609f35aeee/build-script-build`
32282025-03-21T17:37:49.685Z Compiling foreign-types-macros v0.2.3
32292025-03-21T17:37:49.691Z 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`
32302025-03-21T17:37:49.789Z Compiling foreign-types-shared v0.3.1
32312025-03-21T17:37:49.794Z 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`
32322025-03-21T17:37:49.952Z 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`
32332025-03-21T17:37:50.014Z 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`
32342025-03-21T17:37:50.166Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32352025-03-21T17:37:50.170Z 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`
32362025-03-21T17:37:50.194Z Compiling cstr-argument v0.1.2
32372025-03-21T17:37:50.198Z 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`
32382025-03-21T17:37:50.289Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
32392025-03-21T17:37:50.329Z 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`
32402025-03-21T17:37:50.452Z Compiling pretty-hex v0.2.1
32412025-03-21T17:37:50.493Z 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`
32422025-03-21T17:37:50.677Z Compiling colored v2.2.0
32432025-03-21T17:37:50.680Z 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`
32442025-03-21T17:37:50.704Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-1c5d2a18a5189f33/build-script-build`
32452025-03-21T17:37:50.744Z Compiling winnow v0.6.20
32462025-03-21T17:37:50.747Z 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`
32472025-03-21T17:37:51.085Z Compiling foreign-types v0.5.0
32482025-03-21T17:37:51.088Z 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`
32492025-03-21T17:37:51.178Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32502025-03-21T17:37:51.182Z 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`
32512025-03-21T17:37:51.216Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32522025-03-21T17:37:51.258Z 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`
32532025-03-21T17:37:51.374Z Compiling smf v0.2.3
32542025-03-21T17:37:51.377Z 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`
32552025-03-21T17:37:51.467Z Compiling itertools v0.14.0
32562025-03-21T17:37:51.470Z 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`
32572025-03-21T17:37:51.752Z Compiling itertools v0.13.0
32582025-03-21T17:37:51.755Z 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`
32592025-03-21T17:37:51.947Z Compiling num_enum v0.5.11
32602025-03-21T17:37:51.972Z 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`
32612025-03-21T17:37:52.155Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
32622025-03-21T17:37:52.159Z 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`
32632025-03-21T17:37:52.570Z Compiling typify-impl v0.3.0
32642025-03-21T17:37:52.570Z 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=03672899775ed5af -C extra-filename=-32dda05b868808ca --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-6939751d4076c61a.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`
32652025-03-21T17:37:52.623Z Compiling crucible-workspace-hack v0.1.0
32662025-03-21T17:37:52.649Z 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`
32672025-03-21T17:37:53.044Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-9f4f0aeb7c795af8/build-script-build`
32682025-03-21T17:37:53.062Z 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`
32692025-03-21T17:37:53.198Z Compiling heapless v0.8.0
32702025-03-21T17:37:53.201Z 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`
32712025-03-21T17:37:53.853Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-f712d86e74c386de/build-script-build`
32722025-03-21T17:37:54.176Z 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=f0add4fa27f3a8e7 -C extra-filename=-4f771ce06642b840 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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`
32732025-03-21T17:37:54.204Z Compiling hash32 v0.3.1
32742025-03-21T17:37:54.207Z 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`
32752025-03-21T17:37:54.459Z Compiling typify-macro v0.2.0
32762025-03-21T17:37:54.463Z 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=d0aff4edcf5f4d36 -C extra-filename=-bfb456d3758c176d --out-dir /work/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-6d1a21ebccd6b5d4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32772025-03-21T17:37:54.488Z Compiling smoltcp v0.11.0
32782025-03-21T17:37:54.515Z 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`
32792025-03-21T17:37:54.519Z 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`
32802025-03-21T17:37:54.661Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
32812025-03-21T17:37:54.666Z 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=81cf5ccc4362df06 -C extra-filename=-b84403fd16116d9d --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-bf3499c0732349d3.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`
32822025-03-21T17:37:55.232Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-14ad03042fc9f298/build-script-build`
32832025-03-21T17:37:55.274Z Compiling base64 v0.21.7
32842025-03-21T17:37:55.278Z 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`
32852025-03-21T17:37:55.486Z Compiling cobs v0.2.3
32862025-03-21T17:37:55.493Z 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`
32872025-03-21T17:37:55.818Z Compiling postcard v1.0.10
32882025-03-21T17:37:55.821Z 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`
32892025-03-21T17:37:55.971Z 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`
32902025-03-21T17:37:56.459Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
32912025-03-21T17:37:56.463Z 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`
32922025-03-21T17:37:56.922Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
32932025-03-21T17:37:56.925Z 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`
32942025-03-21T17:37:57.173Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-10007899ecd8cf87/build-script-build`
32952025-03-21T17:37:57.223Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
32962025-03-21T17:37:57.226Z 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`
32972025-03-21T17:37:57.887Z Compiling sigpipe v0.1.3
32982025-03-21T17:37:57.890Z 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`
32992025-03-21T17:37:58.053Z Compiling mockall_derive v0.13.1
33002025-03-21T17:37:58.056Z 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`
33012025-03-21T17:37:58.338Z Compiling termtree v0.4.1
33022025-03-21T17:37:58.344Z 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`
33032025-03-21T17:37:58.431Z Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-5082be71356c4b23/build-script-build`
33042025-03-21T17:37:58.475Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
33052025-03-21T17:37:58.499Z 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`
33062025-03-21T17:37:58.572Z Compiling typify v0.2.0
33072025-03-21T17:37:58.576Z 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=7f25e0aeb2760d37 -C extra-filename=-30b973e379f406e9 --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-6d1a21ebccd6b5d4.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-bfb456d3758c176d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33082025-03-21T17:37:58.599Z Compiling predicates-tree v1.0.11
33092025-03-21T17:37:58.602Z 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`
33102025-03-21T17:37:58.729Z Compiling progenitor-impl v0.8.0
33112025-03-21T17:37:58.732Z 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=b2d243d9addf5276 -C extra-filename=-f973c2ef0b9f18af --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-bf3499c0732349d3.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-30b973e379f406e9.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`
33122025-03-21T17:37:58.850Z 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)'`
33132025-03-21T17:37:59.046Z Compiling zone_cfg_derive v0.3.0
33142025-03-21T17:37:59.050Z 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`
33152025-03-21T17:38:00.424Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
33162025-03-21T17:38:00.426Z 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`
33172025-03-21T17:38:00.613Z Compiling num-derive v0.4.2
33182025-03-21T17:38:00.638Z 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`
33192025-03-21T17:38:00.806Z Compiling downcast v0.11.0
33202025-03-21T17:38:00.849Z 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`
33212025-03-21T17:38:01.069Z Compiling fragile v2.0.0
33222025-03-21T17:38:01.072Z 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`
33232025-03-21T17:38:01.406Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
33242025-03-21T17:38:01.410Z 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=8f25e539598f7f29 -C extra-filename=-e3f26d999d609fed --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-b84403fd16116d9d.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`
33252025-03-21T17:38:01.664Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33262025-03-21T17:38:01.667Z 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`
33272025-03-21T17:38:02.102Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-cabb8bd0b9816cee/build-script-build`
33282025-03-21T17:38:02.121Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
33292025-03-21T17:38:02.125Z 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`
33302025-03-21T17:38:02.239Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
33312025-03-21T17:38:02.242Z 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=e2b21cbce3bc1684 -C extra-filename=-992ec5ed2b92c8d9 --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-b84403fd16116d9d.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-e3f26d999d609fed.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`
33322025-03-21T17:38:02.604Z Compiling zone v0.3.0
33332025-03-21T17:38:02.607Z 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`
33342025-03-21T17:38:03.123Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
33352025-03-21T17:38:03.126Z 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`
33362025-03-21T17:38:03.993Z Compiling atomicwrites v0.4.4
33372025-03-21T17:38:03.996Z 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`
33382025-03-21T17:38:04.116Z Compiling convert_case v0.4.0
33392025-03-21T17:38:04.157Z 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`
33402025-03-21T17:38:04.364Z Compiling newline-converter v0.3.0
33412025-03-21T17:38:04.391Z 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`
33422025-03-21T17:38:04.570Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
33432025-03-21T17:38:04.574Z 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=fc7f451613317ff1 -C extra-filename=-a1749de4ec421978 --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-992ec5ed2b92c8d9.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`
33442025-03-21T17:38:04.709Z Compiling expectorate v1.1.0
33452025-03-21T17:38:04.712Z 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=a4f4b18255181d84 -C extra-filename=-d1ad1b900079a84c --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-6c02ce0437a7d712.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33462025-03-21T17:38:04.922Z Compiling tungstenite v0.21.0
33472025-03-21T17:38:04.927Z 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`
33482025-03-21T17:38:04.950Z Compiling derive_more v0.99.19
33492025-03-21T17:38:04.954Z 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`
33502025-03-21T17:38:05.642Z Compiling progenitor-macro v0.8.0
33512025-03-21T17:38:05.646Z 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=27eebf611ddaa789 -C extra-filename=-96ba0a9b6cdc1f4c --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-f973c2ef0b9f18af.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`
33522025-03-21T17:38:06.234Z 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=e8ff24e9b67875a6 -C extra-filename=-6c55eb72e6047641 --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-992ec5ed2b92c8d9.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-a1749de4ec421978.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)'`
33532025-03-21T17:38:06.468Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
33542025-03-21T17:38:06.473Z 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=e83acf596549f393 -C extra-filename=-de89508f1b1caf1a --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-6c55eb72e6047641.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`
33552025-03-21T17:38:06.512Z Compiling mockall v0.13.1
33562025-03-21T17:38:06.518Z 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=dc32264a80e4a4a5 -C extra-filename=-7ae797e87ac7d4ab --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-aee7dbe5a0bae24f.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`
33572025-03-21T17:38:06.839Z Compiling same-file v1.0.6
33582025-03-21T17:38:06.842Z 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`
33592025-03-21T17:38:06.898Z Compiling tokio-tungstenite v0.21.0
33602025-03-21T17:38:06.903Z 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`
33612025-03-21T17:38:07.131Z Compiling walkdir v2.5.0
33622025-03-21T17:38:07.135Z 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`
33632025-03-21T17:38:07.347Z Compiling typify-macro v0.3.0
33642025-03-21T17:38:07.350Z 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=ee5757864eb46ff3 -C extra-filename=-567a64728cb6d62b --out-dir /work/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-32dda05b868808ca.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33652025-03-21T17:38:07.504Z Compiling xattr v1.3.1
33662025-03-21T17:38:07.510Z 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`
33672025-03-21T17:38:07.799Z Compiling filetime v0.2.25
33682025-03-21T17:38:07.802Z 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`
33692025-03-21T17:38:07.830Z Compiling fixedbitset v0.5.7
33702025-03-21T17:38:07.858Z 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`
33712025-03-21T17:38:08.132Z Compiling tar v0.4.44
33722025-03-21T17:38:08.135Z 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`
33732025-03-21T17:38:08.526Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
33742025-03-21T17:38:08.526Z 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=6d55922c226140c4 -C extra-filename=-f4a00c8e48b2f51a --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-4f771ce06642b840.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-6c55eb72e6047641.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-de89508f1b1caf1a.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`
33752025-03-21T17:38:08.598Z Compiling petgraph v0.7.1
33762025-03-21T17:38:08.601Z 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`
33772025-03-21T17:38:09.556Z Compiling arc-swap v1.7.1
33782025-03-21T17:38:09.559Z 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`
33792025-03-21T17:38:09.740Z Compiling num-rational v0.4.2
33802025-03-21T17:38:09.744Z 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`
33812025-03-21T17:38:10.182Z Compiling slog-scope v4.4.0
33822025-03-21T17:38:10.186Z 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`
33832025-03-21T17:38:10.212Z Compiling num-complex v0.4.6
33842025-03-21T17:38:10.215Z 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`
33852025-03-21T17:38:10.660Z Compiling slog-stdlog v4.1.1
33862025-03-21T17:38:10.664Z 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`
33872025-03-21T17:38:10.999Z Compiling float-ord v0.3.2
33882025-03-21T17:38:11.002Z 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`
33892025-03-21T17:38:11.138Z Compiling num v0.4.3
33902025-03-21T17:38:11.142Z 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`
33912025-03-21T17:38:11.208Z Compiling slog-envlogger v2.2.0
33922025-03-21T17:38:11.240Z 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=6481dde490565b52 -C extra-filename=-a9d65db47e5fa4ff --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-bf3499c0732349d3.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`
33932025-03-21T17:38:11.246Z Compiling password-hash v0.5.0
33942025-03-21T17:38:11.271Z 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`
33952025-03-21T17:38:11.271Z Compiling blake2 v0.10.6
33962025-03-21T17:38:11.274Z 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`
33972025-03-21T17:38:11.483Z Compiling typify v0.3.0
33982025-03-21T17:38:11.515Z 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=7ed0ec981a3b0ecf -C extra-filename=-c33ab6f1b332a18f --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-32dda05b868808ca.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-567a64728cb6d62b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33992025-03-21T17:38:11.697Z Compiling progenitor-impl v0.9.1
34002025-03-21T17:38:11.722Z 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=c66b54f2b79c3e0f -C extra-filename=-29d01407cabe648c --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-bf3499c0732349d3.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-c33ab6f1b332a18f.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`
34012025-03-21T17:38:11.725Z Compiling indent_write v2.2.0
34022025-03-21T17:38:11.725Z 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`
34032025-03-21T17:38:11.884Z Compiling argon2 v0.5.3
34042025-03-21T17:38:11.887Z 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`
34052025-03-21T17:38:11.989Z Compiling owo-colors v4.2.0
34062025-03-21T17:38:11.992Z 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`
34072025-03-21T17:38:12.133Z Compiling cancel-safe-futures v0.1.5
34082025-03-21T17:38:12.136Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
34092025-03-21T17:38:12.458Z Compiling libsw-core v0.3.1
34102025-03-21T17:38:12.461Z 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`
34112025-03-21T17:38:12.572Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-7229dc5db74428e6/build-script-build`
34122025-03-21T17:38:12.613Z Compiling swrite v0.1.0
34132025-03-21T17:38:12.618Z 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`
34142025-03-21T17:38:12.678Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-79444d249bf180af/build-script-build`
34152025-03-21T17:38:12.681Z 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`
34162025-03-21T17:38:12.744Z 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)'`
34172025-03-21T17:38:12.774Z Compiling libsw v3.4.0
34182025-03-21T17:38:12.777Z 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`
34192025-03-21T17:38:12.802Z Compiling linear-map v1.2.0
34202025-03-21T17:38:12.827Z 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`
34212025-03-21T17:38:13.086Z Compiling pem v3.0.5
34222025-03-21T17:38:13.090Z 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`
34232025-03-21T17:38:13.164Z Compiling highway v1.3.0
34242025-03-21T17:38:13.168Z 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`
34252025-03-21T17:38:13.256Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34262025-03-21T17:38:13.259Z 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`
34272025-03-21T17:38:13.774Z Compiling lzma-sys v0.1.20
34282025-03-21T17:38:13.781Z 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`
34292025-03-21T17:38:13.973Z Compiling heck v0.3.3
34302025-03-21T17:38:14.003Z 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`
34312025-03-21T17:38:14.097Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-63e8c430a3b9aa43/build-script-build`
34322025-03-21T17:38:14.162Z Compiling headers-core v0.3.0
34332025-03-21T17:38:14.167Z 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`
34342025-03-21T17:38:14.322Z Compiling zone_cfg_derive v0.1.2
34352025-03-21T17:38:14.327Z 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`
34362025-03-21T17:38:14.358Z Compiling headers v0.4.0
34372025-03-21T17:38:14.390Z 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`
34382025-03-21T17:38:14.648Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-a41bffbee796659f/build-script-build`
34392025-03-21T17:38:14.679Z Compiling aws-lc-sys v0.26.0
34402025-03-21T17:38:14.689Z 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=6f37f6760ab17516 -C extra-filename=-309402660007fd4a --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-309402660007fd4a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-436e32fed7a87b34.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`
34412025-03-21T17:38:14.705Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34422025-03-21T17:38:14.708Z 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`
34432025-03-21T17:38:14.733Z 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`
34442025-03-21T17:38:14.833Z Compiling yasna v0.5.2
34452025-03-21T17:38:14.837Z 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`
34462025-03-21T17:38:14.937Z Compiling base64 v0.13.1
34472025-03-21T17:38:14.951Z 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`
34482025-03-21T17:38:15.119Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34492025-03-21T17:38:15.124Z 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`
34502025-03-21T17:38:15.546Z Compiling ron v0.7.1
34512025-03-21T17:38:15.550Z 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`
34522025-03-21T17:38:15.747Z Compiling xz2 v0.1.7
34532025-03-21T17:38:15.750Z 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`
34542025-03-21T17:38:15.907Z Compiling zone v0.1.8
34552025-03-21T17:38:15.911Z 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`
34562025-03-21T17:38:16.006Z Compiling rcgen v0.12.1
34572025-03-21T17:38:16.013Z 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`
34582025-03-21T17:38:16.225Z Compiling subprocess v0.2.9
34592025-03-21T17:38:16.252Z 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`
34602025-03-21T17:38:16.355Z Compiling humantime v2.1.0
34612025-03-21T17:38:16.361Z 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`
34622025-03-21T17:38:16.927Z Compiling semver v0.1.20
34632025-03-21T17:38:16.935Z 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`
34642025-03-21T17:38:17.344Z Compiling rustc_version v0.1.7
34652025-03-21T17:38:17.348Z 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`
34662025-03-21T17:38:18.355Z Compiling half v2.4.1
34672025-03-21T17:38:18.397Z 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`
34682025-03-21T17:38:18.397Z Compiling ciborium-io v0.2.2
34692025-03-21T17:38:18.397Z 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`
34702025-03-21T17:38:18.397Z Compiling newtype_derive v0.1.6
34712025-03-21T17:38:18.397Z 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`
34722025-03-21T17:38:18.398Z 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`
34732025-03-21T17:38:18.398Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
34742025-03-21T17:38:18.398Z 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`
34752025-03-21T17:38:18.398Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
34762025-03-21T17:38:18.398Z 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`
34772025-03-21T17:38:18.398Z Compiling ciborium-ll v0.2.2
34782025-03-21T17:38:18.398Z 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`
34792025-03-21T17:38:18.398Z Compiling display-error-chain v0.2.2
34802025-03-21T17:38:18.398Z 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`
34812025-03-21T17:38:18.398Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-8878b6ed0c70dd1e/build-script-build`
34822025-03-21T17:38:18.398Z 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`
34832025-03-21T17:38:18.398Z Compiling progenitor-macro v0.9.1
34842025-03-21T17:38:18.436Z 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=14bd3512cedf0f26 -C extra-filename=-0c97cd09829bb98f --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-29d01407cabe648c.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`
34852025-03-21T17:38:18.437Z Compiling ciborium v0.2.2
34862025-03-21T17:38:18.437Z 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`
34872025-03-21T17:38:18.437Z Compiling slog-dtrace v0.3.0
34882025-03-21T17:38:18.437Z 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`
34892025-03-21T17:38:18.447Z Compiling steno v0.4.1
34902025-03-21T17:38:18.457Z 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=423d55238bd7dc75 -C extra-filename=-bfa3bd5f47e1031d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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`
34912025-03-21T17:38:18.475Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
34922025-03-21T17:38:18.480Z 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=ec966243c8cb7f35 -C extra-filename=-0b5be379dd465c64 --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-10a08c345b0e6422.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`
34932025-03-21T17:38:18.635Z Compiling keccak v0.1.5
34942025-03-21T17:38:18.641Z 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`
34952025-03-21T17:38:18.824Z Compiling gethostname v0.5.0
34962025-03-21T17:38:18.824Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-17d0002e6f2ca697/build-script-build`
34972025-03-21T17:38:18.827Z 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`
34982025-03-21T17:38:18.911Z 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`
34992025-03-21T17:38:19.052Z Compiling sha3 v0.10.8
35002025-03-21T17:38:19.098Z 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`
35012025-03-21T17:38:19.541Z Compiling universal-hash v0.5.1
35022025-03-21T17:38:19.570Z 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`
35032025-03-21T17:38:19.653Z Compiling bytecount v0.6.8
35042025-03-21T17:38:19.661Z 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`
35052025-03-21T17:38:19.774Z Compiling opaque-debug v0.3.1
35062025-03-21T17:38:19.777Z 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`
35072025-03-21T17:38:19.811Z Compiling secrecy v0.8.0
35082025-03-21T17:38:19.838Z 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`
35092025-03-21T17:38:19.911Z Compiling nibble_vec v0.1.0
35102025-03-21T17:38:19.915Z Compiling endian-type v0.1.2
35112025-03-21T17:38:19.938Z 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`
35122025-03-21T17:38:19.946Z 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`
35132025-03-21T17:38:20.040Z Compiling aead v0.5.2
35142025-03-21T17:38:20.059Z 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`
35152025-03-21T17:38:20.092Z Compiling poly1305 v0.8.0
35162025-03-21T17:38:20.097Z 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`
35172025-03-21T17:38:20.164Z Compiling radix_trie v0.2.1
35182025-03-21T17:38:20.193Z 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`
35192025-03-21T17:38:20.217Z Compiling chacha20 v0.9.1
35202025-03-21T17:38:20.223Z 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`
35212025-03-21T17:38:20.451Z Compiling constant_time_eq v0.3.1
35222025-03-21T17:38:20.455Z 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`
35232025-03-21T17:38:20.673Z Compiling arrayvec v0.7.6
35242025-03-21T17:38:20.680Z 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`
35252025-03-21T17:38:20.711Z Compiling arrayref v0.3.9
35262025-03-21T17:38:20.758Z 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`
35272025-03-21T17:38:20.782Z Compiling blake3 v1.5.4
35282025-03-21T17:38:20.820Z 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`
35292025-03-21T17:38:20.853Z Compiling thiserror-impl-no-std v2.0.2
35302025-03-21T17:38:20.860Z 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`
35312025-03-21T17:38:21.066Z Compiling memmap2 v0.9.5
35322025-03-21T17:38:21.071Z 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`
35332025-03-21T17:38:21.477Z Compiling topological-sort v0.2.2
35342025-03-21T17:38:21.482Z 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`
35352025-03-21T17:38:21.629Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-15d85121b55a8a2e/build-script-build`
35362025-03-21T17:38:21.935Z Compiling chacha20poly1305 v0.10.1
35372025-03-21T17:38:21.975Z 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`
35382025-03-21T17:38:21.975Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
35392025-03-21T17:38:21.975Z 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`
35402025-03-21T17:38:22.048Z Compiling toolchain_find v0.4.0
35412025-03-21T17:38:22.056Z 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=007c6c70a5282284 -C extra-filename=-74059ec362cfea56 --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-bf3499c0732349d3.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`
35422025-03-21T17:38:22.234Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-04c582968f5a4ebc/build-script-build`
35432025-03-21T17:38:22.280Z 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/`
35442025-03-21T17:38:22.349Z 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()))'`
35452025-03-21T17:38:22.631Z Compiling rustfmt-wrapper v0.2.1
35462025-03-21T17:38:22.641Z 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=17cd6b722906f9a1 -C extra-filename=-e23a31ec31709aa1 --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-74059ec362cfea56.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35472025-03-21T17:38:22.670Z Compiling async-recursion v1.1.1
35482025-03-21T17:38:22.675Z 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`
35492025-03-21T17:38:23.554Z Compiling fxhash v0.2.1
35502025-03-21T17:38:23.603Z 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`
35512025-03-21T17:38:23.603Z Compiling maplit v1.0.2
35522025-03-21T17:38:23.603Z 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`
35532025-03-21T17:38:23.603Z Compiling const_format_proc_macros v0.2.34
35542025-03-21T17:38:23.603Z 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`
35552025-03-21T17:38:23.603Z Compiling vte_generate_state_changes v0.1.2
35562025-03-21T17:38:23.603Z 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`
35572025-03-21T17:38:23.603Z Compiling fd-lock v4.0.2
35582025-03-21T17:38:23.603Z 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`
35592025-03-21T17:38:23.681Z Compiling nu-ansi-term v0.50.1
35602025-03-21T17:38:23.683Z 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`
35612025-03-21T17:38:23.882Z Compiling thiserror-no-std v2.0.2
35622025-03-21T17:38:23.922Z 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`
35632025-03-21T17:38:23.989Z Compiling vte v0.11.1
35642025-03-21T17:38:23.991Z 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`
35652025-03-21T17:38:24.033Z Compiling vsss-rs v3.3.4
35662025-03-21T17:38:24.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`
35672025-03-21T17:38:24.260Z Compiling radium v0.7.0
35682025-03-21T17:38:24.263Z 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`
35692025-03-21T17:38:24.364Z Compiling phf_generator v0.11.2
35702025-03-21T17:38:24.367Z 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`
35712025-03-21T17:38:24.510Z Compiling tap v1.0.1
35722025-03-21T17:38:24.515Z 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`
35732025-03-21T17:38:24.590Z Compiling maybe-uninit v2.0.0
35742025-03-21T17:38:24.593Z 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`
35752025-03-21T17:38:24.721Z Compiling termcolor v1.4.1
35762025-03-21T17:38:24.724Z 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`
35772025-03-21T17:38:24.804Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-1763440dfd08de63/build-script-build`
35782025-03-21T17:38:24.846Z Compiling libefi-sys v0.1.0
35792025-03-21T17:38:24.849Z 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`
35802025-03-21T17:38:25.166Z Compiling const_format v0.2.34
35812025-03-21T17:38:25.179Z 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`
35822025-03-21T17:38:25.194Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-7ef6683181995f8f/build-script-build`
35832025-03-21T17:38:25.250Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-fe5339464bcc53ff/build-script-build`
35842025-03-21T17:38:25.277Z 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`
35852025-03-21T17:38:25.306Z Compiling wyz v0.5.1
35862025-03-21T17:38:25.309Z 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`
35872025-03-21T17:38:25.411Z Compiling strip-ansi-escapes v0.2.0
35882025-03-21T17:38:25.414Z 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`
35892025-03-21T17:38:25.452Z Compiling phf_codegen v0.11.2
35902025-03-21T17:38:25.456Z 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`
35912025-03-21T17:38:25.688Z Compiling reedline v0.38.0
35922025-03-21T17:38:25.693Z 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.38.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=2803db1b478beeb9 -C extra-filename=-c34d54190d6438f9 --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`
35932025-03-21T17:38:25.715Z Compiling kstat-rs v0.2.4
35942025-03-21T17:38:25.718Z 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`
35952025-03-21T17:38:25.741Z Compiling bitfield-struct v0.6.2
35962025-03-21T17:38:25.745Z 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`
35972025-03-21T17:38:25.773Z Compiling parse-zoneinfo v0.3.1
35982025-03-21T17:38:25.777Z 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=c31de1da184e9767 -C extra-filename=-58b3cc1423a4a9dd --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-bf3499c0732349d3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35992025-03-21T17:38:25.824Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
36002025-03-21T17:38:25.869Z 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`
36012025-03-21T17:38:26.234Z Compiling nanorand v0.7.0
36022025-03-21T17:38:26.277Z 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`
36032025-03-21T17:38:26.374Z Compiling parking_lot_core v0.8.6
36042025-03-21T17:38:26.377Z 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`
36052025-03-21T17:38:26.780Z Compiling crc-catalog v2.4.0
36062025-03-21T17:38:26.784Z 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`
36072025-03-21T17:38:26.962Z Compiling funty v2.0.0
36082025-03-21T17:38:26.966Z 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`
36092025-03-21T17:38:26.988Z Compiling cfg_aliases v0.1.1
36102025-03-21T17:38:26.988Z 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`
36112025-03-21T17:38:27.120Z Compiling packed_struct v0.10.1
36122025-03-21T17:38:27.124Z 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`
36132025-03-21T17:38:27.213Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36142025-03-21T17:38:27.219Z 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`
36152025-03-21T17:38:27.484Z Compiling nix v0.28.0
36162025-03-21T17:38:27.487Z 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`
36172025-03-21T17:38:27.662Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-d46e13ff15592950/build-script-build`
36182025-03-21T17:38:27.711Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-4078151d1923f712/build-script-build`
36192025-03-21T17:38:27.755Z Compiling crc v3.2.1
36202025-03-21T17:38:27.755Z 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`
36212025-03-21T17:38:27.880Z Compiling flume v0.11.1
36222025-03-21T17:38:27.886Z 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`
36232025-03-21T17:38:28.054Z Compiling bitvec v1.0.1
36242025-03-21T17:38:28.082Z 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`
36252025-03-21T17:38:28.088Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-309402660007fd4a/build-script-main`
36262025-03-21T17:38:28.357Z Compiling chrono-tz-build v0.4.0
36272025-03-21T17:38:28.362Z 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=a2b396c2d5bd5bb5 -C extra-filename=-d4ea70cab840aaed --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-58b3cc1423a4a9dd.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`
36282025-03-21T17:38:28.430Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-9955f1fef82c45ce/build-script-build`
36292025-03-21T17:38:28.472Z 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`
36302025-03-21T17:38:28.559Z 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`
36312025-03-21T17:38:28.585Z Compiling papergrid v0.11.0
36322025-03-21T17:38:28.589Z 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`
36332025-03-21T17:38:28.681Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
36342025-03-21T17:38:28.685Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/d238703/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0ff692d4fefd5fb -C extra-filename=-ecb165813a8f5503 --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 --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 --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36352025-03-21T17:38:28.887Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
36362025-03-21T17:38:28.891Z 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=3a374c1cdc5f21d0 -C extra-filename=-1cca5c0aed2a5387 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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`
36372025-03-21T17:38:29.034Z Compiling tabled_derive v0.7.0
36382025-03-21T17:38:29.040Z 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`
36392025-03-21T17:38:29.519Z Compiling packed_struct_codegen v0.10.1
36402025-03-21T17:38:29.524Z 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`
36412025-03-21T17:38:29.545Z Compiling indexmap v1.9.3
36422025-03-21T17:38:29.549Z 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`
36432025-03-21T17:38:29.972Z Compiling nodrop v0.1.14
36442025-03-21T17:38:30.001Z 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`
36452025-03-21T17:38:30.144Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36462025-03-21T17:38:30.151Z 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`
36472025-03-21T17:38:30.303Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36482025-03-21T17:38:30.342Z 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`
36492025-03-21T17:38:31.010Z Compiling array-init v0.0.4
36502025-03-21T17:38:31.044Z 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`
36512025-03-21T17:38:31.179Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-58c3252b94568a48/build-script-build`
36522025-03-21T17:38:31.185Z Compiling chrono-tz v0.10.1
36532025-03-21T17:38:31.185Z 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=2be9c13886cc21d8 -C extra-filename=-1a7c767affc13cb4 --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-1a7c767affc13cb4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono_tz_build=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz_build-d4ea70cab840aaed.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36542025-03-21T17:38:31.311Z Compiling tabled v0.15.0
36552025-03-21T17:38:31.319Z 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`
36562025-03-21T17:38:31.364Z 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=348cea7f43b88cad -C extra-filename=-6b157dc50018a28d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-1cca5c0aed2a5387.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`
36572025-03-21T17:38:31.889Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36582025-03-21T17:38:31.896Z 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`
36592025-03-21T17:38:31.949Z Compiling smallvec v0.6.14
36602025-03-21T17:38:31.952Z 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`
36612025-03-21T17:38:32.053Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-b41f9c7f3855c6f8/build-script-build`
36622025-03-21T17:38:32.080Z 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`
36632025-03-21T17:38:32.100Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
36642025-03-21T17:38:32.118Z 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=b1ed09c8d34a8a09 -C extra-filename=-eed672c31e8ec6d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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`
36652025-03-21T17:38:32.124Z Compiling bitfield v0.14.0
36662025-03-21T17:38:32.131Z 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`
36672025-03-21T17:38:32.208Z 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`
36682025-03-21T17:38:32.294Z Compiling hashbrown v0.12.3
36692025-03-21T17:38:32.303Z 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`
36702025-03-21T17:38:32.350Z Compiling serde-hex v0.1.0
36712025-03-21T17:38:32.354Z 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`
36722025-03-21T17:38:32.469Z Compiling parking_lot v0.11.2
36732025-03-21T17:38:32.479Z 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`
36742025-03-21T17:38:32.694Z 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`
36752025-03-21T17:38:33.315Z 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`
36762025-03-21T17:38:33.340Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-1a7c767affc13cb4/build-script-build`
36772025-03-21T17:38:34.151Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
36782025-03-21T17:38:34.156Z 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`
36792025-03-21T17:38:34.494Z Compiling env_logger v0.10.2
36802025-03-21T17:38:34.518Z 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`
36812025-03-21T17:38:34.523Z Compiling ron v0.8.1
36822025-03-21T17:38:34.523Z 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`
36832025-03-21T17:38:34.944Z Compiling peg-macros v0.8.5
36842025-03-21T17:38:34.948Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-macros-0.8.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --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=1141641e87358cb3 -C extra-filename=-eba293f6482d6955 --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-6e408b59dbc54863.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`
36852025-03-21T17:38:35.538Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
36862025-03-21T17:38:35.542Z 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`
36872025-03-21T17:38:35.831Z Compiling hashbrown v0.13.2
36882025-03-21T17:38:35.831Z 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`
36892025-03-21T17:38:35.919Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36902025-03-21T17:38:35.924Z 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=868928f03d996ee3 -C extra-filename=-e5abfebcaee85a67 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-e5abfebcaee85a67 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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`
36912025-03-21T17:38:36.773Z Compiling sqlparser_derive v0.2.2
36922025-03-21T17:38:36.777Z 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`
36932025-03-21T17:38:36.810Z Compiling crc-any v2.5.0
36942025-03-21T17:38:36.813Z 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`
36952025-03-21T17:38:36.926Z Compiling unicode_categories v0.1.1
36962025-03-21T17:38:36.930Z 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`
36972025-03-21T17:38:37.137Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-e5abfebcaee85a67/build-script-build`
36982025-03-21T17:38:37.168Z Compiling object v0.30.4
36992025-03-21T17:38:37.172Z 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`
37002025-03-21T17:38:37.309Z Compiling sqlformat v0.2.6
37012025-03-21T17:38:37.314Z 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`
37022025-03-21T17:38:37.338Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
37032025-03-21T17:38:37.343Z 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`
37042025-03-21T17:38:37.367Z Compiling rustyline v14.0.0
37052025-03-21T17:38:37.367Z 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`
37062025-03-21T17:38:37.979Z 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=b6b13ede826e858c -C extra-filename=-6505a1c5a8ae867a --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`
37072025-03-21T17:38:38.005Z Compiling sqlparser v0.45.0
37082025-03-21T17:38:38.009Z 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`
37092025-03-21T17:38:38.460Z Compiling peg v0.8.5
37102025-03-21T17:38:38.486Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-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", "trace", "unstable"))' -C metadata=030c990809430279 -C extra-filename=-1be4fcd8a43955fc --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-eba293f6482d6955.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6e408b59dbc54863.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37112025-03-21T17:38:38.604Z Compiling sled v0.34.7
37122025-03-21T17:38:38.609Z 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`
37132025-03-21T17:38:40.917Z Compiling hickory-client v0.24.4
37142025-03-21T17:38:40.921Z 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`
37152025-03-21T17:38:42.251Z Compiling hickory-server v0.24.4
37162025-03-21T17:38:42.256Z 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`
37172025-03-21T17:38:43.400Z Compiling bcs v0.1.6
37182025-03-21T17:38:43.404Z 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`
37192025-03-21T17:38:44.048Z Compiling diff v0.1.13
37202025-03-21T17:38:44.053Z 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`
37212025-03-21T17:38:44.624Z Compiling path-slash v0.1.5
37222025-03-21T17:38:44.624Z 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`
37232025-03-21T17:38:44.773Z Compiling termtree v0.5.1
37242025-03-21T17:38:44.776Z 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`
37252025-03-21T17:38:44.857Z Compiling dsl_auto_type v0.1.2
37262025-03-21T17:38:44.861Z 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`
37272025-03-21T17:38:45.029Z Compiling diesel_table_macro_syntax v0.2.0
37282025-03-21T17:38:45.056Z 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`
37292025-03-21T17:38:45.432Z Compiling scheduled-thread-pool v0.2.7
37302025-03-21T17:38:45.480Z 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`
37312025-03-21T17:38:45.974Z Compiling crunchy v0.2.2
37322025-03-21T17:38:45.978Z 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`
37332025-03-21T17:38:46.257Z Compiling diesel_derives v2.2.3
37342025-03-21T17:38:46.260Z 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`
37352025-03-21T17:38:46.376Z Compiling r2d2 v0.8.10
37362025-03-21T17:38:46.415Z 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`
37372025-03-21T17:38:46.523Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-02f7793cda61a1be/build-script-build`
37382025-03-21T17:38:46.581Z Compiling primeorder v0.13.6
37392025-03-21T17:38:46.585Z 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`
37402025-03-21T17:38:46.819Z Compiling unicase v2.7.0
37412025-03-21T17:38:46.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/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`
37422025-03-21T17:38:47.111Z Compiling tiny-keccak v2.0.2
37432025-03-21T17:38:47.115Z 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`
37442025-03-21T17:38:47.249Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-fd8941c9a0b20e6a/build-script-build`
37452025-03-21T17:38:47.462Z 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`
37462025-03-21T17:38:47.501Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-37dd243f06cf900f/build-script-build`
37472025-03-21T17:38:47.539Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
37482025-03-21T17:38:47.543Z 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`
37492025-03-21T17:38:47.611Z Compiling bit-vec v0.6.3
37502025-03-21T17:38:47.642Z 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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=2b7bf08ed7121bc2 -C extra-filename=-c20f19f0a75d733c --out-dir /work/oxidecomputer/omicron/target/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-03-21T17:38:48.007Z Compiling ref-cast v1.0.23
37522025-03-21T17:38:48.015Z 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`
37532025-03-21T17:38:48.031Z Compiling bit-set v0.5.3
37542025-03-21T17:38:48.035Z 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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=662c6c7fce7a9ad3 -C extra-filename=-88a90abf455c015c --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-c20f19f0a75d733c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37552025-03-21T17:38:48.356Z 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`
37562025-03-21T17:38:48.644Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-53f5b907f9062040/build-script-build`
37572025-03-21T17:38:48.693Z 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`
37582025-03-21T17:38:49.060Z Compiling ascii-canvas v3.0.0
37592025-03-21T17:38:49.066Z 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`
37602025-03-21T17:38:49.094Z Compiling ref-cast-impl v1.0.23
37612025-03-21T17:38:49.094Z 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`
37622025-03-21T17:38:49.510Z Compiling ena v0.14.3
37632025-03-21T17:38:49.515Z 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`
37642025-03-21T17:38:49.944Z Compiling salty v0.3.0
37652025-03-21T17:38:49.978Z 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`
37662025-03-21T17:38:50.226Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
37672025-03-21T17:38:50.265Z 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`
37682025-03-21T17:38:50.449Z Compiling bindgen v0.71.1
37692025-03-21T17:38:50.461Z 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`
37702025-03-21T17:38:50.461Z Compiling regex-syntax v0.6.29
37712025-03-21T17:38:50.461Z 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`
37722025-03-21T17:38:50.974Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-e97c78c5eb36f964/build-script-build`
37732025-03-21T17:38:50.989Z 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-03-21T17:38:51.735Z Compiling mime_guess v2.0.5
37752025-03-21T17:38:51.794Z 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`
37762025-03-21T17:38:51.794Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-5374264541ed1afd/build-script-build`
37772025-03-21T17:38:51.795Z Compiling p384 v0.13.0
37782025-03-21T17:38:51.795Z 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`
37792025-03-21T17:38:52.491Z Compiling rustc-hash v2.1.1
37802025-03-21T17:38:52.512Z 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`
37812025-03-21T17:38:52.731Z Compiling http-range v0.1.5
37822025-03-21T17:38:52.758Z 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`
37832025-03-21T17:38:52.998Z 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=46ade03a8dc1a578 -C extra-filename=-1468b149f74686a8 --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-bf3499c0732349d3.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`
37842025-03-21T17:38:53.084Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-62efce3401ccd741/build-script-build`
37852025-03-21T17:38:53.246Z 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`
37862025-03-21T17:38:53.725Z Compiling lalrpop v0.19.12
37872025-03-21T17:38:53.731Z 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=ba177802b6aa5aad -C extra-filename=-8aa7e88ceb80d523 --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-88a90abf455c015c.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-bf3499c0732349d3.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`
37882025-03-21T17:38:54.085Z Compiling derive_builder_core v0.20.2
37892025-03-21T17:38:54.125Z 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`
37902025-03-21T17:38:54.159Z Compiling cargo-platform v0.1.8
37912025-03-21T17:38:54.160Z 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`
37922025-03-21T17:38:54.636Z Compiling libxml v0.3.3
37932025-03-21T17:38:54.651Z 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`
37942025-03-21T17:38:55.080Z Compiling atty v0.2.14
37952025-03-21T17:38:55.107Z 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`
37962025-03-21T17:38:55.262Z Compiling env_filter v0.1.2
37972025-03-21T17:38:55.296Z 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`
37982025-03-21T17:38:55.681Z Compiling env_logger v0.11.5
37992025-03-21T17:38:55.702Z 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`
38002025-03-21T17:38:56.069Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-e50e5839b4dbcd63/build-script-build`
38012025-03-21T17:38:56.093Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
38022025-03-21T17:38:56.093Z 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=5d5dd195134a8420 -C extra-filename=-bfbd0afb5f2422e7 --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-10a08c345b0e6422.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`
38032025-03-21T17:38:56.267Z Compiling derive_builder_macro v0.20.2
38042025-03-21T17:38:56.317Z 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`
38052025-03-21T17:38:56.402Z 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`
38062025-03-21T17:38:56.830Z Compiling signal-hook-tokio v0.3.1
38072025-03-21T17:38:56.840Z 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`
38082025-03-21T17:38:57.053Z Compiling strum_macros v0.24.3
38092025-03-21T17:38:57.155Z 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`
38102025-03-21T17:38:57.423Z Compiling indoc v1.0.9
38112025-03-21T17:38:58.240Z 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`
38122025-03-21T17:38:58.255Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
38132025-03-21T17:38:58.256Z 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`
38142025-03-21T17:38:58.256Z Compiling diesel v2.2.7
38152025-03-21T17:38:58.256Z 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`
38162025-03-21T17:38:58.256Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-22275a1c7c95d289/build-script-build`
38172025-03-21T17:38:58.256Z Compiling derive_builder v0.20.2
38182025-03-21T17:38:58.256Z 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`
38192025-03-21T17:38:58.256Z Compiling hyper-staticfile v0.10.1
38202025-03-21T17:38:58.256Z 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`
38212025-03-21T17:38:58.370Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
38222025-03-21T17:38:58.396Z 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=adaed4bf12d3fe5f -C extra-filename=-90d80718d93ed372 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-bfbd0afb5f2422e7.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`
38232025-03-21T17:38:59.154Z 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`
38242025-03-21T17:38:59.424Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
38252025-03-21T17:38:59.424Z 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`
38262025-03-21T17:39:00.175Z Compiling quick-xml v0.37.2
38272025-03-21T17:39:00.310Z 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`
38282025-03-21T17:39:00.431Z Compiling oso-derive v0.27.3
38292025-03-21T17:39:00.504Z 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`
38302025-03-21T17:39:01.568Z Compiling impl-trait-for-tuples v0.2.2
38312025-03-21T17:39:01.581Z Compiling tungstenite v0.23.0
38322025-03-21T17:39:01.581Z 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-03-21T17:39:01.581Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=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`
38342025-03-21T17:39:03.365Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
38352025-03-21T17:39:03.449Z 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`
38362025-03-21T17:39:03.638Z Compiling diesel-dtrace v0.4.2
38372025-03-21T17:39:03.660Z 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`
38382025-03-21T17:39:03.793Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-e31240333ce3601d/build-script-build`
38392025-03-21T17:39:03.895Z Compiling tokio-tungstenite v0.23.1
38402025-03-21T17:39:03.912Z 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`
38412025-03-21T17:39:04.074Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-3f6fe5a296a2cf6d/build-script-build`
38422025-03-21T17:39:04.147Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
38432025-03-21T17:39:04.164Z 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`
38442025-03-21T17:39:04.458Z Compiling nix v0.27.1
38452025-03-21T17:39:04.476Z 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`
38462025-03-21T17:39:04.484Z Compiling bb8 v0.8.5
38472025-03-21T17:39:04.484Z 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`
38482025-03-21T17:39:05.024Z Compiling proc-macro-error-attr2 v2.0.0
38492025-03-21T17:39:05.035Z 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`
38502025-03-21T17:39:07.027Z 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`
38512025-03-21T17:39:07.027Z Compiling proc-macro-error2 v2.0.1
38522025-03-21T17:39:07.027Z 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`
38532025-03-21T17:39:07.028Z Compiling pin-project-internal v1.1.6
38542025-03-21T17:39:07.028Z 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`
38552025-03-21T17:39:08.586Z Compiling tabled_derive v0.10.0
38562025-03-21T17:39:08.635Z 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`
38572025-03-21T17:39:09.800Z Compiling pin-project v1.1.6
38582025-03-21T17:39:09.803Z 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`
38592025-03-21T17:39:09.981Z Compiling papergrid v0.14.0
38602025-03-21T17:39:09.986Z 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`
38612025-03-21T17:39:10.653Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38622025-03-21T17:39:10.656Z 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`
38632025-03-21T17:39:11.483Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38642025-03-21T17:39:11.488Z 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`
38652025-03-21T17:39:11.901Z Compiling io-lifetimes v1.0.11
38662025-03-21T17:39:11.904Z 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`
38672025-03-21T17:39:11.936Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-0224fd5355c347e9/build-script-build`
38682025-03-21T17:39:12.030Z Compiling tabled v0.18.0
38692025-03-21T17:39:12.033Z 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`
38702025-03-21T17:39:12.617Z Running `/work/oxidecomputer/omicron/target/debug/build/io-lifetimes-eb604646a835d9e3/build-script-build`
38712025-03-21T17:39:13.032Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38722025-03-21T17:39:13.036Z 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`
38732025-03-21T17:39:13.324Z Compiling snafu-derive v0.8.5
38742025-03-21T17:39:13.329Z 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`
38752025-03-21T17:39:13.603Z Compiling rustix v0.37.28
38762025-03-21T17:39:13.609Z 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`
38772025-03-21T17:39:14.321Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-a9ae2b7e4053503c/build-script-build`
38782025-03-21T17:39:14.641Z 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`
38792025-03-21T17:39:14.887Z Compiling olpc-cjson v0.1.4
38802025-03-21T17:39:14.890Z 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`
38812025-03-21T17:39:15.189Z Compiling globset v0.4.15
38822025-03-21T17:39:15.224Z 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=40a7e7bdf5704e87 -C extra-filename=-ed13e307b4af07aa --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-d4d7b1a7a2996c10.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a147a23faaf349f2.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-af772249a6769106.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`
38832025-03-21T17:39:16.742Z 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=a79f3961c4ce57d7 -C extra-filename=-656d1cfcb7d57bd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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`
38842025-03-21T17:39:16.779Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38852025-03-21T17:39:16.780Z 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=50b3319f68d2531d -C extra-filename=-459e8563a1a50418 --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-bf3499c0732349d3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38862025-03-21T17:39:18.313Z Compiling snafu v0.8.5
38872025-03-21T17:39:18.317Z 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`
38882025-03-21T17:39:18.473Z Compiling serde_plain v1.0.2
38892025-03-21T17:39:18.476Z 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`
38902025-03-21T17:39:18.521Z Compiling assert_matches v1.5.0
38912025-03-21T17:39:18.524Z 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-03-21T17:39:18.659Z Compiling typed-path v0.9.3
38932025-03-21T17:39:18.663Z 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`
38942025-03-21T17:39:18.867Z 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`
38952025-03-21T17:39:19.039Z Compiling rand_seeder v0.3.0
38962025-03-21T17:39:19.042Z 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`
38972025-03-21T17:39:19.222Z Compiling parse-size v1.1.0
38982025-03-21T17:39:19.258Z 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`
38992025-03-21T17:39:19.378Z Compiling castaway v0.2.3
39002025-03-21T17:39:19.412Z 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`
39012025-03-21T17:39:19.484Z Compiling indoc v2.0.5
39022025-03-21T17:39:19.488Z 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`
39032025-03-21T17:39:19.584Z Compiling unicode-linebreak v0.1.5
39042025-03-21T17:39:19.588Z 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`
39052025-03-21T17:39:20.101Z Compiling terminal_size v0.2.6
39062025-03-21T17:39:20.106Z 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`
39072025-03-21T17:39:20.182Z Compiling yansi v1.0.1
39082025-03-21T17:39:20.209Z 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`
39092025-03-21T17:39:20.343Z Compiling smawk v0.3.2
39102025-03-21T17:39:20.346Z 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`
39112025-03-21T17:39:20.519Z Compiling compact_str v0.8.0
39122025-03-21T17:39:20.522Z 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`
39132025-03-21T17:39:20.600Z Compiling textwrap v0.16.1
39142025-03-21T17:39:20.604Z 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`
39152025-03-21T17:39:20.894Z Compiling pretty_assertions v1.4.1
39162025-03-21T17:39:20.898Z 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`
39172025-03-21T17:39:21.409Z Compiling unicode-truncate v1.1.0
39182025-03-21T17:39:21.412Z 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`
39192025-03-21T17:39:21.662Z Compiling instability v0.3.2
39202025-03-21T17:39:21.688Z 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`
39212025-03-21T17:39:21.696Z Compiling lru v0.12.5
39222025-03-21T17:39:21.699Z 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`
39232025-03-21T17:39:21.753Z Compiling is_ci v1.2.0
39242025-03-21T17:39:21.792Z 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`
39252025-03-21T17:39:21.862Z Compiling cassowary v0.3.0
39262025-03-21T17:39:21.866Z 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`
39272025-03-21T17:39:22.014Z Compiling supports-color v3.0.2
39282025-03-21T17:39:22.017Z 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`
39292025-03-21T17:39:22.043Z Compiling cargo_metadata v0.19.2
39302025-03-21T17:39:22.084Z 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-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=28ae2874d59fdfd2 -C extra-filename=-e0bdeb5870d332e1 --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`
39312025-03-21T17:39:22.343Z Compiling libz-sys v1.1.20
39322025-03-21T17:39:22.346Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
39332025-03-21T17:39:22.850Z Compiling ratatui v0.29.0
39342025-03-21T17:39:22.854Z 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`
39352025-03-21T17:39:22.908Z Compiling concurrent-queue v2.5.0
39362025-03-21T17:39:22.912Z 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`
39372025-03-21T17:39:23.171Z Compiling parking v2.2.1
39382025-03-21T17:39:23.174Z 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`
39392025-03-21T17:39:23.343Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-96579f3d23604e00/build-script-build`
39402025-03-21T17:39:23.459Z Compiling libgit2-sys v0.17.0+1.8.1
39412025-03-21T17:39:23.463Z 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`
39422025-03-21T17:39:23.512Z Compiling shell-words v1.1.0
39432025-03-21T17:39:23.515Z 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`
39442025-03-21T17:39:24.217Z 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`
39452025-03-21T17:39:24.451Z Compiling event-listener v5.3.1
39462025-03-21T17:39:24.451Z 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`
39472025-03-21T17:39:24.524Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ddb0d768fae224e5/build-script-build`
39482025-03-21T17:39:24.633Z Compiling event-listener-strategy v0.5.2
39492025-03-21T17:39:24.633Z 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`
39502025-03-21T17:39:24.899Z Compiling vergen v8.3.2
39512025-03-21T17:39:24.925Z 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`
39522025-03-21T17:39:25.313Z Compiling csv-core v0.1.11
39532025-03-21T17:39:25.316Z 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`
39542025-03-21T17:39:25.455Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-33cb8f2c1dab6fba/build-script-build`
39552025-03-21T17:39:25.504Z Compiling futures-lite v2.3.0
39562025-03-21T17:39:25.508Z 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`
39572025-03-21T17:39:25.850Z Compiling csv v1.3.1
39582025-03-21T17:39:25.879Z 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`
39592025-03-21T17:39:26.977Z Compiling cargo_metadata v0.18.1
39602025-03-21T17:39:26.981Z 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`
39612025-03-21T17:39:27.096Z Compiling rtoolbox v0.0.2
39622025-03-21T17:39:27.099Z 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`
39632025-03-21T17:39:27.483Z Compiling hex-literal v0.4.1
39642025-03-21T17:39:27.508Z 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`
39652025-03-21T17:39:27.673Z Compiling rustls v0.21.12
39662025-03-21T17:39:27.676Z 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`
39672025-03-21T17:39:28.083Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-b48cedb51e3ed6f0/build-script-build`
39682025-03-21T17:39:28.127Z Compiling rpassword v7.3.1
39692025-03-21T17:39:28.130Z 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`
39702025-03-21T17:39:28.437Z Compiling tui-tree-widget v0.23.0
39712025-03-21T17:39:28.440Z 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`
39722025-03-21T17:39:28.816Z Compiling sct v0.7.1
39732025-03-21T17:39:28.821Z 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`
39742025-03-21T17:39:29.153Z Compiling rustls-webpki v0.101.7
39752025-03-21T17:39:29.157Z 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`
39762025-03-21T17:39:29.197Z Compiling async-lock v3.4.0
39772025-03-21T17:39:29.205Z 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`
39782025-03-21T17:39:29.965Z 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`
39792025-03-21T17:39:30.325Z Compiling polyval v0.6.2
39802025-03-21T17:39:30.328Z 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`
39812025-03-21T17:39:30.766Z Compiling polling v3.7.3
39822025-03-21T17:39:30.769Z 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`
39832025-03-21T17:39:30.791Z Compiling ghash v0.5.1
39842025-03-21T17:39:30.796Z 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`
39852025-03-21T17:39:31.021Z Compiling rustls-pemfile v1.0.4
39862025-03-21T17:39:31.024Z 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`
39872025-03-21T17:39:31.408Z Compiling async-io v2.3.4
39882025-03-21T17:39:31.411Z 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`
39892025-03-21T17:39:31.452Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
39902025-03-21T17:39:31.455Z 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=19295c232ce54a34 -C extra-filename=-875535b6bf84d46f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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`
39912025-03-21T17:39:33.236Z Compiling async-bb8-diesel v0.2.1
39922025-03-21T17:39:33.240Z 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`
39932025-03-21T17:39:33.338Z 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`
39942025-03-21T17:39:33.515Z Compiling ctr v0.9.2
39952025-03-21T17:39:33.518Z 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`
39962025-03-21T17:39:33.732Z Compiling tokio-rustls v0.24.1
39972025-03-21T17:39:33.738Z 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`
39982025-03-21T17:39:33.912Z Compiling twox-hash v2.1.0
39992025-03-21T17:39:33.916Z 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`
40002025-03-21T17:39:33.938Z Compiling plotters-backend v0.3.7
40012025-03-21T17:39:33.938Z 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`
40022025-03-21T17:39:34.181Z Compiling async-task v4.7.1
40032025-03-21T17:39:34.184Z 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`
40042025-03-21T17:39:34.466Z Compiling target-lexicon v0.13.2
40052025-03-21T17:39:34.469Z 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`
40062025-03-21T17:39:34.641Z Compiling plotters-svg v0.3.7
40072025-03-21T17:39:34.646Z Compiling aes-gcm v0.10.3
40082025-03-21T17:39:34.647Z 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`
40092025-03-21T17:39:34.647Z 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`
40102025-03-21T17:39:34.987Z Compiling async-channel v2.3.1
40112025-03-21T17:39:34.987Z 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`
40122025-03-21T17:39:35.016Z Compiling piper v0.2.4
40132025-03-21T17:39:35.061Z 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`
40142025-03-21T17:39:35.362Z Compiling fatfs v0.3.6
40152025-03-21T17:39:35.365Z 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`
40162025-03-21T17:39:35.382Z Compiling ssh-encoding v0.2.0
40172025-03-21T17:39:35.385Z 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`
40182025-03-21T17:39:35.570Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-363e6726acdd0622/build-script-build`
40192025-03-21T17:39:35.661Z Compiling blowfish v0.9.1
40202025-03-21T17:39:35.664Z 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`
40212025-03-21T17:39:35.843Z Compiling guppy-workspace-hack v0.1.0
40222025-03-21T17:39:35.846Z 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`
40232025-03-21T17:39:36.146Z Compiling cast v0.3.0
40242025-03-21T17:39:36.149Z 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`
40252025-03-21T17:39:36.243Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-1baea951f9248ce0/build-script-build`
40262025-03-21T17:39:36.281Z Compiling bcrypt-pbkdf v0.10.0
40272025-03-21T17:39:36.284Z 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`
40282025-03-21T17:39:36.538Z Compiling criterion-plot v0.5.0
40292025-03-21T17:39:36.541Z 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`
40302025-03-21T17:39:36.848Z Compiling ssh-cipher v0.2.0
40312025-03-21T17:39:36.873Z 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`
40322025-03-21T17:39:36.950Z 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"'`
40332025-03-21T17:39:37.259Z Compiling blocking v1.6.1
40342025-03-21T17:39:37.263Z 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`
40352025-03-21T17:39:37.513Z Compiling plotters v0.3.7
40362025-03-21T17:39:37.517Z 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`
40372025-03-21T17:39:37.690Z Compiling async-executor v1.13.1
40382025-03-21T17:39:37.693Z 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`
40392025-03-21T17:39:37.823Z Compiling async-signal v0.2.10
40402025-03-21T17:39:37.826Z 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`
40412025-03-21T17:39:38.205Z Compiling password-hash v0.4.2
40422025-03-21T17:39:38.210Z 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`
40432025-03-21T17:39:38.243Z Compiling tinytemplate v1.2.1
40442025-03-21T17:39:38.246Z 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`
40452025-03-21T17:39:38.400Z Compiling target-spec v3.4.2
40462025-03-21T17:39:38.403Z 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`
40472025-03-21T17:39:39.004Z Compiling anes v0.1.6
40482025-03-21T17:39:39.007Z 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`
40492025-03-21T17:39:39.028Z Compiling oorandom v11.1.4
40502025-03-21T17:39:39.032Z 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`
40512025-03-21T17:39:39.172Z Compiling futures-timer v3.0.3
40522025-03-21T17:39:39.175Z 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`
40532025-03-21T17:39:39.261Z Compiling event-listener v2.5.3
40542025-03-21T17:39:39.286Z 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`
40552025-03-21T17:39:39.440Z Compiling criterion v0.5.1
40562025-03-21T17:39:39.443Z 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=b12ed88684261f45 -C extra-filename=-6cd3572c408f5a5c --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-bf3499c0732349d3.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`
40572025-03-21T17:39:39.671Z Compiling async-channel v1.9.0
40582025-03-21T17:39:39.674Z 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`
40592025-03-21T17:39:39.728Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-050e9551b72c463b/build-script-build`
40602025-03-21T17:39:39.772Z Compiling pbkdf2 v0.11.0
40612025-03-21T17:39:39.776Z 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`
40622025-03-21T17:39:39.906Z Compiling async-process v2.3.0
40632025-03-21T17:39:39.922Z 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`
40642025-03-21T17:39:39.985Z Compiling async-global-executor v2.4.1
40652025-03-21T17:39:39.988Z 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`
40662025-03-21T17:39:40.118Z Compiling cfg-expr v0.18.0
40672025-03-21T17:39:40.121Z 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`
40682025-03-21T17:39:41.149Z Compiling ssh-key v0.6.6
40692025-03-21T17:39:41.152Z 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`
40702025-03-21T17:39:41.367Z 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`
40712025-03-21T17:39:41.402Z Compiling p256 v0.13.2
40722025-03-21T17:39:41.406Z 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`
40732025-03-21T17:39:41.479Z Compiling p521 v0.13.3
40742025-03-21T17:39:41.482Z 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`
40752025-03-21T17:39:42.178Z Compiling petname v2.0.2
40762025-03-21T17:39:42.181Z 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=5df3ff5d0fdbe9e9 -C extra-filename=-b9d7c42cf47063c7 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-b9d7c42cf47063c7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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`
40772025-03-21T17:39:43.276Z Compiling async-attributes v1.1.2
40782025-03-21T17:39:43.279Z 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`
40792025-03-21T17:39:43.709Z Compiling russh-cryptovec v0.7.3
40802025-03-21T17:39:43.712Z 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`
40812025-03-21T17:39:44.035Z Compiling kv-log-macro v1.0.7
40822025-03-21T17:39:44.039Z 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`
40832025-03-21T17:39:44.266Z Compiling md5 v0.7.0
40842025-03-21T17:39:44.270Z 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`
40852025-03-21T17:39:44.292Z Compiling async-std v1.13.0
40862025-03-21T17:39:44.295Z 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`
40872025-03-21T17:39:44.799Z Compiling russh-keys v0.45.0
40882025-03-21T17:39:44.802Z 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`
40892025-03-21T17:39:45.006Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-b9d7c42cf47063c7/build-script-build`
40902025-03-21T17:39:45.344Z 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`
40912025-03-21T17:39:46.229Z Compiling num-bigint v0.4.6
40922025-03-21T17:39:46.233Z 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`
40932025-03-21T17:39:48.310Z Compiling pathdiff v0.2.3
40942025-03-21T17:39:48.313Z 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`
40952025-03-21T17:39:48.494Z Compiling des v0.8.1
40962025-03-21T17:39:48.519Z 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`
40972025-03-21T17:39:48.869Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
40982025-03-21T17:39:48.872Z 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`
40992025-03-21T17:39:49.844Z Compiling nested v0.1.1
41002025-03-21T17:39:49.847Z 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`
41012025-03-21T17:39:50.099Z Compiling doc-comment v0.3.3
41022025-03-21T17:39:50.102Z 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`
41032025-03-21T17:39:50.143Z Compiling guppy v0.17.17
41042025-03-21T17:39:50.147Z 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=5af4903c02adeb0c -C extra-filename=-f18d930debce814c --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-e0bdeb5870d332e1.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`
41052025-03-21T17:39:50.709Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-c435d2e39c49a2e0/build-script-build`
41062025-03-21T17:39:50.738Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41072025-03-21T17:39:50.741Z 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`
41082025-03-21T17:39:50.912Z Compiling russh v0.45.0
41092025-03-21T17:39:50.941Z 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`
41102025-03-21T17:39:53.673Z Compiling async-object-pool v0.1.5
41112025-03-21T17:39:53.673Z 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`
41122025-03-21T17:39:53.836Z 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=0c86eaee59924e80 -C extra-filename=-f0251f222715a768 --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`
41132025-03-21T17:39:55.850Z Compiling rstest_macros v0.24.0
41142025-03-21T17:39:55.854Z 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`
41152025-03-21T17:39:56.205Z Compiling assert-json-diff v2.0.2
41162025-03-21T17:39:56.208Z 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`
41172025-03-21T17:39:56.463Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41182025-03-21T17:39:56.468Z 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`
41192025-03-21T17:39:56.960Z Compiling serde_regex v1.1.0
41202025-03-21T17:39:56.963Z 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=8d9a4ed3465c5dd0 -C extra-filename=-317eb24541d8091a --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-bf3499c0732349d3.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`
41212025-03-21T17:39:57.013Z Compiling path-tree v0.8.1
41222025-03-21T17:39:57.016Z 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`
41232025-03-21T17:39:57.218Z Compiling target-triple v0.1.3
41242025-03-21T17:39:57.221Z 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`
41252025-03-21T17:39:57.268Z Compiling internet-checksum v0.2.1
41262025-03-21T17:39:57.272Z 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`
41272025-03-21T17:39:57.498Z Compiling assert_cmd v2.0.16
41282025-03-21T17:39:57.501Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
41292025-03-21T17:39:57.592Z Compiling stringmetrics v2.2.2
41302025-03-21T17:39:57.595Z 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`
41312025-03-21T17:39:57.789Z Compiling sync-ptr v0.1.1
41322025-03-21T17:39:57.793Z 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`
41332025-03-21T17:39:57.877Z Compiling httpmock v0.8.0-alpha.1
41342025-03-21T17:39:57.882Z 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=8484b745dc979f6d -C extra-filename=-bec31b8788df09d7 --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-bf3499c0732349d3.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-317eb24541d8091a.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-6c02ce0437a7d712.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`
41352025-03-21T17:39:57.882Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-570c10dfe4911b41/build-script-build`
41362025-03-21T17:39:57.944Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-b114229bfa743eb6/build-script-build`
41372025-03-21T17:39:57.976Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-fb48e12239b53ca7/build-script-build`
41382025-03-21T17:39:58.041Z 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`
41392025-03-21T17:39:58.045Z Compiling proc-macro-crate v3.2.0
41402025-03-21T17:39:58.045Z 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`
41412025-03-21T17:39:58.071Z Compiling relative-path v1.9.3
41422025-03-21T17:39:58.074Z 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`
41432025-03-21T17:39:58.134Z 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=9f00a819561a434d -C extra-filename=-6cf124313f518f3c --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-d4d7b1a7a2996c10.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-182662e5ecbd8530.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-aee7dbe5a0bae24f.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`
41442025-03-21T17:39:58.683Z 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"))'`
41452025-03-21T17:39:58.838Z Compiling multimap v0.10.0
41462025-03-21T17:39:58.841Z 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`
41472025-03-21T17:39:59.190Z Compiling uzers v0.12.1
41482025-03-21T17:39:59.194Z 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`
41492025-03-21T17:39:59.243Z Compiling trybuild v1.0.103
41502025-03-21T17:39:59.243Z 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=4bfe2a9351d86a52 -C extra-filename=-f33a5a4a4824c8cd --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-bf3499c0732349d3.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`
41512025-03-21T17:39:59.246Z 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`
41522025-03-21T17:40:00.365Z Compiling partial-io v0.5.4
41532025-03-21T17:40:00.368Z 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`
41542025-03-21T17:40:00.849Z Compiling blake2b_simd v1.0.2
41552025-03-21T17:40:00.852Z 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`
41562025-03-21T17:40:05.256Z Compiling httptest v0.16.3
41572025-03-21T17:40:05.259Z 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=b0bda7379088e06a -C extra-filename=-a2083d6ee951657b --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-d4d7b1a7a2996c10.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-bf3499c0732349d3.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`
41582025-03-21T17:40:06.185Z Compiling rustls-native-certs v0.7.3
41592025-03-21T17:40:06.188Z 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`
41602025-03-21T17:40:06.732Z Compiling rand_distr v0.4.3
41612025-03-21T17:40:06.735Z 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`
41622025-03-21T17:40:07.665Z Compiling approx v0.5.1
41632025-03-21T17:40:07.669Z 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`
41642025-03-21T17:40:07.946Z Compiling rust-argon2 v2.1.0
41652025-03-21T17:40:07.950Z 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`
41662025-03-21T17:40:08.553Z Compiling rstest v0.24.0
41672025-03-21T17:40:08.557Z 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=8fb81419ad97d436 -C extra-filename=-e3af39f1dfb8b823 --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-f33a5a4a4824c8cd.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41682025-03-21T17:40:08.831Z Compiling cargo_toml v0.21.0
41692025-03-21T17:40:08.835Z 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`
41702025-03-21T17:40:09.677Z Compiling termios v0.3.3
41712025-03-21T17:40:09.680Z 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`
41722025-03-21T17:40:09.946Z 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`
41732025-03-21T17:40:11.337Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-971b0d375c0efa06/build-script-build`
41742025-03-21T17:40:11.418Z 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=6921d6879a309d18 -C extra-filename=-064cb021aefc2c3d --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-c4e7c3e6d69869a6/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-03-21T17:40:12.630Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-3efb7a8133c72be9/build-script-build`
41762025-03-21T17:40:13.693Z 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=de439efda8af1a55 -C extra-filename=-546ca2b8c4690a10 --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-064cb021aefc2c3d.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-c4e7c3e6d69869a6/out/build/artifacts --check-cfg 'cfg(disable_slow_tests)'`
41772025-03-21T17:40:14.495Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
41782025-03-21T17:40:14.500Z 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=b2f2c5cd2cba0a03 -C extra-filename=-576402b43bc22cd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-e0bdeb5870d332e1.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`
41792025-03-21T17:40:15.425Z 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`
41802025-03-21T17:40:16.030Z Compiling rustls-webpki v0.102.8
41812025-03-21T17:40:16.033Z 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=cafb97c7a26bd3bd -C extra-filename=-642a4257da59b455 --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-546ca2b8c4690a10.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out`
41822025-03-21T17:40:16.863Z Compiling git2 v0.19.0
41832025-03-21T17:40:16.867Z 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`
41842025-03-21T17:40:17.010Z 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=4decbf82c4b042e4 -C extra-filename=-429cd774d45cbd7f --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-546ca2b8c4690a10.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-642a4257da59b455.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
41852025-03-21T17:40:17.901Z 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=68d7b5ba43da20c9 -C extra-filename=-602497b7914c8656 --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-642a4257da59b455.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-c4e7c3e6d69869a6/out/build/artifacts`
41862025-03-21T17:40:25.302Z Compiling tokio-rustls v0.26.0
41872025-03-21T17:40:25.305Z 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=77e02918b0b2fe8c -C extra-filename=-ab13e610a31ec249 --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-429cd774d45cbd7f.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out`
41882025-03-21T17:40:25.780Z Compiling hyper-rustls v0.27.3
41892025-03-21T17:40:25.783Z 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=8d6a348e146fe630 -C extra-filename=-42263bb662c99507 --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-429cd774d45cbd7f.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-ab13e610a31ec249.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out`
41902025-03-21T17:40:26.339Z Compiling reqwest v0.12.12
41912025-03-21T17:40:26.345Z 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=961e83beb09ed1e8 -C extra-filename=-b6ff835e5306a45a --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-42263bb662c99507.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-429cd774d45cbd7f.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-ab13e610a31ec249.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
41922025-03-21T17:40:26.430Z Compiling tokio-rustls v0.25.0
41932025-03-21T17:40:26.433Z 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=da44afe35b723123 -C extra-filename=-cd898422615233af --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-602497b7914c8656.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-c4e7c3e6d69869a6/out/build/artifacts`
41942025-03-21T17:40:26.520Z Compiling samael v0.0.18
41952025-03-21T17:40:26.523Z 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=eb1c75058dc3e707 -C extra-filename=-04e064e709981e89 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-04e064e709981e89 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-1468b149f74686a8.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`
41962025-03-21T17:40:26.862Z 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=755c31f2cea2082c -C extra-filename=-8f2df18473562869 --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-602497b7914c8656.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-cd898422615233af.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-c4e7c3e6d69869a6/out/build/artifacts`
41972025-03-21T17:40:27.694Z 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=02eceb75548d28b0 -C extra-filename=-f314810ca873fdc5 --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-602497b7914c8656.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-cd898422615233af.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-c4e7c3e6d69869a6/out/build/artifacts`
41982025-03-21T17:40:28.334Z 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=55bebef887d6e8e3 -C extra-filename=-4a3c2e813716afe0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-bfbd0afb5f2422e7.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-90d80718d93ed372.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-429cd774d45cbd7f.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-ab13e610a31ec249.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out`
41992025-03-21T17:40:28.334Z 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=982404ae866a362b -C extra-filename=-9952c213631c5ea2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-bf3499c0732349d3.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)'`
42002025-03-21T17:40:28.942Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-04e064e709981e89/build-script-bindings`
42012025-03-21T17:40:29.293Z Compiling hyper-rustls v0.26.0
42022025-03-21T17:40:29.296Z 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=7e6b5e7be9b21adc -C extra-filename=-438d2c5eb9782f9f --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-602497b7914c8656.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-cd898422615233af.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-c4e7c3e6d69869a6/out/build/artifacts`
42032025-03-21T17:40:29.699Z Compiling progenitor-client v0.9.1
42042025-03-21T17:40:29.704Z 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=5e70fe7c09eb4418 -C extra-filename=-5aab157a7e8c894e --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-b6ff835e5306a45a.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
42052025-03-21T17:40:29.861Z Compiling progenitor-client v0.8.0
42062025-03-21T17:40:29.865Z 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=c71a92af917eced6 -C extra-filename=-02c814c0ab75679f --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-b6ff835e5306a45a.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
42072025-03-21T17:40:30.013Z Compiling omicron-zone-package v0.12.0
42082025-03-21T17:40:30.016Z 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=a3de904f90cce113 -C extra-filename=-7cd722b700be2727 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-b6ff835e5306a45a.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
42092025-03-21T17:40:30.260Z Compiling progenitor v0.9.1
42102025-03-21T17:40:30.265Z Compiling polar-core v0.27.3
42112025-03-21T17:40:30.288Z 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=0e309c6d58690fb3 -C extra-filename=-e6bf539448aa7ceb --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-5aab157a7e8c894e.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-29d01407cabe648c.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-0c97cd09829bb98f.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
42122025-03-21T17:40:30.292Z 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=0724e9a85186cade -C extra-filename=-512a212588e43d37 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-512a212588e43d37 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-8aa7e88ceb80d523.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`
42132025-03-21T17:40:30.401Z Compiling progenitor v0.8.0
42142025-03-21T17:40:30.404Z 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=6d311599f67969bc -C extra-filename=-e03cc6835b26ea51 --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-02c814c0ab75679f.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-f973c2ef0b9f18af.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-96ba0a9b6cdc1f4c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
42152025-03-21T17:40:30.537Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
42162025-03-21T17:40:30.540Z 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=3b8b798b128d5335 -C extra-filename=-8bb0f0dce7516ab9 --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-e6bf539448aa7ceb.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5aab157a7e8c894e.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0b5be379dd465c64.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
42172025-03-21T17:40:30.676Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
42182025-03-21T17:40:30.679Z 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=cad73e25041fd102 -C extra-filename=-6c2d10e7b70753f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-e03cc6835b26ea51.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
42192025-03-21T17:40:30.990Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
42202025-03-21T17:40:30.993Z 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=4fba3d4065534a74 -C extra-filename=-a831a60b6cf08d26 --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-e03cc6835b26ea51.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
42212025-03-21T17:40:32.023Z Compiling qorb v0.2.1
42222025-03-21T17:40:32.027Z 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=ab6d17330797b6d5 -C extra-filename=-b58e0df12ff1a74e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-8f2df18473562869.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-c4e7c3e6d69869a6/out/build/artifacts`
42232025-03-21T17:40:35.005Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
42242025-03-21T17:40:35.008Z 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=bb50b5f91e0c2d73 -C extra-filename=-3931ba68489a6698 --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-e03cc6835b26ea51.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
42252025-03-21T17:40:35.710Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-512a212588e43d37/build-script-build`
42262025-03-21T17:40:36.030Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
42272025-03-21T17:40:36.033Z 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=749d686df38b331b -C extra-filename=-e99e459d55ad9ba9 --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-94932e580f588423.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-4f771ce06642b840.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a831a60b6cf08d26.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-bf3499c0732349d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-a9d65db47e5fa4ff.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-c4e7c3e6d69869a6/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`
42282025-03-21T17:40:36.457Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
42292025-03-21T17:40:36.502Z 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=7854512091286f1b -C extra-filename=-d1ed29fdbb3e309f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-e6bf539448aa7ceb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
42302025-03-21T17:40:36.502Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
42312025-03-21T17:40:36.502Z 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=239db29281fc2d98 -C extra-filename=-cd6736285ed7f60c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-8f2df18473562869.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-e6bf539448aa7ceb.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-b6ff835e5306a45a.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64`
42322025-03-21T17:40:36.628Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
42332025-03-21T17:40:36.632Z 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=916f37f22c01a3a8 -C extra-filename=-cd932395ff22558b --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-cd932395ff22558b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7cd722b700be2727.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9774cec2beac982d.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-e23a31ec31709aa1.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-c33ab6f1b332a18f.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
42342025-03-21T17:40:37.546Z 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=0a4f5a70937019f0 -C extra-filename=-dfc776dff89ad187 --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`
42352025-03-21T17:40:37.742Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
42362025-03-21T17:40:37.748Z 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=3d8a326be1a20ff4 -C extra-filename=-6747ddb034f87c90 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-6747ddb034f87c90 -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-94932e580f588423.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-546ca2b8c4690a10.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 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-d4d7b1a7a2996c10.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.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-8f2df18473562869.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-42263bb662c99507.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 openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6e408b59dbc54863.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-aee7dbe5a0bae24f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b58e0df12ff1a74e.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-bf3499c0732349d3.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-af772249a6769106.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-429cd774d45cbd7f.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-642a4257da59b455.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-6c02ce0437a7d712.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-ab13e610a31ec249.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_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-01e4a0be8cd7addb.rlib --extern zip_f595c2ba2a3f28df=/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-c4e7c3e6d69869a6/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`
42372025-03-21T17:40:37.775Z 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=be4a2883a40d5fd7 -C extra-filename=-fd1a688fa2ef92bd --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`
42382025-03-21T17:40:38.046Z Compiling tough v0.19.0
42392025-03-21T17:40:38.050Z 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=f59debccfb5243a8 -C extra-filename=-730b254f743318d8 --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-546ca2b8c4690a10.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-ed13e307b4af07aa.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-b6ff835e5306a45a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-429cd774d45cbd7f.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
42402025-03-21T17:40:38.075Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
42412025-03-21T17:40:38.095Z 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=3536447a0daf003a -C extra-filename=-a9f200dd65110e89 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-a9f200dd65110e89 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-9952c213631c5ea2.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`
42422025-03-21T17:40:38.133Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-6747ddb034f87c90/build-script-build`
42432025-03-21T17:40:38.181Z 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=f0b3c25c08f0e15c -C extra-filename=-4c4a5b8e20b3054c --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-94932e580f588423.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-546ca2b8c4690a10.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 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-d4d7b1a7a2996c10.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.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-8f2df18473562869.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-42263bb662c99507.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 openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6e408b59dbc54863.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-aee7dbe5a0bae24f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b58e0df12ff1a74e.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-bf3499c0732349d3.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-af772249a6769106.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-429cd774d45cbd7f.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-642a4257da59b455.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-6c02ce0437a7d712.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-ab13e610a31ec249.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_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-01e4a0be8cd7addb.rmeta --extern zip_f595c2ba2a3f28df=/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-c4e7c3e6d69869a6/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`
42442025-03-21T17:40:38.319Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
42452025-03-21T17:40:38.322Z 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=d99caf704a621206 -C extra-filename=-333ddb4be33656cd --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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
42462025-03-21T17:40:39.288Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42472025-03-21T17:40:39.291Z 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=59a249ceefc0b1f4 -C extra-filename=-8bbe0c9e09a3246e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-333ddb4be33656cd.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-f314810ca873fdc5.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-6c2d10e7b70753f7.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-4c4a5b8e20b3054c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5aab157a7e8c894e.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-6939751d4076c61a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-10a08c345b0e6422.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 tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42482025-03-21T17:40:40.053Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42492025-03-21T17:40:40.057Z 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=73d6a2d0a084a864 -C extra-filename=-d098827d9c7bc9d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
42502025-03-21T17:40:41.039Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42512025-03-21T17:40:41.043Z 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=30d71bfd43af1e76 -C extra-filename=-b4246d31d7e531f3 --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-4c4a5b8e20b3054c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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`
42522025-03-21T17:40:41.350Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42532025-03-21T17:40:41.388Z 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=f0e434371efc322e -C extra-filename=-1e5858c64367ac2c --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-4c4a5b8e20b3054c.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-10a08c345b0e6422.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-c4e7c3e6d69869a6/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`
42542025-03-21T17:40:41.392Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
42552025-03-21T17:40:41.392Z 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=5b2135e352e09ba3 -C extra-filename=-8742d05d4bac54c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-4c4a5b8e20b3054c.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-10a08c345b0e6422.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-c4e7c3e6d69869a6/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`
42562025-03-21T17:40:41.831Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
42572025-03-21T17:40:41.836Z 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=19b3651b4b26ea3f -C extra-filename=-39deae43b9d82b8c --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-4c4a5b8e20b3054c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/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`
42582025-03-21T17:40:45.152Z 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=e6e8d2e22f339b7a -C extra-filename=-fc3b1ea3f08d2236 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-333ddb4be33656cd.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-f314810ca873fdc5.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-6c2d10e7b70753f7.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-4c4a5b8e20b3054c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5aab157a7e8c894e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-10a08c345b0e6422.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 tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42592025-03-21T17:40:47.556Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
42602025-03-21T17:40:47.559Z 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=8096e7b5ff8e34fb -C extra-filename=-ba1653f96913003a --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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
42612025-03-21T17:40:47.881Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42622025-03-21T17:40:47.916Z 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=2944f2a7d472731c -C extra-filename=-28ee91c400f25b96 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-28ee91c400f25b96 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4246d31d7e531f3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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`
42632025-03-21T17:40:48.305Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-28ee91c400f25b96/build-script-build`
42642025-03-21T17:40:48.351Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
42652025-03-21T17:40:48.355Z 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=2e47c3bab26b3cf8 -C extra-filename=-339ae149f620f117 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
42662025-03-21T17:40:48.786Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42672025-03-21T17:40:48.790Z 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=12bd0218d54f065e -C extra-filename=-e3cb0d789ec695ed --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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
42682025-03-21T17:40:48.908Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42692025-03-21T17:40:48.925Z 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=195a826c2d428541 -C extra-filename=-32b502058f7022b7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-32b502058f7022b7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4246d31d7e531f3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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`
42702025-03-21T17:40:49.070Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
42712025-03-21T17:40:49.074Z 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=2cae3fa4cba72d6b -C extra-filename=-70757c083d66c46f --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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
42722025-03-21T17:40:49.330Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-32b502058f7022b7/build-script-build`
42732025-03-21T17:40:49.372Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42742025-03-21T17:40:49.375Z 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=53232ffa699e2194 -C extra-filename=-0fe65454a40132ec --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-e3cb0d789ec695ed.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
42752025-03-21T17:40:49.596Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-cd932395ff22558b/build-script-build`
42762025-03-21T17:40:50.083Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42772025-03-21T17:40:50.086Z 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=8d84e94211411ef9 -C extra-filename=-41d4cc6b9a05d988 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-41d4cc6b9a05d988 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4246d31d7e531f3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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-03-21T17:40:50.494Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-41d4cc6b9a05d988/build-script-build`
42792025-03-21T17:40:50.538Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42802025-03-21T17:40:50.542Z 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=573e8dd670a9b581 -C extra-filename=-c904f54635e70df4 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-c904f54635e70df4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4246d31d7e531f3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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-03-21T17:40:50.955Z 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=c16db8752a597789 -C extra-filename=-2c7e628874fe7c53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-f314810ca873fdc5.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-7ae797e87ac7d4ab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f4a00c8e48b2f51a.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-de89508f1b1caf1a.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-d098827d9c7bc9d8.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-c4e7c3e6d69869a6/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)'`
42822025-03-21T17:40:51.407Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
42832025-03-21T17:40:51.412Z 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=c36ccad857ff3a44 -C extra-filename=-d0f530f08cd0c392 --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-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42842025-03-21T17:40:51.558Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42852025-03-21T17:40:51.669Z 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=b47984d3fc0c703c -C extra-filename=-45cd223c1bc5665d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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-10a08c345b0e6422.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42862025-03-21T17:40:52.669Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
42872025-03-21T17:40:52.672Z 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=54665f0c5ff744b3 -C extra-filename=-4f352bd37c38d1aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-d1ad1b900079a84c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42882025-03-21T17:40:54.764Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
42892025-03-21T17:40:54.772Z 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=c4c13b7fa0dcb171 -C extra-filename=-417b339e53d34794 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42902025-03-21T17:40:54.927Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42912025-03-21T17:40:54.930Z 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=5a43092c2e9bff5e -C extra-filename=-21973901162f5633 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-f314810ca873fdc5.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-e99e459d55ad9ba9.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-bf3499c0732349d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-602497b7914c8656.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-c4e7c3e6d69869a6/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`
42922025-03-21T17:40:56.125Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
42932025-03-21T17:40:56.128Z 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=0c582cbc693cb7be -C extra-filename=-e35e3e664c076d4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-4c4a5b8e20b3054c.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0f530f08cd0c392.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-c4e7c3e6d69869a6/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`
42942025-03-21T17:40:57.426Z 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=0b5355ed0fb57528 -C extra-filename=-854cbbd16210f886 --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-fc3b1ea3f08d2236.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42952025-03-21T17:40:57.471Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
42962025-03-21T17:40:57.474Z 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=b24f90fe97400cae -C extra-filename=-e2f2efe1c2b7338f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-4c4a5b8e20b3054c.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0f530f08cd0c392.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-c4e7c3e6d69869a6/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`
42972025-03-21T17:40:57.878Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
42982025-03-21T17:40:57.881Z 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=fd542ca5c8104611 -C extra-filename=-1cfd10fae9f6777e --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-417b339e53d34794.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b58e0df12ff1a74e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
42992025-03-21T17:40:58.469Z 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=b81265a803625306 -C extra-filename=-d8d6010ef8f02e65 --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-4c4a5b8e20b3054c.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5aab157a7e8c894e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/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-03-21T17:40:59.535Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
43012025-03-21T17:40:59.550Z 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=c47751b63cdd3040 -C extra-filename=-7f62531d87d3266a --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-f314810ca873fdc5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-339ae149f620f117.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43022025-03-21T17:41:00.161Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
43032025-03-21T17:41:00.164Z 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=00ccb809f5efd767 -C extra-filename=-4e93af2543212c00 --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-d1ad1b900079a84c.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-417b339e53d34794.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43042025-03-21T17:41:00.839Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
43052025-03-21T17:41:00.843Z 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=31f851a0b78c088c -C extra-filename=-29e1efb1dc6ce857 --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-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43062025-03-21T17:41:01.014Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43072025-03-21T17:41:01.020Z 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=0d61d96c603716c1 -C extra-filename=-8a8588db3f3e1e6f --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-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43082025-03-21T17:41:01.278Z 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=2afe1f93cffe6a56 -C extra-filename=-a5b7242cbc0f8044 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-4c4a5b8e20b3054c.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-854cbbd16210f886.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-c4e7c3e6d69869a6/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`
43092025-03-21T17:41:01.837Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43102025-03-21T17:41:01.842Z 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=3985b2476d64d393 -C extra-filename=-104c66aad97970ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-7f62531d87d3266a.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4e93af2543212c00.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.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-417b339e53d34794.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-a9d65db47e5fa4ff.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43112025-03-21T17:41:02.012Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43122025-03-21T17:41:02.016Z 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=1a3cf688420b80f8 -C extra-filename=-67f961dcb7552aff --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-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43132025-03-21T17:41:02.040Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43142025-03-21T17:41:02.046Z 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=63f7fa9f5f308ac4 -C extra-filename=-86c0f344a5793d7f --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-29e1efb1dc6ce857.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43152025-03-21T17:41:02.875Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43162025-03-21T17:41:02.885Z 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=78a4beb6b72cbc94 -C extra-filename=-1842958146b803da --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-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43172025-03-21T17:41:04.303Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
43182025-03-21T17:41:04.307Z 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=9b402d3fd6626bc8 -C extra-filename=-7c07ff066c187489 --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-2c7e628874fe7c53.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43192025-03-21T17:41:04.371Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43202025-03-21T17:41:04.375Z 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=4931375e577853f2 -C extra-filename=-3c129ad2d5481692 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2c7e628874fe7c53.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-10a08c345b0e6422.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-8742d05d4bac54c7.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43212025-03-21T17:41:04.730Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
43222025-03-21T17:41:04.755Z 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=5bfddad4b70e78b3 -C extra-filename=-4948e26193de673b --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-4c4a5b8e20b3054c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-a5b7242cbc0f8044.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-854cbbd16210f886.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-c4e7c3e6d69869a6/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-03-21T17:41:05.374Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
43242025-03-21T17:41:05.378Z 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=19062b42bdad0103 -C extra-filename=-b6b46539c0df711f --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-2c7e628874fe7c53.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.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-4c4a5b8e20b3054c.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-7c07ff066c187489.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43252025-03-21T17:41:06.172Z 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=601551a6db747254 -C extra-filename=-0b0461f01fbc7410 --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-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-10a08c345b0e6422.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-7c07ff066c187489.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-c4e7c3e6d69869a6/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`
43262025-03-21T17:41:06.279Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43272025-03-21T17:41:06.282Z 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=7fcc77b8d660b567 -C extra-filename=-2b599898b54218bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-1cca5c0aed2a5387.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2c7e628874fe7c53.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-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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-7c07ff066c187489.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-6b157dc50018a28d.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-c4e7c3e6d69869a6/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`
43282025-03-21T17:41:06.511Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
43292025-03-21T17:41:06.514Z 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=80f664f58b6dec86 -C extra-filename=-7a8176c88c086b30 --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-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-7c07ff066c187489.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43302025-03-21T17:41:07.924Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43312025-03-21T17:41:07.928Z 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=410488e4e0addf99 -C extra-filename=-b5c3e4d522248b21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-333ddb4be33656cd.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-4f352bd37c38d1aa.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-f314810ca873fdc5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-39deae43b9d82b8c.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-2c7e628874fe7c53.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-b6b46539c0df711f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.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-4c4a5b8e20b3054c.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-e35e3e664c076d4c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.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-10a08c345b0e6422.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-bfa3bd5f47e1031d.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-8742d05d4bac54c7.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43322025-03-21T17:41:09.757Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43332025-03-21T17:41:09.760Z 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=568530089ae439c5 -C extra-filename=-b050a7a02a78cbb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0b0461f01fbc7410.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-b6b46539c0df711f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8bb0f0dce7516ab9.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-7c07ff066c187489.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-c4e7c3e6d69869a6/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`
43342025-03-21T17:41:11.553Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
43352025-03-21T17:41:11.556Z 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=49bfae5f65994a43 -C extra-filename=-1a62de45ece3eaa4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-b6b46539c0df711f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8bb0f0dce7516ab9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43362025-03-21T17:41:12.578Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
43372025-03-21T17:41:12.582Z 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=ca018aa16d33eee4 -C extra-filename=-2b76e78ca47400be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-4c4a5b8e20b3054c.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ba1653f96913003a.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-e2f2efe1c2b7338f.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-4948e26193de673b.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0f530f08cd0c392.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-c4e7c3e6d69869a6/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`
43382025-03-21T17:41:13.038Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
43392025-03-21T17:41:13.042Z 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=80544dcff66cbc51 -C extra-filename=-3a088634bc6f9b5b --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-f314810ca873fdc5.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-4c4a5b8e20b3054c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43402025-03-21T17:41:13.490Z 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=4c7d0228f25220c0 -C extra-filename=-7fc8dbdbce61af0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-6505a1c5a8ae867a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-eed672c31e8ec6d2.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-f314810ca873fdc5.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-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-e35e3e664c076d4c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1be4fcd8a43955fc.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b58e0df12ff1a74e.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c34d54190d6438f9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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_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 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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43412025-03-21T17:41:16.094Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
43422025-03-21T17:41:16.099Z 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=e700018c09fa5124 -C extra-filename=-8f42ebc0e38ef9f9 --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-3931ba68489a6698.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5aab157a7e8c894e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-7c07ff066c187489.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-c4e7c3e6d69869a6/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`
43432025-03-21T17:41:17.146Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43442025-03-21T17:41:17.150Z 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=15efa4e20bfb99f3 -C extra-filename=-02bc60481711bd81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-2c7e628874fe7c53.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-67f961dcb7552aff.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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-2b599898b54218bb.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-c4e7c3e6d69869a6/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`
43452025-03-21T17:41:18.550Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
43462025-03-21T17:41:18.553Z 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=09b05b16e497b6e8 -C extra-filename=-8a33f2c235b0ec9a --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-f314810ca873fdc5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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-b050a7a02a78cbb8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7c07ff066c187489.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-c4e7c3e6d69869a6/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`
43472025-03-21T17:41:20.411Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
43482025-03-21T17:41:20.415Z 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=9056031cbf42b56f -C extra-filename=-7c6693e74ff6d77d --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-f314810ca873fdc5.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-b6b46539c0df711f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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-b050a7a02a78cbb8.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-70757c083d66c46f.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7c07ff066c187489.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-c4e7c3e6d69869a6/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`
43492025-03-21T17:41:20.950Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43502025-03-21T17:41:20.953Z 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=299efd274e75ac4f -C extra-filename=-c8f015af5a3af7d9 --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-f314810ca873fdc5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43512025-03-21T17:41:22.593Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
43522025-03-21T17:41:22.597Z 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=937cc8b173f87fdd -C extra-filename=-8655b87cc87891ac --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-f314810ca873fdc5.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-86c0f344a5793d7f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
43532025-03-21T17:41:23.427Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
43542025-03-21T17:41:23.432Z 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=4b118d0e344d9fb1 -C extra-filename=-1cc8a26705773e67 --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-f314810ca873fdc5.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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43552025-03-21T17:41:24.058Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-c904f54635e70df4/build-script-build`
43562025-03-21T17:41:24.103Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43572025-03-21T17:41:24.136Z 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=b2ac69553ef3928c -C extra-filename=-1952bb4b91348521 --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-e3cb0d789ec695ed.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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-03-21T17:41:24.413Z Compiling oso v0.27.3
43592025-03-21T17:41:24.417Z 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=9a586bd4f7007c56 -C extra-filename=-d52411e4d91e71f9 --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-dfc776dff89ad187.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`
43602025-03-21T17:41:24.716Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
43612025-03-21T17:41:24.719Z 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=58e94766899ce11b -C extra-filename=-0f4e02e728d26142 --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-4c4a5b8e20b3054c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/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`
43622025-03-21T17:41:25.303Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43632025-03-21T17:41:25.306Z 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=3bb1389d060bc002 -C extra-filename=-d0f6f77ced6d0c32 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-d0f6f77ced6d0c32 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4246d31d7e531f3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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`
43642025-03-21T17:41:25.550Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43652025-03-21T17:41:25.595Z 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=a6deb5e780c0921f -C extra-filename=-bcb50325f21c2099 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-f314810ca873fdc5.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-86c0f344a5793d7f.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-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
43662025-03-21T17:41:25.760Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-d0f6f77ced6d0c32/build-script-build`
43672025-03-21T17:41:25.768Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
43682025-03-21T17:41:25.809Z 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=9fb1ad44c34ba45f -C extra-filename=-ada969df638ac0eb --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-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43692025-03-21T17:41:25.868Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
43702025-03-21T17:41:25.873Z 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=72ec2d936ef4b83b -C extra-filename=-e0cb726d63dd4735 --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-f314810ca873fdc5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43712025-03-21T17:41:26.435Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
43722025-03-21T17:41:26.446Z 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=26817bfd50079498 -C extra-filename=-8f797db05b3d5610 --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-4f352bd37c38d1aa.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-4c4a5b8e20b3054c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43732025-03-21T17:41:27.940Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43742025-03-21T17:41:27.940Z 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=21d9cf99b30225ca -C extra-filename=-08c13f9e5144b234 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d8d6010ef8f02e65.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-39deae43b9d82b8c.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-7c07ff066c187489.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-656d1cfcb7d57bd6.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8742d05d4bac54c7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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`
43752025-03-21T17:41:28.039Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
43762025-03-21T17:41:28.043Z 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=f2c273d7a5895584 -C extra-filename=-20915d3e2ac0a11c --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-4f352bd37c38d1aa.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-4c4a5b8e20b3054c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43772025-03-21T17:41:29.338Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43782025-03-21T17:41:29.342Z 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=2972513e9575ecd1 -C extra-filename=-21af4280d8d3bf12 --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-b6b46539c0df711f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.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-4c4a5b8e20b3054c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43792025-03-21T17:41:29.550Z 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=71ab03de2c0746c1 -C extra-filename=-01214f70f275cb4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-4f352bd37c38d1aa.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-0fe65454a40132ec.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-45cd223c1bc5665d.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1842958146b803da.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-8a8588db3f3e1e6f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.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-4c4a5b8e20b3054c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.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-1a62de45ece3eaa4.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-bfa3bd5f47e1031d.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 tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.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-c4e7c3e6d69869a6/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`
43802025-03-21T17:41:29.745Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43812025-03-21T17:41:29.749Z 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=a2d8aa83d5fd8e09 -C extra-filename=-d715a228eafbbd0e --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-b6b46539c0df711f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43822025-03-21T17:41:31.296Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
43832025-03-21T17:41:31.300Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/d238703/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=fb98fcdeb8067c42 -C extra-filename=-c00c35aa9e5ce043 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-546ca2b8c4690a10.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-b1a6cfaf89ee5ea3.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-730b254f743318d8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ecb165813a8f5503.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-1dac4716b55b72de.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0ce550942076ed7f.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-c4e7c3e6d69869a6/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`
43842025-03-21T17:41:33.191Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
43852025-03-21T17:41:33.194Z 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=c3c088ac3a059378 -C extra-filename=-0fe85fbbe4f4b203 --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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
43862025-03-21T17:41:33.457Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43872025-03-21T17:41:33.495Z 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=2d607e8e6c7effd1 -C extra-filename=-9723079429974a39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-20915d3e2ac0a11c.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8f797db05b3d5610.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-4f352bd37c38d1aa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-39deae43b9d82b8c.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-b6b46539c0df711f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-1a62de45ece3eaa4.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-0fe85fbbe4f4b203.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43882025-03-21T17:41:33.510Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43892025-03-21T17:41:33.533Z 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=359439ac8f292884 -C extra-filename=-cc9bda8d14f9f1e3 --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-45cd223c1bc5665d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43902025-03-21T17:41:34.137Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43912025-03-21T17:41:34.141Z 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=702ad134de1bdb91 -C extra-filename=-06cf3283e5271ee7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-f314810ca873fdc5.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_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-730b254f743318d8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ecb165813a8f5503.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c00c35aa9e5ce043.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib -L native=/usr/ssl-3/lib/amd64`
43922025-03-21T17:41:34.399Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
43932025-03-21T17:41:34.402Z 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=f2fe9cdea6a179f6 -C extra-filename=-507d671d68964caa --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-3c129ad2d5481692.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-b050a7a02a78cbb8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7c07ff066c187489.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8742d05d4bac54c7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-08c13f9e5144b234.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-c4e7c3e6d69869a6/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`
43942025-03-21T17:41:36.478Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43952025-03-21T17:41:36.484Z 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=4a0b601f60cb61aa -C extra-filename=-093e6926b91db711 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-4f352bd37c38d1aa.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-39deae43b9d82b8c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2c7e628874fe7c53.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-1cfd10fae9f6777e.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-45cd223c1bc5665d.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9723079429974a39.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d715a228eafbbd0e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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-1a62de45ece3eaa4.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-0fe85fbbe4f4b203.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
43962025-03-21T17:41:38.380Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43972025-03-21T17:41:38.384Z 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=7b941469bbbac449 -C extra-filename=-180bf19d4776a0ee --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-180bf19d4776a0ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4246d31d7e531f3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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-03-21T17:41:38.432Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43992025-03-21T17:41:38.435Z 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=cc71668e304d2683 -C extra-filename=-636718a038f690bb --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-f314810ca873fdc5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44002025-03-21T17:41:38.811Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-180bf19d4776a0ee/build-script-build`
44012025-03-21T17:41:38.827Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44022025-03-21T17:41:38.857Z 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=d50ac00628f12405 -C extra-filename=-eaee192b88cc1ca6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.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-b5c3e4d522248b21.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-339ae149f620f117.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0f530f08cd0c392.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-e35e3e664c076d4c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44032025-03-21T17:41:39.274Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
44042025-03-21T17:41:39.308Z 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=f1926c7a1410ff47 -C extra-filename=-579377c124a9dd19 --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-4f352bd37c38d1aa.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44052025-03-21T17:41:41.149Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
44062025-03-21T17:41:41.152Z 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=591771cb88919e16 -C extra-filename=-3464f7c924df8db8 --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-f314810ca873fdc5.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21af4280d8d3bf12.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44072025-03-21T17:41:42.268Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44082025-03-21T17:41:42.271Z 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=229bb23e6212177a -C extra-filename=-330562689f633ac4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-f314810ca873fdc5.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-1cfd10fae9f6777e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21af4280d8d3bf12.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-e0cb726d63dd4735.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ada969df638ac0eb.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b58e0df12ff1a74e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44092025-03-21T17:41:45.052Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44102025-03-21T17:41:45.056Z 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=abd179894d45785d -C extra-filename=-6f690f1d8feae58f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-0b0461f01fbc7410.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-8a33f2c235b0ec9a.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7a8176c88c086b30.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-4f352bd37c38d1aa.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d1ed29fdbb3e309f.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-104c66aad97970ca.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4e93af2543212c00.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d8d6010ef8f02e65.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.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-39deae43b9d82b8c.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-2c7e628874fe7c53.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3c129ad2d5481692.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-67f961dcb7552aff.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-6c2d10e7b70753f7.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21af4280d8d3bf12.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-8f42ebc0e38ef9f9.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-4c4a5b8e20b3054c.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f4a00c8e48b2f51a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3a088634bc6f9b5b.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3464f7c924df8db8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8bb0f0dce7516ab9.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cd6736285ed7f60c.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0b5be379dd465c64.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-1cc8a26705773e67.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c8f015af5a3af7d9.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-0f4e02e728d26142.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-7c6693e74ff6d77d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1a62de45ece3eaa4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b050a7a02a78cbb8.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-70757c083d66c46f.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2b599898b54218bb.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7c07ff066c187489.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-02bc60481711bd81.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-4a3c2e813716afe0.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-6b157dc50018a28d.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 tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ecb165813a8f5503.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-c4e7c3e6d69869a6/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/`
44112025-03-21T17:41:45.219Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
44122025-03-21T17:41:45.222Z 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=87604caf47a7873a -C extra-filename=-dd9c9cb3b172dd2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-f314810ca873fdc5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-8655b87cc87891ac.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-86c0f344a5793d7f.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-2c7e628874fe7c53.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-29e1efb1dc6ce857.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3a088634bc6f9b5b.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3464f7c924df8db8.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-c4e7c3e6d69869a6/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`
44132025-03-21T17:41:47.674Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44142025-03-21T17:41:47.698Z 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=0fca669b92cb86d9 -C extra-filename=-09cc4441399a1899 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-09cc4441399a1899 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4246d31d7e531f3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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`
44152025-03-21T17:41:48.097Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44162025-03-21T17:41:48.100Z 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=ea9355f4d1fd32d8 -C extra-filename=-8d763713c33f0927 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-8d763713c33f0927 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4246d31d7e531f3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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`
44172025-03-21T17:41:48.518Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-8d763713c33f0927/build-script-build`
44182025-03-21T17:41:48.560Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-09cc4441399a1899/build-script-build`
44192025-03-21T17:41:48.605Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44202025-03-21T17:41:48.608Z 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=a0d386713c7a1f51 -C extra-filename=-e71dacb0238d55a2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-e71dacb0238d55a2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4246d31d7e531f3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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`
44212025-03-21T17:41:48.705Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44222025-03-21T17:41:48.731Z 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=9f0098652d5dd51f -C extra-filename=-981867b6f76fca65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-8bbe0c9e09a3246e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-b6ff835e5306a45a.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-7c07ff066c187489.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-a9d65db47e5fa4ff.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-656d1cfcb7d57bd6.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.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-8742d05d4bac54c7.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-08c13f9e5144b234.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-507d671d68964caa.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-c4e7c3e6d69869a6/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`
44232025-03-21T17:41:49.018Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-e71dacb0238d55a2/build-script-build`
44242025-03-21T17:41:49.059Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
44252025-03-21T17:41:49.064Z 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=e66721613985eb12 -C extra-filename=-cf67ce5b0dad110e --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-4f352bd37c38d1aa.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-4c4a5b8e20b3054c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44262025-03-21T17:41:50.129Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44272025-03-21T17:41:50.133Z 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=1aaf5118f6608f6c -C extra-filename=-d3a5f9cc22e7260f --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-d3a5f9cc22e7260f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4246d31d7e531f3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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`
44282025-03-21T17:41:50.491Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-a9f200dd65110e89/build-script-build`
44292025-03-21T17:41:50.545Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44302025-03-21T17:41:50.548Z 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=e4701bdb925c6c52 -C extra-filename=-b7b123aba39a0510 --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-4c4a5b8e20b3054c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/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`
44312025-03-21T17:41:52.072Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44322025-03-21T17:41:52.076Z 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=091a409db092cab3 -C extra-filename=-3b732f5de9546b06 --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-f314810ca873fdc5.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-86c0f344a5793d7f.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-dd9c9cb3b172dd2e.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-bcb50325f21c2099.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-c4e7c3e6d69869a6/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`
44332025-03-21T17:41:52.261Z 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=957eeeebcdc6c14a -C extra-filename=-cc92b1fdf2d224b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-8f2df18473562869.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-c4e7c3e6d69869a6/out/build/artifacts`
44342025-03-21T17:41:54.731Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-d3a5f9cc22e7260f/build-script-build`
44352025-03-21T17:41:54.769Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
44362025-03-21T17:41:54.772Z 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=63f01b5d6839fb12 -C extra-filename=-ac3c98dac84b8d92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-eed672c31e8ec6d2.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ba1653f96913003a.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0f530f08cd0c392.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-c4e7c3e6d69869a6/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`
44372025-03-21T17:41:54.809Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
44382025-03-21T17:41:54.812Z 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=872fd6fc4e578067 -C extra-filename=-60fe730350a2ad38 --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-875535b6bf84d46f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e03cc6835b26ea51.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
44392025-03-21T17:41:56.595Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
44402025-03-21T17:41:56.598Z 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=4004f89883c97879 -C extra-filename=-fe0e4ef920deb7d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-e6bf539448aa7ceb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c73ed488508dfaf4/out -L native=/usr/ssl-3/lib/amd64`
44412025-03-21T17:41:58.479Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44422025-03-21T17:41:58.482Z 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=48c0113762c1566b -C extra-filename=-e5a825755c83162c --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-7a8176c88c086b30.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-39deae43b9d82b8c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.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-4c4a5b8e20b3054c.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-7c07ff066c187489.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-08c13f9e5144b234.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44432025-03-21T17:41:59.201Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44442025-03-21T17:41:59.205Z 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=405ce26ec675abdf -C extra-filename=-479ba3cc603adbdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3c129ad2d5481692.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44452025-03-21T17:42:00.365Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44462025-03-21T17:42:00.369Z 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=bec764ca9d4b4f53 -C extra-filename=-6788237fdbbddf31 --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-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44472025-03-21T17:42:01.667Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
44482025-03-21T17:42:01.670Z 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=105cc7497196378b -C extra-filename=-444c241673b3cea1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-579377c124a9dd19.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-4f352bd37c38d1aa.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.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-2c7e628874fe7c53.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44492025-03-21T17:42:01.859Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44502025-03-21T17:42:01.862Z 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=f69ea3f7c54f9e01 -C extra-filename=-0855bdb620d75990 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-4c4a5b8e20b3054c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5aab157a7e8c894e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/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`
44512025-03-21T17:42:02.996Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
44522025-03-21T17:42:03.003Z 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=1645bbe798b998c8 -C extra-filename=-b2e84dbab2af548f --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-6788237fdbbddf31.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44532025-03-21T17:42:04.564Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44542025-03-21T17:42:04.570Z 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=05f59ceff7e0000b -C extra-filename=-180abde797894e4e --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-3c129ad2d5481692.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-8742d05d4bac54c7.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44552025-03-21T17:42:05.408Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
44562025-03-21T17:42:05.413Z 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=cae3778a0681b6a2 -C extra-filename=-0992c6ec0552e751 --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-4f352bd37c38d1aa.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-eed672c31e8ec6d2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44572025-03-21T17:42:06.038Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
44582025-03-21T17:42:06.042Z 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=b04e358726a21582 -C extra-filename=-1c39ba816ac07495 --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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
44592025-03-21T17:42:07.525Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
44602025-03-21T17:42:07.533Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/d238703/bin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8177c5e12cca0f47 -C extra-filename=-8b0a71ebe284cedd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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 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-a9d65db47e5fa4ff.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_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c00c35aa9e5ce043.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-c4e7c3e6d69869a6/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`
44612025-03-21T17:42:09.196Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44622025-03-21T17:42:09.201Z 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=1ed5177cee35f96b -C extra-filename=-efc94d5941e388fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-2c7e628874fe7c53.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-180abde797894e4e.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3c129ad2d5481692.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-29e1efb1dc6ce857.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-8bbe0c9e09a3246e.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-8f42ebc0e38ef9f9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2b599898b54218bb.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7c07ff066c187489.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-02bc60481711bd81.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-a9d65db47e5fa4ff.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_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c00c35aa9e5ce043.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8742d05d4bac54c7.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-c4e7c3e6d69869a6/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`
44632025-03-21T17:42:09.440Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
44642025-03-21T17:42:09.447Z 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=4ccd8dda398c2a36 -C extra-filename=-20022a2ca525a88e --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-21973901162f5633.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
44652025-03-21T17:42:09.812Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
44662025-03-21T17:42:09.820Z 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=c9383c712dcdd909 -C extra-filename=-2650d94b37e4e6a8 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-2650d94b37e4e6a8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4246d31d7e531f3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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`
44672025-03-21T17:42:10.089Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
44682025-03-21T17:42:10.099Z 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=b939c1d4bef513bd -C extra-filename=-8d6603291e2b28a9 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-8d6603291e2b28a9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4246d31d7e531f3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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`
44692025-03-21T17:42:10.190Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44702025-03-21T17:42:10.194Z 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=b83de0632da35580 -C extra-filename=-b21d381d0218dd0e --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-b21d381d0218dd0e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4246d31d7e531f3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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`
44712025-03-21T17:42:10.479Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
44722025-03-21T17:42:10.483Z 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=b889a040feb6e75d -C extra-filename=-7e32d6f3a56a29c0 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-7e32d6f3a56a29c0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4246d31d7e531f3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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`
44732025-03-21T17:42:10.586Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44742025-03-21T17:42:10.590Z 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=6265d490733464c1 -C extra-filename=-8bd98bd4034517ef --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-8bd98bd4034517ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4246d31d7e531f3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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`
44752025-03-21T17:42:10.889Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-7e32d6f3a56a29c0/build-script-build`
44762025-03-21T17:42:10.935Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-b21d381d0218dd0e/build-script-build`
44772025-03-21T17:42:10.978Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-8d6603291e2b28a9/build-script-build`
44782025-03-21T17:42:11.005Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-8bd98bd4034517ef/build-script-build`
44792025-03-21T17:42:11.043Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-2650d94b37e4e6a8/build-script-build`
44802025-03-21T17:42:11.070Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
44812025-03-21T17:42:11.074Z 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=eea0e4205bba2400 -C extra-filename=-8fffcb18f64de18a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-7a8176c88c086b30.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-d8d6010ef8f02e65.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.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-39deae43b9d82b8c.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-2c7e628874fe7c53.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-479ba3cc603adbdd.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3c129ad2d5481692.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-8a8588db3f3e1e6f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-8f42ebc0e38ef9f9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.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-4c4a5b8e20b3054c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-7c07ff066c187489.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-730b254f743318d8.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-656d1cfcb7d57bd6.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c00c35aa9e5ce043.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-06cf3283e5271ee7.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8742d05d4bac54c7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-08c13f9e5144b234.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-e5a825755c83162c.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-507d671d68964caa.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-c4e7c3e6d69869a6/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`
44822025-03-21T17:42:11.107Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
44832025-03-21T17:42:11.110Z 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=d4ac7b8a22f78aec -C extra-filename=-9db767a6bf49ac01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-9723079429974a39.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-093e6926b91db711.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-f0251f222715a768.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-0fe85fbbe4f4b203.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44842025-03-21T17:42:14.378Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
44852025-03-21T17:42:14.384Z 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=309f9d5d96db8a37 -C extra-filename=-f02e54aeaf4eb502 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e0bdeb5870d332e1.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-4c4a5b8e20b3054c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.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-c4e7c3e6d69869a6/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`
44862025-03-21T17:42:15.821Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
44872025-03-21T17:42:15.844Z 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=c225580510fab5e1 -C extra-filename=-2e0436adef3d01a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-4c4a5b8e20b3054c.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c34d54190d6438f9.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-a9d65db47e5fa4ff.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-981867b6f76fca65.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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`
44882025-03-21T17:42:21.287Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
44892025-03-21T17:42:21.291Z 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=d2095269779fe98b -C extra-filename=-d7819316bf776deb --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-d7819316bf776deb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4246d31d7e531f3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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`
44902025-03-21T17:42:21.725Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
44912025-03-21T17:42:21.728Z 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=05925944a640fe1a -C extra-filename=-cd4b230ffdef1959 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-cd4b230ffdef1959 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b4246d31d7e531f3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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`
44922025-03-21T17:42:22.187Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-cd4b230ffdef1959/build-script-build`
44932025-03-21T17:42:22.200Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-d7819316bf776deb/build-script-build`
44942025-03-21T17:42:22.236Z 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=4e00bb229a73bb66 -C extra-filename=-c8f61e72ec5ef300 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-b2e84dbab2af548f.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6788237fdbbddf31.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-def9173e44bdd3ba.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2c7e628874fe7c53.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
44952025-03-21T17:42:22.262Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
44962025-03-21T17:42:22.267Z 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=d54d338d55ec6dd9 -C extra-filename=-41a9af98fe0171c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-8a33f2c235b0ec9a.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-579377c124a9dd19.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-b2e84dbab2af548f.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-7f62531d87d3266a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.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-8655b87cc87891ac.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-479ba3cc603adbdd.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-eaee192b88cc1ca6.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-636718a038f690bb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-339ae149f620f117.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-e0cb726d63dd4735.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c8f015af5a3af7d9.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-6c02ce0437a7d712.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7c6693e74ff6d77d.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-e5a825755c83162c.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-c4e7c3e6d69869a6/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/`
44972025-03-21T17:42:23.926Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
44982025-03-21T17:42:23.931Z 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=1fc2c019dd4e5a7e -C extra-filename=-d8a8062bac8eb636 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-8f797db05b3d5610.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-4f352bd37c38d1aa.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
44992025-03-21T17:42:25.493Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45002025-03-21T17:42:25.496Z 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=734486df9391a2fe -C extra-filename=-9dd182d1d8f17cd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-f314810ca873fdc5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2c7e628874fe7c53.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-b050a7a02a78cbb8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7c07ff066c187489.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-c4e7c3e6d69869a6/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`
45012025-03-21T17:42:26.647Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45022025-03-21T17:42:26.650Z 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=10d5eec70a712d61 -C extra-filename=-d6a02a3b43ab383b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e0bdeb5870d332e1.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-2c7e628874fe7c53.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-4c4a5b8e20b3054c.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7cd722b700be2727.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-b6ff835e5306a45a.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-2b599898b54218bb.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-c4e7c3e6d69869a6/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`
45032025-03-21T17:42:26.988Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
45042025-03-21T17:42:26.992Z 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=ff0221c82bc63d29 -C extra-filename=-21e1641dfacb2819 --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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
45052025-03-21T17:42:27.465Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45062025-03-21T17:42:27.468Z 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=c0fe95984fb2621d -C extra-filename=-ba606ec8a7b14146 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e0bdeb5870d332e1.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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
45072025-03-21T17:42:27.983Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
45082025-03-21T17:42:27.986Z 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=c8d3ce79a812a0ec -C extra-filename=-531894307f859af2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-4c4a5b8e20b3054c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/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`
45092025-03-21T17:42:28.280Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45102025-03-21T17:42:28.283Z 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=2d2b1a38b048f23b -C extra-filename=-2b223bd14782e049 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-e0bdeb5870d332e1.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_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-ba606ec8a7b14146.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7cd722b700be2727.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c00c35aa9e5ce043.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-9ac0d43087b1884e/out`
45112025-03-21T17:42:29.615Z 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=1829896717dd268f -C extra-filename=-23570bdc460d2422 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-4c4a5b8e20b3054c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-531894307f859af2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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`
45122025-03-21T17:42:30.415Z 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=e017b35ff1d4dbbe -C extra-filename=-3f6db7fb97de06bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-4c4a5b8e20b3054c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c34d54190d6438f9.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-a9d65db47e5fa4ff.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-981867b6f76fca65.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-2e0436adef3d01a5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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`
45132025-03-21T17:42:31.262Z 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=45eccdc7c64cb50b -C extra-filename=-3a5690487a26f400 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-4c4a5b8e20b3054c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c34d54190d6438f9.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-a9d65db47e5fa4ff.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-981867b6f76fca65.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-2e0436adef3d01a5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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`
45142025-03-21T17:42:32.295Z 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=8dc2168671901030 -C extra-filename=-f8eac5bb7addb4c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e0bdeb5870d332e1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-2c7e628874fe7c53.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-d6a02a3b43ab383b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7cd722b700be2727.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-b6ff835e5306a45a.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-2b599898b54218bb.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-c4e7c3e6d69869a6/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`
45152025-03-21T17:42:33.177Z 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=494b395a1d3ba734 -C extra-filename=-8515d5bbc2b453a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-f314810ca873fdc5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2c7e628874fe7c53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-b050a7a02a78cbb8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7c07ff066c187489.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-9dd182d1d8f17cd0.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-c4e7c3e6d69869a6/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`
45162025-03-21T17:42:33.862Z 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=ded6506b1ad1e555 -C extra-filename=-792b0e0ef6af90d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-d8a8062bac8eb636.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8f797db05b3d5610.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-4f352bd37c38d1aa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
45172025-03-21T17:42:34.785Z 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=ebaffbd250a0170c -C extra-filename=-e77c9591a562dda8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-8a33f2c235b0ec9a.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-579377c124a9dd19.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-b2e84dbab2af548f.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-7f62531d87d3266a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.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-8655b87cc87891ac.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-479ba3cc603adbdd.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-eaee192b88cc1ca6.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-636718a038f690bb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-41a9af98fe0171c8.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-339ae149f620f117.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-e0cb726d63dd4735.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c8f015af5a3af7d9.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-6c02ce0437a7d712.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7c6693e74ff6d77d.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-e5a825755c83162c.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-c4e7c3e6d69869a6/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/`
45182025-03-21T17:42:35.939Z 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=d6a0805d34b2703c -C extra-filename=-14c5f17bd8dadb90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-7a8176c88c086b30.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-d8d6010ef8f02e65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-39deae43b9d82b8c.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-3b732f5de9546b06.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-2c7e628874fe7c53.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-efc94d5941e388fd.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-479ba3cc603adbdd.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-180abde797894e4e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3c129ad2d5481692.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-8a8588db3f3e1e6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-8f42ebc0e38ef9f9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.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-b6ff835e5306a45a.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-7c07ff066c187489.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-730b254f743318d8.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-656d1cfcb7d57bd6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8b0a71ebe284cedd.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c00c35aa9e5ce043.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-06cf3283e5271ee7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8742d05d4bac54c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-981867b6f76fca65.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-08c13f9e5144b234.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-e5a825755c83162c.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-507d671d68964caa.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-c4e7c3e6d69869a6/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`
45192025-03-21T17:42:36.076Z 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=804a4880f4fa07e3 -C extra-filename=-c734aa6104a4919a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-6cf124313f518f3c.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-d1ad1b900079a84c.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-8bbe0c9e09a3246e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-b6ff835e5306a45a.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-7c07ff066c187489.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-a9d65db47e5fa4ff.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-656d1cfcb7d57bd6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.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-8742d05d4bac54c7.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-981867b6f76fca65.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-08c13f9e5144b234.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-507d671d68964caa.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-c4e7c3e6d69869a6/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`
45202025-03-21T17:42:37.100Z 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=a782fd676b66f2a6 -C extra-filename=-ec3cb7a18461bef2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-8bbe0c9e09a3246e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-b6ff835e5306a45a.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-7c07ff066c187489.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-a9d65db47e5fa4ff.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-656d1cfcb7d57bd6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.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-8742d05d4bac54c7.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-981867b6f76fca65.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-08c13f9e5144b234.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-507d671d68964caa.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-c4e7c3e6d69869a6/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`
45212025-03-21T17:42:37.536Z 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=a48f19d185239588 -C extra-filename=-0b776ab7d276a9d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-6cf124313f518f3c.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-d1ad1b900079a84c.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-8bbe0c9e09a3246e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-b6ff835e5306a45a.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-7c07ff066c187489.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-a9d65db47e5fa4ff.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-656d1cfcb7d57bd6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.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-8742d05d4bac54c7.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-981867b6f76fca65.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-08c13f9e5144b234.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-507d671d68964caa.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-c4e7c3e6d69869a6/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`
45222025-03-21T17:42:38.276Z 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=8e0b01025fe4bbc6 -C extra-filename=-448ed1e0df971876 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-4c4a5b8e20b3054c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c34d54190d6438f9.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-a9d65db47e5fa4ff.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-981867b6f76fca65.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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`
45232025-03-21T17:42:38.807Z 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=fef7d2d0e76d7ee3 -C extra-filename=-72937a6484dabb82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.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-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
45242025-03-21T17:42:41.075Z 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=7d453f29ce18bc2f -C extra-filename=-f580efd41aa85592 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e0bdeb5870d332e1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-f02e54aeaf4eb502.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.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-c4e7c3e6d69869a6/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`
45252025-03-21T17:42:41.283Z 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=77630bf3c37b28db -C extra-filename=-c5d9afa6cb4145a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e0bdeb5870d332e1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-f02e54aeaf4eb502.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.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-c4e7c3e6d69869a6/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`
45262025-03-21T17:42:42.270Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45272025-03-21T17:42:42.275Z 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=55ca79c43eae22eb -C extra-filename=-1db2ae01311f7452 --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-94932e580f588423.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-1cfd10fae9f6777e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-21af4280d8d3bf12.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f690f1d8feae58f.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-0855bdb620d75990.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-b050a7a02a78cbb8.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-c4e7c3e6d69869a6/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`
45282025-03-21T17:42:44.598Z 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=b45201e559475f44 -C extra-filename=-45d80deeaaeecac6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e0bdeb5870d332e1.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-f02e54aeaf4eb502.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.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-c4e7c3e6d69869a6/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`
45292025-03-21T17:42:47.556Z 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=20672f1d5d8d1257 -C extra-filename=-b9daa643b8769dd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-2c7e628874fe7c53.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-efc94d5941e388fd.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-180abde797894e4e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3c129ad2d5481692.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-29e1efb1dc6ce857.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-8bbe0c9e09a3246e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-8f42ebc0e38ef9f9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-b6ff835e5306a45a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2b599898b54218bb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7c07ff066c187489.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-02bc60481711bd81.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-a9d65db47e5fa4ff.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_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c00c35aa9e5ce043.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8742d05d4bac54c7.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-c4e7c3e6d69869a6/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`
45302025-03-21T17:42:49.537Z 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=656ef4ae57504218 -C extra-filename=-38dff3839a51b239 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-417b339e53d34794.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9723079429974a39.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d715a228eafbbd0e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-093e6926b91db711.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-9db767a6bf49ac01.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c34d54190d6438f9.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 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-c4e7c3e6d69869a6/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`
45312025-03-21T17:42:49.742Z 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=cbe0368d0f0f225f -C extra-filename=-fe13aa5e8ca05f45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-d1ad1b900079a84c.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-20022a2ca525a88e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
45322025-03-21T17:42:50.591Z 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=9e25200fbdd8e398 -C extra-filename=-b12496f7cf656aff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
45332025-03-21T17:42:51.640Z 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=549004128d958c47 -C extra-filename=-c38e7c34c22fe2e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-7a8176c88c086b30.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-d8d6010ef8f02e65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.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-39deae43b9d82b8c.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-2c7e628874fe7c53.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-479ba3cc603adbdd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3c129ad2d5481692.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-8a8588db3f3e1e6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-8f42ebc0e38ef9f9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.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-4c4a5b8e20b3054c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-7c07ff066c187489.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-730b254f743318d8.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-656d1cfcb7d57bd6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c00c35aa9e5ce043.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-06cf3283e5271ee7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8742d05d4bac54c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-08c13f9e5144b234.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-8fffcb18f64de18a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-e5a825755c83162c.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-507d671d68964caa.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-c4e7c3e6d69869a6/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-03-21T17:42:52.129Z 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=736410d1c1153872 -C extra-filename=-74ac7a74b9e61412 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-7a8176c88c086b30.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-d8d6010ef8f02e65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-39deae43b9d82b8c.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-3b732f5de9546b06.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-2c7e628874fe7c53.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-efc94d5941e388fd.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-479ba3cc603adbdd.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-180abde797894e4e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3c129ad2d5481692.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-8a8588db3f3e1e6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-8f42ebc0e38ef9f9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.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-b6ff835e5306a45a.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-7c07ff066c187489.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-730b254f743318d8.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-656d1cfcb7d57bd6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8b0a71ebe284cedd.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c00c35aa9e5ce043.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-06cf3283e5271ee7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8742d05d4bac54c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-981867b6f76fca65.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-08c13f9e5144b234.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-8fffcb18f64de18a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-e5a825755c83162c.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-507d671d68964caa.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-c4e7c3e6d69869a6/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-03-21T17:42:56.913Z 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=d80bbfc9cac65f23 -C extra-filename=-817a253525a1bff9 --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-01214f70f275cb4f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
45362025-03-21T17:42:58.361Z 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=0532432504489107 -C extra-filename=-84a41e36111c5b46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-1952bb4b91348521.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-f314810ca873fdc5.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-817a253525a1bff9.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01214f70f275cb4f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d52411e4d91e71f9.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fd1a688fa2ef92bd.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-c4e7c3e6d69869a6/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`
45372025-03-21T17:43:02.118Z 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=498aec6d5c474aef -C extra-filename=-2ba50cb13e44efb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-7a8176c88c086b30.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-d8d6010ef8f02e65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-39deae43b9d82b8c.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-3b732f5de9546b06.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-2c7e628874fe7c53.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-efc94d5941e388fd.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-479ba3cc603adbdd.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-180abde797894e4e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3c129ad2d5481692.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-8a8588db3f3e1e6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-8f42ebc0e38ef9f9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.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-b6ff835e5306a45a.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-7c07ff066c187489.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-730b254f743318d8.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-656d1cfcb7d57bd6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8b0a71ebe284cedd.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c00c35aa9e5ce043.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-06cf3283e5271ee7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8742d05d4bac54c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-981867b6f76fca65.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-08c13f9e5144b234.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-8fffcb18f64de18a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-e5a825755c83162c.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-507d671d68964caa.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-c4e7c3e6d69869a6/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`
45382025-03-21T17:43:04.414Z 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=3b5a8aa150cb229d -C extra-filename=-24c622d450ecb364 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-4f352bd37c38d1aa.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-0fe65454a40132ec.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-f314810ca873fdc5.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-1cfd10fae9f6777e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-84a41e36111c5b46.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-817a253525a1bff9.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01214f70f275cb4f.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.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-b58e0df12ff1a74e.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-10a08c345b0e6422.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1a62de45ece3eaa4.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-bfa3bd5f47e1031d.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-c4e7c3e6d69869a6/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`
45392025-03-21T17:43:05.009Z 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=6a763b915c2aed2c -C extra-filename=-cfd9d90c8083d59d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-d1ad1b900079a84c.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-20022a2ca525a88e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
45402025-03-21T17:43:07.594Z 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=561283a7bb13402a -C extra-filename=-4eebfc01f85312f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-579377c124a9dd19.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-4f352bd37c38d1aa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.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-2c7e628874fe7c53.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-444c241673b3cea1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
45412025-03-21T17:43:09.849Z 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=5d9e18324d3339c5 -C extra-filename=-91ad86adc45196e3 --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-01214f70f275cb4f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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-03-21T17:43:15.011Z 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=44c9c1aed28edb57 -C extra-filename=-cfdde979b5e3112b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-1952bb4b91348521.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-f314810ca873fdc5.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-817a253525a1bff9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01214f70f275cb4f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d52411e4d91e71f9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fd1a688fa2ef92bd.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-c4e7c3e6d69869a6/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`
45432025-03-21T17:43:15.858Z 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=5c0270f050a16859 -C extra-filename=-676a0ae1079b62ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-579377c124a9dd19.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-0992c6ec0552e751.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-4f352bd37c38d1aa.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-eed672c31e8ec6d2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-2c7e628874fe7c53.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-444c241673b3cea1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-ac3c98dac84b8d92.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-c4e7c3e6d69869a6/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`
45442025-03-21T17:43:18.183Z 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=b9a597a1b925de49 -C extra-filename=-849d6e26361b864c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-579377c124a9dd19.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-4f352bd37c38d1aa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.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-2c7e628874fe7c53.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-444c241673b3cea1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
45452025-03-21T17:43:25.024Z 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=191adc526256a256 -C extra-filename=-3961c82d34a546ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-579377c124a9dd19.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-0992c6ec0552e751.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-4f352bd37c38d1aa.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-eed672c31e8ec6d2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-2c7e628874fe7c53.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-444c241673b3cea1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-ac3c98dac84b8d92.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-c4e7c3e6d69869a6/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`
45462025-03-21T17:43:25.992Z 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=b157ef4471205cfa -C extra-filename=-9598b724a17e930d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-579377c124a9dd19.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-0992c6ec0552e751.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-4f352bd37c38d1aa.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-eed672c31e8ec6d2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-2c7e628874fe7c53.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-444c241673b3cea1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-ac3c98dac84b8d92.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-c4e7c3e6d69869a6/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`
45472025-03-21T17:43:27.506Z 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=a605a44ff0282bf9 -C extra-filename=-a35568855cbb228a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-579377c124a9dd19.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-4f352bd37c38d1aa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.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-2c7e628874fe7c53.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-444c241673b3cea1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
45482025-03-21T17:43:28.521Z 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=5c9366979bdcfce6 -C extra-filename=-0fbfc481e956447f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-579377c124a9dd19.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-0992c6ec0552e751.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-4f352bd37c38d1aa.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-eed672c31e8ec6d2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-2c7e628874fe7c53.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-444c241673b3cea1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-ac3c98dac84b8d92.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-c4e7c3e6d69869a6/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`
45492025-03-21T17:43:31.057Z 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=f7ad86cd7620faf0 -C extra-filename=-a878ac004379f484 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-2c7e628874fe7c53.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-180abde797894e4e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3c129ad2d5481692.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-29e1efb1dc6ce857.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-8bbe0c9e09a3246e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-8f42ebc0e38ef9f9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-b6ff835e5306a45a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2b599898b54218bb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7c07ff066c187489.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-02bc60481711bd81.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-a9d65db47e5fa4ff.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_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c00c35aa9e5ce043.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8742d05d4bac54c7.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-c4e7c3e6d69869a6/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`
45502025-03-21T17:43:35.938Z 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=7ba47a9a4d6a9ba7 -C extra-filename=-f7d421dca5c4dbe0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-0b0461f01fbc7410.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-8a33f2c235b0ec9a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7a8176c88c086b30.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-4f352bd37c38d1aa.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d1ed29fdbb3e309f.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-104c66aad97970ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4e93af2543212c00.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d8d6010ef8f02e65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-39deae43b9d82b8c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-f18d930debce814c.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-2c7e628874fe7c53.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3c129ad2d5481692.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-67f961dcb7552aff.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-6c2d10e7b70753f7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21af4280d8d3bf12.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d715a228eafbbd0e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-8f42ebc0e38ef9f9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f690f1d8feae58f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f4a00c8e48b2f51a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3a088634bc6f9b5b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3464f7c924df8db8.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-8bb0f0dce7516ab9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cd6736285ed7f60c.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0b5be379dd465c64.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-1cc8a26705773e67.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-c8f015af5a3af7d9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-0f4e02e728d26142.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-7c6693e74ff6d77d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1a62de45ece3eaa4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b050a7a02a78cbb8.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-70757c083d66c46f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2b599898b54218bb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7c07ff066c187489.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-02bc60481711bd81.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-4a3c2e813716afe0.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-6b157dc50018a28d.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 tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ecb165813a8f5503.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-c4e7c3e6d69869a6/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`
45512025-03-21T17:43:36.708Z 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=0172135573f8fa16 -C extra-filename=-eb741fe3328f3085 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-0b0461f01fbc7410.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-8a33f2c235b0ec9a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7a8176c88c086b30.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-4f352bd37c38d1aa.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d1ed29fdbb3e309f.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-104c66aad97970ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4e93af2543212c00.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d8d6010ef8f02e65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-39deae43b9d82b8c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-f18d930debce814c.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-2c7e628874fe7c53.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3c129ad2d5481692.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-67f961dcb7552aff.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-6c2d10e7b70753f7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21af4280d8d3bf12.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d715a228eafbbd0e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-8f42ebc0e38ef9f9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f690f1d8feae58f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f4a00c8e48b2f51a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3a088634bc6f9b5b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3464f7c924df8db8.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-8bb0f0dce7516ab9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cd6736285ed7f60c.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0b5be379dd465c64.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-1cc8a26705773e67.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-c8f015af5a3af7d9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-0f4e02e728d26142.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-7c6693e74ff6d77d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1a62de45ece3eaa4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b050a7a02a78cbb8.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-70757c083d66c46f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2b599898b54218bb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7c07ff066c187489.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-02bc60481711bd81.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-4a3c2e813716afe0.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-6b157dc50018a28d.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 tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ecb165813a8f5503.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-c4e7c3e6d69869a6/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`
45522025-03-21T17:43:39.585Z 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=f46e6f861cc68f44 -C extra-filename=-217cc9ed81195868 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-0b0461f01fbc7410.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-8a33f2c235b0ec9a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7a8176c88c086b30.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-4f352bd37c38d1aa.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d1ed29fdbb3e309f.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-104c66aad97970ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4e93af2543212c00.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d8d6010ef8f02e65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.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-39deae43b9d82b8c.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-2c7e628874fe7c53.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3c129ad2d5481692.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-67f961dcb7552aff.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-6c2d10e7b70753f7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21af4280d8d3bf12.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-8f42ebc0e38ef9f9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f690f1d8feae58f.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-4c4a5b8e20b3054c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f4a00c8e48b2f51a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3a088634bc6f9b5b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3464f7c924df8db8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8bb0f0dce7516ab9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cd6736285ed7f60c.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0b5be379dd465c64.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-1cc8a26705773e67.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c8f015af5a3af7d9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-0f4e02e728d26142.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-7c6693e74ff6d77d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1a62de45ece3eaa4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b050a7a02a78cbb8.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-70757c083d66c46f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2b599898b54218bb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7c07ff066c187489.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-02bc60481711bd81.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-4a3c2e813716afe0.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-6b157dc50018a28d.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 tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ecb165813a8f5503.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-c4e7c3e6d69869a6/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/`
45532025-03-21T17:43:40.030Z 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=abd08e054069c281 -C extra-filename=-fae4244f6f2cc612 --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-94932e580f588423.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-1db2ae01311f7452.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-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-21af4280d8d3bf12.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f690f1d8feae58f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-0855bdb620d75990.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-b050a7a02a78cbb8.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-c4e7c3e6d69869a6/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`
45542025-03-21T17:43:40.271Z 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=8d05ecea043ee3eb -C extra-filename=-e3e480f745b7be94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-0b0461f01fbc7410.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-8a33f2c235b0ec9a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7a8176c88c086b30.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-4f352bd37c38d1aa.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d1ed29fdbb3e309f.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-104c66aad97970ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4e93af2543212c00.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d8d6010ef8f02e65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.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-39deae43b9d82b8c.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-2c7e628874fe7c53.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3c129ad2d5481692.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-67f961dcb7552aff.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-6c2d10e7b70753f7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21af4280d8d3bf12.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-8f42ebc0e38ef9f9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f690f1d8feae58f.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-4c4a5b8e20b3054c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f4a00c8e48b2f51a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3a088634bc6f9b5b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3464f7c924df8db8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8bb0f0dce7516ab9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cd6736285ed7f60c.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0b5be379dd465c64.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-1cc8a26705773e67.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c8f015af5a3af7d9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-0f4e02e728d26142.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-7c6693e74ff6d77d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1a62de45ece3eaa4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b050a7a02a78cbb8.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-70757c083d66c46f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2b599898b54218bb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7c07ff066c187489.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-02bc60481711bd81.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-4a3c2e813716afe0.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-6b157dc50018a28d.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 tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ecb165813a8f5503.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-c4e7c3e6d69869a6/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/`
45552025-03-21T17:43:43.181Z 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=835d18a907443f4f -C extra-filename=-58b4dd0a94251e8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-0b0461f01fbc7410.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-8a33f2c235b0ec9a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7a8176c88c086b30.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-4f352bd37c38d1aa.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d1ed29fdbb3e309f.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-104c66aad97970ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4e93af2543212c00.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d8d6010ef8f02e65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-39deae43b9d82b8c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-f18d930debce814c.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-2c7e628874fe7c53.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3c129ad2d5481692.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-67f961dcb7552aff.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-6c2d10e7b70753f7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21af4280d8d3bf12.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d715a228eafbbd0e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-8f42ebc0e38ef9f9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f690f1d8feae58f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f4a00c8e48b2f51a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3a088634bc6f9b5b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3464f7c924df8db8.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-8bb0f0dce7516ab9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cd6736285ed7f60c.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0b5be379dd465c64.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-1cc8a26705773e67.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-c8f015af5a3af7d9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-0f4e02e728d26142.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-7c6693e74ff6d77d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1a62de45ece3eaa4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b050a7a02a78cbb8.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-70757c083d66c46f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2b599898b54218bb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7c07ff066c187489.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-02bc60481711bd81.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-4a3c2e813716afe0.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-6b157dc50018a28d.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 tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ecb165813a8f5503.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-c4e7c3e6d69869a6/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`
45562025-03-21T17:43:46.461Z 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=153494fc7100edf2 -C extra-filename=-414fa6067f75ef1a --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-94932e580f588423.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-1db2ae01311f7452.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-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-21af4280d8d3bf12.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f690f1d8feae58f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-0855bdb620d75990.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-b050a7a02a78cbb8.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-c4e7c3e6d69869a6/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`
45572025-03-21T17:43:46.997Z 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=aeebcdd3a990e74c -C extra-filename=-985ca76675f9506f --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-94932e580f588423.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-1db2ae01311f7452.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-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-21af4280d8d3bf12.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f690f1d8feae58f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-0855bdb620d75990.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-b050a7a02a78cbb8.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-c4e7c3e6d69869a6/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`
45582025-03-21T17:43:47.546Z 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=68cabfbc92081b02 -C extra-filename=-95c887fe7af29ddf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-0b0461f01fbc7410.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-8a33f2c235b0ec9a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7a8176c88c086b30.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-4f352bd37c38d1aa.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d1ed29fdbb3e309f.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-104c66aad97970ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4e93af2543212c00.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d8d6010ef8f02e65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.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-39deae43b9d82b8c.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-2c7e628874fe7c53.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3c129ad2d5481692.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-67f961dcb7552aff.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-6c2d10e7b70753f7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21af4280d8d3bf12.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-8f42ebc0e38ef9f9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f690f1d8feae58f.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-4c4a5b8e20b3054c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f4a00c8e48b2f51a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3a088634bc6f9b5b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3464f7c924df8db8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8bb0f0dce7516ab9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cd6736285ed7f60c.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0b5be379dd465c64.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-1cc8a26705773e67.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c8f015af5a3af7d9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-0f4e02e728d26142.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-7c6693e74ff6d77d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1a62de45ece3eaa4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b050a7a02a78cbb8.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-70757c083d66c46f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2b599898b54218bb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7c07ff066c187489.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-02bc60481711bd81.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-4a3c2e813716afe0.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-6b157dc50018a28d.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 tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ecb165813a8f5503.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-c4e7c3e6d69869a6/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/`
45592025-03-21T17:43:48.936Z 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=15768178f9c6a2cf -C extra-filename=-7d5c4a5835b24ede --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-0b0461f01fbc7410.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-8a33f2c235b0ec9a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7a8176c88c086b30.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-4f352bd37c38d1aa.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d1ed29fdbb3e309f.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-104c66aad97970ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4e93af2543212c00.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d8d6010ef8f02e65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-39deae43b9d82b8c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-f18d930debce814c.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-2c7e628874fe7c53.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3c129ad2d5481692.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-67f961dcb7552aff.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-6c2d10e7b70753f7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21af4280d8d3bf12.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d715a228eafbbd0e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-8f42ebc0e38ef9f9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f690f1d8feae58f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f4a00c8e48b2f51a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3a088634bc6f9b5b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3464f7c924df8db8.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-8bb0f0dce7516ab9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cd6736285ed7f60c.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0b5be379dd465c64.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-1cc8a26705773e67.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-c8f015af5a3af7d9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-0f4e02e728d26142.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-7c6693e74ff6d77d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1a62de45ece3eaa4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b050a7a02a78cbb8.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-70757c083d66c46f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2b599898b54218bb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7c07ff066c187489.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-02bc60481711bd81.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-4a3c2e813716afe0.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-6b157dc50018a28d.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 tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ecb165813a8f5503.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-c4e7c3e6d69869a6/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`
45602025-03-21T17:43:49.034Z 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=962db05f5ec239b5 -C extra-filename=-11aa7641ee998090 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-20915d3e2ac0a11c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8f797db05b3d5610.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-4f352bd37c38d1aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-39deae43b9d82b8c.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-3b732f5de9546b06.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f690f1d8feae58f.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-4c4a5b8e20b3054c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-1a62de45ece3eaa4.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-0fe85fbbe4f4b203.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-c4e7c3e6d69869a6/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/`
45612025-03-21T17:43:49.701Z 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=232277c76a1a547e -C extra-filename=-94ec16644583a42c --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-94932e580f588423.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-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-21af4280d8d3bf12.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f690f1d8feae58f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-0855bdb620d75990.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-b050a7a02a78cbb8.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-c4e7c3e6d69869a6/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-03-21T17:43:52.409Z 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=1082a5f657296687 -C extra-filename=-208de4336d8d20ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-f314810ca873fdc5.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_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-730b254f743318d8.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8b0a71ebe284cedd.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ecb165813a8f5503.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c00c35aa9e5ce043.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-c4e7c3e6d69869a6/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`
45632025-03-21T17:43:55.109Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
45642025-03-21T17:43:55.139Z 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=30bcb106191916b6 -C extra-filename=-f35f0078aef71e17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-0992c6ec0552e751.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-eed672c31e8ec6d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-ac3c98dac84b8d92.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-05a475995c9906c0.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-c4e7c3e6d69869a6/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`
45652025-03-21T17:43:57.707Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45662025-03-21T17:43:57.732Z 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=b94f68eac559d6f4 -C extra-filename=-7e4549619d1e0a39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-d1ed29fdbb3e309f.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-104c66aad97970ca.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4e93af2543212c00.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.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-3b732f5de9546b06.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-2c7e628874fe7c53.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21af4280d8d3bf12.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-24c622d450ecb364.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-cc9bda8d14f9f1e3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f690f1d8feae58f.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-330562689f633ac4.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3464f7c924df8db8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.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-1a62de45ece3eaa4.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_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 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-c4e7c3e6d69869a6/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/`
45672025-03-21T17:43:58.031Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45682025-03-21T17:43:58.050Z 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=11c8bb57d3103836 -C extra-filename=-3c6be11e1ede4e34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-01214f70f275cb4f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-24c622d450ecb364.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
45692025-03-21T17:44:00.253Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45702025-03-21T17:44:00.289Z 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=b4061f74dca07363 -C extra-filename=-ac2e0353caec27bf --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-24c622d450ecb364.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1a62de45ece3eaa4.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-c4e7c3e6d69869a6/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`
45712025-03-21T17:44:02.243Z 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=f9dedd65ab97158d -C extra-filename=-635102a58f9e4d51 --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-01214f70f275cb4f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-24c622d450ecb364.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-bfa3bd5f47e1031d.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-c4e7c3e6d69869a6/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`
45722025-03-21T17:44:08.134Z 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=3573dce2c6938eea -C extra-filename=-d4eab6bc35a3fe35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-20915d3e2ac0a11c.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8f797db05b3d5610.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-cf67ce5b0dad110e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-4f352bd37c38d1aa.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7b123aba39a0510.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-1cfd10fae9f6777e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-45cd223c1bc5665d.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01214f70f275cb4f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-24c622d450ecb364.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ac2e0353caec27bf.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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-b6ff835e5306a45a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1a62de45ece3eaa4.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-8742d05d4bac54c7.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-c4e7c3e6d69869a6/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`
45732025-03-21T17:44:08.247Z 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=59031e69f0dc208c -C extra-filename=-807a557fa3b10da3 --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-24c622d450ecb364.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ada969df638ac0eb.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-c4e7c3e6d69869a6/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`
45742025-03-21T17:44:08.247Z 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=0604fb2e8dff49a2 -C extra-filename=-d389537131c650c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-24c622d450ecb364.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
45752025-03-21T17:44:08.247Z 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=2f11e0dc53e7dcd8 -C extra-filename=-e0f5b7279621d05e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-01214f70f275cb4f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-24c622d450ecb364.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
45762025-03-21T17:44:09.665Z 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=f0f720d6a84e6599 -C extra-filename=-e1058ae19a2d3fef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-01214f70f275cb4f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-24c622d450ecb364.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
45772025-03-21T17:44:12.148Z 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=8afaee4afe2e25ad -C extra-filename=-2dec0764758cac56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-20915d3e2ac0a11c.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8f797db05b3d5610.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-cf67ce5b0dad110e.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7b123aba39a0510.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d1ed29fdbb3e309f.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cc92b1fdf2d224b5.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fe0e4ef920deb7d1.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-4e93af2543212c00.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d8d6010ef8f02e65.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.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-39deae43b9d82b8c.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-2c7e628874fe7c53.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-60fe730350a2ad38.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-6c2d10e7b70753f7.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-84a41e36111c5b46.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01214f70f275cb4f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-24c622d450ecb364.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1842958146b803da.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-eaee192b88cc1ca6.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-636718a038f690bb.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9723079429974a39.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-807a557fa3b10da3.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ac2e0353caec27bf.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d4eab6bc35a3fe35.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-093e6926b91db711.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3c6be11e1ede4e34.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-d389537131c650c0.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-635102a58f9e4d51.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-cc9bda8d14f9f1e3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.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-8bbe0c9e09a3246e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.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-4c4a5b8e20b3054c.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ada969df638ac0eb.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3a088634bc6f9b5b.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3464f7c924df8db8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-e35e3e664c076d4c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.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-5aab157a7e8c894e.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8bb0f0dce7516ab9.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b58e0df12ff1a74e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-1cc8a26705773e67.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0baafac754988fb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-602497b7914c8656.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fd1a688fa2ef92bd.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-10a08c345b0e6422.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-1a62de45ece3eaa4.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-bfa3bd5f47e1031d.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-730b254f743318d8.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-06cf3283e5271ee7.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8742d05d4bac54c7.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-c4e7c3e6d69869a6/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`
45782025-03-21T17:44:12.630Z 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=504ee8733cb7c807 -C extra-filename=-4640b1d17d39c4ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-4f352bd37c38d1aa.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e14cfeb526a35913.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6cd3572c408f5a5c.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-0fe65454a40132ec.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-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-39deae43b9d82b8c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-438d2c5eb9782f9f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2c7e628874fe7c53.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-84a41e36111c5b46.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-817a253525a1bff9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01214f70f275cb4f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9723079429974a39.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-093e6926b91db711.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7e4549619d1e0a39.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f690f1d8feae58f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d52411e4d91e71f9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.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-aee7dbe5a0bae24f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b58e0df12ff1a74e.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-bf3499c0732349d3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-602497b7914c8656.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-10a08c345b0e6422.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1a62de45ece3eaa4.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-bfa3bd5f47e1031d.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-c4e7c3e6d69869a6/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/`
45792025-03-21T17:44:15.907Z 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=6d13745c75e40c08 -C extra-filename=-a808c6e6e72363e8 --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-84a41e36111c5b46.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01214f70f275cb4f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-24c622d450ecb364.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7e4549619d1e0a39.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1c39ba816ac07495.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-bfa3bd5f47e1031d.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-c4e7c3e6d69869a6/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/`
45802025-03-21T17:44:17.253Z 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=4cf7b3b1e1c9ed68 -C extra-filename=-7b5c2265acae0f51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-d1ed29fdbb3e309f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-104c66aad97970ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4e93af2543212c00.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.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-3b732f5de9546b06.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-2c7e628874fe7c53.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21af4280d8d3bf12.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-24c622d450ecb364.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-cc9bda8d14f9f1e3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f690f1d8feae58f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-330562689f633ac4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3464f7c924df8db8.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 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-1a62de45ece3eaa4.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_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 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-c4e7c3e6d69869a6/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/`
45812025-03-21T17:44:23.469Z 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=edad6e79df031ae2 -C extra-filename=-a27a6c53a08dc08c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-d1ed29fdbb3e309f.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-f314810ca873fdc5.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-39deae43b9d82b8c.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-3b732f5de9546b06.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-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-21af4280d8d3bf12.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01214f70f275cb4f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-24c622d450ecb364.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9723079429974a39.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3c6be11e1ede4e34.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-635102a58f9e4d51.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ada969df638ac0eb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.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-c34d54190d6438f9.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-1a62de45ece3eaa4.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-8742d05d4bac54c7.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-c4e7c3e6d69869a6/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`
45822025-03-21T17:44:31.150Z 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=329004e5bd68c289 -C extra-filename=-c9d0c64d1d92aa01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-86d5c5f61282caca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.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-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-21e1641dfacb2819.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21af4280d8d3bf12.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01214f70f275cb4f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-24c622d450ecb364.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9723079429974a39.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-093e6926b91db711.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3c6be11e1ede4e34.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/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`
45832025-03-21T17:44:31.446Z 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=7dfdc4c9f5ce7d57 -C extra-filename=-4e7757e1a08dd3ec --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-a2083d6ee951657b.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-01214f70f275cb4f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-24c622d450ecb364.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7e4549619d1e0a39.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ada969df638ac0eb.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-c4e7c3e6d69869a6/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/`
45842025-03-21T17:44:32.770Z 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=547cfab9f39ef482 -C extra-filename=-f9315cb2a0955012 --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-24c622d450ecb364.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1a62de45ece3eaa4.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-c4e7c3e6d69869a6/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-03-21T17:44:34.097Z 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=7fed762c215bf72e -C extra-filename=-27d6102ec33b9382 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-b2e84dbab2af548f.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6788237fdbbddf31.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-def9173e44bdd3ba.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2c7e628874fe7c53.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7e4549619d1e0a39.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-c8f61e72ec5ef300.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.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-c4e7c3e6d69869a6/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/`
45862025-03-21T17:44:36.113Z 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=b5500a6c98d7d5b9 -C extra-filename=-ea5232ac13d850eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-b2e84dbab2af548f.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6788237fdbbddf31.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-def9173e44bdd3ba.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2c7e628874fe7c53.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7e4549619d1e0a39.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.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-c4e7c3e6d69869a6/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/`
45872025-03-21T17:44:36.593Z 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=fa5ecbafc043f0d0 -C extra-filename=-e95ec22cb1152686 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-579377c124a9dd19.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-0992c6ec0552e751.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-4f352bd37c38d1aa.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-eed672c31e8ec6d2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-2c7e628874fe7c53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-ac3c98dac84b8d92.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-c4e7c3e6d69869a6/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`
45882025-03-21T17:44:48.434Z 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=8b48e003b4436dec -C extra-filename=-b9da1f9ffe282b32 --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-f314810ca873fdc5.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-86c0f344a5793d7f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-dd9c9cb3b172dd2e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-bcb50325f21c2099.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-c4e7c3e6d69869a6/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`
45892025-03-21T17:44:51.446Z 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=a4b1bf76873d84ae -C extra-filename=-3d2d97319373f5cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-8655b87cc87891ac.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-3b732f5de9546b06.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-86c0f344a5793d7f.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-2c7e628874fe7c53.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-29e1efb1dc6ce857.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-dd9c9cb3b172dd2e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3a088634bc6f9b5b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3464f7c924df8db8.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-bcb50325f21c2099.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-c4e7c3e6d69869a6/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`
45902025-03-21T17:44:54.401Z 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=fedbdcaf564d3a44 -C extra-filename=-aa0ead3fc8fce782 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-f314810ca873fdc5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-8655b87cc87891ac.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-86c0f344a5793d7f.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-2c7e628874fe7c53.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-29e1efb1dc6ce857.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-dd9c9cb3b172dd2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3a088634bc6f9b5b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3464f7c924df8db8.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-c4e7c3e6d69869a6/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`
45912025-03-21T17:44:54.674Z 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=0895e4d8b9631761 -C extra-filename=-b341e22001efa85d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-8655b87cc87891ac.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-3b732f5de9546b06.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-86c0f344a5793d7f.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-2c7e628874fe7c53.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-29e1efb1dc6ce857.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3a088634bc6f9b5b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3464f7c924df8db8.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-bcb50325f21c2099.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-c4e7c3e6d69869a6/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`
45922025-03-21T17:45:15.417Z 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=749279705e18a707 -C extra-filename=-770cc6483b795c39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-8655b87cc87891ac.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-3b732f5de9546b06.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-86c0f344a5793d7f.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-2c7e628874fe7c53.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-29e1efb1dc6ce857.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-dd9c9cb3b172dd2e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3a088634bc6f9b5b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3464f7c924df8db8.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-bcb50325f21c2099.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-c4e7c3e6d69869a6/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`
45932025-03-21T17:45:15.506Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
45942025-03-21T17:45:15.510Z 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=fa766be1af9e9313 -C extra-filename=-a8bf026a76693b5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-3b732f5de9546b06.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-dd9c9cb3b172dd2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
45952025-03-21T17:45:16.895Z 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=06236c1e7b7386f0 -C extra-filename=-b4c5a41556b05651 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-8a33f2c235b0ec9a.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-579377c124a9dd19.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-b2e84dbab2af548f.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-7f62531d87d3266a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.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-8655b87cc87891ac.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-479ba3cc603adbdd.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-eaee192b88cc1ca6.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-636718a038f690bb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-339ae149f620f117.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-e0cb726d63dd4735.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c8f015af5a3af7d9.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-6c02ce0437a7d712.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7c6693e74ff6d77d.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-e5a825755c83162c.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-c4e7c3e6d69869a6/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/`
45962025-03-21T17:45:17.321Z 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=812fac58cab404d3 -C extra-filename=-3db24d5fec783b6a --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-6788237fdbbddf31.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
45972025-03-21T17:45:18.605Z 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=4110b685404304e0 -C extra-filename=-40a0bcbde4d94621 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bec31b8788df09d7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21af4280d8d3bf12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-e0cb726d63dd4735.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ada969df638ac0eb.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-330562689f633ac4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b58e0df12ff1a74e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/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-03-21T17:45:19.224Z 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=db3bf86be00e2f19 -C extra-filename=-feef53f29de4ad4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bec31b8788df09d7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21af4280d8d3bf12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-e0cb726d63dd4735.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ada969df638ac0eb.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-330562689f633ac4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b58e0df12ff1a74e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/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`
45992025-03-21T17:45:21.866Z 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=5d9b65e25bf49a32 -C extra-filename=-4e2ad578243fb55d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bec31b8788df09d7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21af4280d8d3bf12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-e0cb726d63dd4735.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ada969df638ac0eb.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-330562689f633ac4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b58e0df12ff1a74e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/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`
46002025-03-21T17:45:24.894Z 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=869d0199b53502b6 -C extra-filename=-79708c2ba566aa6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-f314810ca873fdc5.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-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21af4280d8d3bf12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-e0cb726d63dd4735.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ada969df638ac0eb.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-330562689f633ac4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b58e0df12ff1a74e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46012025-03-21T17:45:28.005Z 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=7b14fc377904fe9b -C extra-filename=-1b885a2ec9267cbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-f314810ca873fdc5.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-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21af4280d8d3bf12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-e0cb726d63dd4735.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ada969df638ac0eb.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-330562689f633ac4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b58e0df12ff1a74e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46022025-03-21T17:45:37.992Z 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=93447517beb2899a -C extra-filename=-c3417809e794af4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-6505a1c5a8ae867a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-eed672c31e8ec6d2.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e14cfeb526a35913.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6cd3572c408f5a5c.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-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-ac3c98dac84b8d92.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-e35e3e664c076d4c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1be4fcd8a43955fc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b58e0df12ff1a74e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c34d54190d6438f9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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_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 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-c4e7c3e6d69869a6/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`
46032025-03-21T17:45:41.104Z 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=11d1d58a2e30d007 -C extra-filename=-43af69071d7a440a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-6505a1c5a8ae867a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-eed672c31e8ec6d2.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e14cfeb526a35913.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6cd3572c408f5a5c.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-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-ac3c98dac84b8d92.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-e35e3e664c076d4c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1be4fcd8a43955fc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b58e0df12ff1a74e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c34d54190d6438f9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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_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 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-c4e7c3e6d69869a6/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`
46042025-03-21T17:45:42.414Z 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=c5968012d5969b3d -C extra-filename=-6b3911f07ceff0ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-6505a1c5a8ae867a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-eed672c31e8ec6d2.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e14cfeb526a35913.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6cd3572c408f5a5c.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-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-ac3c98dac84b8d92.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-e35e3e664c076d4c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1be4fcd8a43955fc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b58e0df12ff1a74e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c34d54190d6438f9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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_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 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-c4e7c3e6d69869a6/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`
46052025-03-21T17:45:43.914Z 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=c87f7db25cde332c -C extra-filename=-3e1b6c42a06e632e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-0b0461f01fbc7410.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-8a33f2c235b0ec9a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7a8176c88c086b30.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-4f352bd37c38d1aa.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d1ed29fdbb3e309f.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-104c66aad97970ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4e93af2543212c00.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d8d6010ef8f02e65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-39deae43b9d82b8c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-f18d930debce814c.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-2c7e628874fe7c53.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3c129ad2d5481692.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-67f961dcb7552aff.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-6c2d10e7b70753f7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21af4280d8d3bf12.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d715a228eafbbd0e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-8f42ebc0e38ef9f9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f4a00c8e48b2f51a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3a088634bc6f9b5b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3464f7c924df8db8.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-8bb0f0dce7516ab9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cd6736285ed7f60c.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0b5be379dd465c64.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-1cc8a26705773e67.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-c8f015af5a3af7d9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-0f4e02e728d26142.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-7c6693e74ff6d77d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1a62de45ece3eaa4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b050a7a02a78cbb8.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-70757c083d66c46f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2b599898b54218bb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7c07ff066c187489.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-02bc60481711bd81.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-4a3c2e813716afe0.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-6b157dc50018a28d.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 tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ecb165813a8f5503.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-c4e7c3e6d69869a6/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/`
46062025-03-21T17:45:44.762Z 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=8e44d93e20d8d054 -C extra-filename=-f155ed0a64219cc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-6cf124313f518f3c.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-d1ad1b900079a84c.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-8bbe0c9e09a3246e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-b6ff835e5306a45a.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-7c07ff066c187489.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-a9d65db47e5fa4ff.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-656d1cfcb7d57bd6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.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-8742d05d4bac54c7.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-08c13f9e5144b234.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-507d671d68964caa.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-c4e7c3e6d69869a6/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`
46072025-03-21T17:45:52.036Z 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=544f2a8034130e4c -C extra-filename=-1086c8f1a6fc1708 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-f314810ca873fdc5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21af4280d8d3bf12.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.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-c4e7c3e6d69869a6/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-03-21T17:45:57.185Z 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=b167080a8c7ec592 -C extra-filename=-1e134fd69fc2c55b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bec31b8788df09d7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21af4280d8d3bf12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-e0cb726d63dd4735.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ada969df638ac0eb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b58e0df12ff1a74e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/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-03-21T17:46:03.449Z 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=a401707d9bfe69d6 -C extra-filename=-f1683c9c6d3809a0 --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-093e6926b91db711.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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-03-21T17:46:15.339Z 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=8e0226209cd1ed97 -C extra-filename=-0b9b765b66e6f3f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-9723079429974a39.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-093e6926b91db711.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-f0251f222715a768.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-0fe85fbbe4f4b203.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46112025-03-21T17:46:18.196Z 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=65f429f50f3f4c3b -C extra-filename=-3f61d6b8f071cb70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-4f352bd37c38d1aa.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-0fe65454a40132ec.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-d1ad1b900079a84c.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-45cd223c1bc5665d.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1842958146b803da.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-8a8588db3f3e1e6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.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-4c4a5b8e20b3054c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.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-1a62de45ece3eaa4.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-bfa3bd5f47e1031d.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 tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.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-c4e7c3e6d69869a6/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`
46122025-03-21T17:46:23.861Z 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=add9fca02825afdd -C extra-filename=-c67415adf66f2a3d --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-f314810ca873fdc5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46132025-03-21T17:46:27.035Z 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=338ad85a3454edf8 -C extra-filename=-163ae4e5d582c7d4 --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-b6b46539c0df711f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.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-4c4a5b8e20b3054c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46142025-03-21T17:46:30.912Z 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=867cf17e9370a8e4 -C extra-filename=-c87465c2ecfdc7f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-4f352bd37c38d1aa.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-d1ad1b900079a84c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-39deae43b9d82b8c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2c7e628874fe7c53.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-1cfd10fae9f6777e.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-45cd223c1bc5665d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9723079429974a39.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d715a228eafbbd0e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.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-1a62de45ece3eaa4.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-0fe85fbbe4f4b203.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-c4e7c3e6d69869a6/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-03-21T17:46:32.773Z 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=cf97a42702ccb8ca -C extra-filename=-730bf77322f971d9 --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-45cd223c1bc5665d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46162025-03-21T17:46:33.604Z 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=d491807e38ed2ba3 -C extra-filename=-9fa226d333eb52b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.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-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-339ae149f620f117.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0f530f08cd0c392.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-e35e3e664c076d4c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46172025-03-21T17:46:35.199Z 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=85932b204babfc89 -C extra-filename=-7973b5d4b7c6f2c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-eed672c31e8ec6d2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ba1653f96913003a.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0f530f08cd0c392.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-c4e7c3e6d69869a6/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`
46182025-03-21T17:46:38.326Z 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=57bab2cf34f57fbc -C extra-filename=-970653fd6ea92fe5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-6505a1c5a8ae867a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-eed672c31e8ec6d2.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-f314810ca873fdc5.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-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-e35e3e664c076d4c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1be4fcd8a43955fc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b58e0df12ff1a74e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c34d54190d6438f9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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_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 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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46192025-03-21T17:46:39.282Z 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=52784118d0d400cc -C extra-filename=-523482907401834d --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-3c129ad2d5481692.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-b050a7a02a78cbb8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7c07ff066c187489.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8742d05d4bac54c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-08c13f9e5144b234.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-c4e7c3e6d69869a6/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`
46202025-03-21T17:46:49.437Z 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=24181cd6b6daa774 -C extra-filename=-08348acf9284fc1e --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-7a8176c88c086b30.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-39deae43b9d82b8c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.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-4c4a5b8e20b3054c.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-7c07ff066c187489.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-08c13f9e5144b234.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46212025-03-21T17:46:50.125Z 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=28604d432b050b6e -C extra-filename=-dbd45b58ab41bbb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-f314810ca873fdc5.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-86c0f344a5793d7f.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-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-bcb50325f21c2099.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-c4e7c3e6d69869a6/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`
46222025-03-21T17:46:52.381Z 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=c7faba85f3c8cb2e -C extra-filename=-2411678eb8880c53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-8f797db05b3d5610.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-4f352bd37c38d1aa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46232025-03-21T17:46:52.773Z 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=30d09f089f152074 -C extra-filename=-a6e9cf4971e56713 --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-f314810ca873fdc5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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-b050a7a02a78cbb8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7c07ff066c187489.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-c4e7c3e6d69869a6/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`
46242025-03-21T17:46:53.268Z 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=cf616536546f19ac -C extra-filename=-0698a6f2d6e79cda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0b0461f01fbc7410.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-b6b46539c0df711f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8bb0f0dce7516ab9.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-7c07ff066c187489.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-c4e7c3e6d69869a6/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`
46252025-03-21T17:46:55.207Z 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=0360d01616f3d065 -C extra-filename=-0745e7c620486961 --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-0b0461f01fbc7410.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-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-10a08c345b0e6422.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-7c07ff066c187489.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-c4e7c3e6d69869a6/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`
46262025-03-21T17:47:01.363Z 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=aeb02edc30d6cf0e -C extra-filename=-b0ed23a6fd29716d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-f314810ca873fdc5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2c7e628874fe7c53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-b050a7a02a78cbb8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7c07ff066c187489.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-c4e7c3e6d69869a6/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`
46272025-03-21T17:47:03.547Z 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=4beb97310e2d6de6 -C extra-filename=-146994bf775c0aaa --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-0b0461f01fbc7410.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-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-10a08c345b0e6422.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-7c07ff066c187489.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-c4e7c3e6d69869a6/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`
46282025-03-21T17:47:04.771Z 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=2eb9644629b9dbbf -C extra-filename=-f86ff3283ffad357 --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-f314810ca873fdc5.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-b6b46539c0df711f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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-b050a7a02a78cbb8.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-70757c083d66c46f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7c07ff066c187489.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-c4e7c3e6d69869a6/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`
46292025-03-21T17:47:08.094Z 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=2c83aba335d40d7e -C extra-filename=-1bea356c4e33658a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d8d6010ef8f02e65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-39deae43b9d82b8c.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-7c07ff066c187489.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-656d1cfcb7d57bd6.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8742d05d4bac54c7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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`
46302025-03-21T17:47:15.808Z 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=39dc61f333a938b3 -C extra-filename=-32bfb39df4b54bdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e0bdeb5870d332e1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-2c7e628874fe7c53.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-4c4a5b8e20b3054c.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7cd722b700be2727.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-b6ff835e5306a45a.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-2b599898b54218bb.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-c4e7c3e6d69869a6/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`
46312025-03-21T17:47:22.003Z 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=a23fc97f2cc7f3df -C extra-filename=-695920c3a0e6805f --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-3c129ad2d5481692.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-8742d05d4bac54c7.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46322025-03-21T17:47:22.588Z 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=e8c017515f754084 -C extra-filename=-b52a4f67a8f1d8fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-333ddb4be33656cd.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-4f352bd37c38d1aa.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-f314810ca873fdc5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-39deae43b9d82b8c.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-2c7e628874fe7c53.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-b6b46539c0df711f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.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-4c4a5b8e20b3054c.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-e35e3e664c076d4c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.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-10a08c345b0e6422.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-bfa3bd5f47e1031d.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-8742d05d4bac54c7.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46332025-03-21T17:47:24.284Z 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=d94c9d7a036aabb0 -C extra-filename=-36aadc093bdaa660 --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-3931ba68489a6698.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5aab157a7e8c894e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-7c07ff066c187489.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-c4e7c3e6d69869a6/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`
46342025-03-21T17:47:26.788Z 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=cceba9da1e9f5246 -C extra-filename=-2a5cb9cbde2ed867 --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-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-10a08c345b0e6422.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-7c07ff066c187489.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-c4e7c3e6d69869a6/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`
46352025-03-21T17:47:27.337Z 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=40aa03ae01763802 -C extra-filename=-4af33d337623764a --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-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-7c07ff066c187489.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46362025-03-21T17:47:27.824Z 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=233fe6a59d97ea45 -C extra-filename=-25c3422a7ccaacc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-1cca5c0aed2a5387.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2c7e628874fe7c53.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-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.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-7c07ff066c187489.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-6b157dc50018a28d.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-c4e7c3e6d69869a6/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`
46372025-03-21T17:47:32.433Z 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=a07d508eb685ae40 -C extra-filename=-0e0a5504e701bfbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-d1ad1b900079a84c.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-2c7e628874fe7c53.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-67f961dcb7552aff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.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-2b599898b54218bb.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-c4e7c3e6d69869a6/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`
46382025-03-21T17:47:35.135Z 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=8f9b65f1b4f0538c -C extra-filename=-869e602b33b1ef0b --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-2c7e628874fe7c53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46392025-03-21T17:47:41.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=3ca07ae429f1680d -C extra-filename=-70b74d101bc4a21f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2c7e628874fe7c53.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-10a08c345b0e6422.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-8742d05d4bac54c7.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46402025-03-21T17:47:43.590Z 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=709dd595aea28ca3 -C extra-filename=-98f28ea63968c76e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3c129ad2d5481692.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46412025-03-21T17:47:45.974Z 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=eb9eb895073fe934 -C extra-filename=-af0c37421fcae0f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-b6b46539c0df711f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8bb0f0dce7516ab9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46422025-03-21T17:47:50.374Z 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=a71098626e3182fd -C extra-filename=-8320268a75ceae04 --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-2c7e628874fe7c53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.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-4c4a5b8e20b3054c.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-7c07ff066c187489.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46432025-03-21T17:47:51.465Z 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=80b2b810d8bf2dc9 -C extra-filename=-44ef0c2049604a08 --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-f314810ca873fdc5.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-4c4a5b8e20b3054c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46442025-03-21T17:47:53.306Z 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=56983277dc1e577a -C extra-filename=-3b32b852c5fada78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-4c4a5b8e20b3054c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ba1653f96913003a.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-e2f2efe1c2b7338f.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-4948e26193de673b.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0f530f08cd0c392.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-c4e7c3e6d69869a6/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`
46452025-03-21T17:47:54.953Z 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=80da6ae1f25c4f17 -C extra-filename=-b85116325270c7ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-104c66aad97970ca.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-7f62531d87d3266a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4e93af2543212c00.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.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-417b339e53d34794.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-a9d65db47e5fa4ff.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46462025-03-21T17:47:57.758Z 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=5e43b5cc5fdf8374 -C extra-filename=-da3212d995eb8194 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-104c66aad97970ca.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-7f62531d87d3266a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4e93af2543212c00.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-417b339e53d34794.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.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-a9d65db47e5fa4ff.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-c4e7c3e6d69869a6/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`
46472025-03-21T17:47:58.456Z 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=2683074338f81bef -C extra-filename=-154b3175a1565c7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-104c66aad97970ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4e93af2543212c00.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-417b339e53d34794.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b58e0df12ff1a74e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/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`
46482025-03-21T17:47:59.730Z 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=1f72ed6a081122f7 -C extra-filename=-0fe138f56589b3f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-104c66aad97970ca.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-7f62531d87d3266a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4e93af2543212c00.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.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-417b339e53d34794.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-a9d65db47e5fa4ff.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46492025-03-21T17:48:01.323Z 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=37542bad86827b05 -C extra-filename=-eb0949df75d33753 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-104c66aad97970ca.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-7f62531d87d3266a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4e93af2543212c00.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-417b339e53d34794.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.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-a9d65db47e5fa4ff.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-c4e7c3e6d69869a6/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`
46502025-03-21T17:48:01.854Z 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=1de77ae488c0d3fc -C extra-filename=-7798405e7e0b9a3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-104c66aad97970ca.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-7f62531d87d3266a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4e93af2543212c00.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.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-417b339e53d34794.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-a9d65db47e5fa4ff.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46512025-03-21T17:48:05.388Z 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=51c1aa998e4d8cc3 -C extra-filename=-641ed0c90a5fb74c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-104c66aad97970ca.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-7f62531d87d3266a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4e93af2543212c00.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-417b339e53d34794.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.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-a9d65db47e5fa4ff.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-c4e7c3e6d69869a6/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`
46522025-03-21T17:48:07.507Z 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=7b5b2d5ce9b6b02c -C extra-filename=-e78e4fc80299452c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-104c66aad97970ca.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-7f62531d87d3266a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4e93af2543212c00.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-417b339e53d34794.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.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-a9d65db47e5fa4ff.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-c4e7c3e6d69869a6/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`
46532025-03-21T17:48:10.242Z 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=5468628859a6e07e -C extra-filename=-b42bdda009b213f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-104c66aad97970ca.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-7f62531d87d3266a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4e93af2543212c00.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-417b339e53d34794.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.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-a9d65db47e5fa4ff.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-c4e7c3e6d69869a6/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`
46542025-03-21T17:48:12.286Z 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=d6a98d8ae10a56c3 -C extra-filename=-9e91aeadebf0f3c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-f314810ca873fdc5.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-86c0f344a5793d7f.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-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
46552025-03-21T17:48:12.798Z 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=c6f0160bb283de05 -C extra-filename=-2cd605566323967a --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-f314810ca873fdc5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-86c0f344a5793d7f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
46562025-03-21T17:48:15.454Z 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=f213dec2903d3456 -C extra-filename=-4dc1fd77baac8fc6 --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-4c4a5b8e20b3054c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-a5b7242cbc0f8044.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-854cbbd16210f886.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-c4e7c3e6d69869a6/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`
46572025-03-21T17:48:16.227Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1605132c5efecac0 -C extra-filename=-69b4bef5feeba9de --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-29e1efb1dc6ce857.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46582025-03-21T17:48:17.614Z 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=ef8643eab0ae8cfa -C extra-filename=-93c9bd5f72b286fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-7f62531d87d3266a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4e93af2543212c00.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-417b339e53d34794.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.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-a9d65db47e5fa4ff.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-c4e7c3e6d69869a6/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`
46592025-03-21T17:48:17.645Z 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=50a5091e2fb38459 -C extra-filename=-85973265d0be390f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-4c4a5b8e20b3054c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-e2f2efe1c2b7338f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0f530f08cd0c392.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-c4e7c3e6d69869a6/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`
46602025-03-21T17:48:19.864Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46612025-03-21T17:48:19.868Z 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=2b13d2962e8ae705 -C extra-filename=-b0eb9a7b8756b47d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.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-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46622025-03-21T17:48:20.936Z 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=3ac5f910f7d2c02d -C extra-filename=-0a306e286972905d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-4c4a5b8e20b3054c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0f530f08cd0c392.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-c4e7c3e6d69869a6/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`
46632025-03-21T17:48:21.436Z 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=0a5b2965ee7442e0 -C extra-filename=-f2c1772e180ea72e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-4c4a5b8e20b3054c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0f530f08cd0c392.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-c4e7c3e6d69869a6/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`
46642025-03-21T17:48:22.280Z 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=b3af8a1c21868325 -C extra-filename=-94fdbb16122e150f --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-6cd3572c408f5a5c.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-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ba1653f96913003a.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0f530f08cd0c392.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.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-bf3499c0732349d3.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-e3af39f1dfb8b823.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46652025-03-21T17:48:23.408Z 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=f86a6423b6896616 -C extra-filename=-8a368d42b457c535 --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-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
46662025-03-21T17:48:26.983Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
46672025-03-21T17:48:26.986Z 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=46eb1f2dec8ea888 -C extra-filename=-364ecfdac5573dad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
46682025-03-21T17:48:27.793Z 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=ef3a03aaa2282fc9 -C extra-filename=-420aba3a2c31bb6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
46692025-03-21T17:48:30.860Z 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=5d08ea1af3c44ce4 -C extra-filename=-91758d1103980a46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-e99e459d55ad9ba9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-bf3499c0732349d3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-602497b7914c8656.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-c4e7c3e6d69869a6/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`
46702025-03-21T17:48:32.578Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
46712025-03-21T17:48:32.581Z 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=a4ed086cf26a3bdd -C extra-filename=-bf98cfd3f665987f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
46722025-03-21T17:48:32.746Z 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=f6dcfd7d48edd42e -C extra-filename=-5c94a6e3a452e6fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-e99e459d55ad9ba9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-bf3499c0732349d3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-602497b7914c8656.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-c4e7c3e6d69869a6/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`
46732025-03-21T17:48:33.049Z 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=e9da4f9daeb9ae5f -C extra-filename=-90c32bbb9e40d426 --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-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
46742025-03-21T17:48:33.432Z 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=edd778b6c36bd6c3 -C extra-filename=-69b343adb86dcb59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-10a08c345b0e6422.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-c4e7c3e6d69869a6/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`
46752025-03-21T17:48:33.877Z 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=72ac6a86c580fdc9 -C extra-filename=-87532a9826b64226 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-f314810ca873fdc5.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-7ae797e87ac7d4ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f4a00c8e48b2f51a.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-de89508f1b1caf1a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-d098827d9c7bc9d8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.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-c4e7c3e6d69869a6/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)'`
46762025-03-21T17:48:34.694Z 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=150c86ef67ae5b02 -C extra-filename=-bd3abdefff0170c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e0bdeb5870d332e1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.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-c4e7c3e6d69869a6/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`
46772025-03-21T17:48:34.918Z 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=3c9eede263beaa13 -C extra-filename=-4dad924cbae46128 --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-4f352bd37c38d1aa.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-4c4a5b8e20b3054c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46782025-03-21T17:48:36.207Z 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=aa96742472eb7c9b -C extra-filename=-a03a6a11b731e194 --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-4f352bd37c38d1aa.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-eed672c31e8ec6d2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46792025-03-21T17:48:36.889Z 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=c943096236b99584 -C extra-filename=-233cb12736edca6c --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-4f352bd37c38d1aa.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-4c4a5b8e20b3054c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46802025-03-21T17:48:38.264Z 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=53590af7ce7d71b0 -C extra-filename=-df376763e654a0a8 --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-4f352bd37c38d1aa.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-4c4a5b8e20b3054c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46812025-03-21T17:48:38.301Z 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=a4b740462fcf6a73 -C extra-filename=-15591dc4d04c531e --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-4f352bd37c38d1aa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46822025-03-21T17:48:38.701Z 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=fc19886afce481aa -C extra-filename=-2f8a2ea372ff4bd0 --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-f314810ca873fdc5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-339ae149f620f117.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46832025-03-21T17:48:40.375Z 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=448594ed6c021f2a -C extra-filename=-834ad7d4b551ba43 --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-d1ad1b900079a84c.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-417b339e53d34794.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46842025-03-21T17:48:40.733Z 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=739c5c8aa9a561b0 -C extra-filename=-7d893d0b833d6609 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-d1ad1b900079a84c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46852025-03-21T17:48:42.157Z 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=4e9c1fb4585fb2f0 -C extra-filename=-2d471a2b1e1c0452 --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-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46862025-03-21T17:48:42.880Z 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=ec4a0a3e8917d40a -C extra-filename=-343d3aed5d5ebbf7 --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-6cd3572c408f5a5c.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-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ba1653f96913003a.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.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-bf3499c0732349d3.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-e3af39f1dfb8b823.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46872025-03-21T17:48:51.376Z 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=b6c5674a79727754 -C extra-filename=-24b9a16d910b162d --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-f314810ca873fdc5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46882025-03-21T17:48:53.384Z 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=b42d7ea6d12af01b -C extra-filename=-66c3c79199e1c702 --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-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46892025-03-21T17:48:53.472Z 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=d49ad0f809eadd80 -C extra-filename=-1bf218bf18ef22f1 --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-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46902025-03-21T17:48:54.176Z 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=19e022a51becd1e9 -C extra-filename=-b391308a3e816ab7 --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-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46912025-03-21T17:48:56.155Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46922025-03-21T17:48:56.160Z 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=7f9856a8f84e6071 -C extra-filename=-743437ef1c7bb960 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-39deae43b9d82b8c.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-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/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`
46932025-03-21T17:48:56.273Z 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=55e1bf702f71bace -C extra-filename=-313d9792c2726a5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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-10a08c345b0e6422.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46942025-03-21T17:48:57.768Z 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=34d7005cd6943563 -C extra-filename=-a79370aab15fe724 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-e99e459d55ad9ba9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-bf3499c0732349d3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-602497b7914c8656.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-c4e7c3e6d69869a6/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`
46952025-03-21T17:49:00.886Z 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=a91fecd1d24e0009 -C extra-filename=-63a9c7a64998829b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46962025-03-21T17:49:01.411Z 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=5db90fc1567590af -C extra-filename=-08e3eb32c1dce502 --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-f314810ca873fdc5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46972025-03-21T17:49:02.548Z 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=49ea52c6fab2cfe9 -C extra-filename=-4f009baf5955a130 --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-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
46982025-03-21T17:49:03.830Z 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=f38f46bd8599fc07 -C extra-filename=-deb57289bb6238aa --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-4c4a5b8e20b3054c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5aab157a7e8c894e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/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`
46992025-03-21T17:49:05.946Z 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=da6363261c8832c2 -C extra-filename=-5c4441d8ad7da624 --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-d1ad1b900079a84c.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-e3cb0d789ec695ed.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
47002025-03-21T17:49:10.285Z 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=4139b0ef37bab556 -C extra-filename=-f5c8fcec0edb025d --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-d1ad1b900079a84c.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-e3cb0d789ec695ed.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
47012025-03-21T17:49:11.588Z 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=2167fd041320483d -C extra-filename=-bca340db31ea6e2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-4c4a5b8e20b3054c.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-d098827d9c7bc9d8.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-c4e7c3e6d69869a6/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`
47022025-03-21T17:49:12.031Z 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=08906adae2175fd7 -C extra-filename=-bde20305482e85ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-333ddb4be33656cd.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-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-6c2d10e7b70753f7.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-4c4a5b8e20b3054c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5aab157a7e8c894e.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-6939751d4076c61a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-10a08c345b0e6422.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 tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47032025-03-21T17:49:12.500Z 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=c7c16eb80ba9ac98 -C extra-filename=-a8e5d69fb8057a09 --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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
47042025-03-21T17:49:13.200Z 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=9cad9173dfc2ff83 -C extra-filename=-a6ea9c1863e12683 --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-f314810ca873fdc5.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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-7ed663b343a5fc8e/out/lib`
47052025-03-21T17:49:17.357Z 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=aa6faadc1125b6ca -C extra-filename=-7dedf030abcf520c --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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
47062025-03-21T17:49:17.635Z 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=ecb0c4da8ab88cda -C extra-filename=-5c58205ab5ac7e27 --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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
47072025-03-21T17:49:17.635Z 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=bcb78e7122ef462b -C extra-filename=-711755d1034866a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
47082025-03-21T17:49:17.636Z 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=1a95abf7e45e0f3a -C extra-filename=-37225e2036e90f11 --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-4c4a5b8e20b3054c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/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`
47092025-03-21T17:49:17.643Z 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=f26012db41ff233a -C extra-filename=-abe21cbd397d9167 --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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
47102025-03-21T17:49:17.643Z 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=8096af43e1f90b3c -C extra-filename=-5ded4ed466a26e2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-6cd3572c408f5a5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-10a08c345b0e6422.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-c4e7c3e6d69869a6/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`
47112025-03-21T17:49:17.646Z 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=c02e2cd2e93f085d -C extra-filename=-55cb3c1ce0260dfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
47122025-03-21T17:49:17.646Z 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=24a4cc97f3a4149a -C extra-filename=-0b15370167d2a9e5 --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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
47132025-03-21T17:49:17.646Z 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=ad08ab286aa04531 -C extra-filename=-c9b83a26c9a7d46f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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-03-21T17:49:17.646Z 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=c97377b7e21d5f33 -C extra-filename=-fe3670ef2775e312 --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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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`
47152025-03-21T17:49:17.771Z 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=ec3bba69e304d392 -C extra-filename=-a5cc9ae7d7a1c2cf --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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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-03-21T17:49:17.772Z 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=4edd32b5799fc100 -C extra-filename=-230fcff373a87cea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e0bdeb5870d332e1.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-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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-03-21T17:49:17.772Z 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=128a7c1d6781959f -C extra-filename=-1fa847f3eddb89a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-4c4a5b8e20b3054c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5aab157a7e8c894e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/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-03-21T17:49:17.772Z 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=9503807c940ecffa -C extra-filename=-3e401b46c856aa38 --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-4c4a5b8e20b3054c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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`
47192025-03-21T17:49:17.791Z 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=bd09cf07dc9b8703 -C extra-filename=-8b5785e17863008c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-4c4a5b8e20b3054c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/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-03-21T17:49:18.000Z 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=0dfb53091e1be427 -C extra-filename=-a67830877c9b5f26 --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-4c4a5b8e20b3054c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/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-03-21T17:49:18.041Z 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=8412f3d59fe0c90c -C extra-filename=-72df4786768cf3b6 --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-4c4a5b8e20b3054c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-c4e7c3e6d69869a6/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-03-21T17:49:19.719Z 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=31d0bcfcb8202520 -C extra-filename=-5847862c5caaad73 --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-94932e580f588423.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-546ca2b8c4690a10.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 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-d4d7b1a7a2996c10.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.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-8f2df18473562869.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-42263bb662c99507.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 openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6e408b59dbc54863.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-aee7dbe5a0bae24f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b58e0df12ff1a74e.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-bf3499c0732349d3.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-af772249a6769106.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-429cd774d45cbd7f.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-642a4257da59b455.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-6c02ce0437a7d712.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-ab13e610a31ec249.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_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-01e4a0be8cd7addb.rlib --extern zip_f595c2ba2a3f28df=/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-c4e7c3e6d69869a6/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`
47232025-03-21T17:50:22.560Z 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=9a500ae8ae992780 -C extra-filename=-1ce82520311f17a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-d1ed29fdbb3e309f.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-f314810ca873fdc5.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-324174bc038fa7c5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-39deae43b9d82b8c.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-3b732f5de9546b06.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-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-21af4280d8d3bf12.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01214f70f275cb4f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-24c622d450ecb364.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9723079429974a39.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3c6be11e1ede4e34.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-635102a58f9e4d51.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7e4549619d1e0a39.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1c39ba816ac07495.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2dec0764758cac56.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ada969df638ac0eb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.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-c34d54190d6438f9.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-1a62de45ece3eaa4.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-8742d05d4bac54c7.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-c4e7c3e6d69869a6/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/`
47242025-03-21T17:50:22.580Z 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=27d41a1b87023d1b -C extra-filename=-0f5429a6d192291f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-d1ad1b900079a84c.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-417b339e53d34794.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21af4280d8d3bf12.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-24c622d450ecb364.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9723079429974a39.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d715a228eafbbd0e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-093e6926b91db711.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3c6be11e1ede4e34.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-9db767a6bf49ac01.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7e4549619d1e0a39.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1c39ba816ac07495.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2dec0764758cac56.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c34d54190d6438f9.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_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-c4e7c3e6d69869a6/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/`
47252025-03-21T17:50:22.580Z 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=eb4e274f689fd4c9 -C extra-filename=-f0e32d6f613de611 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-d1ad1b900079a84c.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-417b339e53d34794.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21af4280d8d3bf12.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-24c622d450ecb364.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9723079429974a39.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d715a228eafbbd0e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-093e6926b91db711.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3c6be11e1ede4e34.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-9db767a6bf49ac01.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7e4549619d1e0a39.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1c39ba816ac07495.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2dec0764758cac56.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c34d54190d6438f9.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_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-c4e7c3e6d69869a6/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/`
47262025-03-21T17:50:22.580Z 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=e8c5a4aeba722eb3 -C extra-filename=-ee92d700ecb333e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-20915d3e2ac0a11c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8f797db05b3d5610.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-cf67ce5b0dad110e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-4f352bd37c38d1aa.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7b123aba39a0510.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-a2083d6ee951657b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-45cd223c1bc5665d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01214f70f275cb4f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-24c622d450ecb364.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9723079429974a39.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ac2e0353caec27bf.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-093e6926b91db711.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3c6be11e1ede4e34.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7e4549619d1e0a39.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1c39ba816ac07495.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2dec0764758cac56.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.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-b6ff835e5306a45a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1a62de45ece3eaa4.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-8742d05d4bac54c7.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-c4e7c3e6d69869a6/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/`
47272025-03-21T17:50:22.580Z 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=a4f1e9d27f9438a7 -C extra-filename=-9c715ed048c29fc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-45cd223c1bc5665d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-cc9bda8d14f9f1e3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7e4549619d1e0a39.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-20022a2ca525a88e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2dec0764758cac56.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-0855bdb620d75990.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-c4e7c3e6d69869a6/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/`
47282025-03-21T17:50:22.587Z 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=e9e2d9d5dd3728d3 -C extra-filename=-b1fad6300ecef030 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-45cd223c1bc5665d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-cc9bda8d14f9f1e3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7e4549619d1e0a39.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-20022a2ca525a88e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2dec0764758cac56.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-0855bdb620d75990.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-c4e7c3e6d69869a6/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/`
47292025-03-21T17:50:22.587Z 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=e7621784f7250a3d -C extra-filename=-66a12351ceab224d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-d1ed29fdbb3e309f.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-f314810ca873fdc5.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-324174bc038fa7c5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-39deae43b9d82b8c.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-3b732f5de9546b06.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-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-21af4280d8d3bf12.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01214f70f275cb4f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-24c622d450ecb364.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9723079429974a39.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3c6be11e1ede4e34.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-635102a58f9e4d51.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7e4549619d1e0a39.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1c39ba816ac07495.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2dec0764758cac56.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ada969df638ac0eb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.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-c34d54190d6438f9.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-1a62de45ece3eaa4.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-8742d05d4bac54c7.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-c4e7c3e6d69869a6/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/`
47302025-03-21T17:50:22.588Z 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=574ce89258c10b5f -C extra-filename=-7622a8f0bf643a42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.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-45cd223c1bc5665d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-cc9bda8d14f9f1e3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7e4549619d1e0a39.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2dec0764758cac56.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-c4e7c3e6d69869a6/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/`
47312025-03-21T17:53:56.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17m 48s
47322025-03-21T17:54:15.762Z
47332025-03-21T17:54:15.773Zreal 18:07.182087589
47342025-03-21T17:54:15.774Zuser 1:40:19.328047434
47352025-03-21T17:54:15.774Zsys 14:00.400876092
47362025-03-21T17:54:15.774Ztrap 4.092793430
47372025-03-21T17:54:15.774Ztflt 3.051726494
47382025-03-21T17:54:15.774Zdflt 4:46.906497473
47392025-03-21T17:54:15.774Zkflt 1.527756594
47402025-03-21T17:54:15.774Zlock 3:29:54.708838194
47412025-03-21T17:54:15.774Zslp 8:27:02.817614706
47422025-03-21T17:54:15.774Zlat 5:44.830424984
47432025-03-21T17:54:15.775Zstop 9:51.993881457
47442025-03-21T17:54:15.794Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
47452025-03-21T17:54:20.533Z Fresh unicode-ident v1.0.14
47462025-03-21T17:54:20.533Z Fresh cfg-if v1.0.0
47472025-03-21T17:54:20.533Z Fresh autocfg v1.4.0
47482025-03-21T17:54:20.533Z Fresh memchr v2.7.4
47492025-03-21T17:54:20.533Z Fresh version_check v0.9.5
47502025-03-21T17:54:20.537Z Fresh proc-macro2 v1.0.93
47512025-03-21T17:54:20.537Z Fresh value-bag v1.9.0
47522025-03-21T17:54:20.537Z Fresh itoa v1.0.11
47532025-03-21T17:54:20.538Z Fresh scopeguard v1.2.0
47542025-03-21T17:54:20.538Z Fresh smallvec v1.14.0
47552025-03-21T17:54:20.538Z Fresh quote v1.0.38
47562025-03-21T17:54:20.538Z Fresh libc v0.2.170
47572025-03-21T17:54:20.538Z Fresh log v0.4.22
47582025-03-21T17:54:20.538Z Fresh once_cell v1.20.3
47592025-03-21T17:54:20.538Z Fresh pin-project-lite v0.2.14
47602025-03-21T17:54:20.538Z Fresh ryu v1.0.18
47612025-03-21T17:54:20.538Z Fresh subtle v2.6.1
47622025-03-21T17:54:20.541Z Fresh syn v2.0.98
47632025-03-21T17:54:20.541Z Fresh getrandom v0.2.15
47642025-03-21T17:54:20.541Z Fresh lock_api v0.4.12
47652025-03-21T17:54:20.541Z Fresh regex-syntax v0.8.5
47662025-03-21T17:54:20.541Z Fresh byteorder v1.5.0
47672025-03-21T17:54:20.541Z Fresh shlex v1.3.0
47682025-03-21T17:54:20.541Z Fresh serde_derive v1.0.218
47692025-03-21T17:54:20.541Z Fresh rand_core v0.6.4
47702025-03-21T17:54:20.541Z Fresh zeroize_derive v1.4.2
47712025-03-21T17:54:20.541Z Fresh aho-corasick v1.1.3
47722025-03-21T17:54:20.541Z Fresh serde v1.0.218
47732025-03-21T17:54:20.541Z Fresh zeroize v1.8.1
47742025-03-21T17:54:20.541Z Fresh libm v0.2.8
47752025-03-21T17:54:20.545Z Fresh regex-automata v0.4.8
47762025-03-21T17:54:20.545Z Fresh jobserver v0.1.32
47772025-03-21T17:54:20.545Z Fresh bytes v1.10.0
47782025-03-21T17:54:20.545Z Fresh bitflags v2.6.0
47792025-03-21T17:54:20.545Z Fresh num-traits v0.2.19
47802025-03-21T17:54:20.545Z Fresh serde_json v1.0.139
47812025-03-21T17:54:20.545Z Fresh semver v1.0.25
47822025-03-21T17:54:20.545Z Fresh cc v1.2.15
47832025-03-21T17:54:20.545Z Fresh parking_lot_core v0.9.10
47842025-03-21T17:54:20.552Z Fresh foldhash v0.1.3
47852025-03-21T17:54:20.552Z Fresh allocator-api2 v0.2.18
47862025-03-21T17:54:20.552Z Fresh equivalent v1.0.1
47872025-03-21T17:54:20.552Z Fresh thiserror-impl v1.0.69
47882025-03-21T17:54:20.552Z Fresh parking_lot v0.12.3
47892025-03-21T17:54:20.552Z Fresh typenum v1.17.0
47902025-03-21T17:54:20.552Z Fresh hashbrown v0.15.1
47912025-03-21T17:54:20.552Z Fresh fnv v1.0.7
47922025-03-21T17:54:20.552Z Fresh regex v1.11.1
47932025-03-21T17:54:20.552Z Fresh errno v0.3.9
47942025-03-21T17:54:20.552Z Fresh generic-array v0.14.7
47952025-03-21T17:54:20.553Z Fresh thiserror v1.0.69
47962025-03-21T17:54:20.553Z Fresh signal-hook-registry v1.4.2
47972025-03-21T17:54:20.553Z Fresh futures-core v0.3.31
47982025-03-21T17:54:20.553Z Fresh mio v1.0.2
47992025-03-21T17:54:20.553Z Fresh either v1.14.0
48002025-03-21T17:54:20.553Z Fresh indexmap v2.7.1
48012025-03-21T17:54:20.553Z Fresh crypto-common v0.1.6
48022025-03-21T17:54:20.553Z Fresh tokio-macros v2.5.0
48032025-03-21T17:54:20.553Z Fresh socket2 v0.5.8
48042025-03-21T17:54:20.553Z Fresh zerocopy-derive v0.7.35
48052025-03-21T17:54:20.553Z Fresh const-oid v0.9.6
48062025-03-21T17:54:20.553Z Fresh heck v0.5.0
48072025-03-21T17:54:20.553Z Fresh rustix v0.38.37
48082025-03-21T17:54:20.553Z Fresh tokio v1.43.0
48092025-03-21T17:54:20.553Z Fresh zerocopy v0.7.35
48102025-03-21T17:54:20.553Z Fresh spin v0.9.8
48112025-03-21T17:54:20.553Z Fresh futures-io v0.3.31
48122025-03-21T17:54:20.553Z Fresh block-buffer v0.10.4
48132025-03-21T17:54:20.553Z Fresh getrandom v0.3.1
48142025-03-21T17:54:20.553Z Fresh iana-time-zone v0.1.61
48152025-03-21T17:54:20.557Z Fresh digest v0.10.7
48162025-03-21T17:54:20.557Z Fresh futures-sink v0.3.31
48172025-03-21T17:54:20.557Z Fresh cpufeatures v0.2.14
48182025-03-21T17:54:20.558Z Fresh lazy_static v1.5.0
48192025-03-21T17:54:20.558Z Fresh stable_deref_trait v1.2.0
48202025-03-21T17:54:20.558Z Fresh slab v0.4.9
48212025-03-21T17:54:20.558Z Fresh chrono v0.4.40
48222025-03-21T17:54:20.558Z Fresh uuid v1.15.1
48232025-03-21T17:54:20.558Z Fresh pin-utils v0.1.0
48242025-03-21T17:54:20.558Z Fresh pkg-config v0.3.31
48252025-03-21T17:54:20.558Z Fresh futures-channel v0.3.31
48262025-03-21T17:54:20.558Z Fresh futures-macro v0.3.31
48272025-03-21T17:54:20.558Z Fresh futures-task v0.3.31
48282025-03-21T17:54:20.558Z Fresh futures-util v0.3.31
48292025-03-21T17:54:20.558Z Fresh serde_derive_internals v0.29.1
48302025-03-21T17:54:20.559Z Fresh dyn-clone v1.0.18
48312025-03-21T17:54:20.559Z Fresh ppv-lite86 v0.2.20
48322025-03-21T17:54:20.559Z Fresh synstructure v0.13.1
48332025-03-21T17:54:20.559Z Fresh glob v0.3.2
48342025-03-21T17:54:20.559Z Fresh displaydoc v0.2.5
48352025-03-21T17:54:20.559Z Fresh schemars_derive v0.8.22
48362025-03-21T17:54:20.559Z Fresh zerofrom-derive v0.1.4
48372025-03-21T17:54:20.559Z Fresh yoke-derive v0.7.4
48382025-03-21T17:54:20.559Z Fresh tracing-attributes v0.1.27
48392025-03-21T17:54:20.559Z Fresh zerovec-derive v0.10.3
48402025-03-21T17:54:20.559Z Fresh tracing-core v0.1.32
48412025-03-21T17:54:20.559Z Fresh schemars v0.8.22
48422025-03-21T17:54:20.559Z Fresh zerofrom v0.1.4
48432025-03-21T17:54:20.559Z Fresh tracing v0.1.40
48442025-03-21T17:54:20.559Z Fresh http v1.2.0
48452025-03-21T17:54:20.559Z Fresh minimal-lexical v0.2.1
48462025-03-21T17:54:20.559Z Fresh rand_chacha v0.3.1
48472025-03-21T17:54:20.559Z Fresh yoke v0.7.4
48482025-03-21T17:54:20.559Z Fresh nom v7.1.3
48492025-03-21T17:54:20.559Z Fresh syn v1.0.109
48502025-03-21T17:54:20.559Z Fresh rand v0.8.5
48512025-03-21T17:54:20.559Z Fresh writeable v0.5.5
48522025-03-21T17:54:20.559Z Fresh litemap v0.7.3
48532025-03-21T17:54:20.559Z Fresh zerovec v0.10.4
48542025-03-21T17:54:20.559Z Fresh icu_provider_macros v1.5.0
48552025-03-21T17:54:20.559Z Fresh percent-encoding v2.3.1
48562025-03-21T17:54:20.559Z Fresh home v0.5.9
48572025-03-21T17:54:20.559Z Fresh libloading v0.8.5
48582025-03-21T17:54:20.559Z Fresh icu_locid_transform_data v1.5.0
48592025-03-21T17:54:20.559Z Fresh cexpr v0.6.0
48602025-03-21T17:54:20.559Z Fresh tinystr v0.7.6
48612025-03-21T17:54:20.559Z Fresh clang-sys v1.8.1
48622025-03-21T17:54:20.559Z Fresh icu_collections v1.5.0
48632025-03-21T17:54:20.559Z Fresh prettyplease v0.2.29
48642025-03-21T17:54:20.559Z Fresh icu_properties_data v1.5.0
48652025-03-21T17:54:20.559Z Fresh form_urlencoded v1.2.1
48662025-03-21T17:54:20.559Z Fresh icu_locid v1.5.0
48672025-03-21T17:54:20.560Z Fresh strsim v0.11.1
48682025-03-21T17:54:20.560Z Fresh utf8_iter v1.0.4
48692025-03-21T17:54:20.560Z Fresh icu_normalizer_data v1.5.0
48702025-03-21T17:54:20.560Z Fresh utf16_iter v1.0.5
48712025-03-21T17:54:20.560Z Fresh write16 v1.0.0
48722025-03-21T17:54:20.560Z Fresh icu_provider v1.5.0
48732025-03-21T17:54:20.560Z Fresh adler2 v2.0.0
48742025-03-21T17:54:20.560Z Fresh crossbeam-utils v0.8.20
48752025-03-21T17:54:20.560Z Fresh vcpkg v0.2.15
48762025-03-21T17:54:20.560Z Fresh num-conv v0.1.0
48772025-03-21T17:54:20.560Z Fresh powerfmt v0.2.0
48782025-03-21T17:54:20.570Z Fresh icu_locid_transform v1.5.0
48792025-03-21T17:54:20.570Z Fresh miniz_oxide v0.8.5
48802025-03-21T17:54:20.570Z Fresh time-core v0.1.2
48812025-03-21T17:54:20.570Z Fresh deranged v0.3.11
48822025-03-21T17:54:20.570Z Fresh paste v1.0.15
48832025-03-21T17:54:20.570Z Fresh itertools v0.12.1
48842025-03-21T17:54:20.570Z Fresh icu_properties v1.5.1
48852025-03-21T17:54:20.570Z Fresh time-macros v0.2.18
48862025-03-21T17:54:20.570Z Fresh num_threads v0.1.7
48872025-03-21T17:54:20.570Z Fresh which v4.4.2
48882025-03-21T17:54:20.570Z Fresh lazycell v1.3.0
48892025-03-21T17:54:20.570Z Fresh rustc-hash v1.1.0
48902025-03-21T17:54:20.570Z Fresh icu_normalizer v1.5.0
48912025-03-21T17:54:20.571Z Fresh time v0.3.36
48922025-03-21T17:54:20.571Z Fresh httparse v1.9.5
48932025-03-21T17:54:20.571Z Fresh atomic-waker v1.1.2
48942025-03-21T17:54:20.571Z Fresh bindgen v0.69.5
48952025-03-21T17:54:20.571Z Fresh tokio-util v0.7.13
48962025-03-21T17:54:20.571Z Fresh block-padding v0.3.3
48972025-03-21T17:54:20.571Z Fresh cmake v0.1.51
48982025-03-21T17:54:20.571Z Fresh idna_adapter v1.2.0
48992025-03-21T17:54:20.571Z Fresh untrusted v0.9.0
49002025-03-21T17:54:20.571Z Fresh dunce v1.0.5
49012025-03-21T17:54:20.571Z Fresh fs_extra v1.3.0
49022025-03-21T17:54:20.571Z Fresh inout v0.1.3
49032025-03-21T17:54:20.571Z Fresh sha2 v0.10.8
49042025-03-21T17:54:20.571Z Fresh toml_datetime v0.6.8
49052025-03-21T17:54:20.571Z Fresh serde_tokenstream v0.2.2
49062025-03-21T17:54:20.571Z Fresh idna v1.0.3
49072025-03-21T17:54:20.571Z Fresh ring v0.17.11
49082025-03-21T17:54:20.571Z Fresh cipher v0.4.4
49092025-03-21T17:54:20.571Z Fresh serde_spanned v0.6.8
49102025-03-21T17:54:20.571Z Fresh rustls-pki-types v1.10.0
49112025-03-21T17:54:20.571Z Fresh gimli v0.31.1
49122025-03-21T17:54:20.571Z Fresh url v2.5.3
49132025-03-21T17:54:20.571Z Fresh addr2line v0.24.2
49142025-03-21T17:54:20.571Z Fresh object v0.36.5
49152025-03-21T17:54:20.571Z Fresh rustc-demangle v0.1.24
49162025-03-21T17:54:20.571Z Fresh base64ct v1.6.0
49172025-03-21T17:54:20.571Z Fresh http-body v1.0.1
49182025-03-21T17:54:20.571Z Fresh backtrace v0.3.74
49192025-03-21T17:54:20.571Z Fresh aws-lc-sys v0.26.0
49202025-03-21T17:54:20.571Z Fresh hmac v0.12.1
49212025-03-21T17:54:20.571Z Fresh base64 v0.22.1
49222025-03-21T17:54:20.571Z Fresh try-lock v0.2.5
49232025-03-21T17:54:20.571Z Fresh untrusted v0.7.1
49242025-03-21T17:54:20.571Z Fresh httpdate v1.0.3
49252025-03-21T17:54:20.571Z Fresh want v0.3.1
49262025-03-21T17:54:20.571Z Fresh aws-lc-rs v1.12.4
49272025-03-21T17:54:20.571Z Fresh anyhow v1.0.97
49282025-03-21T17:54:20.571Z Fresh h2 v0.4.6
49292025-03-21T17:54:20.572Z Fresh tower-service v0.3.3
49302025-03-21T17:54:20.572Z Fresh hyper v1.6.0
49312025-03-21T17:54:20.575Z Fresh rustls-webpki v0.102.8
49322025-03-21T17:54:20.575Z Fresh pem-rfc7468 v0.7.0
49332025-03-21T17:54:20.575Z Fresh mime v0.3.17
49342025-03-21T17:54:20.575Z Fresh http-body-util v0.1.2
49352025-03-21T17:54:20.576Z Fresh der_derive v0.7.3
49362025-03-21T17:54:20.576Z Fresh slog v2.7.0
49372025-03-21T17:54:20.576Z Fresh hyper-util v0.1.10
49382025-03-21T17:54:20.576Z Fresh async-trait v0.1.86
49392025-03-21T17:54:20.576Z Fresh flagset v0.4.6
49402025-03-21T17:54:20.576Z Fresh pbkdf2 v0.12.2
49412025-03-21T17:54:20.576Z Fresh rustls-pemfile v2.2.0
49422025-03-21T17:54:20.576Z Fresh aes v0.8.4
49432025-03-21T17:54:20.576Z Fresh foreign-types-shared v0.1.1
49442025-03-21T17:54:20.576Z Fresh der v0.7.9
49452025-03-21T17:54:20.576Z Fresh openssl-probe v0.1.5
49462025-03-21T17:54:20.576Z Fresh ipnet v2.11.0
49472025-03-21T17:54:20.576Z Fresh foreign-types v0.3.2
49482025-03-21T17:54:20.576Z Fresh openssl-sys v0.9.106
49492025-03-21T17:54:20.576Z Fresh salsa20 v0.10.2
49502025-03-21T17:54:20.576Z Fresh spki v0.7.3
49512025-03-21T17:54:20.576Z Fresh cbc v0.1.2
49522025-03-21T17:54:20.576Z Fresh serde_urlencoded v0.7.1
49532025-03-21T17:54:20.577Z Fresh openssl-macros v0.1.1
49542025-03-21T17:54:20.577Z Fresh encoding_rs v0.8.34
49552025-03-21T17:54:20.577Z Fresh rustversion v1.0.17
49562025-03-21T17:54:20.577Z Fresh openssl v0.10.71
49572025-03-21T17:54:20.577Z Fresh scrypt v0.11.0
49582025-03-21T17:54:20.577Z Fresh futures-executor v0.3.31
49592025-03-21T17:54:20.577Z Fresh rustc_version v0.4.1
49602025-03-21T17:54:20.577Z Fresh is-terminal v0.4.13
49612025-03-21T17:54:20.577Z Fresh rustls v0.23.19
49622025-03-21T17:54:20.577Z Fresh pkcs5 v0.7.1
49632025-03-21T17:54:20.577Z Fresh futures v0.3.31
49642025-03-21T17:54:20.577Z Fresh utf8parse v0.2.2
49652025-03-21T17:54:20.577Z Fresh openapiv3 v2.0.0
49662025-03-21T17:54:20.577Z Fresh native-tls v0.2.12
49672025-03-21T17:54:20.577Z Fresh pkcs8 v0.10.2
49682025-03-21T17:54:20.577Z Fresh tokio-rustls v0.26.0
49692025-03-21T17:54:20.577Z Fresh psl-types v2.0.11
49702025-03-21T17:54:20.577Z Fresh litrs v0.4.1
49712025-03-21T17:54:20.577Z Fresh webpki-roots v0.26.6
49722025-03-21T17:54:20.577Z Fresh camino v1.1.9
49732025-03-21T17:54:20.577Z Fresh publicsuffix v2.3.0
49742025-03-21T17:54:20.577Z Fresh cookie v0.18.1
49752025-03-21T17:54:20.577Z Fresh document-features v0.2.10
49762025-03-21T17:54:20.577Z Fresh tokio-native-tls v0.3.1
49772025-03-21T17:54:20.577Z Fresh sync_wrapper v1.0.1
49782025-03-21T17:54:20.577Z Fresh dirs-sys-next v0.1.2
49792025-03-21T17:54:20.581Z Fresh tower-layer v0.3.3
49802025-03-21T17:54:20.581Z Fresh anstyle v1.0.10
49812025-03-21T17:54:20.581Z Fresh dirs-next v2.0.0
49822025-03-21T17:54:20.581Z Fresh hyper-tls v0.6.0
49832025-03-21T17:54:20.581Z Fresh tower v0.5.2
49842025-03-21T17:54:20.581Z Fresh cookie_store v0.21.1
49852025-03-21T17:54:20.581Z Fresh hyper-rustls v0.27.3
49862025-03-21T17:54:20.581Z Fresh winnow v0.5.40
49872025-03-21T17:54:20.581Z Fresh data-encoding v2.6.0
49882025-03-21T17:54:20.581Z Fresh toml_edit v0.19.15
49892025-03-21T17:54:20.581Z Fresh reqwest v0.12.12
49902025-03-21T17:54:20.581Z Fresh term v0.7.0
49912025-03-21T17:54:20.581Z Fresh ucd-trie v0.1.7
49922025-03-21T17:54:20.581Z Fresh winnow v0.7.3
49932025-03-21T17:54:20.581Z Fresh anstyle-parse v0.2.5
49942025-03-21T17:54:20.581Z Fresh sha1 v0.10.6
49952025-03-21T17:54:20.581Z Fresh anstyle-query v1.1.1
49962025-03-21T17:54:20.581Z Fresh pest v2.7.14
49972025-03-21T17:54:20.581Z Fresh toml_edit v0.22.24
49982025-03-21T17:54:20.581Z Fresh is_terminal_polyfill v1.70.1
49992025-03-21T17:54:20.581Z Fresh colorchoice v1.0.2
50002025-03-21T17:54:20.581Z Fresh signature v2.2.0
50012025-03-21T17:54:20.581Z Fresh terminal_size v0.4.0
50022025-03-21T17:54:20.582Z Fresh scroll_derive v0.12.0
50032025-03-21T17:54:20.582Z Fresh siphasher v0.3.11
50042025-03-21T17:54:20.582Z Fresh pest_meta v2.7.14
50052025-03-21T17:54:20.582Z Fresh anstream v0.6.15
50062025-03-21T17:54:20.582Z Fresh clap_lex v0.7.4
50072025-03-21T17:54:20.582Z Fresh scroll v0.12.0
50082025-03-21T17:54:20.582Z Fresh clap_derive v4.5.28
50092025-03-21T17:54:20.582Z Fresh tinyvec_macros v0.1.1
50102025-03-21T17:54:20.582Z Fresh plain v0.2.3
50112025-03-21T17:54:20.582Z Fresh pest_generator v2.7.14
50122025-03-21T17:54:20.582Z Fresh clap_builder v4.5.31
50132025-03-21T17:54:20.582Z Fresh tinyvec v1.8.0
50142025-03-21T17:54:20.582Z Fresh goblin v0.8.2
50152025-03-21T17:54:20.582Z Fresh crc32fast v1.4.2
50162025-03-21T17:54:20.585Z Fresh pretty-hex v0.4.1
50172025-03-21T17:54:20.585Z Fresh bitflags v1.3.2
50182025-03-21T17:54:20.585Z Fresh clap v4.5.31
50192025-03-21T17:54:20.585Z Fresh pest_derive v2.7.14
50202025-03-21T17:54:20.585Z Fresh dof v0.3.0
50212025-03-21T17:54:20.585Z Fresh toml v0.8.20
50222025-03-21T17:54:20.585Z Fresh crossbeam-channel v0.5.13
50232025-03-21T17:54:20.585Z Fresh num-integer v0.1.46
50242025-03-21T17:54:20.585Z Fresh thread_local v1.1.8
50252025-03-21T17:54:20.585Z Fresh thread-id v4.2.2
50262025-03-21T17:54:20.585Z Fresh dtrace-parser v0.2.0
50272025-03-21T17:54:20.585Z Fresh unicode-segmentation v1.12.0
50282025-03-21T17:54:20.585Z Fresh hex v0.4.3
50292025-03-21T17:54:20.586Z Fresh zerocopy-derive v0.8.10
50302025-03-21T17:54:20.586Z Fresh take_mut v0.2.2
50312025-03-21T17:54:20.586Z Fresh base16ct v0.2.0
50322025-03-21T17:54:20.586Z Fresh usdt-impl v0.5.0
50332025-03-21T17:54:20.586Z Fresh sec1 v0.7.3
50342025-03-21T17:54:20.586Z Fresh slog-term v2.9.1
50352025-03-21T17:54:20.586Z Fresh ff v0.13.0
50362025-03-21T17:54:20.586Z Fresh heck v0.4.1
50372025-03-21T17:54:20.586Z Fresh num-iter v0.1.45
50382025-03-21T17:54:20.586Z Fresh slog-async v2.8.0
50392025-03-21T17:54:20.586Z Fresh zerocopy v0.8.10
50402025-03-21T17:54:20.586Z Fresh usdt-macro v0.5.0
50412025-03-21T17:54:20.586Z Fresh group v0.13.0
50422025-03-21T17:54:20.586Z Fresh usdt-attr-macro v0.5.0
50432025-03-21T17:54:20.586Z Fresh flate2 v1.1.0
50442025-03-21T17:54:20.586Z Fresh hkdf v0.12.4
50452025-03-21T17:54:20.586Z Fresh crossbeam-epoch v0.9.18
50462025-03-21T17:54:20.586Z Fresh crypto-bigint v0.5.5
50472025-03-21T17:54:20.586Z Fresh memmap v0.7.0
50482025-03-21T17:54:20.586Z Fresh unicode-width v0.2.0
50492025-03-21T17:54:20.586Z Fresh static_assertions v1.1.0
50502025-03-21T17:54:20.586Z Fresh match_cfg v0.1.0
50512025-03-21T17:54:20.586Z Fresh utf-8 v0.7.6
50522025-03-21T17:54:20.586Z Fresh elliptic-curve v0.13.8
50532025-03-21T17:54:20.586Z Fresh hostname v0.3.1
50542025-03-21T17:54:20.586Z Fresh usdt v0.5.0
50552025-03-21T17:54:20.586Z Fresh toml v0.7.8
50562025-03-21T17:54:20.586Z Fresh itertools v0.10.5
50572025-03-21T17:54:20.586Z Fresh bstr v1.10.0
50582025-03-21T17:54:20.590Z Fresh zerocopy-derive v0.6.6
50592025-03-21T17:54:20.590Z Fresh num-bigint-dig v0.8.4
50602025-03-21T17:54:20.590Z Fresh crossbeam-deque v0.8.5
50612025-03-21T17:54:20.590Z Fresh pkcs1 v0.7.5
50622025-03-21T17:54:20.590Z Fresh hubpack_derive v0.1.1
50632025-03-21T17:54:20.590Z Fresh zerocopy v0.6.6
50642025-03-21T17:54:20.590Z Fresh quick-error v1.2.3
50652025-03-21T17:54:20.590Z Fresh rayon-core v1.12.1
50662025-03-21T17:54:20.590Z Fresh rsa v0.9.6
50672025-03-21T17:54:20.590Z Fresh hubpack v0.1.2
50682025-03-21T17:54:20.590Z Fresh unicode-normalization v0.1.24
50692025-03-21T17:54:20.590Z Fresh phf_shared v0.11.2
50702025-03-21T17:54:20.590Z Fresh slog-json v2.6.1
50712025-03-21T17:54:20.590Z Fresh rfc6979 v0.4.0
50722025-03-21T17:54:20.590Z Fresh curve25519-dalek-derive v0.1.1
50732025-03-21T17:54:20.590Z Fresh debug-ignore v1.0.5
50742025-03-21T17:54:20.590Z Fresh managed v0.8.0
50752025-03-21T17:54:20.590Z Fresh curve25519-dalek v4.1.3
50762025-03-21T17:54:20.590Z Fresh ecdsa v0.16.9
50772025-03-21T17:54:20.590Z Fresh rustls v0.22.4
50782025-03-21T17:54:20.590Z Fresh slog-bunyan v2.5.0
50792025-03-21T17:54:20.590Z Fresh ahash v0.8.11
50802025-03-21T17:54:20.590Z Fresh bzip2-sys v0.1.11+1.0.8
50812025-03-21T17:54:20.590Z Fresh phf_shared v0.10.0
50822025-03-21T17:54:20.590Z Fresh x509-cert v0.2.5
50832025-03-21T17:54:20.590Z Fresh serde_path_to_error v0.1.16
50842025-03-21T17:54:20.591Z Fresh new_debug_unreachable v1.0.6
50852025-03-21T17:54:20.591Z Fresh precomputed-hash v0.1.1
50862025-03-21T17:54:20.591Z Fresh unicode-xid v0.2.6
50872025-03-21T17:54:20.591Z Fresh fixedbitset v0.4.2
50882025-03-21T17:54:20.591Z Fresh bzip2 v0.4.4
50892025-03-21T17:54:20.591Z Fresh string_cache v0.8.7
50902025-03-21T17:54:20.591Z Fresh tokio-rustls v0.25.0
50912025-03-21T17:54:20.591Z Fresh signal-hook v0.3.17
50922025-03-21T17:54:20.591Z Fresh petgraph v0.6.5
50932025-03-21T17:54:20.591Z Fresh ed25519 v2.2.3
50942025-03-21T17:54:20.591Z Fresh enum-as-inner v0.6.1
50952025-03-21T17:54:20.591Z Fresh async-stream-impl v0.3.6
50962025-03-21T17:54:20.591Z Fresh memoffset v0.9.1
50972025-03-21T17:54:20.591Z Fresh multer v3.1.0
50982025-03-21T17:54:20.591Z Fresh console v0.15.10
50992025-03-21T17:54:20.591Z Fresh rand_core v0.9.2
51002025-03-21T17:54:20.595Z Fresh async-stream v0.3.6
51012025-03-21T17:54:20.595Z Fresh ed25519-dalek v2.1.1
51022025-03-21T17:54:20.595Z Fresh hickory-proto v0.24.4
51032025-03-21T17:54:20.595Z Fresh waitgroup v0.1.2
51042025-03-21T17:54:20.595Z Fresh hostname v0.4.0
51052025-03-21T17:54:20.595Z Fresh lalrpop-util v0.19.12
51062025-03-21T17:54:20.595Z Fresh cfg_aliases v0.2.1
51072025-03-21T17:54:20.595Z Fresh rand_chacha v0.9.0
51082025-03-21T17:54:20.595Z Fresh zip v0.6.6
51092025-03-21T17:54:20.595Z Fresh signal-hook-mio v0.2.4
51102025-03-21T17:54:20.595Z Fresh dropshot_endpoint v0.12.0
51112025-03-21T17:54:20.595Z Fresh hash32 v0.2.1
51122025-03-21T17:54:20.595Z Fresh unicode-properties v0.1.3
51132025-03-21T17:54:20.595Z Fresh bumpalo v3.16.0
51142025-03-21T17:54:20.595Z Fresh unicode-bidi v0.3.17
51152025-03-21T17:54:20.600Z Fresh predicates-core v1.0.8
51162025-03-21T17:54:20.797Z Fresh linked-hash-map v0.5.6
51172025-03-21T17:54:20.797Z Fresh lockfree-object-pool v0.1.6
51182025-03-21T17:54:20.797Z Fresh simd-adler32 v0.3.7
51192025-03-21T17:54:20.797Z Fresh zopfli v0.8.1
51202025-03-21T17:54:20.797Z Fresh lru-cache v0.1.2
51212025-03-21T17:54:20.797Z Fresh dropshot v0.12.0
51222025-03-21T17:54:20.797Z Fresh crossterm v0.28.1
51232025-03-21T17:54:20.797Z Fresh newtype-uuid v1.2.1
51242025-03-21T17:54:20.797Z Fresh stringprep v0.1.5
51252025-03-21T17:54:20.797Z Fresh heapless v0.7.17
51262025-03-21T17:54:20.797Z Fresh rand v0.9.0
51272025-03-21T17:54:20.797Z Fresh fs-err v2.11.0
51282025-03-21T17:54:20.797Z Fresh rayon v1.10.0
51292025-03-21T17:54:20.797Z Fresh similar v2.7.0
51302025-03-21T17:54:20.797Z Fresh tokio-stream v0.1.17
51312025-03-21T17:54:20.798Z Fresh md-5 v0.10.6
51322025-03-21T17:54:20.798Z Fresh float-cmp v0.10.0
51332025-03-21T17:54:20.798Z Fresh fallible-iterator v0.2.0
51342025-03-21T17:54:20.798Z Fresh normalize-line-endings v0.3.0
51352025-03-21T17:54:20.798Z Fresh difflib v0.4.0
51362025-03-21T17:54:20.798Z Fresh smoltcp v0.9.1
51372025-03-21T17:54:20.798Z Fresh nix v0.29.0
51382025-03-21T17:54:20.798Z Fresh predicates v3.1.3
51392025-03-21T17:54:20.799Z Fresh postgres-protocol v0.6.8
51402025-03-21T17:54:20.799Z Fresh zip v2.1.3
51412025-03-21T17:54:20.799Z Fresh portable-atomic v1.9.0
51422025-03-21T17:54:20.799Z Fresh buf-list v1.0.3
51432025-03-21T17:54:20.799Z Fresh phf v0.11.2
51442025-03-21T17:54:20.800Z Fresh resolv-conf v0.7.0
51452025-03-21T17:54:20.800Z Fresh tungstenite v0.24.0
51462025-03-21T17:54:20.800Z Fresh strum_macros v0.25.3
51472025-03-21T17:54:20.800Z Fresh serde-big-array v0.5.1
51482025-03-21T17:54:20.800Z Fresh serde_repr v0.1.19
51492025-03-21T17:54:20.800Z Fresh peg-runtime v0.8.5
51502025-03-21T17:54:20.800Z Fresh number_prefix v0.4.0
51512025-03-21T17:54:20.800Z Fresh hickory-resolver v0.24.4
51522025-03-21T17:54:20.800Z Fresh postgres-types v0.2.9
51532025-03-21T17:54:20.800Z Fresh tokio-tungstenite v0.24.0
51542025-03-21T17:54:20.800Z Fresh indicatif v0.17.11
51552025-03-21T17:54:20.800Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
51562025-03-21T17:54:20.801Z Fresh derive-where v1.2.7
51572025-03-21T17:54:20.801Z Fresh whoami v1.5.2
51582025-03-21T17:54:20.801Z Fresh thiserror-impl v2.0.11
51592025-03-21T17:54:20.801Z Fresh regress v0.10.3
51602025-03-21T17:54:20.801Z Fresh fastrand v2.1.1
51612025-03-21T17:54:20.801Z Fresh tokio-postgres v0.7.13
51622025-03-21T17:54:20.801Z Fresh qorb v0.2.1
51632025-03-21T17:54:20.801Z Fresh ident_case v1.0.1
51642025-03-21T17:54:20.801Z Fresh unsafe-libyaml v0.2.11
51652025-03-21T17:54:20.801Z Fresh tempfile v3.13.0
51662025-03-21T17:54:20.801Z Fresh progenitor-client v0.9.1
51672025-03-21T17:54:20.801Z Fresh ipnetwork v0.21.1
51682025-03-21T17:54:20.801Z Fresh thiserror v2.0.11
51692025-03-21T17:54:20.801Z Fresh darling_core v0.20.10
51702025-03-21T17:54:20.801Z Fresh serde_yaml v0.9.34+deprecated
51712025-03-21T17:54:20.801Z Fresh strum_macros v0.26.4
51722025-03-21T17:54:20.801Z Fresh typify-impl v0.2.0
51732025-03-21T17:54:20.801Z Fresh structmeta-derive v0.3.0
51742025-03-21T17:54:20.801Z Fresh oxnet v0.1.1
51752025-03-21T17:54:20.801Z Fresh darling_macro v0.20.10
51762025-03-21T17:54:20.801Z Fresh strum v0.26.3
51772025-03-21T17:54:20.801Z Fresh typify-macro v0.2.0
51782025-03-21T17:54:20.801Z Fresh structmeta v0.3.0
51792025-03-21T17:54:20.801Z Fresh wait-timeout v0.2.0
51802025-03-21T17:54:20.801Z Fresh bit-vec v0.8.0
51812025-03-21T17:54:20.801Z Fresh macaddr v1.0.1
51822025-03-21T17:54:20.801Z Fresh darling v0.20.10
51832025-03-21T17:54:20.801Z Fresh typify v0.2.0
51842025-03-21T17:54:20.801Z Fresh parse-display-derive v0.10.0
51852025-03-21T17:54:20.801Z Fresh rusty-fork v0.3.0
51862025-03-21T17:54:20.801Z Fresh bit-set v0.8.0
51872025-03-21T17:54:20.801Z Fresh rand_xorshift v0.3.0
51882025-03-21T17:54:20.801Z Fresh unarray v0.1.4
51892025-03-21T17:54:20.801Z Fresh serde_with_macros v3.12.0
51902025-03-21T17:54:20.801Z Fresh progenitor-impl v0.8.0
51912025-03-21T17:54:20.801Z Fresh proptest v1.6.0
51922025-03-21T17:54:20.802Z Fresh parse-display v0.10.0
51932025-03-21T17:54:20.802Z Fresh progenitor-client v0.8.0
51942025-03-21T17:54:20.802Z Fresh daft-derive v0.1.1
51952025-03-21T17:54:20.802Z Fresh instant v0.1.13
51962025-03-21T17:54:20.802Z Fresh test-strategy v0.4.0
51972025-03-21T17:54:20.802Z Fresh serde_with v3.12.0
51982025-03-21T17:54:20.802Z Fresh progenitor-macro v0.8.0
51992025-03-21T17:54:20.802Z Fresh daft v0.1.1
52002025-03-21T17:54:20.802Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
52012025-03-21T17:54:20.802Z Fresh dropshot_endpoint v0.16.0
52022025-03-21T17:54:20.802Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
52032025-03-21T17:54:20.802Z Fresh backoff v0.4.0
52042025-03-21T17:54:20.802Z Fresh progenitor v0.8.0
52052025-03-21T17:54:20.802Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
52062025-03-21T17:54:20.802Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
52072025-03-21T17:54:20.803Z Fresh camino-tempfile v1.1.1
52082025-03-21T17:54:20.803Z Fresh unicode-width v0.1.14
52092025-03-21T17:54:20.803Z Fresh dropshot v0.16.0
52102025-03-21T17:54:20.803Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
52112025-03-21T17:54:20.803Z Fresh proc-macro-crate v1.3.1
52122025-03-21T17:54:20.803Z Fresh tabwriter v1.4.0
52132025-03-21T17:54:20.803Z Fresh num_enum_derive v0.5.11
52142025-03-21T17:54:20.803Z Fresh foreign-types-macros v0.2.3
52152025-03-21T17:54:20.803Z Fresh foreign-types-shared v0.3.1
52162025-03-21T17:54:20.809Z Fresh proc-macro-error-attr v1.0.4
52172025-03-21T17:54:20.809Z Fresh num_enum v0.5.11
52182025-03-21T17:54:20.809Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
52192025-03-21T17:54:20.809Z Fresh foreign-types v0.5.0
52202025-03-21T17:54:20.809Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
52212025-03-21T17:54:20.809Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
52222025-03-21T17:54:20.809Z Fresh cstr-argument v0.1.2
52232025-03-21T17:54:20.809Z Fresh pretty-hex v0.2.1
52242025-03-21T17:54:20.809Z Fresh proc-macro-error v1.0.4
52252025-03-21T17:54:20.809Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
52262025-03-21T17:54:20.809Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
52272025-03-21T17:54:20.809Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
52282025-03-21T17:54:20.809Z Fresh colored v2.2.0
52292025-03-21T17:54:20.809Z Fresh winnow v0.6.20
52302025-03-21T17:54:20.809Z Fresh smf v0.2.3
52312025-03-21T17:54:20.809Z Fresh itertools v0.14.0
52322025-03-21T17:54:20.809Z Fresh itertools v0.13.0
52332025-03-21T17:54:20.809Z Fresh typify-impl v0.3.0
52342025-03-21T17:54:20.809Z Fresh hash32 v0.3.1
52352025-03-21T17:54:20.809Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
52362025-03-21T17:54:20.809Z Fresh typify-macro v0.3.0
52372025-03-21T17:54:20.809Z Fresh ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
52382025-03-21T17:54:20.810Z Fresh base64 v0.21.7
52392025-03-21T17:54:20.810Z Fresh cobs v0.2.3
52402025-03-21T17:54:20.810Z Fresh typify v0.3.0
52412025-03-21T17:54:20.810Z Fresh crucible-workspace-hack v0.1.0
52422025-03-21T17:54:20.810Z Fresh heapless v0.8.0
52432025-03-21T17:54:20.810Z Fresh ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
52442025-03-21T17:54:20.810Z Fresh postcard v1.0.10
52452025-03-21T17:54:20.810Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
52462025-03-21T17:54:20.810Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
52472025-03-21T17:54:20.810Z Fresh progenitor-impl v0.9.1
52482025-03-21T17:54:20.810Z Fresh ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
52492025-03-21T17:54:20.810Z Fresh smoltcp v0.11.0
52502025-03-21T17:54:20.810Z Fresh sigpipe v0.1.3
52512025-03-21T17:54:20.810Z Fresh termtree v0.4.1
52522025-03-21T17:54:20.810Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
52532025-03-21T17:54:20.810Z Fresh progenitor-macro v0.9.1
52542025-03-21T17:54:20.810Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
52552025-03-21T17:54:20.810Z Fresh predicates-tree v1.0.11
52562025-03-21T17:54:20.810Z Fresh zone_cfg_derive v0.3.0
52572025-03-21T17:54:20.810Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
52582025-03-21T17:54:20.810Z Fresh num-derive v0.4.2
52592025-03-21T17:54:20.810Z Fresh progenitor v0.9.1
52602025-03-21T17:54:20.810Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
52612025-03-21T17:54:20.810Z Fresh mockall_derive v0.13.1
52622025-03-21T17:54:20.810Z Fresh downcast v0.11.0
52632025-03-21T17:54:20.810Z Fresh fragile v2.0.0
52642025-03-21T17:54:20.810Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
52652025-03-21T17:54:20.810Z Fresh zone v0.3.0
52662025-03-21T17:54:20.810Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
52672025-03-21T17:54:20.810Z Fresh mockall v0.13.1
52682025-03-21T17:54:20.810Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
52692025-03-21T17:54:20.810Z Fresh atomicwrites v0.4.4
52702025-03-21T17:54:20.810Z Fresh convert_case v0.4.0
52712025-03-21T17:54:20.810Z Fresh newline-converter v0.3.0
52722025-03-21T17:54:20.810Z Fresh tungstenite v0.21.0
52732025-03-21T17:54:20.810Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
52742025-03-21T17:54:20.810Z Fresh derive_more v0.99.19
52752025-03-21T17:54:20.810Z Fresh expectorate v1.1.0
52762025-03-21T17:54:20.811Z Fresh same-file v1.0.6
52772025-03-21T17:54:20.811Z Fresh tokio-tungstenite v0.21.0
52782025-03-21T17:54:20.811Z Fresh xattr v1.3.1
52792025-03-21T17:54:20.811Z Fresh filetime v0.2.25
52802025-03-21T17:54:20.811Z Fresh fixedbitset v0.5.7
52812025-03-21T17:54:20.811Z Fresh walkdir v2.5.0
52822025-03-21T17:54:20.811Z Fresh tar v0.4.44
52832025-03-21T17:54:20.811Z Fresh petgraph v0.7.1
52842025-03-21T17:54:20.811Z Fresh arc-swap v1.7.1
52852025-03-21T17:54:20.811Z Fresh num-rational v0.4.2
52862025-03-21T17:54:20.811Z Fresh num-complex v0.4.6
52872025-03-21T17:54:20.811Z Fresh float-ord v0.3.2
52882025-03-21T17:54:20.811Z Fresh slog-scope v4.4.0
52892025-03-21T17:54:20.811Z Fresh num v0.4.3
52902025-03-21T17:54:20.811Z Fresh password-hash v0.5.0
52912025-03-21T17:54:20.811Z Fresh blake2 v0.10.6
52922025-03-21T17:54:20.811Z Fresh indent_write v2.2.0
52932025-03-21T17:54:20.811Z Fresh slog-stdlog v4.1.1
52942025-03-21T17:54:20.811Z Fresh argon2 v0.5.3
52952025-03-21T17:54:20.811Z Fresh libsw-core v0.3.1
52962025-03-21T17:54:20.811Z Fresh swrite v0.1.0
52972025-03-21T17:54:20.811Z Fresh linear-map v1.2.0
52982025-03-21T17:54:20.811Z Fresh slog-envlogger v2.2.0
52992025-03-21T17:54:20.811Z Fresh libsw v3.4.0
53002025-03-21T17:54:20.811Z Fresh owo-colors v4.2.0
53012025-03-21T17:54:20.811Z Fresh pem v3.0.5
53022025-03-21T17:54:20.811Z Fresh cancel-safe-futures v0.1.5
53032025-03-21T17:54:20.811Z Fresh highway v1.3.0
53042025-03-21T17:54:20.811Z Fresh heck v0.3.3
53052025-03-21T17:54:20.811Z Fresh headers-core v0.3.0
53062025-03-21T17:54:20.811Z Fresh zone_cfg_derive v0.1.2
53072025-03-21T17:54:20.811Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
53082025-03-21T17:54:20.811Z Fresh yasna v0.5.2
53092025-03-21T17:54:20.811Z Fresh lzma-sys v0.1.20
53102025-03-21T17:54:20.811Z Fresh headers v0.4.0
53112025-03-21T17:54:20.811Z Fresh base64 v0.13.1
53122025-03-21T17:54:20.811Z Fresh zone v0.1.8
53132025-03-21T17:54:20.811Z Fresh rcgen v0.12.1
53142025-03-21T17:54:20.811Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
53152025-03-21T17:54:20.811Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
53162025-03-21T17:54:20.816Z Fresh subprocess v0.2.9
53172025-03-21T17:54:20.816Z Fresh ron v0.7.1
53182025-03-21T17:54:20.816Z Fresh xz2 v0.1.7
53192025-03-21T17:54:20.816Z Fresh humantime v2.1.0
53202025-03-21T17:54:20.816Z Fresh semver v0.1.20
53212025-03-21T17:54:20.816Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
53222025-03-21T17:54:20.816Z Fresh half v2.4.1
53232025-03-21T17:54:20.816Z Fresh ciborium-io v0.2.2
53242025-03-21T17:54:20.816Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
53252025-03-21T17:54:20.816Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
53262025-03-21T17:54:20.816Z Fresh rustc_version v0.1.7
53272025-03-21T17:54:20.816Z Fresh ciborium-ll v0.2.2
53282025-03-21T17:54:20.816Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
53292025-03-21T17:54:20.816Z Fresh display-error-chain v0.2.2
53302025-03-21T17:54:20.816Z Fresh ciborium v0.2.2
53312025-03-21T17:54:20.816Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
53322025-03-21T17:54:20.816Z Fresh gethostname v0.5.0
53332025-03-21T17:54:20.816Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
53342025-03-21T17:54:20.816Z Fresh keccak v0.1.5
53352025-03-21T17:54:20.816Z Fresh bytecount v0.6.8
53362025-03-21T17:54:20.816Z Fresh nibble_vec v0.1.0
53372025-03-21T17:54:20.816Z Fresh endian-type v0.1.2
53382025-03-21T17:54:20.816Z Fresh newtype_derive v0.1.6
53392025-03-21T17:54:20.816Z Fresh slog-dtrace v0.3.0
53402025-03-21T17:54:20.816Z Fresh sha3 v0.10.8
53412025-03-21T17:54:20.816Z Fresh radix_trie v0.2.1
53422025-03-21T17:54:20.816Z Fresh universal-hash v0.5.1
53432025-03-21T17:54:20.817Z Fresh opaque-debug v0.3.1
53442025-03-21T17:54:20.817Z Fresh secrecy v0.8.0
53452025-03-21T17:54:20.817Z Fresh steno v0.4.1
53462025-03-21T17:54:20.817Z Fresh constant_time_eq v0.3.1
53472025-03-21T17:54:20.817Z Fresh arrayref v0.3.9
53482025-03-21T17:54:20.817Z Fresh arrayvec v0.7.6
53492025-03-21T17:54:20.817Z Fresh aead v0.5.2
53502025-03-21T17:54:20.817Z Fresh poly1305 v0.8.0
53512025-03-21T17:54:20.817Z Fresh chacha20 v0.9.1
53522025-03-21T17:54:20.817Z Fresh memmap2 v0.9.5
53532025-03-21T17:54:20.817Z Fresh topological-sort v0.2.2
53542025-03-21T17:54:20.817Z Fresh thiserror-impl-no-std v2.0.2
53552025-03-21T17:54:20.817Z Fresh chacha20poly1305 v0.10.1
53562025-03-21T17:54:20.817Z Fresh toolchain_find v0.4.0
53572025-03-21T17:54:20.817Z Fresh thiserror-no-std v2.0.2
53582025-03-21T17:54:20.817Z Fresh rustfmt-wrapper v0.2.1
53592025-03-21T17:54:20.817Z Fresh async-recursion v1.1.1
53602025-03-21T17:54:20.817Z Fresh maplit v1.0.2
53612025-03-21T17:54:20.817Z Fresh blake3 v1.5.4
53622025-03-21T17:54:20.817Z Fresh vsss-rs v3.3.4
53632025-03-21T17:54:20.817Z Fresh const_format_proc_macros v0.2.34
53642025-03-21T17:54:20.817Z Fresh fxhash v0.2.1
53652025-03-21T17:54:20.818Z Fresh omicron-zone-package v0.12.0
53662025-03-21T17:54:20.818Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
53672025-03-21T17:54:20.818Z Fresh const_format v0.2.34
53682025-03-21T17:54:20.818Z Fresh vte_generate_state_changes v0.1.2
53692025-03-21T17:54:20.818Z Fresh fd-lock v4.0.2
53702025-03-21T17:54:20.818Z Fresh nu-ansi-term v0.50.1
53712025-03-21T17:54:20.818Z Fresh vte v0.11.1
53722025-03-21T17:54:20.818Z Fresh phf_generator v0.11.2
53732025-03-21T17:54:20.818Z Fresh termcolor v1.4.1
53742025-03-21T17:54:20.818Z Fresh tap v1.0.1
53752025-03-21T17:54:20.818Z Fresh strip-ansi-escapes v0.2.0
53762025-03-21T17:54:20.818Z Fresh wyz v0.5.1
53772025-03-21T17:54:20.818Z Fresh phf_codegen v0.11.2
53782025-03-21T17:54:20.818Z Fresh radium v0.7.0
53792025-03-21T17:54:20.818Z Fresh kstat-rs v0.2.4
53802025-03-21T17:54:20.818Z Fresh parse-zoneinfo v0.3.1
53812025-03-21T17:54:20.818Z Fresh reedline v0.38.0
53822025-03-21T17:54:20.818Z Fresh crc-catalog v2.4.0
53832025-03-21T17:54:20.818Z Fresh cfg_aliases v0.1.1
53842025-03-21T17:54:20.818Z Fresh funty v2.0.0
53852025-03-21T17:54:20.818Z Fresh chrono-tz-build v0.4.0
53862025-03-21T17:54:20.818Z Fresh maybe-uninit v2.0.0
53872025-03-21T17:54:20.818Z Fresh crc v3.2.1
53882025-03-21T17:54:20.818Z Fresh bitvec v1.0.1
53892025-03-21T17:54:20.818Z Fresh papergrid v0.11.0
53902025-03-21T17:54:20.818Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
53912025-03-21T17:54:20.818Z Fresh tabled_derive v0.7.0
53922025-03-21T17:54:20.818Z Fresh packed_struct_codegen v0.10.1
53932025-03-21T17:54:20.818Z Fresh nodrop v0.1.14
53942025-03-21T17:54:20.818Z Fresh packed_struct v0.10.1
53952025-03-21T17:54:20.818Z Fresh tabled v0.15.0
53962025-03-21T17:54:20.818Z Fresh smallvec v0.6.14
53972025-03-21T17:54:20.818Z Fresh array-init v0.0.4
53982025-03-21T17:54:20.818Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
53992025-03-21T17:54:20.818Z Fresh bitfield-struct v0.6.2
54002025-03-21T17:54:20.818Z Fresh nanorand v0.7.0
54012025-03-21T17:54:20.818Z Fresh bitfield v0.14.0
54022025-03-21T17:54:20.818Z Fresh hashbrown v0.12.3
54032025-03-21T17:54:20.819Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
54042025-03-21T17:54:20.819Z Fresh serde-hex v0.1.0
54052025-03-21T17:54:20.819Z Fresh libefi-sys v0.1.0
54062025-03-21T17:54:20.819Z Fresh indexmap v1.9.3
54072025-03-21T17:54:20.819Z Fresh flume v0.11.1
54082025-03-21T17:54:20.819Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
54092025-03-21T17:54:20.819Z Fresh nix v0.28.0
54102025-03-21T17:54:20.819Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
54112025-03-21T17:54:20.819Z Fresh env_logger v0.10.2
54122025-03-21T17:54:20.819Z Fresh ron v0.8.1
54132025-03-21T17:54:20.819Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
54142025-03-21T17:54:20.819Z Fresh peg-macros v0.8.5
54152025-03-21T17:54:20.819Z Fresh hashbrown v0.13.2
54162025-03-21T17:54:20.823Z Fresh sqlparser_derive v0.2.2
54172025-03-21T17:54:20.823Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
54182025-03-21T17:54:20.823Z Fresh crc-any v2.5.0
54192025-03-21T17:54:20.823Z Fresh unicode_categories v0.1.1
54202025-03-21T17:54:20.823Z Fresh peg v0.8.5
54212025-03-21T17:54:20.823Z Fresh object v0.30.4
54222025-03-21T17:54:20.823Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
54232025-03-21T17:54:20.823Z Fresh sqlparser v0.45.0
54242025-03-21T17:54:20.823Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
54252025-03-21T17:54:20.823Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
54262025-03-21T17:54:20.823Z Fresh sqlformat v0.2.6
54272025-03-21T17:54:20.823Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
54282025-03-21T17:54:20.823Z Fresh chrono-tz v0.10.1
54292025-03-21T17:54:20.823Z Fresh rustyline v14.0.0
54302025-03-21T17:54:20.823Z Fresh parking_lot_core v0.8.6
54312025-03-21T17:54:20.823Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
54322025-03-21T17:54:20.823Z Fresh bcs v0.1.6
54332025-03-21T17:54:20.823Z Fresh termtree v0.5.1
54342025-03-21T17:54:20.823Z Fresh diff v0.1.13
54352025-03-21T17:54:20.823Z Fresh path-slash v0.1.5
54362025-03-21T17:54:20.823Z Fresh parking_lot v0.11.2
54372025-03-21T17:54:20.823Z Fresh hickory-client v0.24.4
54382025-03-21T17:54:20.823Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
54392025-03-21T17:54:20.824Z Fresh sled v0.34.7
54402025-03-21T17:54:20.824Z Fresh hickory-server v0.24.4
54412025-03-21T17:54:20.824Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
54422025-03-21T17:54:20.824Z Fresh dsl_auto_type v0.1.2
54432025-03-21T17:54:20.824Z Fresh scheduled-thread-pool v0.2.7
54442025-03-21T17:54:20.824Z Fresh diesel_table_macro_syntax v0.2.0
54452025-03-21T17:54:20.824Z Fresh r2d2 v0.8.10
54462025-03-21T17:54:20.824Z Fresh diesel_derives v2.2.3
54472025-03-21T17:54:20.824Z Fresh bit-vec v0.6.3
54482025-03-21T17:54:20.824Z Fresh crunchy v0.2.2
54492025-03-21T17:54:20.824Z Fresh diesel v2.2.7
54502025-03-21T17:54:20.824Z Fresh bit-set v0.5.3
54512025-03-21T17:54:20.824Z Fresh unicase v2.7.0
54522025-03-21T17:54:20.824Z Fresh primeorder v0.13.6
54532025-03-21T17:54:20.824Z Fresh ascii-canvas v3.0.0
54542025-03-21T17:54:20.824Z Fresh tiny-keccak v2.0.2
54552025-03-21T17:54:20.824Z Fresh ref-cast-impl v1.0.23
54562025-03-21T17:54:20.824Z Fresh ena v0.14.3
54572025-03-21T17:54:20.824Z Fresh regex-syntax v0.6.29
54582025-03-21T17:54:20.824Z Fresh ref-cast v1.0.23
54592025-03-21T17:54:20.824Z Fresh lalrpop v0.19.12
54602025-03-21T17:54:20.824Z Fresh rustc-hash v2.1.1
54612025-03-21T17:54:20.824Z Fresh http-range v0.1.5
54622025-03-21T17:54:20.824Z Fresh bindgen v0.71.1
54632025-03-21T17:54:20.824Z Fresh derive_builder_core v0.20.2
54642025-03-21T17:54:20.825Z Fresh cargo-platform v0.1.8
54652025-03-21T17:54:20.825Z Fresh atty v0.2.14
54662025-03-21T17:54:20.825Z Fresh mime_guess v2.0.5
54672025-03-21T17:54:20.825Z Fresh derive_builder_macro v0.20.2
54682025-03-21T17:54:20.825Z Fresh p384 v0.13.0
54692025-03-21T17:54:20.825Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
54702025-03-21T17:54:20.825Z Fresh strum_macros v0.24.3
54712025-03-21T17:54:20.825Z Fresh indoc v1.0.9
54722025-03-21T17:54:20.825Z Fresh libxml v0.3.3
54732025-03-21T17:54:20.825Z Fresh hyper-staticfile v0.10.1
54742025-03-21T17:54:20.825Z Fresh salty v0.3.0
54752025-03-21T17:54:20.825Z Fresh polar-core v0.27.3
54762025-03-21T17:54:20.825Z Fresh derive_builder v0.20.2
54772025-03-21T17:54:20.825Z Fresh impl-trait-for-tuples v0.2.2
54782025-03-21T17:54:20.825Z Fresh oso-derive v0.27.3
54792025-03-21T17:54:20.825Z Fresh quick-xml v0.37.2
54802025-03-21T17:54:20.825Z Fresh env_filter v0.1.2
54812025-03-21T17:54:20.825Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
54822025-03-21T17:54:20.825Z Fresh env_logger v0.11.5
54832025-03-21T17:54:20.825Z Fresh samael v0.0.18
54842025-03-21T17:54:20.825Z Fresh oso v0.27.3
54852025-03-21T17:54:20.826Z Fresh signal-hook-tokio v0.3.1
54862025-03-21T17:54:20.826Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
54872025-03-21T17:54:20.826Z Fresh bb8 v0.8.5
54882025-03-21T17:54:20.826Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
54892025-03-21T17:54:20.826Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
54902025-03-21T17:54:20.826Z Fresh async-bb8-diesel v0.2.1
54912025-03-21T17:54:20.826Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
54922025-03-21T17:54:20.826Z Fresh diesel-dtrace v0.4.2
54932025-03-21T17:54:20.826Z Fresh tungstenite v0.23.0
54942025-03-21T17:54:20.826Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
54952025-03-21T17:54:20.826Z Fresh tokio-tungstenite v0.23.1
54962025-03-21T17:54:20.826Z Fresh nix v0.27.1
54972025-03-21T17:54:20.826Z Fresh pin-project-internal v1.1.6
54982025-03-21T17:54:20.827Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
54992025-03-21T17:54:20.827Z Fresh pin-project v1.1.6
55002025-03-21T17:54:20.827Z Fresh snafu-derive v0.8.5
55012025-03-21T17:54:20.827Z Fresh olpc-cjson v0.1.4
55022025-03-21T17:54:20.827Z Fresh globset v0.4.15
55032025-03-21T17:54:20.827Z Fresh serde_plain v1.0.2
55042025-03-21T17:54:20.827Z Fresh snafu v0.8.5
55052025-03-21T17:54:20.827Z Fresh assert_matches v1.5.0
55062025-03-21T17:54:20.827Z Fresh typed-path v0.9.3
55072025-03-21T17:54:20.827Z Fresh rand_seeder v0.3.0
55082025-03-21T17:54:20.827Z Fresh parse-size v1.1.0
55092025-03-21T17:54:20.827Z Fresh tough v0.19.0
55102025-03-21T17:54:20.827Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
55112025-03-21T17:54:20.827Z Fresh proc-macro-error-attr2 v2.0.0
55122025-03-21T17:54:20.827Z Fresh papergrid v0.14.0
55132025-03-21T17:54:20.827Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
55142025-03-21T17:54:20.827Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
55152025-03-21T17:54:20.827Z Fresh proc-macro-error2 v2.0.1
55162025-03-21T17:54:20.831Z Fresh yansi v1.0.1
55172025-03-21T17:54:20.831Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
55182025-03-21T17:54:20.831Z Fresh tabled_derive v0.10.0
55192025-03-21T17:54:20.831Z Fresh pretty_assertions v1.4.1
55202025-03-21T17:54:20.831Z Fresh tabled v0.18.0
55212025-03-21T17:54:20.831Z Fresh io-lifetimes v1.0.11
55222025-03-21T17:54:20.831Z Fresh castaway v0.2.3
55232025-03-21T17:54:20.831Z Fresh unicode-linebreak v0.1.5
55242025-03-21T17:54:20.831Z Fresh indoc v2.0.5
55252025-03-21T17:54:20.831Z Fresh smawk v0.3.2
55262025-03-21T17:54:20.831Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
55272025-03-21T17:54:20.831Z Fresh rustix v0.37.28
55282025-03-21T17:54:20.831Z Fresh libz-sys v1.1.20
55292025-03-21T17:54:20.831Z Fresh compact_str v0.8.0
55302025-03-21T17:54:20.831Z Fresh unicode-truncate v1.1.0
55312025-03-21T17:54:20.831Z Fresh terminal_size v0.2.6
55322025-03-21T17:54:20.831Z Fresh libgit2-sys v0.17.0+1.8.1
55332025-03-21T17:54:20.831Z Fresh lru v0.12.5
55342025-03-21T17:54:20.831Z Fresh instability v0.3.2
55352025-03-21T17:54:20.832Z Fresh cassowary v0.3.0
55362025-03-21T17:54:20.832Z Fresh is_ci v1.2.0
55372025-03-21T17:54:20.832Z Fresh textwrap v0.16.1
55382025-03-21T17:54:20.832Z Fresh ratatui v0.29.0
55392025-03-21T17:54:20.832Z Fresh supports-color v3.0.2
55402025-03-21T17:54:20.832Z Fresh git2 v0.19.0
55412025-03-21T17:54:20.832Z Fresh cargo_metadata v0.18.1
55422025-03-21T17:54:20.832Z Fresh cargo_metadata v0.19.2
55432025-03-21T17:54:20.832Z Fresh vergen v8.3.2
55442025-03-21T17:54:20.832Z Fresh sct v0.7.1
55452025-03-21T17:54:20.832Z Fresh rustls-webpki v0.101.7
55462025-03-21T17:54:20.832Z Fresh concurrent-queue v2.5.0
55472025-03-21T17:54:20.832Z Fresh parking v2.2.1
55482025-03-21T17:54:20.832Z Fresh rustls v0.21.12
55492025-03-21T17:54:20.832Z Fresh tokio-rustls v0.24.1
55502025-03-21T17:54:20.832Z Fresh rustls-pemfile v1.0.4
55512025-03-21T17:54:20.832Z Fresh common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
55522025-03-21T17:54:20.832Z Fresh twox-hash v2.1.0
55532025-03-21T17:54:20.832Z Fresh shell-words v1.1.0
55542025-03-21T17:54:20.832Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
55552025-03-21T17:54:20.832Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
55562025-03-21T17:54:20.832Z Fresh event-listener v5.3.1
55572025-03-21T17:54:20.832Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
55582025-03-21T17:54:20.832Z Fresh fatfs v0.3.6
55592025-03-21T17:54:20.832Z Fresh event-listener-strategy v0.5.2
55602025-03-21T17:54:20.832Z Fresh csv-core v0.1.11
55612025-03-21T17:54:20.832Z Fresh plotters-backend v0.3.7
55622025-03-21T17:54:20.832Z Fresh futures-lite v2.3.0
55632025-03-21T17:54:20.832Z Fresh rtoolbox v0.0.2
55642025-03-21T17:54:20.832Z Fresh hex-literal v0.4.1
55652025-03-21T17:54:20.832Z Fresh cast v0.3.0
55662025-03-21T17:54:20.832Z Fresh csv v1.3.1
55672025-03-21T17:54:20.832Z Fresh plotters-svg v0.3.7
55682025-03-21T17:54:20.832Z Fresh rpassword v7.3.1
55692025-03-21T17:54:20.832Z Fresh criterion-plot v0.5.0
55702025-03-21T17:54:20.832Z Fresh tui-tree-widget v0.23.0
55712025-03-21T17:54:20.833Z Fresh tinytemplate v1.2.1
55722025-03-21T17:54:20.833Z Fresh oorandom v11.1.4
55732025-03-21T17:54:20.833Z Fresh plotters v0.3.7
55742025-03-21T17:54:20.833Z Fresh anes v0.1.6
55752025-03-21T17:54:20.833Z Fresh async-lock v3.4.0
55762025-03-21T17:54:20.833Z Fresh polyval v0.6.2
55772025-03-21T17:54:20.833Z Fresh polling v3.7.3
55782025-03-21T17:54:20.833Z Fresh criterion v0.5.1
55792025-03-21T17:54:20.833Z Fresh async-io v2.3.4
55802025-03-21T17:54:20.833Z Fresh ghash v0.5.1
55812025-03-21T17:54:20.833Z Fresh ctr v0.9.2
55822025-03-21T17:54:20.833Z Fresh async-task v4.7.1
55832025-03-21T17:54:20.833Z Fresh async-channel v2.3.1
55842025-03-21T17:54:20.833Z Fresh aes-gcm v0.10.3
55852025-03-21T17:54:20.833Z Fresh piper v0.2.4
55862025-03-21T17:54:20.833Z Fresh ssh-encoding v0.2.0
55872025-03-21T17:54:20.833Z Fresh blowfish v0.9.1
55882025-03-21T17:54:20.833Z Fresh async-signal v0.2.10
55892025-03-21T17:54:20.833Z Fresh async-executor v1.13.1
55902025-03-21T17:54:20.833Z Fresh blocking v1.6.1
55912025-03-21T17:54:20.833Z Fresh ssh-cipher v0.2.0
55922025-03-21T17:54:20.833Z Fresh bcrypt-pbkdf v0.10.0
55932025-03-21T17:54:20.833Z Fresh target-lexicon v0.13.2
55942025-03-21T17:54:20.833Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
55952025-03-21T17:54:20.833Z Fresh password-hash v0.4.2
55962025-03-21T17:54:20.833Z Fresh event-listener v2.5.3
55972025-03-21T17:54:20.833Z Fresh futures-timer v3.0.3
55982025-03-21T17:54:20.833Z Fresh async-global-executor v2.4.1
55992025-03-21T17:54:20.833Z Fresh ssh-key v0.6.6
56002025-03-21T17:54:20.833Z Fresh guppy-workspace-hack v0.1.0
56012025-03-21T17:54:20.833Z Fresh async-channel v1.9.0
56022025-03-21T17:54:20.833Z Fresh pbkdf2 v0.11.0
56032025-03-21T17:54:20.833Z Fresh cfg-expr v0.18.0
56042025-03-21T17:54:20.833Z Fresh async-process v2.3.0
56052025-03-21T17:54:20.833Z Fresh p256 v0.13.2
56062025-03-21T17:54:20.833Z Fresh p521 v0.13.3
56072025-03-21T17:54:20.833Z Fresh async-attributes v1.1.2
56082025-03-21T17:54:20.834Z Fresh kv-log-macro v1.0.7
56092025-03-21T17:54:20.834Z Fresh russh-cryptovec v0.7.3
56102025-03-21T17:54:20.834Z Fresh md5 v0.7.0
56112025-03-21T17:54:20.834Z Fresh target-spec v3.4.2
56122025-03-21T17:54:20.834Z Fresh russh-keys v0.45.0
56132025-03-21T17:54:20.834Z Fresh async-std v1.13.0
56142025-03-21T17:54:20.834Z Fresh httptest v0.16.3
56152025-03-21T17:54:20.834Z Fresh num-bigint v0.4.6
56162025-03-21T17:54:20.838Z Fresh pathdiff v0.2.3
56172025-03-21T17:54:20.838Z Fresh rustls-native-certs v0.7.3
56182025-03-21T17:54:20.838Z Fresh des v0.8.1
56192025-03-21T17:54:20.838Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
56202025-03-21T17:54:20.838Z Fresh nested v0.1.1
56212025-03-21T17:54:20.839Z Fresh petname v2.0.2
56222025-03-21T17:54:20.839Z Fresh hyper-rustls v0.26.0
56232025-03-21T17:54:20.839Z Fresh async-object-pool v0.1.5
56242025-03-21T17:54:20.839Z Fresh russh v0.45.0
56252025-03-21T17:54:20.839Z Fresh guppy v0.17.17
56262025-03-21T17:54:20.839Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
56272025-03-21T17:54:20.839Z Fresh serde_regex v1.1.0
56282025-03-21T17:54:20.839Z Fresh assert-json-diff v2.0.2
56292025-03-21T17:54:20.839Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
56302025-03-21T17:54:20.839Z Fresh path-tree v0.8.1
56312025-03-21T17:54:20.839Z Fresh internet-checksum v0.2.1
56322025-03-21T17:54:20.839Z Fresh stringmetrics v2.2.2
56332025-03-21T17:54:20.839Z Fresh sync-ptr v0.1.1
56342025-03-21T17:54:20.839Z Fresh doc-comment v0.3.3
56352025-03-21T17:54:20.840Z Fresh httpmock v0.8.0-alpha.1
56362025-03-21T17:54:20.840Z Compiling similar-asserts v1.7.0
56372025-03-21T17:54:20.840Z Fresh proc-macro-crate v3.2.0
56382025-03-21T17:54:20.840Z Fresh relative-path v1.9.3
56392025-03-21T17:54:20.840Z Fresh target-triple v0.1.3
56402025-03-21T17:54:20.840Z Fresh assert_cmd v2.0.16
56412025-03-21T17:54:20.840Z 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.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="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "unicode"))' -C metadata=f5b4e034afabf46f -C extra-filename=-5d3dd039711f705b --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-6c02ce0437a7d712.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
56422025-03-21T17:54:20.840Z Fresh rstest_macros v0.24.0
56432025-03-21T17:54:20.840Z Fresh multimap v0.10.0
56442025-03-21T17:54:20.840Z Fresh uzers v0.12.1
56452025-03-21T17:54:20.840Z Fresh rstest v0.24.0
56462025-03-21T17:54:20.840Z Fresh trybuild v1.0.103
56472025-03-21T17:54:20.840Z Fresh partial-io v0.5.4
56482025-03-21T17:54:20.840Z Fresh blake2b_simd v1.0.2
56492025-03-21T17:54:20.841Z Fresh rand_distr v0.4.3
56502025-03-21T17:54:20.841Z Fresh approx v0.5.1
56512025-03-21T17:54:20.841Z Fresh rust-argon2 v2.1.0
56522025-03-21T17:54:20.846Z Fresh cargo_toml v0.21.0
56532025-03-21T17:54:20.847Z Fresh termios v0.3.3
56542025-03-21T17:54:20.847Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
56552025-03-21T17:54:20.847Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
56562025-03-21T17:54:20.847Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
56572025-03-21T17:54:20.847Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
56582025-03-21T17:54:20.847Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
56592025-03-21T17:54:20.847Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
56602025-03-21T17:54:20.847Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
56612025-03-21T17:54:20.847Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
56622025-03-21T17:54:20.847Z Fresh omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
56632025-03-21T17:54:20.847Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
56642025-03-21T17:54:20.847Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
56652025-03-21T17:54:20.847Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
56662025-03-21T17:54:20.847Z Fresh omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
56672025-03-21T17:54:20.847Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
56682025-03-21T17:54:20.847Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
56692025-03-21T17:54:20.848Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
56702025-03-21T17:54:20.848Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
56712025-03-21T17:54:20.848Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
56722025-03-21T17:54:20.848Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
56732025-03-21T17:54:20.848Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
56742025-03-21T17:54:20.848Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
56752025-03-21T17:54:20.848Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
56762025-03-21T17:54:20.848Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
56772025-03-21T17:54:20.848Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
56782025-03-21T17:54:20.848Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
56792025-03-21T17:54:20.848Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
56802025-03-21T17:54:20.848Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
56812025-03-21T17:54:20.848Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
56822025-03-21T17:54:20.848Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
56832025-03-21T17:54:20.848Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
56842025-03-21T17:54:20.848Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
56852025-03-21T17:54:20.848Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
56862025-03-21T17:54:20.848Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
56872025-03-21T17:54:20.848Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
56882025-03-21T17:54:20.848Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
56892025-03-21T17:54:20.859Z 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=43bc3924a7a2aec4 -C extra-filename=-80bb6e7475b58d4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-20915d3e2ac0a11c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8f797db05b3d5610.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-cf67ce5b0dad110e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7b123aba39a0510.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d1ed29fdbb3e309f.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cc92b1fdf2d224b5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fe0e4ef920deb7d1.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-4e93af2543212c00.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d8d6010ef8f02e65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.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-39deae43b9d82b8c.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-2c7e628874fe7c53.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-60fe730350a2ad38.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-6c2d10e7b70753f7.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-84a41e36111c5b46.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01214f70f275cb4f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-24c622d450ecb364.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1842958146b803da.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-eaee192b88cc1ca6.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-636718a038f690bb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9723079429974a39.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-807a557fa3b10da3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ac2e0353caec27bf.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d4eab6bc35a3fe35.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-093e6926b91db711.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3c6be11e1ede4e34.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-d389537131c650c0.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-635102a58f9e4d51.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-cc9bda8d14f9f1e3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.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-8bbe0c9e09a3246e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2dec0764758cac56.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.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-4c4a5b8e20b3054c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ada969df638ac0eb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3a088634bc6f9b5b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3464f7c924df8db8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-e35e3e664c076d4c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.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-5aab157a7e8c894e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8bb0f0dce7516ab9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b58e0df12ff1a74e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-1cc8a26705773e67.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0baafac754988fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-602497b7914c8656.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fd1a688fa2ef92bd.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-10a08c345b0e6422.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-1a62de45ece3eaa4.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-bfa3bd5f47e1031d.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-730b254f743318d8.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-06cf3283e5271ee7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8742d05d4bac54c7.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-c4e7c3e6d69869a6/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`
56902025-03-21T17:54:20.860Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
56912025-03-21T17:54:20.860Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
56922025-03-21T17:54:20.860Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
56932025-03-21T17:54:20.860Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
56942025-03-21T17:54:20.861Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
56952025-03-21T17:54:20.864Z 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=9d51c4cbaa90f8b5 -C extra-filename=-1f860ac461178542 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-20915d3e2ac0a11c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8f797db05b3d5610.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-cf67ce5b0dad110e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7b123aba39a0510.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d1ed29fdbb3e309f.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cc92b1fdf2d224b5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fe0e4ef920deb7d1.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-4e93af2543212c00.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d8d6010ef8f02e65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.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-39deae43b9d82b8c.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-2c7e628874fe7c53.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-60fe730350a2ad38.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-6c2d10e7b70753f7.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-84a41e36111c5b46.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01214f70f275cb4f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-24c622d450ecb364.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1842958146b803da.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-eaee192b88cc1ca6.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-636718a038f690bb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9723079429974a39.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-807a557fa3b10da3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ac2e0353caec27bf.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d4eab6bc35a3fe35.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-093e6926b91db711.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3c6be11e1ede4e34.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-d389537131c650c0.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-635102a58f9e4d51.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-cc9bda8d14f9f1e3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.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-8bbe0c9e09a3246e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2dec0764758cac56.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.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-4c4a5b8e20b3054c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ada969df638ac0eb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3a088634bc6f9b5b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3464f7c924df8db8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-e35e3e664c076d4c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.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-5aab157a7e8c894e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8bb0f0dce7516ab9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b58e0df12ff1a74e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-1cc8a26705773e67.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e0baafac754988fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-602497b7914c8656.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fd1a688fa2ef92bd.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-10a08c345b0e6422.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-1a62de45ece3eaa4.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-bfa3bd5f47e1031d.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-730b254f743318d8.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-06cf3283e5271ee7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8742d05d4bac54c7.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-c4e7c3e6d69869a6/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`
56962025-03-21T17:54:20.877Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
56972025-03-21T17:54:20.881Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
56982025-03-21T17:54:20.881Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
56992025-03-21T17:54:20.881Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
57002025-03-21T17:54:20.881Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
57012025-03-21T17:54:20.881Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
57022025-03-21T17:54:20.881Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
57032025-03-21T17:54:20.881Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
57042025-03-21T17:54:20.881Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
57052025-03-21T17:54:20.882Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
57062025-03-21T17:54:20.885Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
57072025-03-21T17:54:20.885Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
57082025-03-21T17:54:20.885Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
57092025-03-21T17:54:20.885Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
57102025-03-21T17:54:20.885Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
57112025-03-21T17:54:20.885Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
57122025-03-21T17:54:20.885Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
57132025-03-21T17:54:20.885Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
57142025-03-21T17:54:20.885Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
57152025-03-21T17:54:20.885Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
57162025-03-21T17:54:20.885Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
57172025-03-21T17:54:20.885Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
57182025-03-21T17:54:20.885Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
57192025-03-21T17:54:20.885Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
57202025-03-21T17:54:20.885Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
57212025-03-21T17:54:20.885Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
57222025-03-21T17:54:20.885Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
57232025-03-21T17:54:20.885Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
57242025-03-21T17:54:20.885Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
57252025-03-21T17:54:20.885Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
57262025-03-21T17:54:20.885Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
57272025-03-21T17:54:20.885Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
57282025-03-21T17:54:20.885Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
57292025-03-21T17:54:20.885Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
57302025-03-21T17:54:20.885Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
57312025-03-21T17:54:20.885Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
57322025-03-21T17:54:20.886Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
57332025-03-21T17:54:20.886Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
57342025-03-21T17:54:20.886Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
57352025-03-21T17:54:20.886Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
57362025-03-21T17:54:20.886Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
57372025-03-21T17:54:20.886Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
57382025-03-21T17:54:20.886Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
57392025-03-21T17:54:20.886Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
57402025-03-21T17:54:20.886Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
57412025-03-21T17:54:20.889Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
57422025-03-21T17:54:20.889Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
57432025-03-21T17:54:20.889Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
57442025-03-21T17:54:20.889Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
57452025-03-21T17:54:20.889Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
57462025-03-21T17:54:20.889Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
57472025-03-21T17:54:20.889Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
57482025-03-21T17:54:20.889Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
57492025-03-21T17:54:20.890Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
57502025-03-21T17:54:20.890Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
57512025-03-21T17:54:20.890Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
57522025-03-21T17:54:20.890Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
57532025-03-21T17:54:20.890Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
57542025-03-21T17:54:20.890Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
57552025-03-21T17:54:20.890Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
57562025-03-21T17:54:20.890Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
57572025-03-21T17:54:20.890Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
57582025-03-21T17:54:20.890Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
57592025-03-21T17:54:20.890Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
57602025-03-21T17:54:20.890Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
57612025-03-21T17:54:20.891Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
57622025-03-21T17:54:20.891Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
57632025-03-21T17:54:20.891Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
57642025-03-21T17:54:20.891Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
57652025-03-21T17:54:20.891Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
57662025-03-21T17:54:20.891Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
57672025-03-21T17:54:20.891Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
57682025-03-21T17:54:20.891Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
57692025-03-21T17:54:20.891Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
57702025-03-21T17:54:20.891Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
57712025-03-21T17:54:20.891Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
57722025-03-21T17:54:20.891Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
57732025-03-21T17:54:20.891Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
57742025-03-21T17:54:20.891Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
57752025-03-21T17:54:20.891Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
57762025-03-21T17:54:20.891Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
57772025-03-21T17:54:20.891Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
57782025-03-21T17:54:20.891Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
57792025-03-21T17:54:20.891Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
57802025-03-21T17:54:20.892Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
57812025-03-21T17:54:20.892Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
57822025-03-21T17:54:20.892Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
57832025-03-21T17:54:20.892Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
57842025-03-21T17:54:20.892Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
57852025-03-21T17:54:20.892Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
57862025-03-21T17:54:23.094Z 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=a9be40751eba0173 -C extra-filename=-c47532db4ecf02c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-20915d3e2ac0a11c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8f797db05b3d5610.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-cf67ce5b0dad110e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7b123aba39a0510.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6cd3572c408f5a5c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d1ed29fdbb3e309f.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cc92b1fdf2d224b5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fe0e4ef920deb7d1.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-104c66aad97970ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4e93af2543212c00.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d8d6010ef8f02e65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-39deae43b9d82b8c.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-3b732f5de9546b06.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-a2083d6ee951657b.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-438d2c5eb9782f9f.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-2c7e628874fe7c53.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-60fe730350a2ad38.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-6c2d10e7b70753f7.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-84a41e36111c5b46.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21af4280d8d3bf12.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01214f70f275cb4f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-24c622d450ecb364.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1842958146b803da.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-eaee192b88cc1ca6.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-636718a038f690bb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9723079429974a39.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-807a557fa3b10da3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ac2e0353caec27bf.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d4eab6bc35a3fe35.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-093e6926b91db711.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3c6be11e1ede4e34.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-d389537131c650c0.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-635102a58f9e4d51.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-cc9bda8d14f9f1e3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7e4549619d1e0a39.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1c39ba816ac07495.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.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-8bbe0c9e09a3246e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2dec0764758cac56.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f690f1d8feae58f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.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-0855bdb620d75990.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ada969df638ac0eb.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-330562689f633ac4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3a088634bc6f9b5b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3464f7c924df8db8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-e35e3e664c076d4c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.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-5aab157a7e8c894e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8bb0f0dce7516ab9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b58e0df12ff1a74e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-1cc8a26705773e67.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-bf3499c0732349d3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-602497b7914c8656.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fd1a688fa2ef92bd.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-10a08c345b0e6422.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-5d3dd039711f705b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1a62de45ece3eaa4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b050a7a02a78cbb8.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-bcb50325f21c2099.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bfa3bd5f47e1031d.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-730b254f743318d8.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8b0a71ebe284cedd.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c00c35aa9e5ce043.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-06cf3283e5271ee7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8742d05d4bac54c7.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-c4e7c3e6d69869a6/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/`
57872025-03-21T17:54:23.103Z 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=caeb4e551d41d0a7 -C extra-filename=-fc6797a1ec5831de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-20915d3e2ac0a11c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8f797db05b3d5610.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-cf67ce5b0dad110e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7b123aba39a0510.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6cd3572c408f5a5c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d1ed29fdbb3e309f.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cc92b1fdf2d224b5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fe0e4ef920deb7d1.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-104c66aad97970ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4e93af2543212c00.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d8d6010ef8f02e65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-39deae43b9d82b8c.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-3b732f5de9546b06.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-a2083d6ee951657b.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-438d2c5eb9782f9f.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-2c7e628874fe7c53.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-60fe730350a2ad38.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-6c2d10e7b70753f7.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-84a41e36111c5b46.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21af4280d8d3bf12.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01214f70f275cb4f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-24c622d450ecb364.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1842958146b803da.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-eaee192b88cc1ca6.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-636718a038f690bb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9723079429974a39.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-807a557fa3b10da3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ac2e0353caec27bf.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d4eab6bc35a3fe35.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-093e6926b91db711.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3c6be11e1ede4e34.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-d389537131c650c0.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-635102a58f9e4d51.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-cc9bda8d14f9f1e3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7e4549619d1e0a39.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1c39ba816ac07495.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.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-8bbe0c9e09a3246e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2dec0764758cac56.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f690f1d8feae58f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.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-0855bdb620d75990.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ada969df638ac0eb.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-330562689f633ac4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3a088634bc6f9b5b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3464f7c924df8db8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-e35e3e664c076d4c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.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-5aab157a7e8c894e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8bb0f0dce7516ab9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b58e0df12ff1a74e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-1cc8a26705773e67.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-bf3499c0732349d3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-602497b7914c8656.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fd1a688fa2ef92bd.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-10a08c345b0e6422.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-5d3dd039711f705b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1a62de45ece3eaa4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b050a7a02a78cbb8.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-bcb50325f21c2099.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bfa3bd5f47e1031d.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-730b254f743318d8.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8b0a71ebe284cedd.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c00c35aa9e5ce043.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-06cf3283e5271ee7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8742d05d4bac54c7.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-c4e7c3e6d69869a6/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/`
57882025-03-21T17:54:23.105Z 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=888a8ed44fb7eca2 -C extra-filename=-9d47690cf443df22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-20915d3e2ac0a11c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8f797db05b3d5610.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-cf67ce5b0dad110e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7b123aba39a0510.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6cd3572c408f5a5c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d1ed29fdbb3e309f.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cc92b1fdf2d224b5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fe0e4ef920deb7d1.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-104c66aad97970ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4e93af2543212c00.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d8d6010ef8f02e65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-39deae43b9d82b8c.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-3b732f5de9546b06.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-a2083d6ee951657b.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-438d2c5eb9782f9f.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-2c7e628874fe7c53.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-60fe730350a2ad38.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-6c2d10e7b70753f7.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-84a41e36111c5b46.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21af4280d8d3bf12.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01214f70f275cb4f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-24c622d450ecb364.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1842958146b803da.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-eaee192b88cc1ca6.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-636718a038f690bb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9723079429974a39.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-807a557fa3b10da3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ac2e0353caec27bf.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d4eab6bc35a3fe35.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-093e6926b91db711.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3c6be11e1ede4e34.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-d389537131c650c0.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-635102a58f9e4d51.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-cc9bda8d14f9f1e3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7e4549619d1e0a39.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1c39ba816ac07495.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.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-8bbe0c9e09a3246e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2dec0764758cac56.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f690f1d8feae58f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.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-0855bdb620d75990.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ada969df638ac0eb.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-330562689f633ac4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3a088634bc6f9b5b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3464f7c924df8db8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-e35e3e664c076d4c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.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-5aab157a7e8c894e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8bb0f0dce7516ab9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b58e0df12ff1a74e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-1cc8a26705773e67.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-bf3499c0732349d3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-602497b7914c8656.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fd1a688fa2ef92bd.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-10a08c345b0e6422.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-5d3dd039711f705b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1a62de45ece3eaa4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b050a7a02a78cbb8.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-bcb50325f21c2099.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bfa3bd5f47e1031d.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-730b254f743318d8.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8b0a71ebe284cedd.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c00c35aa9e5ce043.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-06cf3283e5271ee7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8742d05d4bac54c7.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-c4e7c3e6d69869a6/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/`
57892025-03-21T17:54:23.110Z 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=58f222981e4cbfb6 -C extra-filename=-58606776209479ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-94932e580f588423.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-20915d3e2ac0a11c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8f797db05b3d5610.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-cf67ce5b0dad110e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7b123aba39a0510.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6cd3572c408f5a5c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d1ed29fdbb3e309f.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cc92b1fdf2d224b5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fe0e4ef920deb7d1.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-104c66aad97970ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4e93af2543212c00.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d8d6010ef8f02e65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-39deae43b9d82b8c.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-3b732f5de9546b06.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-a2083d6ee951657b.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-438d2c5eb9782f9f.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-2c7e628874fe7c53.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-60fe730350a2ad38.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-6c2d10e7b70753f7.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-84a41e36111c5b46.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21af4280d8d3bf12.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01214f70f275cb4f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-24c622d450ecb364.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1842958146b803da.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-eaee192b88cc1ca6.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-636718a038f690bb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9723079429974a39.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-807a557fa3b10da3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ac2e0353caec27bf.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d4eab6bc35a3fe35.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-093e6926b91db711.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3c6be11e1ede4e34.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-d389537131c650c0.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-635102a58f9e4d51.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-cc9bda8d14f9f1e3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7e4549619d1e0a39.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1c39ba816ac07495.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.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-8bbe0c9e09a3246e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f690f1d8feae58f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.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-0855bdb620d75990.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ada969df638ac0eb.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-330562689f633ac4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3a088634bc6f9b5b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3464f7c924df8db8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-e35e3e664c076d4c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.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-5aab157a7e8c894e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8bb0f0dce7516ab9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b58e0df12ff1a74e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-1cc8a26705773e67.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-bf3499c0732349d3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-602497b7914c8656.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fd1a688fa2ef92bd.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-10a08c345b0e6422.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-5d3dd039711f705b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1a62de45ece3eaa4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b050a7a02a78cbb8.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-bcb50325f21c2099.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bfa3bd5f47e1031d.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-730b254f743318d8.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8b0a71ebe284cedd.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c00c35aa9e5ce043.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-06cf3283e5271ee7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8742d05d4bac54c7.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-c4e7c3e6d69869a6/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/`
57902025-03-21T17:58:45.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 29s
57912025-03-21T17:58:45.499Z
57922025-03-21T17:58:45.499Zreal 4:29.556655058
57932025-03-21T17:58:45.499Zuser 10:50.668150480
57942025-03-21T17:58:45.499Zsys 59.852519411
57952025-03-21T17:58:45.499Ztrap 0.171321840
57962025-03-21T17:58:45.499Ztflt 2.359105468
57972025-03-21T17:58:45.503Zdflt 29.645611676
57982025-03-21T17:58:45.503Zkflt 0.246765105
57992025-03-21T17:58:45.503Zlock 19:30.333539692
58002025-03-21T17:58:45.503Zslp 33:31.147615123
58012025-03-21T17:58:45.503Zlat 2.443351614
58022025-03-21T17:58:45.503Zstop 24.085177498
58032025-03-21T17:58:45.503Z+ banner test
58042025-03-21T17:58:45.511Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
58052025-03-21T17:58:45.514Z
58062025-03-21T17:58:45.514Z ##### ###### #### #####
58072025-03-21T17:58:45.514Z # # # #
58082025-03-21T17:58:45.514Z # ##### #### #
58092025-03-21T17:58:45.514Z # # # #
58102025-03-21T17:58:45.514Z # # # # #
58112025-03-21T17:58:45.514Z # ###### #### #
58122025-03-21T17:58:45.514Z
58132025-03-21T17:58:47.172Zinfo: experimental features enabled: setup-scripts
58142025-03-21T17:58:48.626Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
58152025-03-21T17:58:48.796Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
58162025-03-21T17:58:48.815Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
58172025-03-21T17:58:48.831Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
58182025-03-21T17:58:58.089Z Finished `test` profile [unoptimized + debuginfo] target(s) in 10.87s
58192025-03-21T17:59:04.820Z────────────
58202025-03-21T17:59:04.820Z Nextest run ID 89c51130-3635-4966-962b-fb55c8eea9dc with nextest profile: ci
58212025-03-21T17:59:04.820Z Starting 1910 tests across 178 binaries (4 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter)
58222025-03-21T17:59:04.827Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
58232025-03-21T17:59:05.712Z Compiling newtype-uuid v1.2.1
58242025-03-21T17:59:06.309Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
58252025-03-21T17:59:06.652Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
58262025-03-21T17:59:07.258Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
58272025-03-21T17:59:14.816Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
58282025-03-21T17:59:16.796Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
58292025-03-21T17:59:18.434Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
58302025-03-21T17:59:24.005Z Finished `test` profile [unoptimized + debuginfo] target(s) in 19.10s
58312025-03-21T17:59:24.132Z Running `target/debug/crdb-seed`
58322025-03-21T17:59:24.177ZMar 21 17:59:23.415 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpabsQx0
58332025-03-21T17:59:24.177ZMar 21 17:59:23.415 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpkdOO6m,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpabsQx0/listen-url
58342025-03-21T17:59:24.177ZMar 21 17:59:23.415 INFO cockroach environment: BUILDOMAT_JOB_ID=01JPWVYQX5GR0M7B7RZW76YM2T 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=unwind_volume_resource_usage_records GITHUB_REF=refs/heads/unwind_volume_resource_usage_records GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=a567d7e0f060702c843ae3aa82bf9c39e46b75a4 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-c4e7c3e6d69869a6/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-c4e7c3e6d69869a6/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-envhmMBRx NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4e7c3e6d69869a6/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=89c51130-3635-4966-962b-fb55c8eea9dc 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
58352025-03-21T17:59:25.460ZMar 21 17:59:24.699 INFO cockroach pid: 11891
58362025-03-21T17:59:25.460ZMar 21 17:59:24.699 INFO cockroach listen URL: postgresql://root@[::1]:40962/omicron?sslmode=disable
58372025-03-21T17:59:25.460ZMar 21 17:59:24.699 INFO cockroach: populating
58382025-03-21T17:59:27.364ZMar 21 17:59:26.604 INFO cockroach: populated
58392025-03-21T17:59:28.347ZMar 21 17:59:27.571 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/4ab69b3f232db5b60ff6cc3182235a3fedf071159efe73b504c0c50b38e9b2cc.tar`
58402025-03-21T17:59:28.354Z SETUP PASS [ 23.509s] crdb-seed: cargo run -p crdb-seed --profile test
58412025-03-21T17:59:28.354Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
58422025-03-21T17:59:29.253Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
58432025-03-21T17:59:29.301Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
58442025-03-21T17:59:29.301Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
58452025-03-21T17:59:29.338Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
58462025-03-21T17:59:29.368Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
58472025-03-21T17:59:31.435Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
58482025-03-21T17:59:31.464Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
58492025-03-21T17:59:34.236Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
58502025-03-21T17:59:35.877Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
58512025-03-21T17:59:42.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.94s
58522025-03-21T17:59:42.492Z Running `target/debug/clickhouse-cluster-dev`
58532025-03-21T17:59:42.535ZMar 21 17:59:41.772 INFO Setting up a ClickHouse cluster
58542025-03-21T17:59:42.538ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
58552025-03-21T17:59:42.545ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
58562025-03-21T17:59:42.548ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
58572025-03-21T17:59:42.552ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
58582025-03-21T17:59:42.552ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
58592025-03-21T17:59:45.877ZMar 21 17:59:45.113 INFO ClickHouse server ready
58602025-03-21T17:59:46.102ZMar 21 17:59:45.339 INFO ClickHouse server ready
58612025-03-21T17:59:46.297ZMar 21 17:59:45.533 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
58622025-03-21T17:59:46.303Z SETUP PASS [ 17.963s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
58632025-03-21T18:00:11.079Z PASS [ 24.769s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
58642025-03-21T18:00:11.406Z PASS [ 25.094s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
58652025-03-21T18:00:17.437Z PASS [ 31.125s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
58662025-03-21T18:00:17.468Z PASS [ 31.155s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
58672025-03-21T18:00:17.649Z PASS [ 31.337s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
58682025-03-21T18:00:17.807Z PASS [ 31.495s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
58692025-03-21T18:00:39.648Z PASS [ 28.192s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
58702025-03-21T18:00:43.147Z PASS [ 25.674s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
58712025-03-21T18:00:46.334Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58722025-03-21T18:00:46.350Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58732025-03-21T18:00:46.646Z PASS [ 29.203s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
58742025-03-21T18:00:47.548Z PASS [ 29.890s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
58752025-03-21T18:00:48.195Z PASS [ 30.381s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
58762025-03-21T18:01:09.245Z PASS [ 29.635s] omicron-nexus app::sagas::region_snapshot_replacement_step::test::test_action_failure_can_unwind
58772025-03-21T18:01:11.107Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
58782025-03-21T18:01:13.403Z PASS [ 30.250s] omicron-nexus app::sagas::region_snapshot_replacement_step::test::test_action_failure_can_unwind_idempotently
58792025-03-21T18:01:16.433Z PASS [ 28.232s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
58802025-03-21T18:01:22.196Z PASS [ 71.100s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
58812025-03-21T18:01:22.251Z PASS [ 0.054s] api_identity test::test_identity
58822025-03-21T18:01:22.279Z PASS [ 0.028s] api_identity test::test_identity_no_field
58832025-03-21T18:01:22.362Z PASS [ 0.083s] authz-macros tests::test_authz_snapshots
58842025-03-21T18:01:22.417Z PASS [ 0.055s] bootstore schemes::tests::hello_roundtrip
58852025-03-21T18:01:23.594Z PASS [ 1.176s] bootstore schemes::v0::peer::tests::basic_3_nodes
58862025-03-21T18:01:23.679Z PASS [ 0.085s] bootstore schemes::v0::peer::tests::network_config
58872025-03-21T18:01:23.713Z PASS [ 0.033s] bootstore schemes::v0::share_pkg::tests::create_packages
58882025-03-21T18:01:23.743Z PASS [ 0.030s] bootstore trust_quorum::rack_secret::tests::create_and_verify
58892025-03-21T18:01:23.775Z PASS [ 0.031s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
58902025-03-21T18:01:27.650Z PASS [ 3.874s] bootstore::v0-fsm-proptest-learner run
58912025-03-21T18:01:28.337Z PASS [ 19.088s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
58922025-03-21T18:01:28.592Z PASS [ 0.254s] cert-dev::test-cert-dev test_cert_create
58932025-03-21T18:01:29.295Z PASS [ 0.703s] clickana chart::tests::gather_chart_data_failure
58942025-03-21T18:01:29.336Z PASS [ 0.040s] clickana chart::tests::gather_chart_data_for_disk_usage_success
58952025-03-21T18:01:29.381Z PASS [ 0.044s] clickana chart::tests::gather_chart_data_for_memory_tracking_success
58962025-03-21T18:01:29.410Z PASS [ 0.029s] clickana chart::tests::gather_chart_data_for_query_count_success
58972025-03-21T18:01:29.443Z PASS [ 0.031s] clickana chart::tests::gather_chart_data_for_running_queries_success
58982025-03-21T18:01:29.548Z PASS [ 0.106s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
58992025-03-21T18:01:29.602Z PASS [ 0.053s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success
59002025-03-21T18:01:29.644Z PASS [ 0.041s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success
59012025-03-21T18:01:29.700Z PASS [ 0.056s] clickhouse-admin-types tests::test_empty_output_parse_fail
59022025-03-21T18:01:29.773Z PASS [ 0.072s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
59032025-03-21T18:01:29.812Z PASS [ 0.038s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
59042025-03-21T18:01:29.849Z PASS [ 0.036s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
59052025-03-21T18:01:29.883Z PASS [ 0.034s] clickhouse-admin-types tests::test_full_lgif_parse_success
59062025-03-21T18:01:29.929Z PASS [ 0.046s] clickhouse-admin-types tests::test_full_raft_config_parse_success
59072025-03-21T18:01:30.009Z PASS [ 0.079s] clickhouse-admin-types tests::test_generate_keeper_config
59082025-03-21T18:01:30.046Z PASS [ 0.037s] clickhouse-admin-types tests::test_generate_replica_config
59092025-03-21T18:01:30.101Z PASS [ 0.053s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
59102025-03-21T18:01:30.141Z PASS [ 0.040s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
59112025-03-21T18:01:30.176Z PASS [ 0.035s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail
59122025-03-21T18:01:30.216Z PASS [ 0.039s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
59132025-03-21T18:01:30.247Z PASS [ 0.032s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
59142025-03-21T18:01:30.285Z PASS [ 0.035s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
59152025-03-21T18:01:30.317Z PASS [ 0.033s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
59162025-03-21T18:01:30.346Z PASS [ 0.030s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
59172025-03-21T18:01:30.383Z PASS [ 0.036s] clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail
59182025-03-21T18:01:30.420Z PASS [ 0.037s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
59192025-03-21T18:01:30.459Z PASS [ 0.039s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
59202025-03-21T18:01:30.492Z PASS [ 0.032s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
59212025-03-21T18:01:30.530Z PASS [ 0.038s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
59222025-03-21T18:01:30.561Z PASS [ 0.031s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
59232025-03-21T18:01:30.611Z PASS [ 0.048s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
59242025-03-21T18:01:30.647Z PASS [ 0.036s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
59252025-03-21T18:01:30.684Z PASS [ 0.034s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
59262025-03-21T18:01:30.727Z PASS [ 0.043s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
59272025-03-21T18:01:30.762Z PASS [ 0.034s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
59282025-03-21T18:01:30.792Z PASS [ 0.030s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
59292025-03-21T18:01:30.827Z PASS [ 0.034s] clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail
59302025-03-21T18:01:30.858Z PASS [ 0.030s] clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success
59312025-03-21T18:01:30.892Z PASS [ 0.034s] clickhouse-admin-types tests::test_utc_system_timeseries_parse_success
59322025-03-21T18:01:31.017Z PASS [ 0.124s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
59332025-03-21T18:01:31.177Z PASS [ 0.160s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
59342025-03-21T18:01:31.206Z PASS [ 0.029s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
59352025-03-21T18:01:31.233Z PASS [ 0.026s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
59362025-03-21T18:01:31.261Z PASS [ 0.027s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
59372025-03-21T18:01:31.291Z PASS [ 0.029s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
59382025-03-21T18:01:31.318Z PASS [ 0.027s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
59392025-03-21T18:01:31.741Z PASS [ 0.422s] db-dev::test-db-dev test_db_dev_populate_no_args
59402025-03-21T18:01:31.801Z PASS [ 0.060s] db-dev::test-db-dev test_db_dev_wipe_no_args
59412025-03-21T18:01:32.274Z PASS [ 18.868s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
59422025-03-21T18:01:34.758Z PASS [ 7.106s] bootstore::v0-fsm-proptest-rack-coordinator run
59432025-03-21T18:01:34.868Z PASS [ 0.109s] db-macros lookup::test::test_lookup_snapshots
59442025-03-21T18:01:34.900Z PASS [ 0.028s] db-macros tests::test_derive_metadata_identity_fails_for_enums
59452025-03-21T18:01:34.929Z PASS [ 0.028s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
59462025-03-21T18:01:34.957Z PASS [ 0.029s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
59472025-03-21T18:01:34.990Z PASS [ 0.030s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
59482025-03-21T18:01:35.013Z PASS [ 0.029s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
59492025-03-21T18:01:35.168Z PASS [ 0.153s] db-macros tests::test_derive_snapshots
59502025-03-21T18:01:35.199Z PASS [ 0.033s] db-macros tests::test_derive_with_unknown_field
59512025-03-21T18:01:35.801Z PASS [ 0.601s] dns-server storage::test::test_update_basic
59522025-03-21T18:01:35.980Z PASS [ 0.178s] dns-server storage::test::test_update_in_progress
59532025-03-21T18:01:36.382Z PASS [ 0.401s] dns-server storage::test::test_update_interrupted
59542025-03-21T18:01:37.395Z PASS [ 1.013s] dns-server::basic_test a_crud
59552025-03-21T18:01:37.678Z PASS [ 0.282s] dns-server::basic_test aaaa_crud
59562025-03-21T18:01:37.868Z PASS [ 6.065s] db-dev::test-db-dev test_db_killed
59572025-03-21T18:01:38.030Z PASS [ 0.350s] dns-server::basic_test answers_match_question
59582025-03-21T18:01:38.216Z PASS [ 0.345s] dns-server::basic_test empty_record
59592025-03-21T18:01:38.403Z PASS [ 0.375s] dns-server::basic_test multi_record_crud
59602025-03-21T18:01:38.525Z PASS [ 0.311s] dns-server::basic_test name_contains_zone
59612025-03-21T18:01:38.745Z PASS [ 0.341s] dns-server::basic_test nxdomain
59622025-03-21T18:01:38.881Z PASS [ 0.355s] dns-server::basic_test servfail
59632025-03-21T18:01:39.082Z PASS [ 0.337s] dns-server::basic_test srv_crud
59642025-03-21T18:01:39.175Z PASS [ 0.092s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
59652025-03-21T18:01:39.218Z PASS [ 0.043s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
59662025-03-21T18:01:39.354Z PASS [ 0.135s] illumos-utils destructor::test::test_delayed_delete
59672025-03-21T18:01:40.018Z PASS [ 0.664s] illumos-utils destructor::test::test_delayed_delete_with_error
59682025-03-21T18:01:40.066Z PASS [ 0.047s] illumos-utils destructor::test::test_destructor_bad_close
59692025-03-21T18:01:40.105Z PASS [ 0.039s] illumos-utils link::test::test_allocate
59702025-03-21T18:01:40.160Z PASS [ 0.046s] illumos-utils link::test::test_allocate_within_scopes
59712025-03-21T18:01:40.249Z PASS [ 0.098s] illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
59722025-03-21T18:01:40.290Z PASS [ 0.040s] illumos-utils running_zone::tests::test_is_oxide_smf_service
59732025-03-21T18:01:40.325Z PASS [ 0.034s] illumos-utils zfs::test::parse_dataset_bad_avail
59742025-03-21T18:01:40.365Z PASS [ 0.040s] illumos-utils zfs::test::parse_dataset_bad_quota
59752025-03-21T18:01:40.397Z PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_bad_reservation
59762025-03-21T18:01:40.430Z PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_bad_usage
59772025-03-21T18:01:40.460Z PASS [ 0.030s] illumos-utils zfs::test::parse_dataset_bad_uuid
59782025-03-21T18:01:40.492Z PASS [ 0.031s] illumos-utils zfs::test::parse_dataset_missing_fields
59792025-03-21T18:01:40.527Z PASS [ 0.033s] illumos-utils zfs::test::parse_dataset_props
59802025-03-21T18:01:40.572Z PASS [ 0.046s] illumos-utils zfs::test::parse_dataset_props_with_optionals
59812025-03-21T18:01:40.605Z PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_too_many_columns
59822025-03-21T18:01:40.650Z PASS [ 0.045s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
59832025-03-21T18:01:40.697Z PASS [ 0.047s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
59842025-03-21T18:01:40.741Z PASS [ 0.042s] illumos-utils zfs::test::parse_quota_ignored_if_default
59852025-03-21T18:01:40.785Z PASS [ 0.045s] illumos-utils zfs::test::parse_reservation_ignored_if_default
59862025-03-21T18:01:40.873Z PASS [ 0.087s] illumos-utils zfs::test::parse_sorts_and_dedups
59872025-03-21T18:01:40.916Z PASS [ 0.043s] illumos-utils zone::tests::test_parse_ip_network
59882025-03-21T18:01:40.964Z PASS [ 0.046s] illumos-utils zpool::test::test_parse_zpool
59892025-03-21T18:01:41.014Z PASS [ 0.047s] illumos-utils zpool::test::test_parse_zpool_missing_column
59902025-03-21T18:01:43.724Z PASS [ 4.842s] dns-server::commands_test test_dnsadm
59912025-03-21T18:01:45.796Z PASS [ 2.071s] installinator write::tests::proptest_write_artifact
59922025-03-21T18:01:46.028Z PASS [ 0.231s] installinator-common block_size_writer::tests::proptest_block_writer
59932025-03-21T18:01:46.348Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59942025-03-21T18:01:46.363Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59952025-03-21T18:01:46.567Z PASS [ 5.555s] installinator mock_peers::tests::proptest_fetch_artifact
59962025-03-21T18:01:46.670Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59972025-03-21T18:01:46.995Z PASS [ 0.423s] internal-dns-resolver resolver::test::insert_and_lookup_one_record
59982025-03-21T18:01:47.012Z PASS [ 0.981s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
59992025-03-21T18:01:47.375Z PASS [ 0.384s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
60002025-03-21T18:01:47.570Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
60012025-03-21T18:01:47.704Z PASS [ 0.693s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
60022025-03-21T18:01:47.922Z PASS [ 0.545s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
60032025-03-21T18:01:48.070Z PASS [ 0.365s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
60042025-03-21T18:01:48.120Z PASS [ 0.050s] internal-dns-types config::test::display_hosts
60052025-03-21T18:01:48.151Z PASS [ 0.030s] internal-dns-types config::test::display_srv_service
60062025-03-21T18:01:48.224Z PASS [ 0.072s] internal-dns-types config::test::test_builder_errors
60072025-03-21T18:01:48.304Z PASS [ 0.080s] internal-dns-types config::test::test_builder_output
60082025-03-21T18:01:48.348Z PASS [ 0.043s] internal-dns-types diff::test::diff_different
60092025-03-21T18:01:48.384Z PASS [ 0.034s] internal-dns-types diff::test::diff_equivalent
60102025-03-21T18:01:48.420Z PASS [ 0.036s] internal-dns-types diff::test::diff_invalid
60112025-03-21T18:01:48.459Z PASS [ 0.537s] internal-dns-resolver resolver::test::update_record
60122025-03-21T18:01:48.477Z PASS [ 0.058s] ipcc tests::deserialize_fixed_value
60132025-03-21T18:01:48.522Z PASS [ 0.063s] ipcc tests::installinator_image_id_round_trip
60142025-03-21T18:01:48.541Z PASS [ 0.063s] ipcc tests::serialized_size
60152025-03-21T18:01:48.617Z PASS [ 0.094s] key-manager tests::different_disks_produce_different_keys
60162025-03-21T18:01:48.617Z PASS [ 0.075s] key-manager tests::different_ikm_produces_different_keys
60172025-03-21T18:01:48.654Z PASS [ 0.036s] key-manager tests::disk_encryption_key_epoch_0
60182025-03-21T18:01:48.676Z PASS [ 0.058s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
60192025-03-21T18:01:48.834Z PASS [ 0.176s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
60202025-03-21T18:01:48.839Z PASS [ 0.162s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
60212025-03-21T18:01:48.878Z PASS [ 0.047s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
60222025-03-21T18:01:48.894Z PASS [ 0.054s] nexus-auth authn::external::session_cookie::test::test_get_token
60232025-03-21T18:01:48.919Z PASS [ 0.040s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
60242025-03-21T18:01:48.946Z PASS [ 0.051s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
60252025-03-21T18:01:48.999Z PASS [ 0.080s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
60262025-03-21T18:01:49.012Z PASS [ 0.066s] nexus-auth authn::external::session_cookie::test::test_other_cookie
60272025-03-21T18:01:49.048Z PASS [ 0.048s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
60282025-03-21T18:01:49.106Z PASS [ 0.092s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
60292025-03-21T18:01:49.122Z PASS [ 0.073s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
60302025-03-21T18:01:49.165Z PASS [ 0.059s] nexus-auth authn::external::spoof::test::test_make_header_value
60312025-03-21T18:01:49.192Z PASS [ 0.069s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
60322025-03-21T18:01:49.239Z PASS [ 0.045s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
60332025-03-21T18:01:49.287Z PASS [ 0.049s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
60342025-03-21T18:01:49.291Z PASS [ 0.122s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
60352025-03-21T18:01:49.341Z PASS [ 0.053s] nexus-auth authn::external::test::test_authn_sequence
60362025-03-21T18:01:49.344Z PASS [ 0.052s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
60372025-03-21T18:01:49.387Z PASS [ 0.045s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
60382025-03-21T18:01:49.392Z PASS [ 0.045s] nexus-auth authn::external::token::test::test_make_header_value
60392025-03-21T18:01:49.438Z PASS [ 0.051s] nexus-auth authn::external::token::test::test_token_header_valid
60402025-03-21T18:01:49.467Z PASS [ 0.080s] nexus-auth authn::external::token::test::test_token_header_missing
60412025-03-21T18:01:49.496Z PASS [ 0.058s] nexus-auth authn::test::test_internal_users
60422025-03-21T18:01:49.553Z PASS [ 0.056s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
60432025-03-21T18:01:49.679Z PASS [ 0.212s] nexus-auth authz::context::test::test_unregistered_resource
60442025-03-21T18:01:49.688Z PASS [ 0.134s] nexus-auth context::test::test_background_context
60452025-03-21T18:01:49.750Z PASS [ 0.071s] nexus-auth context::test::test_child_context
60462025-03-21T18:01:49.792Z PASS [ 0.104s] nexus-auth context::test::test_test_context
60472025-03-21T18:01:49.841Z PASS [ 0.049s] nexus-config nexus_config::test::test_config_bad_toml
60482025-03-21T18:01:49.879Z PASS [ 0.037s] nexus-config nexus_config::test::test_config_empty
60492025-03-21T18:01:49.903Z PASS [ 0.152s] nexus-config nexus_config::test::test_bad_authn_schemes
60502025-03-21T18:01:49.911Z PASS [ 0.031s] nexus-config nexus_config::test::test_config_nonexistent
60512025-03-21T18:01:49.946Z PASS [ 0.035s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
60522025-03-21T18:01:49.989Z PASS [ 0.085s] nexus-config nexus_config::test::test_deployment_config_schema
60532025-03-21T18:01:50.016Z PASS [ 0.069s] nexus-config nexus_config::test::test_repo_configs_are_valid
60542025-03-21T18:01:50.038Z PASS [ 0.049s] nexus-config nexus_config::test::test_valid
60552025-03-21T18:01:50.055Z PASS [ 0.039s] nexus-config postgres_config::test::test_bad_url
60562025-03-21T18:01:50.107Z PASS [ 0.068s] nexus-config postgres_config::test::test_example_url
60572025-03-21T18:01:50.171Z PASS [ 0.064s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
60582025-03-21T18:01:50.183Z PASS [ 0.126s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
60592025-03-21T18:01:50.211Z PASS [ 0.039s] nexus-db-fixed-data test::test_allowlist_id_is_valid
60602025-03-21T18:01:50.246Z PASS [ 0.063s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
60612025-03-21T18:01:50.275Z PASS [ 0.064s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
60622025-03-21T18:01:50.300Z PASS [ 0.054s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
60632025-03-21T18:01:50.362Z PASS [ 0.087s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
60642025-03-21T18:01:50.401Z PASS [ 0.100s] nexus-db-model device_auth::test::test_generate_user_code
60652025-03-21T18:01:50.405Z PASS [ 0.039s] nexus-db-model instance_state::tests::test_from_str_roundtrips
60662025-03-21T18:01:50.460Z PASS [ 0.058s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
60672025-03-21T18:01:50.463Z PASS [ 0.059s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
60682025-03-21T18:01:50.552Z PASS [ 0.091s] nexus-db-model schema_versions::test::test_known_versions
60692025-03-21T18:01:50.614Z PASS [ 0.153s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
60702025-03-21T18:01:50.614Z PASS [ 18.335s] db-dev::test-db-dev test_db_run
60712025-03-21T18:01:50.617Z PASS [ 0.061s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
60722025-03-21T18:01:50.647Z PASS [ 0.032s] nexus-db-model schema_versions::test::test_verify
60732025-03-21T18:01:50.681Z PASS [ 0.066s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
60742025-03-21T18:01:50.702Z PASS [ 0.088s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
60752025-03-21T18:01:50.722Z PASS [ 0.066s] nexus-db-model semver_version::test::test_to_from_sortable_string
60762025-03-21T18:01:50.730Z PASS [ 0.043s] nexus-db-model tests::test_ip_subnet_check_requestable_address
60772025-03-21T18:01:50.761Z PASS [ 0.057s] nexus-db-model tests::test_ipv6_net_random_subnet
60782025-03-21T18:01:50.771Z PASS [ 0.040s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
60792025-03-21T18:01:50.774Z PASS [ 0.049s] nexus-db-model tests::test_roles_database_strings
60802025-03-21T18:01:50.800Z PASS [ 0.040s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
60812025-03-21T18:01:50.829Z PASS [ 0.056s] nexus-db-model vmm_state::tests::test_from_str_roundtrips
60822025-03-21T18:01:55.350Z PASS [ 4.541s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
60832025-03-21T18:01:55.379Z PASS [ 4.548s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
60842025-03-21T18:01:55.671Z PASS [ 4.865s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
60852025-03-21T18:01:58.797Z PASS [ 3.123s] nexus-db-queries db::collection_attach::test::test_attach_once
60862025-03-21T18:01:58.906Z PASS [ 3.553s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
60872025-03-21T18:01:59.103Z PASS [ 3.724s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
60882025-03-21T18:02:01.347Z PASS [ 2.551s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
60892025-03-21T18:02:01.449Z PASS [ 2.544s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
60902025-03-21T18:02:01.499Z PASS [ 0.050s] nexus-db-queries db::collection_attach::test::test_verify_query
60912025-03-21T18:02:01.704Z PASS [ 2.600s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
60922025-03-21T18:02:04.015Z PASS [ 2.667s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
60932025-03-21T18:02:04.196Z PASS [ 2.697s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
60942025-03-21T18:02:04.227Z PASS [ 2.522s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
60952025-03-21T18:02:05.194Z PASS [ 77.633s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
60962025-03-21T18:02:06.558Z PASS [ 2.541s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
60972025-03-21T18:02:06.606Z PASS [ 0.049s] nexus-db-queries db::collection_detach::test::test_verify_query
60982025-03-21T18:02:06.743Z PASS [ 2.545s] nexus-db-queries db::collection_detach::test::test_detach_once
60992025-03-21T18:02:06.885Z PASS [ 2.658s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
61002025-03-21T18:02:08.023Z PASS [ 2.823s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
61012025-03-21T18:02:09.352Z PASS [ 2.745s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
61022025-03-21T18:02:09.496Z PASS [ 2.753s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
61032025-03-21T18:02:09.581Z PASS [ 2.694s] nexus-db-queries db::collection_detach_many::test::test_detach_many
61042025-03-21T18:02:10.842Z PASS [ 2.821s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
61052025-03-21T18:02:11.769Z PASS [ 2.416s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
61062025-03-21T18:02:11.820Z PASS [ 0.050s] nexus-db-queries db::collection_detach_many::test::test_verify_query
61072025-03-21T18:02:12.004Z PASS [ 2.507s] nexus-db-queries db::collection_detach_many::test::test_detach_once
61082025-03-21T18:02:12.222Z PASS [ 2.640s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
61092025-03-21T18:02:12.268Z PASS [ 0.046s] nexus-db-queries db::collection_insert::test::test_verify_query
61102025-03-21T18:02:12.330Z PASS [ 0.061s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
61112025-03-21T18:02:12.378Z PASS [ 0.046s] nexus-db-queries db::column_walker::test::test_walk_columns
61122025-03-21T18:02:12.426Z PASS [ 0.048s] nexus-db-queries db::column_walker::test::test_walk_table
61132025-03-21T18:02:13.383Z PASS [ 2.540s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
61142025-03-21T18:02:14.105Z PASS [ 2.282s] nexus-db-queries db::collection_insert::test::test_collection_not_present
61152025-03-21T18:02:14.320Z PASS [ 2.314s] nexus-db-queries db::collection_insert::test::test_collection_present
61162025-03-21T18:02:16.458Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
61172025-03-21T18:02:17.372Z PASS [ 4.945s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
61182025-03-21T18:02:18.382Z PASS [ 4.999s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
61192025-03-21T18:02:18.821Z PASS [ 4.717s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
61202025-03-21T18:02:19.014Z PASS [ 4.693s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
61212025-03-21T18:02:23.633Z PASS [ 6.259s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
61222025-03-21T18:02:23.709Z PASS [ 4.886s] nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
61232025-03-21T18:02:23.729Z PASS [ 4.712s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
61242025-03-21T18:02:23.806Z PASS [ 5.422s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
61252025-03-21T18:02:28.429Z PASS [ 4.795s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
61262025-03-21T18:02:28.604Z PASS [ 4.892s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
61272025-03-21T18:02:28.627Z PASS [ 4.898s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
61282025-03-21T18:02:28.868Z PASS [ 5.060s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
61292025-03-21T18:02:33.193Z PASS [ 4.324s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
61302025-03-21T18:02:33.291Z PASS [ 4.861s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
61312025-03-21T18:02:33.307Z PASS [ 4.678s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
61322025-03-21T18:02:34.078Z PASS [ 5.473s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
61332025-03-21T18:02:37.768Z PASS [ 4.460s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
61342025-03-21T18:02:38.024Z PASS [ 4.828s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
61352025-03-21T18:02:38.296Z PASS [ 5.003s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
61362025-03-21T18:02:38.647Z PASS [ 4.566s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
61372025-03-21T18:02:42.109Z PASS [ 4.340s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
61382025-03-21T18:02:42.210Z PASS [ 4.187s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
61392025-03-21T18:02:42.365Z PASS [ 4.068s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
61402025-03-21T18:02:43.170Z PASS [ 4.504s] nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
61412025-03-21T18:02:44.143Z PASS [ 1.932s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
61422025-03-21T18:02:44.784Z PASS [ 2.418s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
61432025-03-21T18:02:45.139Z PASS [ 3.028s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
61442025-03-21T18:02:46.400Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
61452025-03-21T18:02:46.408Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
61462025-03-21T18:02:46.689Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
61472025-03-21T18:02:48.252Z PASS [ 5.100s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
61482025-03-21T18:02:49.308Z PASS [ 4.522s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
61492025-03-21T18:02:49.740Z PASS [ 5.594s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
61502025-03-21T18:02:50.686Z PASS [ 5.545s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
61512025-03-21T18:02:53.491Z PASS [ 5.238s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
61522025-03-21T18:02:54.581Z PASS [ 4.841s] nexus-db-queries db::datastore::deployment::tests::test_set_target
61532025-03-21T18:02:54.650Z PASS [ 0.068s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
61542025-03-21T18:02:54.930Z PASS [ 5.622s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
61552025-03-21T18:02:55.993Z PASS [ 5.305s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
61562025-03-21T18:02:58.234Z PASS [ 4.741s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
61572025-03-21T18:02:59.041Z PASS [ 4.390s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
61582025-03-21T18:02:59.540Z PASS [ 4.608s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
61592025-03-21T18:03:02.096Z PASS [ 6.102s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
61602025-03-21T18:03:03.116Z PASS [ 4.880s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
61612025-03-21T18:03:03.760Z PASS [ 4.717s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
61622025-03-21T18:03:04.051Z PASS [ 4.509s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
61632025-03-21T18:03:07.829Z PASS [ 5.731s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
61642025-03-21T18:03:08.391Z PASS [ 4.339s] nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
61652025-03-21T18:03:08.413Z PASS [ 4.653s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
61662025-03-21T18:03:09.731Z PASS [ 6.614s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
61672025-03-21T18:03:12.435Z PASS [ 4.605s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
61682025-03-21T18:03:12.989Z PASS [ 4.574s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
61692025-03-21T18:03:13.530Z PASS [ 5.137s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
61702025-03-21T18:03:14.927Z PASS [ 5.195s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
61712025-03-21T18:03:16.471Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
61722025-03-21T18:03:17.357Z PASS [ 4.921s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
61732025-03-21T18:03:17.400Z PASS [ 4.409s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
61742025-03-21T18:03:18.246Z PASS [ 4.716s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
61752025-03-21T18:03:19.035Z PASS [ 4.106s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
61762025-03-21T18:03:22.746Z PASS [ 5.388s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
61772025-03-21T18:03:23.125Z PASS [ 4.877s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
61782025-03-21T18:03:23.809Z PASS [ 4.772s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
61792025-03-21T18:03:24.637Z PASS [ 7.236s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
61802025-03-21T18:03:27.177Z PASS [ 4.430s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
61812025-03-21T18:03:28.191Z PASS [ 5.064s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
61822025-03-21T18:03:29.078Z PASS [ 4.439s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
61832025-03-21T18:03:30.014Z PASS [ 6.203s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
61842025-03-21T18:03:31.735Z PASS [ 4.557s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
61852025-03-21T18:03:32.377Z PASS [ 4.185s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
61862025-03-21T18:03:33.318Z PASS [ 4.238s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
61872025-03-21T18:03:34.951Z PASS [ 4.936s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
61882025-03-21T18:03:35.899Z PASS [ 4.159s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
61892025-03-21T18:03:37.860Z PASS [ 5.481s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
61902025-03-21T18:03:39.241Z PASS [ 4.289s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
61912025-03-21T18:03:42.273Z PASS [ 4.411s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
61922025-03-21T18:03:44.375Z PASS [ 5.133s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
61932025-03-21T18:03:46.375Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
61942025-03-21T18:03:46.389Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
61952025-03-21T18:03:46.696Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
61962025-03-21T18:03:47.058Z PASS [ 4.785s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
61972025-03-21T18:03:47.623Z PASS [ 14.302s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
61982025-03-21T18:03:49.389Z PASS [ 5.008s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
61992025-03-21T18:03:51.723Z PASS [ 4.663s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
62002025-03-21T18:03:52.648Z PASS [ 5.013s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
62012025-03-21T18:03:54.947Z PASS [ 5.358s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
62022025-03-21T18:03:57.969Z PASS [ 6.239s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
62032025-03-21T18:03:59.914Z PASS [ 5.161s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
62042025-03-21T18:03:59.940Z PASS [ 7.300s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
62052025-03-21T18:04:00.786Z PASS [ 24.884s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
62062025-03-21T18:04:02.528Z PASS [ 4.560s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
62072025-03-21T18:04:04.583Z PASS [ 4.633s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
62082025-03-21T18:04:04.611Z PASS [ 0.046s] nexus-db-queries db::datastore::region::test::test_extent_count
62092025-03-21T18:04:05.202Z PASS [ 5.251s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
62102025-03-21T18:04:05.957Z PASS [ 5.169s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
62112025-03-21T18:04:07.260Z PASS [ 4.657s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
62122025-03-21T18:04:09.143Z PASS [ 4.465s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
62132025-03-21T18:04:09.948Z PASS [ 4.738s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
62142025-03-21T18:04:10.326Z PASS [ 4.369s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
62152025-03-21T18:04:12.253Z PASS [ 5.068s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
62162025-03-21T18:04:13.285Z PASS [ 4.047s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
62172025-03-21T18:04:14.256Z PASS [ 4.323s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
62182025-03-21T18:04:14.829Z PASS [ 4.502s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
62192025-03-21T18:04:16.483Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
62202025-03-21T18:04:16.782Z PASS [ 4.527s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
62212025-03-21T18:04:17.202Z PASS [ 4.096s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
62222025-03-21T18:04:18.720Z PASS [ 4.461s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
62232025-03-21T18:04:19.173Z PASS [ 4.343s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
62242025-03-21T18:04:22.640Z PASS [ 5.034s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
62252025-03-21T18:04:22.664Z PASS [ 5.131s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
62262025-03-21T18:04:24.191Z PASS [ 4.986s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
62272025-03-21T18:04:24.247Z PASS [ 5.521s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
62282025-03-21T18:04:26.441Z PASS [ 4.622s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
62292025-03-21T18:04:26.973Z PASS [ 4.638s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
62302025-03-21T18:04:28.444Z PASS [ 4.283s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
62312025-03-21T18:04:29.216Z PASS [ 4.972s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
62322025-03-21T18:04:31.394Z PASS [ 4.909s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
62332025-03-21T18:04:31.657Z PASS [ 4.673s] nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
62342025-03-21T18:04:33.470Z PASS [ 5.020s] nexus-db-queries db::datastore::sled::test::affinity_multi_group
62352025-03-21T18:04:34.109Z PASS [ 4.892s] nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
62362025-03-21T18:04:36.647Z PASS [ 5.280s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail
62372025-03-21T18:04:36.988Z PASS [ 5.337s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
62382025-03-21T18:04:38.682Z PASS [ 5.204s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
62392025-03-21T18:04:39.127Z PASS [ 4.971s] nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
62402025-03-21T18:04:41.774Z PASS [ 5.139s] nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
62412025-03-21T18:04:41.866Z PASS [ 4.877s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
62422025-03-21T18:04:43.507Z PASS [ 4.834s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
62432025-03-21T18:04:43.863Z PASS [ 4.763s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
62442025-03-21T18:04:46.572Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
62452025-03-21T18:04:46.768Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
62462025-03-21T18:04:46.768Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
62472025-03-21T18:04:47.409Z PASS [ 5.517s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
62482025-03-21T18:04:47.419Z PASS [ 5.616s] nexus-db-queries db::datastore::sled::test::sled_list_batch
62492025-03-21T18:04:48.879Z PASS [ 5.369s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
62502025-03-21T18:04:52.558Z PASS [ 5.156s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
62512025-03-21T18:04:52.566Z PASS [ 5.175s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
62522025-03-21T18:04:53.719Z PASS [ 4.841s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
62532025-03-21T18:04:54.036Z PASS [ 10.183s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
62542025-03-21T18:04:59.730Z PASS [ 7.179s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
62552025-03-21T18:04:59.754Z PASS [ 7.190s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
62562025-03-21T18:05:00.642Z PASS [ 6.922s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
62572025-03-21T18:05:00.679Z PASS [ 6.641s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
62582025-03-21T18:05:04.489Z PASS [ 4.734s] nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
62592025-03-21T18:05:04.679Z PASS [ 4.948s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
62602025-03-21T18:05:05.203Z PASS [ 4.555s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
62612025-03-21T18:05:05.478Z PASS [ 4.798s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
62622025-03-21T18:05:09.124Z PASS [ 4.633s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
62632025-03-21T18:05:09.258Z PASS [ 4.057s] nexus-db-queries db::datastore::test::test_project_creation
62642025-03-21T18:05:09.435Z PASS [ 4.753s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
62652025-03-21T18:05:09.466Z PASS [ 3.992s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
62662025-03-21T18:05:13.966Z PASS [ 4.675s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
62672025-03-21T18:05:14.197Z PASS [ 4.652s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
62682025-03-21T18:05:15.512Z PASS [ 5.559s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
62692025-03-21T18:05:19.669Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
62702025-03-21T18:05:19.669Z PASS [ 5.224s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
62712025-03-21T18:05:20.501Z PASS [ 11.241s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
62722025-03-21T18:05:25.505Z PASS [ 10.474s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
62732025-03-21T18:05:25.801Z PASS [ 11.709s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
62742025-03-21T18:05:31.874Z PASS [ 4.581s] nexus-db-queries db::datastore::test::test_session_methods
62752025-03-21T18:05:31.957Z PASS [ 4.383s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
62762025-03-21T18:05:31.957Z PASS [ 11.780s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
62772025-03-21T18:05:32.053Z PASS [ 10.810s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
62782025-03-21T18:05:33.989Z PASS [ 3.803s] nexus-db-queries db::datastore::test::test_table_scan
62792025-03-21T18:05:33.995Z PASS [ 3.909s] nexus-db-queries db::datastore::test::test_ssh_keys
62802025-03-21T18:05:34.823Z PASS [ 4.016s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
62812025-03-21T18:05:35.529Z PASS [ 4.213s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
62822025-03-21T18:05:38.048Z PASS [ 4.059s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
62832025-03-21T18:05:38.365Z PASS [ 4.368s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
62842025-03-21T18:05:39.217Z PASS [ 4.393s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
62852025-03-21T18:05:39.265Z PASS [ 0.048s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
62862025-03-21T18:05:39.318Z PASS [ 0.052s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
62872025-03-21T18:05:39.389Z PASS [ 3.859s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
62882025-03-21T18:05:42.310Z PASS [ 4.261s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
62892025-03-21T18:05:46.405Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
62902025-03-21T18:05:46.417Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
62912025-03-21T18:05:46.726Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
62922025-03-21T18:05:46.990Z PASS [ 4.678s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
62932025-03-21T18:05:48.818Z PASS [ 10.440s] nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
62942025-03-21T18:05:50.228Z PASS [ 10.897s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
62952025-03-21T18:05:50.410Z PASS [ 11.018s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
62962025-03-21T18:05:51.213Z PASS [ 4.221s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
62972025-03-21T18:05:53.270Z PASS [ 4.460s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_fail_without_volume
62982025-03-21T18:05:55.021Z PASS [ 4.801s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
62992025-03-21T18:05:55.367Z PASS [ 4.955s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
63002025-03-21T18:05:57.162Z PASS [ 1.796s] nexus-db-queries db::explain::test::test_explain_async
63012025-03-21T18:05:58.074Z PASS [ 6.859s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
63022025-03-21T18:05:58.567Z PASS [ 5.296s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
63032025-03-21T18:05:59.148Z PASS [ 1.985s] nexus-db-queries db::explain::test::test_explain_full_table_scan
63042025-03-21T18:06:01.389Z PASS [ 2.821s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
63052025-03-21T18:06:01.501Z PASS [ 6.480s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
63062025-03-21T18:06:02.223Z PASS [ 3.073s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
63072025-03-21T18:06:02.345Z PASS [ 4.260s] nexus-db-queries db::lookup::test::test_lookup
63082025-03-21T18:06:02.392Z PASS [ 0.058s] nexus-db-queries db::pagination::test::test_paginator
63092025-03-21T18:06:02.786Z PASS [ 0.393s] nexus-db-queries db::queries::affinity::test::expectorate_lookup_affinity_sleds_query
63102025-03-21T18:06:03.195Z PASS [ 0.409s] nexus-db-queries db::queries::affinity::test::expectorate_lookup_anti_affinity_sleds_query
63112025-03-21T18:06:04.436Z PASS [ 2.934s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
63122025-03-21T18:06:04.617Z PASS [ 3.227s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
63132025-03-21T18:06:05.035Z PASS [ 1.839s] nexus-db-queries db::queries::affinity::test::explain_lookup_affinity_sleds_query
63142025-03-21T18:06:05.042Z PASS [ 2.820s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
63152025-03-21T18:06:06.351Z PASS [ 1.914s] nexus-db-queries db::queries::affinity::test::explain_lookup_anti_affinity_sleds_query
63162025-03-21T18:06:07.364Z PASS [ 2.746s] nexus-db-queries db::queries::affinity::test::lookup_affinity_sleds
63172025-03-21T18:06:07.512Z PASS [ 2.477s] nexus-db-queries db::queries::affinity::test::lookup_anti_affinity_sleds
63182025-03-21T18:06:09.944Z PASS [ 4.901s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
63192025-03-21T18:06:11.878Z PASS [ 5.526s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
63202025-03-21T18:06:12.108Z PASS [ 4.594s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
63212025-03-21T18:06:12.422Z PASS [ 5.056s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
63222025-03-21T18:06:14.569Z PASS [ 4.623s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
63232025-03-21T18:06:16.387Z PASS [ 4.508s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
63242025-03-21T18:06:16.511Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
63252025-03-21T18:06:16.781Z PASS [ 4.672s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
63262025-03-21T18:06:17.288Z PASS [ 4.865s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
63272025-03-21T18:06:17.336Z PASS [ 0.048s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
63282025-03-21T18:06:19.289Z PASS [ 4.713s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
63292025-03-21T18:06:21.354Z PASS [ 4.965s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
63302025-03-21T18:06:22.124Z PASS [ 4.787s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
63312025-03-21T18:06:23.322Z PASS [ 6.540s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
63322025-03-21T18:06:24.962Z PASS [ 5.677s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
63332025-03-21T18:06:26.240Z PASS [ 4.885s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
63342025-03-21T18:06:27.293Z PASS [ 5.166s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
63352025-03-21T18:06:28.479Z PASS [ 5.155s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
63362025-03-21T18:06:29.724Z PASS [ 4.761s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
63372025-03-21T18:06:30.838Z PASS [ 4.596s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
63382025-03-21T18:06:31.783Z PASS [ 4.490s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
63392025-03-21T18:06:32.770Z PASS [ 4.290s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
63402025-03-21T18:06:34.410Z PASS [ 4.684s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
63412025-03-21T18:06:35.535Z PASS [ 4.696s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
63422025-03-21T18:06:35.586Z PASS [ 0.051s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
63432025-03-21T18:06:36.170Z PASS [ 4.386s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
63442025-03-21T18:06:37.590Z PASS [ 4.818s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
63452025-03-21T18:06:38.660Z PASS [ 2.489s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
63462025-03-21T18:06:39.707Z PASS [ 5.296s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
63472025-03-21T18:06:40.432Z PASS [ 2.842s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
63482025-03-21T18:06:40.499Z PASS [ 0.066s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
63492025-03-21T18:06:40.598Z PASS [ 5.011s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
63502025-03-21T18:06:41.017Z PASS [ 0.417s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
63512025-03-21T18:06:41.375Z PASS [ 0.358s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
63522025-03-21T18:06:41.568Z PASS [ 2.907s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
63532025-03-21T18:06:42.280Z PASS [ 2.568s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
63542025-03-21T18:06:43.112Z PASS [ 2.612s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
63552025-03-21T18:06:43.429Z PASS [ 2.053s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
63562025-03-21T18:06:43.884Z PASS [ 0.454s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
63572025-03-21T18:06:43.910Z PASS [ 1.633s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
63582025-03-21T18:06:44.041Z PASS [ 2.471s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
63592025-03-21T18:06:44.232Z PASS [ 0.340s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
63602025-03-21T18:06:44.280Z PASS [ 0.370s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
63612025-03-21T18:06:44.378Z PASS [ 0.335s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
63622025-03-21T18:06:45.504Z PASS [ 2.392s] nexus-db-queries db::queries::region_allocation::test::explainable
63632025-03-21T18:06:46.175Z PASS [ 1.893s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
63642025-03-21T18:06:46.175Z PASS [ 1.949s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
63652025-03-21T18:06:46.220Z PASS [ 0.044s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
63662025-03-21T18:06:46.264Z PASS [ 0.045s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
63672025-03-21T18:06:46.292Z PASS [ 0.117s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
63682025-03-21T18:06:46.309Z PASS [ 0.044s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
63692025-03-21T18:06:46.337Z PASS [ 0.045s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
63702025-03-21T18:06:46.416Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
63712025-03-21T18:06:46.429Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
63722025-03-21T18:06:46.444Z PASS [ 2.067s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
63732025-03-21T18:06:46.736Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
63742025-03-21T18:06:47.503Z PASS [ 1.998s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
63752025-03-21T18:06:48.021Z PASS [ 1.711s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
63762025-03-21T18:06:48.334Z PASS [ 1.889s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
63772025-03-21T18:06:48.443Z PASS [ 2.105s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
63782025-03-21T18:06:53.050Z PASS [ 4.606s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
63792025-03-21T18:06:53.100Z PASS [ 0.049s] nexus-defaults tests::test_random_vpc_ipv6_prefix
63802025-03-21T18:06:53.266Z PASS [ 4.931s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
63812025-03-21T18:06:53.372Z PASS [ 0.105s] nexus-inventory builder::test::test_empty
63822025-03-21T18:06:53.474Z PASS [ 0.103s] nexus-inventory builder::test::test_problems
63832025-03-21T18:06:53.640Z PASS [ 0.535s] nexus-inventory builder::test::test_basic
63842025-03-21T18:06:55.854Z PASS [ 2.379s] nexus-inventory collector::test::test_basic
63852025-03-21T18:06:55.971Z PASS [ 2.333s] nexus-inventory collector::test::test_multi_mgs
63862025-03-21T18:06:56.534Z PASS [ 0.680s] nexus-inventory collector::test::test_multi_mgs_failure
63872025-03-21T18:06:57.197Z PASS [ 1.226s] nexus-inventory collector::test::test_sled_agent_failure
63882025-03-21T18:06:58.140Z PASS [ 10.635s] nexus-db-queries policy_test::test_conferred_roles
63892025-03-21T18:06:58.443Z PASS [ 0.301s] nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
63902025-03-21T18:06:58.496Z PASS [ 0.051s] nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
63912025-03-21T18:06:58.562Z PASS [ 0.068s] nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
63922025-03-21T18:06:58.609Z PASS [ 0.045s] nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
63932025-03-21T18:06:58.673Z PASS [ 0.065s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
63942025-03-21T18:06:58.720Z PASS [ 0.046s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
63952025-03-21T18:06:58.767Z PASS [ 0.047s] nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
63962025-03-21T18:06:58.820Z PASS [ 0.051s] nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
63972025-03-21T18:06:58.892Z PASS [ 0.073s] nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
63982025-03-21T18:06:58.943Z PASS [ 0.050s] nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
63992025-03-21T18:06:59.020Z PASS [ 0.077s] nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
64002025-03-21T18:06:59.064Z PASS [ 0.044s] nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
64012025-03-21T18:06:59.106Z PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
64022025-03-21T18:06:59.153Z PASS [ 0.047s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
64032025-03-21T18:06:59.369Z PASS [ 0.215s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
64042025-03-21T18:07:02.363Z PASS [ 5.827s] nexus-metrics-producer-gc tests::test_prune_expired_producers
64052025-03-21T18:07:02.444Z PASS [ 5.245s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
64062025-03-21T18:07:02.637Z PASS [ 0.192s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
64072025-03-21T18:07:02.885Z PASS [ 0.243s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
64082025-03-21T18:07:02.950Z PASS [ 0.065s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
64092025-03-21T18:07:03.043Z PASS [ 0.097s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
64102025-03-21T18:07:16.523Z SLOW [>360.000s] oximeter-db client::tests::test_replicated
64112025-03-21T18:07:25.278Z PASS [ 22.910s] nexus-reconfigurator-execution datasets::tests::test_deploy_datasets
64122025-03-21T18:07:28.306Z PASS [ 371.796s] oximeter-db client::tests::test_replicated
64132025-03-21T18:07:28.426Z PASS [ 0.118s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
64142025-03-21T18:07:28.516Z PASS [ 0.089s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
64152025-03-21T18:07:28.560Z PASS [ 0.039s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
64162025-03-21T18:07:28.600Z PASS [ 0.045s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
64172025-03-21T18:07:28.644Z PASS [ 0.042s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
64182025-03-21T18:07:29.456Z PASS [ 0.810s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
64192025-03-21T18:07:29.883Z PASS [ 0.428s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
64202025-03-21T18:07:30.114Z PASS [ 0.231s] omicron-clickhouse-admin::integration_test test_lgif_parsing
64212025-03-21T18:07:30.318Z PASS [ 0.204s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
64222025-03-21T18:07:30.934Z PASS [ 0.615s] omicron-clickhouse-admin::integration_test test_teardown
64232025-03-21T18:07:31.156Z PASS [ 0.221s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
64242025-03-21T18:07:44.203Z PASS [ 18.921s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
64252025-03-21T18:07:46.428Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
64262025-03-21T18:07:46.442Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
64272025-03-21T18:07:46.750Z SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
64282025-03-21T18:07:48.045Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
64292025-03-21T18:07:59.403Z SLOW [> 60.000s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
64302025-03-21T18:08:03.070Z SLOW [> 60.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
64312025-03-21T18:08:11.021Z PASS [ 26.812s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks
64322025-03-21T18:08:15.095Z PASS [ 87.055s] nexus-db-queries policy_test::test_iam_roles_behavior
64332025-03-21T18:08:15.455Z PASS [ 76.068s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
64342025-03-21T18:08:21.339Z PASS [ 514.930s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
64352025-03-21T18:08:21.766Z PASS [ 0.426s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
64362025-03-21T18:08:21.809Z PASS [ 0.043s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
64372025-03-21T18:08:21.853Z PASS [ 0.043s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
64382025-03-21T18:08:21.905Z PASS [ 0.051s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_backfill_filesystem_pool
64392025-03-21T18:08:22.052Z PASS [ 0.146s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
64402025-03-21T18:08:22.099Z PASS [ 0.047s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
64412025-03-21T18:08:22.153Z PASS [ 0.053s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
64422025-03-21T18:08:22.223Z PASS [ 0.070s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
64432025-03-21T18:08:22.263Z PASS [ 0.040s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
64442025-03-21T18:08:22.316Z PASS [ 0.053s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
64452025-03-21T18:08:22.361Z PASS [ 0.044s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
64462025-03-21T18:08:22.398Z PASS [ 0.037s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
64472025-03-21T18:08:22.441Z PASS [ 0.043s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
64482025-03-21T18:08:22.499Z PASS [ 0.057s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
64492025-03-21T18:08:22.605Z PASS [ 0.089s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
64502025-03-21T18:08:22.639Z PASS [ 0.051s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
64512025-03-21T18:08:22.686Z PASS [ 0.047s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
64522025-03-21T18:08:22.726Z PASS [ 0.039s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
64532025-03-21T18:08:22.833Z PASS [ 0.105s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
64542025-03-21T18:08:26.744Z PASS [ 520.333s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
64552025-03-21T18:08:26.797Z PASS [ 0.054s] nexus-reconfigurator-planning blueprint_editor::allocators::internal_dns::test::test_dns_subnet_allocator
64562025-03-21T18:08:27.824Z PASS [ 1.026s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
64572025-03-21T18:08:28.096Z PASS [ 85.036s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
64582025-03-21T18:08:28.444Z PASS [ 5.610s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
64592025-03-21T18:08:28.650Z PASS [ 17.625s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
64602025-03-21T18:08:28.699Z PASS [ 0.049s] nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
64612025-03-21T18:08:28.762Z PASS [ 0.062s] nexus-reconfigurator-planning example::tests::builder_zone_counts
64622025-03-21T18:08:28.799Z PASS [ 0.037s] nexus-reconfigurator-planning example::tests::instances_on_examples
64632025-03-21T18:08:28.870Z PASS [ 0.773s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
64642025-03-21T18:08:28.883Z PASS [ 0.084s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
64652025-03-21T18:08:28.921Z PASS [ 0.476s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
64662025-03-21T18:08:28.948Z PASS [ 0.064s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
64672025-03-21T18:08:29.002Z PASS [ 0.054s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
64682025-03-21T18:08:29.016Z PASS [ 0.146s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
64692025-03-21T18:08:29.031Z PASS [ 1.207s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
64702025-03-21T18:08:29.060Z PASS [ 0.139s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
64712025-03-21T18:08:29.073Z PASS [ 0.056s] nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place
64722025-03-21T18:08:29.084Z PASS [ 0.082s] nexus-reconfigurator-planning planner::test::test_crucible_pantry
64732025-03-21T18:08:29.091Z PASS [ 0.059s] nexus-reconfigurator-planning planner::test::test_disk_add_expunge_decommission
64742025-03-21T18:08:29.112Z PASS [ 0.051s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
64752025-03-21T18:08:29.122Z PASS [ 0.037s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
64762025-03-21T18:08:29.125Z PASS [ 0.049s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
64772025-03-21T18:08:29.171Z PASS [ 0.058s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed
64782025-03-21T18:08:29.181Z PASS [ 0.087s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
64792025-03-21T18:08:29.222Z PASS [ 0.099s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
64802025-03-21T18:08:29.247Z PASS [ 0.124s] nexus-reconfigurator-planning planner::test::test_internal_dns_zone_replaced_after_marked_for_cleanup
64812025-03-21T18:08:29.273Z PASS [ 0.102s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
64822025-03-21T18:08:29.281Z PASS [ 0.101s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
64832025-03-21T18:08:29.330Z PASS [ 0.082s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
64842025-03-21T18:08:29.340Z PASS [ 0.118s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
64852025-03-21T18:08:29.383Z PASS [ 0.099s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
64862025-03-21T18:08:29.412Z PASS [ 0.138s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
64872025-03-21T18:08:29.500Z PASS [ 0.170s] nexus-reconfigurator-planning planner::test::test_zones_marked_ready_for_cleanup_based_on_inventory
64882025-03-21T18:08:29.563Z PASS [ 0.061s] nexus-saga-recovery recovery::test::test_plan_basic
64892025-03-21T18:08:29.573Z PASS [ 0.157s] nexus-saga-recovery recovery::test::test_execution_basic
64902025-03-21T18:08:29.620Z PASS [ 0.057s] nexus-saga-recovery recovery::test::test_read_all_from_channel
64912025-03-21T18:08:29.634Z PASS [ 0.059s] nexus-saga-recovery test::test_basic
64922025-03-21T18:08:29.663Z PASS [ 0.042s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
64932025-03-21T18:08:29.678Z PASS [ 0.045s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
64942025-03-21T18:08:29.724Z PASS [ 0.060s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
64952025-03-21T18:08:29.724Z PASS [ 0.045s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
64962025-03-21T18:08:29.753Z PASS [ 0.027s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
64972025-03-21T18:08:29.758Z PASS [ 0.034s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
64982025-03-21T18:08:29.780Z PASS [ 0.029s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
64992025-03-21T18:08:29.814Z PASS [ 0.056s] nexus-types deployment::id_map::tests::deserialize_rejects_duplicates
65002025-03-21T18:08:29.830Z PASS [ 0.049s] nexus-types deployment::id_map::tests::deserialize_rejects_mismatched_keys
65012025-03-21T18:08:30.708Z PASS [ 0.878s] nexus-types deployment::id_map::tests::iter_mut_panics_if_id_changes
65022025-03-21T18:08:30.711Z PASS [ 0.893s] nexus-types deployment::id_map::tests::get_mut_panics_if_id_changes
65032025-03-21T18:08:30.890Z PASS [ 0.180s] nexus-types deployment::id_map::tests::mut_into_iter_panics_if_id_changes
65042025-03-21T18:08:30.899Z PASS [ 0.190s] nexus-types deployment::id_map::tests::occupied_entry_panics_if_id_changed_via_get_mut
65052025-03-21T18:08:31.059Z PASS [ 0.170s] nexus-types deployment::id_map::tests::occupied_entry_panics_if_id_changed_via_into_mut
65062025-03-21T18:08:31.075Z PASS [ 0.174s] nexus-types deployment::id_map::tests::occupied_entry_panics_if_id_changes_on_insert
65072025-03-21T18:08:31.134Z PASS [ 15.678s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
65082025-03-21T18:08:31.185Z SLOW [> 60.000s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
65092025-03-21T18:08:31.290Z PASS [ 0.227s] nexus-types deployment::id_map::tests::retain_panics_if_id_changes
65102025-03-21T18:08:31.315Z PASS [ 0.236s] nexus-types deployment::id_map::tests::serialization_is_transparent
65112025-03-21T18:08:31.338Z PASS [ 0.197s] nexus-types deployment::id_map::tests::serialization_roundtrip
65122025-03-21T18:08:31.371Z PASS [ 0.037s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
65132025-03-21T18:08:31.425Z PASS [ 0.138s] nexus-types deployment::id_map::tests::vacant_entry_panics_if_id_changed_after_insert
65142025-03-21T18:08:31.498Z PASS [ 0.186s] nexus-types deployment::id_map::tests::vacant_entry_panics_if_id_changes_on_insert
65152025-03-21T18:08:32.298Z PASS [ 17.199s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
65162025-03-21T18:08:32.329Z PASS [ 0.030s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups
65172025-03-21T18:08:32.361Z PASS [ 0.032s] nexus-types deployment::tri_map::tests::test_permutation_eq_examples
65182025-03-21T18:08:32.409Z PASS [ 0.047s] nexus-types external_api::shared::test::test_policy_parsing
65192025-03-21T18:08:32.612Z PASS [ 0.202s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
65202025-03-21T18:08:32.690Z PASS [ 0.078s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
65212025-03-21T18:08:32.764Z PASS [ 0.074s] omicron-certificates tests::test_cert_extended_key_usage
65222025-03-21T18:08:32.827Z PASS [ 0.062s] omicron-certificates tests::test_common_name_is_validated
65232025-03-21T18:08:32.907Z PASS [ 0.079s] omicron-certificates tests::test_subject_alternate_names_are_validated
65242025-03-21T18:08:34.879Z PASS [ 1.972s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
65252025-03-21T18:08:35.494Z PASS [ 4.068s] nexus-types deployment::tri_map::tests::proptest_permutation_eq
65262025-03-21T18:08:36.350Z PASS [ 1.469s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
65272025-03-21T18:08:36.403Z PASS [ 0.053s] omicron-common address::test::test_dns_subnets
65282025-03-21T18:08:36.442Z PASS [ 0.038s] omicron-common address::test::test_ip_range_checks_non_decreasing
65292025-03-21T18:08:36.505Z PASS [ 0.064s] omicron-common address::test::test_ip_range_enum_deserialization
65302025-03-21T18:08:36.542Z PASS [ 0.036s] omicron-common address::test::test_ip_range_iter
65312025-03-21T18:08:36.572Z PASS [ 0.030s] omicron-common address::test::test_ip_range_length
65322025-03-21T18:08:36.602Z PASS [ 0.029s] omicron-common address::test::test_ip_range_try_from
65332025-03-21T18:08:36.659Z PASS [ 0.057s] omicron-common address::test::test_ipv6_subnet_deserialize
65342025-03-21T18:08:36.704Z PASS [ 0.042s] omicron-common address::test::test_sled_address
65352025-03-21T18:08:36.734Z PASS [ 0.031s] omicron-common api::external::error::test::test_bail_unless
65362025-03-21T18:08:36.768Z PASS [ 0.033s] omicron-common api::external::error::test::test_context
65372025-03-21T18:08:36.817Z PASS [ 0.049s] omicron-common api::external::http_pagination::test::test_pagination_examples
65382025-03-21T18:08:36.871Z PASS [ 0.054s] omicron-common api::external::http_pagination::test::test_pagination_schemas
65392025-03-21T18:08:36.936Z PASS [ 0.063s] omicron-common api::external::http_pagination::test::test_scan_by_id
65402025-03-21T18:08:36.981Z PASS [ 0.042s] omicron-common api::external::http_pagination::test::test_scan_by_name
65412025-03-21T18:08:37.013Z PASS [ 0.034s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
65422025-03-21T18:08:37.042Z PASS [ 0.029s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
65432025-03-21T18:08:37.053Z PASS [ 1.558s] omicron-cockroach-admin context::tests::test_node_id
65442025-03-21T18:08:37.071Z PASS [ 0.029s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
65452025-03-21T18:08:37.088Z PASS [ 0.033s] omicron-common api::external::test::test_bytecount
65462025-03-21T18:08:37.106Z PASS [ 0.034s] omicron-common api::external::test::test_bytecount_display
65472025-03-21T18:08:37.144Z PASS [ 0.038s] omicron-common api::external::test::test_firewall_deserialization
65482025-03-21T18:08:37.151Z PASS [ 0.062s] omicron-common api::external::test::test_digest
65492025-03-21T18:08:37.212Z PASS [ 0.067s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
65502025-03-21T18:08:37.212Z PASS [ 0.060s] omicron-common api::external::test::test_firewall_rule_target_parse
65512025-03-21T18:08:37.241Z PASS [ 0.030s] omicron-common api::external::test::test_generation_display_parse
65522025-03-21T18:08:37.254Z PASS [ 0.043s] omicron-common api::external::test::test_generation_from_int
65532025-03-21T18:08:37.287Z PASS [ 0.032s] omicron-common api::external::test::test_generation_serde
65542025-03-21T18:08:37.348Z PASS [ 0.059s] omicron-common api::external::test::test_hostname_from_str
65552025-03-21T18:08:37.379Z PASS [ 0.031s] omicron-common api::external::test::test_ip_port_range_from_str
65562025-03-21T18:08:37.409Z PASS [ 0.030s] omicron-common api::external::test::test_ip_port_range_into_str
65572025-03-21T18:08:37.442Z PASS [ 0.032s] omicron-common api::external::test::test_ipv6_net_operations
65582025-03-21T18:08:37.479Z PASS [ 0.036s] omicron-common api::external::test::test_mac_system_iterator
65592025-03-21T18:08:37.508Z PASS [ 0.029s] omicron-common api::external::test::test_mac_to_int_conversions
65602025-03-21T18:08:37.550Z PASS [ 0.041s] omicron-common api::external::test::test_macaddr
65612025-03-21T18:08:37.593Z PASS [ 0.043s] omicron-common api::external::test::test_name_parse
65622025-03-21T18:08:37.625Z PASS [ 0.029s] omicron-common api::external::test::test_name_parse_from_param
65632025-03-21T18:08:37.652Z PASS [ 0.030s] omicron-common api::external::test::test_resource_name_parse
65642025-03-21T18:08:37.684Z PASS [ 0.031s] omicron-common api::external::test::test_role_name_parse
65652025-03-21T18:08:37.717Z PASS [ 0.034s] omicron-common api::external::test::test_route_destination_parse
65662025-03-21T18:08:37.755Z PASS [ 0.038s] omicron-common api::external::test::test_route_target_parse
65672025-03-21T18:08:37.788Z PASS [ 0.032s] omicron-common api::external::test::test_semver_serialize
65682025-03-21T18:08:37.817Z PASS [ 0.029s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
65692025-03-21T18:08:37.882Z PASS [ 0.061s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
65702025-03-21T18:08:37.908Z PASS [ 0.028s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
65712025-03-21T18:08:37.932Z PASS [ 0.690s] omicron-common api::external::test::test_generation_overflow
65722025-03-21T18:08:37.938Z PASS [ 0.029s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
65732025-03-21T18:08:37.997Z PASS [ 0.064s] omicron-common ledger::test::test_commit_handles_write_failures
65742025-03-21T18:08:38.010Z PASS [ 0.069s] omicron-common ledger::test::test_create_default_ledger
65752025-03-21T18:08:38.036Z PASS [ 0.039s] omicron-common ledger::test::test_create_ledger_reads_from_storage
65762025-03-21T18:08:38.048Z PASS [ 0.039s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
65772025-03-21T18:08:38.070Z PASS [ 0.033s] omicron-common zpool_name::test::test_parse_bad_zpool_names
65782025-03-21T18:08:38.084Z PASS [ 0.034s] omicron-common zpool_name::test::test_parse_external_zpool_name
65792025-03-21T18:08:38.100Z PASS [ 0.029s] omicron-common zpool_name::test::test_parse_internal_zpool_name
65802025-03-21T18:08:38.114Z PASS [ 0.030s] omicron-common zpool_name::test::test_parse_zpool_name_json
65812025-03-21T18:08:38.127Z PASS [ 0.027s] omicron-common zpool_name::test::test_zpool_name_regex
65822025-03-21T18:08:38.160Z PASS [ 6.660s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip
65832025-03-21T18:08:39.039Z PASS [ 0.908s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
65842025-03-21T18:08:39.043Z PASS [ 0.920s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
65852025-03-21T18:08:39.128Z PASS [ 0.093s] omicron-gateway management_switch::location_map::tests::test_config_validation
65862025-03-21T18:08:39.136Z PASS [ 0.101s] omicron-gateway management_switch::location_map::tests::test_resolve_location
65872025-03-21T18:08:39.292Z PASS [ 0.154s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
65882025-03-21T18:08:39.678Z PASS [ 0.549s] omicron-gateway::test_all integration_tests::component_list::component_list
65892025-03-21T18:08:39.737Z PASS [ 0.446s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
65902025-03-21T18:08:39.870Z PASS [ 0.190s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
65912025-03-21T18:08:39.919Z PASS [ 0.182s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
65922025-03-21T18:08:43.028Z PASS [ 11.656s] nexus-types deployment::tri_map::tests::proptest_ops
65932025-03-21T18:08:43.936Z PASS [ 72.765s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
65942025-03-21T18:08:46.763Z SLOW [>480.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
65952025-03-21T18:08:47.656Z PASS [ 3.719s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
65962025-03-21T18:08:47.693Z PASS [ 480.950s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
65972025-03-21T18:08:47.729Z PASS [ 18.385s] nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
65982025-03-21T18:08:49.485Z PASS [ 20.096s] nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
65992025-03-21T18:08:53.058Z PASS [ 14.894s] omicron-dev::test-omicron-dev test_run_all
66002025-03-21T18:08:57.841Z PASS [ 17.917s] omicron-nexus app::background::driver::test::test_activation_in_progress
66012025-03-21T18:08:59.476Z PASS [ 16.445s] omicron-nexus app::background::driver::test::test_driver_basic
66022025-03-21T18:09:00.150Z PASS [ 12.491s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
66032025-03-21T18:09:02.406Z PASS [ 22.533s] omicron-ls-apis::test_dependencies test_api_dependencies
66042025-03-21T18:09:04.329Z PASS [ 16.632s] omicron-nexus app::background::init::test::test_dns_propagation_basic
66052025-03-21T18:09:06.905Z PASS [ 4.497s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
66062025-03-21T18:09:08.710Z PASS [ 4.380s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
66072025-03-21T18:09:08.764Z PASS [ 0.054s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
66082025-03-21T18:09:09.581Z PASS [ 21.847s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
66092025-03-21T18:09:11.772Z PASS [ 4.866s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
66102025-03-21T18:09:11.864Z PASS [ 22.375s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
66112025-03-21T18:09:15.941Z PASS [ 22.878s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
66122025-03-21T18:09:16.373Z PASS [ 16.893s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
66132025-03-21T18:09:16.628Z PASS [ 16.475s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
66142025-03-21T18:09:18.899Z PASS [ 21.054s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones
66152025-03-21T18:09:25.888Z PASS [ 17.119s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
66162025-03-21T18:09:26.735Z PASS [ 17.150s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
66172025-03-21T18:09:29.780Z PASS [ 17.911s] omicron-nexus app::background::tasks::dns_config::test::test_basic
66182025-03-21T18:09:29.795Z PASS [ 18.019s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
66192025-03-21T18:09:33.797Z PASS [ 17.851s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
66202025-03-21T18:09:34.224Z PASS [ 17.843s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
66212025-03-21T18:09:44.465Z PASS [ 25.549s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
66222025-03-21T18:09:48.092Z PASS [ 18.293s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
66232025-03-21T18:09:48.758Z PASS [ 22.018s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
66242025-03-21T18:09:48.882Z PASS [ 15.059s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
66252025-03-21T18:09:53.240Z PASS [ 19.011s] omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
66262025-03-21T18:09:57.137Z PASS [ 12.680s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
66272025-03-21T18:09:59.282Z PASS [ 29.496s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
66282025-03-21T18:09:59.378Z PASS [ 42.741s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
66292025-03-21T18:10:03.439Z PASS [ 15.344s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
66302025-03-21T18:10:04.971Z PASS [ 16.107s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
66312025-03-21T18:10:05.062Z PASS [ 16.300s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
66322025-03-21T18:10:09.976Z PASS [ 16.736s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
66332025-03-21T18:10:14.914Z PASS [ 17.773s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
66342025-03-21T18:10:16.308Z PASS [ 17.022s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
66352025-03-21T18:10:16.640Z PASS [ 17.258s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
66362025-03-21T18:10:17.946Z PASS [ 3.031s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
66372025-03-21T18:10:19.495Z PASS [ 2.854s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
66382025-03-21T18:10:22.465Z PASS [ 17.399s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
66392025-03-21T18:10:24.015Z PASS [ 20.565s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
66402025-03-21T18:10:25.913Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
66412025-03-21T18:10:26.230Z PASS [ 16.251s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
66422025-03-21T18:10:27.075Z PASS [ 22.100s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
66432025-03-21T18:10:36.389Z PASS [ 20.077s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
66442025-03-21T18:10:36.565Z PASS [ 18.615s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
66452025-03-21T18:10:37.938Z PASS [ 18.438s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
66462025-03-21T18:10:40.510Z PASS [ 18.042s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
66472025-03-21T18:10:40.569Z PASS [ 0.058s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
66482025-03-21T18:10:40.860Z PASS [ 74.958s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
66492025-03-21T18:10:41.067Z PASS [ 0.498s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::delete
66502025-03-21T18:10:41.412Z PASS [ 0.549s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
66512025-03-21T18:10:41.503Z PASS [ 0.435s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
66522025-03-21T18:10:42.106Z PASS [ 0.696s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
66532025-03-21T18:10:42.348Z PASS [ 18.334s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
66542025-03-21T18:10:42.439Z PASS [ 0.090s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
66552025-03-21T18:10:43.050Z PASS [ 0.942s] omicron-nexus app::external_endpoints::test::test_authority
66562025-03-21T18:10:43.138Z PASS [ 0.088s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
66572025-03-21T18:10:43.200Z PASS [ 0.062s] omicron-nexus app::external_endpoints::test::test_no_endpoint
66582025-03-21T18:10:43.255Z PASS [ 0.055s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
66592025-03-21T18:10:43.272Z PASS [ 1.769s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
66602025-03-21T18:10:43.308Z PASS [ 0.053s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
66612025-03-21T18:10:43.324Z PASS [ 0.051s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
66622025-03-21T18:10:43.364Z PASS [ 0.055s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
66632025-03-21T18:10:43.384Z PASS [ 0.060s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
66642025-03-21T18:10:43.418Z PASS [ 0.054s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
66652025-03-21T18:10:43.470Z PASS [ 17.236s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
66662025-03-21T18:10:43.541Z PASS [ 1.100s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
66672025-03-21T18:10:44.010Z PASS [ 16.931s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
66682025-03-21T18:10:53.340Z PASS [ 16.771s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
66692025-03-21T18:10:54.527Z PASS [ 18.133s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
66702025-03-21T18:10:55.285Z PASS [ 17.343s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
66712025-03-21T18:11:06.407Z PASS [ 22.984s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
66722025-03-21T18:11:06.477Z PASS [ 22.931s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
66732025-03-21T18:11:06.911Z PASS [ 23.437s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
66742025-03-21T18:11:07.050Z PASS [ 23.660s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
66752025-03-21T18:11:15.855Z PASS [ 31.838s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
66762025-03-21T18:11:20.616Z PASS [ 27.270s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
66772025-03-21T18:11:22.015Z PASS [ 27.483s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
66782025-03-21T18:11:24.003Z PASS [ 28.712s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
66792025-03-21T18:11:31.793Z PASS [ 25.312s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
66802025-03-21T18:11:32.585Z PASS [ 26.138s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
66812025-03-21T18:11:33.622Z PASS [ 26.566s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
66822025-03-21T18:11:33.666Z PASS [ 26.748s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
66832025-03-21T18:11:43.541Z PASS [ 27.680s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
66842025-03-21T18:11:45.057Z PASS [ 24.435s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
66852025-03-21T18:11:45.437Z PASS [ 23.417s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
66862025-03-21T18:11:47.075Z PASS [ 23.066s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
66872025-03-21T18:11:57.150Z PASS [ 24.593s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
66882025-03-21T18:11:57.154Z PASS [ 23.523s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
66892025-03-21T18:12:02.106Z PASS [ 28.433s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
66902025-03-21T18:12:11.624Z PASS [ 26.562s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
66912025-03-21T18:12:13.637Z PASS [ 28.194s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
66922025-03-21T18:12:23.803Z PASS [ 26.647s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
66932025-03-21T18:12:24.306Z PASS [ 27.151s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
66942025-03-21T18:12:31.818Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
66952025-03-21T18:12:37.243Z PASS [ 25.614s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
66962025-03-21T18:12:40.938Z PASS [ 27.295s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
66972025-03-21T18:12:43.566Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
66982025-03-21T18:12:47.098Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
66992025-03-21T18:12:51.311Z PASS [ 26.995s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
67002025-03-21T18:13:02.128Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
67012025-03-21T18:13:05.452Z PASS [ 28.203s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
67022025-03-21T18:13:10.674Z PASS [ 98.860s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
67032025-03-21T18:13:17.968Z PASS [ 26.656s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
67042025-03-21T18:13:23.827Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
67052025-03-21T18:13:32.123Z PASS [ 26.665s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
67062025-03-21T18:13:36.207Z PASS [ 109.110s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
67072025-03-21T18:13:37.401Z PASS [ 73.583s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
67082025-03-21T18:13:40.962Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
67092025-03-21T18:13:43.578Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
67102025-03-21T18:13:45.091Z PASS [ 27.117s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
67112025-03-21T18:13:50.801Z PASS [ 126.300s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
67122025-03-21T18:13:59.762Z PASS [ 27.633s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
67132025-03-21T18:14:02.143Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
67142025-03-21T18:14:05.910Z PASS [ 28.503s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
67152025-03-21T18:14:10.698Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
67162025-03-21T18:14:15.372Z PASS [ 25.499s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
67172025-03-21T18:14:20.448Z PASS [ 69.749s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
67182025-03-21T18:14:26.654Z PASS [ 26.885s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
67192025-03-21T18:14:36.232Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
67202025-03-21T18:14:36.749Z PASS [ 16.308s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
67212025-03-21T18:14:37.138Z PASS [ 21.762s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
67222025-03-21T18:14:40.507Z PASS [ 34.590s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
67232025-03-21T18:14:40.976Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
67242025-03-21T18:14:41.516Z PASS [ 14.859s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
67252025-03-21T18:14:44.353Z PASS [ 123.389s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
67262025-03-21T18:14:45.115Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
67272025-03-21T18:14:45.814Z PASS [ 163.676s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
67282025-03-21T18:14:54.624Z PASS [ 17.482s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
67292025-03-21T18:14:59.322Z PASS [ 17.802s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
67302025-03-21T18:15:01.156Z PASS [ 24.402s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
67312025-03-21T18:15:04.693Z PASS [ 24.181s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
67322025-03-21T18:15:12.039Z PASS [ 27.680s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
67332025-03-21T18:15:12.985Z PASS [ 27.163s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
67342025-03-21T18:15:19.750Z PASS [ 25.118s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
67352025-03-21T18:15:19.815Z PASS [ 0.066s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
67362025-03-21T18:15:23.868Z PASS [ 24.541s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
67372025-03-21T18:15:26.613Z PASS [ 25.450s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
67382025-03-21T18:15:28.249Z PASS [ 15.262s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
67392025-03-21T18:15:28.258Z PASS [ 112.026s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
67402025-03-21T18:15:31.270Z PASS [ 26.570s] omicron-nexus app::sagas::region_snapshot_replacement_step::test::test_actions_succeed_idempotently
67412025-03-21T18:15:39.095Z PASS [ 27.051s] omicron-nexus app::sagas::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_saga
67422025-03-21T18:15:39.706Z PASS [ 114.591s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
67432025-03-21T18:15:43.707Z PASS [ 23.884s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
67442025-03-21T18:15:44.450Z PASS [ 16.198s] omicron-nexus app::sagas::test_saga::test_saga_stuck
67452025-03-21T18:15:48.589Z PASS [ 20.328s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
67462025-03-21T18:15:50.174Z PASS [ 18.901s] omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
67472025-03-21T18:15:55.919Z PASS [ 32.044s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
67482025-03-21T18:15:55.975Z PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_accept_gz
67492025-03-21T18:15:55.979Z PASS [ 5.800s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
67502025-03-21T18:15:56.027Z PASS [ 0.051s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
67512025-03-21T18:15:56.039Z PASS [ 0.063s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
67522025-03-21T18:15:56.079Z PASS [ 0.053s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
67532025-03-21T18:15:56.101Z PASS [ 0.061s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
67542025-03-21T18:15:56.134Z PASS [ 0.054s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
67552025-03-21T18:15:56.159Z PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
67562025-03-21T18:15:56.196Z PASS [ 0.062s] omicron-nexus external_api::console_api::test::test_relative_uri
67572025-03-21T18:15:56.589Z PASS [ 16.878s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
67582025-03-21T18:15:56.800Z PASS [ 17.701s] omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
67592025-03-21T18:15:56.800Z PASS [ 30.182s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
67602025-03-21T18:16:00.191Z PASS [ 16.484s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
67612025-03-21T18:16:02.332Z PASS [ 17.878s] omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
67622025-03-21T18:16:07.278Z PASS [ 18.684s] omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
67632025-03-21T18:16:12.315Z PASS [ 16.115s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
67642025-03-21T18:16:12.511Z PASS [ 15.919s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
67652025-03-21T18:16:21.193Z PASS [ 24.386s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
67662025-03-21T18:16:21.615Z PASS [ 24.808s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
67672025-03-21T18:16:22.896Z PASS [ 1.703s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
67682025-03-21T18:16:23.441Z PASS [ 1.826s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
67692025-03-21T18:16:23.599Z PASS [ 0.702s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
67702025-03-21T18:16:26.156Z PASS [ 23.819s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
67712025-03-21T18:16:29.555Z PASS [ 22.273s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
67722025-03-21T18:16:30.973Z PASS [ 18.459s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
67732025-03-21T18:16:38.003Z PASS [ 41.836s] omicron-nexus populate::test::test_populators
67742025-03-21T18:16:39.725Z PASS [ 16.123s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
67752025-03-21T18:16:39.947Z PASS [ 16.504s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
67762025-03-21T18:16:40.761Z PASS [ 40.559s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
67772025-03-21T18:16:43.110Z PASS [ 16.950s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
67782025-03-21T18:16:45.055Z PASS [ 15.494s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
67792025-03-21T18:16:48.348Z PASS [ 17.370s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
67802025-03-21T18:16:54.200Z PASS [ 41.876s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
67812025-03-21T18:16:54.332Z PASS [ 16.326s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
67822025-03-21T18:16:56.950Z PASS [ 17.221s] omicron-nexus::test_all integration_tests::basic::test_ping
67832025-03-21T18:17:00.069Z PASS [ 16.954s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
67842025-03-21T18:17:02.138Z PASS [ 17.081s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
67852025-03-21T18:17:03.733Z PASS [ 23.781s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
67862025-03-21T18:17:04.607Z PASS [ 16.255s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
67872025-03-21T18:17:05.034Z PASS [ 1.298s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
67882025-03-21T18:17:05.185Z PASS [ 0.151s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
67892025-03-21T18:17:05.604Z PASS [ 0.996s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
67902025-03-21T18:17:09.737Z PASS [ 15.533s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
67912025-03-21T18:17:10.109Z PASS [ 15.773s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
67922025-03-21T18:17:11.217Z PASS [ 30.452s] omicron-nexus::test_all integration_tests::basic::test_projects_list
67932025-03-21T18:17:14.678Z PASS [ 17.722s] omicron-nexus::test_all integration_tests::certificates::test_crud
67942025-03-21T18:17:16.614Z PASS [ 16.541s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
67952025-03-21T18:17:22.024Z PASS [ 16.417s] omicron-nexus::test_all integration_tests::console_api::test_assets
67962025-03-21T18:17:22.039Z PASS [ 16.851s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
67972025-03-21T18:17:25.598Z PASS [ 15.858s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
67982025-03-21T18:17:26.239Z PASS [ 24.096s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
67992025-03-21T18:17:30.444Z PASS [ 20.330s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
68002025-03-21T18:17:30.951Z PASS [ 16.272s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
68012025-03-21T18:17:32.467Z PASS [ 15.852s] omicron-nexus::test_all integration_tests::console_api::test_session_me
68022025-03-21T18:17:34.902Z PASS [ 23.679s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
68032025-03-21T18:17:38.724Z PASS [ 16.696s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
68042025-03-21T18:17:41.874Z PASS [ 16.272s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
68052025-03-21T18:17:43.044Z PASS [ 21.001s] omicron-nexus::test_all integration_tests::console_api::test_sessions
68062025-03-21T18:17:59.490Z PASS [ 33.244s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
68072025-03-21T18:18:00.791Z PASS [ 30.341s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
68082025-03-21T18:18:02.485Z PASS [ 31.526s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
68092025-03-21T18:18:05.048Z PASS [ 32.574s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
68102025-03-21T18:18:17.289Z PASS [ 34.237s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
68112025-03-21T18:18:17.826Z PASS [ 42.915s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
68122025-03-21T18:18:20.161Z PASS [ 41.429s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
68132025-03-21T18:18:22.812Z PASS [ 40.929s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
68142025-03-21T18:18:39.533Z PASS [ 22.240s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
68152025-03-21T18:18:41.470Z PASS [ 41.972s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
68162025-03-21T18:18:41.681Z PASS [ 40.881s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
68172025-03-21T18:18:42.326Z PASS [ 39.833s] omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
68182025-03-21T18:18:57.955Z PASS [ 15.625s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
68192025-03-21T18:19:02.077Z PASS [ 57.015s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
68202025-03-21T18:19:04.122Z PASS [ 41.302s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
68212025-03-21T18:19:14.403Z PASS [ 16.444s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
68222025-03-21T18:19:17.849Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
68232025-03-21T18:19:20.185Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
68242025-03-21T18:19:23.306Z PASS [ 43.748s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
68252025-03-21T18:19:26.218Z PASS [ 44.736s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
68262025-03-21T18:19:27.964Z PASS [ 25.883s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
68272025-03-21T18:19:31.267Z PASS [ 73.426s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
68282025-03-21T18:19:35.721Z PASS [ 75.544s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
68292025-03-21T18:19:39.430Z PASS [ 25.021s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
68302025-03-21T18:19:40.086Z PASS [ 35.956s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
68312025-03-21T18:19:41.740Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
68322025-03-21T18:19:47.610Z PASS [ 24.298s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
68332025-03-21T18:19:50.195Z PASS [ 23.974s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
68342025-03-21T18:19:51.982Z PASS [ 24.013s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
68352025-03-21T18:19:53.702Z PASS [ 22.429s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
68362025-03-21T18:20:05.249Z PASS [ 83.551s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
68372025-03-21T18:20:08.921Z PASS [ 21.306s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
68382025-03-21T18:20:09.302Z PASS [ 33.573s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
68392025-03-21T18:20:09.382Z PASS [ 17.396s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
68402025-03-21T18:20:10.809Z PASS [ 17.104s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
68412025-03-21T18:20:11.366Z PASS [ 21.166s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
68422025-03-21T18:20:15.602Z PASS [ 36.164s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
68432025-03-21T18:20:25.229Z PASS [ 45.133s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
68442025-03-21T18:20:26.866Z PASS [ 21.611s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
68452025-03-21T18:20:27.189Z PASS [ 18.264s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
68462025-03-21T18:20:33.865Z PASS [ 23.050s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
68472025-03-21T18:20:34.107Z PASS [ 24.800s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
68482025-03-21T18:20:36.498Z PASS [ 25.127s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
68492025-03-21T18:20:39.698Z PASS [ 24.092s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
68502025-03-21T18:20:47.620Z PASS [ 38.229s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
68512025-03-21T18:20:49.681Z PASS [ 22.810s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
68522025-03-21T18:20:50.090Z PASS [ 24.853s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
68532025-03-21T18:20:51.530Z PASS [ 24.336s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
68542025-03-21T18:20:56.042Z PASS [ 22.173s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
68552025-03-21T18:20:57.278Z PASS [ 23.165s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
68562025-03-21T18:20:58.111Z PASS [ 21.608s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
68572025-03-21T18:21:00.355Z PASS [ 20.651s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
68582025-03-21T18:21:11.339Z PASS [ 23.715s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
68592025-03-21T18:21:12.441Z PASS [ 22.757s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
68602025-03-21T18:21:16.468Z PASS [ 26.374s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
68612025-03-21T18:21:16.777Z PASS [ 18.660s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
68622025-03-21T18:21:24.806Z PASS [ 33.269s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
68632025-03-21T18:21:29.811Z PASS [ 29.450s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
68642025-03-21T18:21:30.228Z PASS [ 18.884s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
68652025-03-21T18:21:33.916Z PASS [ 17.137s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
68662025-03-21T18:21:34.487Z PASS [ 18.015s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
68672025-03-21T18:21:37.977Z PASS [ 3.489s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
68682025-03-21T18:21:38.426Z PASS [ 41.139s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
68692025-03-21T18:21:38.444Z PASS [ 0.466s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
68702025-03-21T18:21:38.534Z PASS [ 42.483s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
68712025-03-21T18:21:38.884Z PASS [ 0.439s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
68722025-03-21T18:21:38.938Z PASS [ 0.511s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
68732025-03-21T18:21:40.236Z PASS [ 27.789s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
68742025-03-21T18:21:41.852Z PASS [ 17.043s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
68752025-03-21T18:21:49.881Z PASS [ 19.649s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
68762025-03-21T18:21:51.206Z PASS [ 21.391s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
68772025-03-21T18:21:52.861Z PASS [ 18.940s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
68782025-03-21T18:22:01.311Z PASS [ 22.772s] omicron-nexus::test_all integration_tests::images::test_image_create
68792025-03-21T18:22:03.304Z PASS [ 23.063s] omicron-nexus::test_all integration_tests::images::test_image_promotion
68802025-03-21T18:22:03.393Z PASS [ 24.503s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
68812025-03-21T18:22:04.060Z PASS [ 22.199s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
68822025-03-21T18:22:05.763Z PASS [ 26.819s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
68832025-03-21T18:22:07.629Z PASS [ 4.236s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
68842025-03-21T18:22:08.629Z PASS [ 5.324s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
68852025-03-21T18:22:09.197Z PASS [ 19.312s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
68862025-03-21T18:22:09.896Z PASS [ 17.031s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
68872025-03-21T18:22:09.945Z PASS [ 5.887s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
68882025-03-21T18:22:10.157Z PASS [ 18.946s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
68892025-03-21T18:22:14.903Z PASS [ 13.588s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
68902025-03-21T18:22:30.600Z PASS [ 21.398s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
68912025-03-21T18:22:33.455Z PASS [ 23.503s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
68922025-03-21T18:22:33.535Z PASS [ 23.633s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
68932025-03-21T18:22:34.254Z PASS [ 25.618s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
68942025-03-21T18:22:40.614Z PASS [ 25.706s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
68952025-03-21T18:22:40.625Z PASS [ 34.854s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
68962025-03-21T18:22:40.991Z PASS [ 33.355s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
68972025-03-21T18:22:45.136Z PASS [ 34.972s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
68982025-03-21T18:22:47.974Z PASS [ 17.370s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
68992025-03-21T18:22:50.364Z PASS [ 16.906s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
69002025-03-21T18:22:58.992Z PASS [ 18.356s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
69012025-03-21T18:23:00.669Z PASS [ 27.129s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
69022025-03-21T18:23:07.859Z PASS [ 17.491s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
69032025-03-21T18:23:09.547Z PASS [ 35.285s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
69042025-03-21T18:23:10.735Z PASS [ 22.756s] omicron-nexus::test_all integration_tests::instances::test_instance_access
69052025-03-21T18:23:15.271Z PASS [ 34.638s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
69062025-03-21T18:23:20.365Z PASS [ 35.222s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
69072025-03-21T18:23:26.429Z PASS [ 27.448s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
69082025-03-21T18:23:30.292Z PASS [ 29.616s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
69092025-03-21T18:23:38.745Z PASS [ 30.879s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
69102025-03-21T18:23:38.774Z PASS [ 28.032s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
69112025-03-21T18:23:40.770Z PASS [ 31.217s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
69122025-03-21T18:23:41.015Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
69132025-03-21T18:23:43.511Z PASS [ 28.234s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
69142025-03-21T18:23:54.424Z PASS [ 34.051s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
69152025-03-21T18:23:55.468Z PASS [ 25.171s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
69162025-03-21T18:23:58.672Z PASS [ 77.666s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
69172025-03-21T18:24:01.077Z PASS [ 22.328s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
69182025-03-21T18:24:05.154Z PASS [ 26.371s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
69192025-03-21T18:24:09.623Z PASS [ 28.847s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
69202025-03-21T18:24:10.425Z PASS [ 26.906s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
69212025-03-21T18:24:12.308Z PASS [ 45.867s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
69222025-03-21T18:24:21.613Z PASS [ 26.139s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
69232025-03-21T18:24:22.600Z PASS [ 28.139s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
69242025-03-21T18:24:24.823Z PASS [ 26.145s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
69252025-03-21T18:24:39.952Z PASS [ 34.794s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
69262025-03-21T18:24:42.853Z PASS [ 32.423s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
69272025-03-21T18:24:43.477Z PASS [ 33.846s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
69282025-03-21T18:24:45.479Z PASS [ 33.164s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
69292025-03-21T18:24:45.954Z PASS [ 21.126s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
69302025-03-21T18:24:47.617Z PASS [ 46.530s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
69312025-03-21T18:24:58.509Z PASS [ 36.887s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
69322025-03-21T18:24:59.814Z PASS [ 16.958s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
69332025-03-21T18:25:01.046Z PASS [ 38.469s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
69342025-03-21T18:25:02.661Z PASS [ 17.180s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
69352025-03-21T18:25:08.503Z PASS [ 22.539s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
69362025-03-21T18:25:09.677Z PASS [ 22.056s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
69372025-03-21T18:25:13.923Z PASS [ 33.964s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
69382025-03-21T18:25:14.514Z PASS [ 31.031s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
69392025-03-21T18:25:15.275Z PASS [ 16.763s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
69402025-03-21T18:25:24.636Z PASS [ 24.817s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
69412025-03-21T18:25:26.337Z PASS [ 25.285s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
69422025-03-21T18:25:29.860Z PASS [ 15.933s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
69432025-03-21T18:25:31.249Z PASS [ 16.730s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
69442025-03-21T18:25:31.641Z PASS [ 23.138s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
69452025-03-21T18:25:32.911Z PASS [ 17.633s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
69462025-03-21T18:25:37.370Z PASS [ 27.686s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
69472025-03-21T18:25:38.351Z PASS [ 35.683s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
69482025-03-21T18:25:43.219Z PASS [ 18.578s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
69492025-03-21T18:25:46.857Z PASS [ 16.993s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
69502025-03-21T18:25:54.714Z PASS [ 28.371s] omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
69512025-03-21T18:25:58.873Z PASS [ 27.226s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
69522025-03-21T18:26:00.076Z PASS [ 16.854s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
69532025-03-21T18:26:00.158Z PASS [ 27.241s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
69542025-03-21T18:26:02.976Z PASS [ 31.721s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
69552025-03-21T18:26:03.387Z PASS [ 25.030s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
69562025-03-21T18:26:06.291Z PASS [ 19.430s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
69572025-03-21T18:26:08.242Z PASS [ 30.866s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
69582025-03-21T18:26:14.081Z PASS [ 19.363s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
69592025-03-21T18:26:16.278Z PASS [ 17.401s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
69602025-03-21T18:26:17.627Z PASS [ 17.465s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
69612025-03-21T18:26:17.813Z PASS [ 17.733s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
69622025-03-21T18:26:19.403Z PASS [ 16.423s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
69632025-03-21T18:26:21.475Z PASS [ 18.084s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
69642025-03-21T18:26:24.711Z PASS [ 18.415s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
69652025-03-21T18:26:29.460Z PASS [ 21.212s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
69662025-03-21T18:26:33.070Z PASS [ 18.984s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
69672025-03-21T18:26:35.292Z PASS [ 17.475s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
69682025-03-21T18:26:37.423Z PASS [ 19.792s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
69692025-03-21T18:26:38.189Z PASS [ 21.907s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
69702025-03-21T18:26:46.517Z PASS [ 27.108s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
69712025-03-21T18:26:52.029Z PASS [ 22.565s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
69722025-03-21T18:26:52.215Z PASS [ 16.919s] omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
69732025-03-21T18:26:53.190Z PASS [ 15.763s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
69742025-03-21T18:27:00.192Z PASS [ 21.988s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
69752025-03-21T18:27:00.960Z PASS [ 39.477s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
69762025-03-21T18:27:12.094Z PASS [ 39.013s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
69772025-03-21T18:27:14.023Z PASS [ 21.803s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
69782025-03-21T18:27:15.273Z PASS [ 22.078s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
69792025-03-21T18:27:15.371Z PASS [ 50.650s] omicron-nexus::test_all integration_tests::metrics::test_metrics
69802025-03-21T18:27:16.371Z PASS [ 29.848s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
69812025-03-21T18:27:21.912Z PASS [ 21.724s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
69822025-03-21T18:27:33.037Z PASS [ 40.999s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
69832025-03-21T18:27:36.291Z PASS [ 22.263s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
69842025-03-21T18:27:40.502Z PASS [ 39.319s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
69852025-03-21T18:27:44.107Z PASS [ 28.729s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
69862025-03-21T18:27:45.829Z PASS [ 29.451s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
69872025-03-21T18:27:49.959Z PASS [ 37.859s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
69882025-03-21T18:27:51.749Z PASS [ 29.831s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
69892025-03-21T18:27:53.635Z PASS [ 38.354s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
69902025-03-21T18:27:54.149Z PASS [ 21.107s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
69912025-03-21T18:28:06.480Z PASS [ 20.645s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
69922025-03-21T18:28:08.166Z PASS [ 18.201s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
69932025-03-21T18:28:09.096Z PASS [ 17.343s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
69942025-03-21T18:28:10.811Z PASS [ 17.153s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
69952025-03-21T18:28:16.573Z PASS [ 40.261s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
69962025-03-21T18:28:17.577Z PASS [ 23.421s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
69972025-03-21T18:28:22.601Z PASS [ 42.305s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
69982025-03-21T18:28:28.776Z PASS [ 20.013s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
69992025-03-21T18:28:29.671Z PASS [ 23.187s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
70002025-03-21T18:28:33.094Z PASS [ 23.993s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
70012025-03-21T18:28:36.374Z PASS [ 18.784s] omicron-nexus::test_all integration_tests::projects::test_projects
70022025-03-21T18:28:36.896Z PASS [ 20.327s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
70032025-03-21T18:28:36.989Z PASS [ 26.191s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
70042025-03-21T18:28:38.026Z PASS [ 53.908s] omicron-nexus::test_all integration_tests::password_login::test_local_users
70052025-03-21T18:28:41.206Z PASS [ 18.597s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
70062025-03-21T18:28:45.810Z PASS [ 16.136s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
70072025-03-21T18:28:50.267Z PASS [ 17.168s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
70082025-03-21T18:28:54.079Z PASS [ 17.041s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
70092025-03-21T18:28:54.696Z PASS [ 17.796s] omicron-nexus::test_all integration_tests::rack::test_sled_add
70102025-03-21T18:28:54.852Z PASS [ 18.484s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
70112025-03-21T18:28:55.706Z PASS [ 17.673s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
70122025-03-21T18:28:56.201Z PASS [ 0.496s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
70132025-03-21T18:28:58.147Z PASS [ 3.451s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
70142025-03-21T18:28:58.350Z PASS [ 3.494s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
70152025-03-21T18:28:58.996Z PASS [ 13.179s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
70162025-03-21T18:28:59.146Z PASS [ 17.938s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
70172025-03-21T18:28:59.569Z PASS [ 3.368s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
70182025-03-21T18:29:01.664Z PASS [ 3.473s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
70192025-03-21T18:29:03.314Z PASS [ 13.019s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
70202025-03-21T18:29:03.473Z PASS [ 0.133s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
70212025-03-21T18:29:03.532Z PASS [ 0.109s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
70222025-03-21T18:29:03.640Z PASS [ 0.108s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
70232025-03-21T18:29:03.751Z PASS [ 0.111s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
70242025-03-21T18:29:03.903Z PASS [ 0.110s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
70252025-03-21T18:29:13.581Z PASS [ 17.526s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
70262025-03-21T18:29:13.582Z PASS [ 44.240s] omicron-nexus::test_all integration_tests::quotas::test_quotas
70272025-03-21T18:29:18.592Z PASS [ 19.013s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
70282025-03-21T18:29:18.838Z PASS [ 20.462s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
70292025-03-21T18:29:19.479Z PASS [ 20.482s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
70302025-03-21T18:29:21.216Z PASS [ 17.351s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
70312025-03-21T18:29:21.329Z PASS [ 0.112s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
70322025-03-21T18:29:23.004Z PASS [ 21.379s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
70332025-03-21T18:29:25.514Z PASS [ 26.363s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
70342025-03-21T18:29:25.623Z PASS [ 0.109s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
70352025-03-21T18:29:25.771Z PASS [ 0.147s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
70362025-03-21T18:29:28.220Z PASS [ 16.640s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
70372025-03-21T18:29:28.654Z PASS [ 16.216s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
70382025-03-21T18:29:36.008Z PASS [ 17.419s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
70392025-03-21T18:29:36.340Z PASS [ 17.522s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
70402025-03-21T18:29:36.895Z PASS [ 17.413s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
70412025-03-21T18:29:39.435Z PASS [ 18.103s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
70422025-03-21T18:29:39.917Z PASS [ 16.910s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
70432025-03-21T18:29:41.369Z PASS [ 15.596s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
70442025-03-21T18:29:41.705Z PASS [ 13.052s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
70452025-03-21T18:29:41.724Z PASS [ 13.514s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
70462025-03-21T18:29:42.569Z PASS [ 2.652s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
70472025-03-21T18:29:44.488Z PASS [ 8.478s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
70482025-03-21T18:29:44.628Z PASS [ 2.058s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
70492025-03-21T18:29:46.256Z PASS [ 1.766s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
70502025-03-21T18:29:46.440Z PASS [ 1.811s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
70512025-03-21T18:29:48.097Z PASS [ 1.842s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
70522025-03-21T18:29:48.273Z PASS [ 1.833s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
70532025-03-21T18:29:49.466Z PASS [ 1.192s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
70542025-03-21T18:30:19.388Z PASS [ 29.914s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
70552025-03-21T18:30:30.782Z PASS [ 42.675s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
70562025-03-21T18:30:36.119Z PASS [ 16.729s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
70572025-03-21T18:30:57.555Z PASS [ 26.768s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
70582025-03-21T18:31:07.875Z PASS [ 10.317s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
70592025-03-21T18:31:07.953Z PASS [ 10.395s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
70602025-03-21T18:31:08.245Z PASS [ 10.686s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
70612025-03-21T18:31:08.511Z PASS [ 10.951s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
70622025-03-21T18:31:11.429Z PASS [ 35.302s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
70632025-03-21T18:31:25.193Z PASS [ 17.314s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
70642025-03-21T18:31:25.535Z PASS [ 17.578s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
70652025-03-21T18:31:25.538Z PASS [ 17.287s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
70662025-03-21T18:31:26.418Z PASS [ 17.903s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
70672025-03-21T18:31:28.289Z PASS [ 16.856s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
70682025-03-21T18:31:28.830Z PASS [ 17.397s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
70692025-03-21T18:31:28.969Z PASS [ 17.535s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
70702025-03-21T18:31:31.586Z PASS [ 20.151s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
70712025-03-21T18:31:43.454Z PASS [ 18.257s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
70722025-03-21T18:31:44.332Z PASS [ 18.794s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
70732025-03-21T18:31:44.553Z PASS [ 18.133s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
70742025-03-21T18:31:45.873Z PASS [ 17.039s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
70752025-03-21T18:31:45.934Z PASS [ 16.960s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
70762025-03-21T18:31:48.821Z PASS [ 17.232s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
70772025-03-21T18:31:48.839Z PASS [ 20.544s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
70782025-03-21T18:31:49.126Z PASS [ 23.586s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
70792025-03-21T18:32:01.690Z PASS [ 18.232s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
70802025-03-21T18:32:02.249Z PASS [ 17.912s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
70812025-03-21T18:32:04.108Z PASS [ 18.172s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
70822025-03-21T18:32:06.131Z PASS [ 21.572s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
70832025-03-21T18:32:07.466Z PASS [ 18.624s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
70842025-03-21T18:32:12.015Z PASS [ 26.128s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
70852025-03-21T18:32:12.316Z PASS [ 23.490s] omicron-nexus::test_all integration_tests::silos::test_silos
70862025-03-21T18:32:17.437Z PASS [ 28.304s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
70872025-03-21T18:32:20.746Z PASS [ 19.052s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
70882025-03-21T18:32:23.896Z PASS [ 19.783s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
70892025-03-21T18:32:25.944Z PASS [ 23.690s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
70902025-03-21T18:32:28.581Z PASS [ 16.261s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
70912025-03-21T18:32:33.957Z PASS [ 27.820s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
70922025-03-21T18:32:36.501Z PASS [ 19.060s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
70932025-03-21T18:32:38.628Z PASS [ 31.155s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
70942025-03-21T18:32:39.172Z PASS [ 27.155s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
70952025-03-21T18:32:40.334Z PASS [ 19.584s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
70962025-03-21T18:32:41.505Z PASS [ 17.605s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
70972025-03-21T18:32:42.909Z PASS [ 1.402s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
70982025-03-21T18:32:43.650Z PASS [ 4.480s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
70992025-03-21T18:32:44.823Z PASS [ 4.487s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
71002025-03-21T18:32:47.371Z PASS [ 4.462s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
71012025-03-21T18:32:48.072Z PASS [ 4.419s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
71022025-03-21T18:32:48.608Z PASS [ 20.022s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
71032025-03-21T18:32:52.978Z PASS [ 27.028s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
71042025-03-21T18:32:59.600Z PASS [ 25.638s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
71052025-03-21T18:33:00.510Z PASS [ 24.003s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
71062025-03-21T18:33:00.649Z PASS [ 1.048s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
71072025-03-21T18:33:01.177Z PASS [ 16.351s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
71082025-03-21T18:33:01.409Z PASS [ 22.776s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
71092025-03-21T18:33:05.518Z PASS [ 16.907s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
71102025-03-21T18:33:11.748Z PASS [ 23.672s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
71112025-03-21T18:33:15.842Z PASS [ 14.661s] omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
71122025-03-21T18:33:17.021Z PASS [ 16.507s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
71132025-03-21T18:33:18.294Z PASS [ 16.882s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
71142025-03-21T18:33:18.880Z PASS [ 31.502s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
71152025-03-21T18:33:21.641Z PASS [ 20.964s] omicron-nexus::test_all integration_tests::updates::test_repo_upload
71162025-03-21T18:33:35.492Z PASS [ 29.966s] omicron-nexus::test_all integration_tests::utilization::test_utilization
71172025-03-21T18:33:37.285Z PASS [ 25.530s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
71182025-03-21T18:33:38.172Z PASS [ 21.147s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
71192025-03-21T18:33:41.977Z PASS [ 26.129s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
71202025-03-21T18:33:44.859Z PASS [ 26.558s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
71212025-03-21T18:33:44.882Z PASS [ 25.995s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
71222025-03-21T18:33:48.889Z PASS [ 27.264s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
71232025-03-21T18:33:53.003Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
71242025-03-21T18:34:03.256Z PASS [ 27.010s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
71252025-03-21T18:34:04.133Z PASS [ 26.843s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
71262025-03-21T18:34:04.840Z PASS [ 26.663s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
71272025-03-21T18:34:07.522Z PASS [ 22.659s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
71282025-03-21T18:34:08.100Z PASS [ 26.118s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
71292025-03-21T18:34:22.495Z PASS [ 19.983s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
71302025-03-21T18:34:24.769Z PASS [ 19.925s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
71312025-03-21T18:34:31.995Z PASS [ 27.856s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
71322025-03-21T18:34:32.683Z PASS [ 25.155s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
71332025-03-21T18:34:35.653Z PASS [ 50.762s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
71342025-03-21T18:34:35.852Z PASS [ 46.953s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
71352025-03-21T18:34:36.680Z PASS [ 28.574s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
71362025-03-21T18:34:45.749Z PASS [ 112.748s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
71372025-03-21T18:34:51.557Z PASS [ 29.056s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
71382025-03-21T18:34:59.124Z PASS [ 34.347s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
71392025-03-21T18:35:02.608Z PASS [ 25.903s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
71402025-03-21T18:35:02.613Z PASS [ 26.742s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
71412025-03-21T18:35:06.115Z PASS [ 34.112s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
71422025-03-21T18:35:07.350Z PASS [ 34.659s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
71432025-03-21T18:35:09.947Z PASS [ 34.286s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
71442025-03-21T18:35:19.459Z PASS [ 33.703s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
71452025-03-21T18:35:24.995Z PASS [ 22.390s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
71462025-03-21T18:35:27.765Z PASS [ 21.647s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
71472025-03-21T18:35:30.072Z PASS [ 22.716s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
71482025-03-21T18:35:32.691Z PASS [ 22.740s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
71492025-03-21T18:35:41.656Z PASS [ 42.523s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
71502025-03-21T18:35:44.424Z PASS [ 24.959s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
71512025-03-21T18:35:46.060Z PASS [ 15.985s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
71522025-03-21T18:35:48.156Z PASS [ 45.558s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
71532025-03-21T18:35:48.669Z PASS [ 15.974s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
71542025-03-21T18:35:51.584Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
71552025-03-21T18:35:53.656Z PASS [ 25.885s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
71562025-03-21T18:35:53.684Z PASS [ 28.683s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
71572025-03-21T18:35:58.559Z PASS [ 16.899s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
71582025-03-21T18:36:02.350Z PASS [ 17.922s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
71592025-03-21T18:36:03.473Z PASS [ 17.408s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
71602025-03-21T18:36:05.950Z PASS [ 17.790s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
71612025-03-21T18:36:06.313Z PASS [ 17.641s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
71622025-03-21T18:36:11.391Z PASS [ 17.704s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
71632025-03-21T18:36:11.549Z PASS [ 17.889s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
71642025-03-21T18:36:18.708Z PASS [ 20.144s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
71652025-03-21T18:36:19.482Z PASS [ 17.128s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
71662025-03-21T18:36:19.679Z PASS [ 16.204s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
71672025-03-21T18:36:20.833Z PASS [ 89.258s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
71682025-03-21T18:36:21.585Z PASS [ 15.631s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
71692025-03-21T18:36:21.959Z PASS [ 15.641s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
71702025-03-21T18:36:27.718Z PASS [ 16.323s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
71712025-03-21T18:36:28.146Z PASS [ 16.594s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
71722025-03-21T18:36:36.238Z PASS [ 17.526s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
71732025-03-21T18:36:36.362Z PASS [ 16.876s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
71742025-03-21T18:36:37.360Z PASS [ 17.676s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
71752025-03-21T18:36:37.954Z PASS [ 15.992s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
71762025-03-21T18:36:38.197Z PASS [ 17.361s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
71772025-03-21T18:36:38.520Z PASS [ 16.931s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
71782025-03-21T18:36:52.944Z PASS [ 16.575s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
71792025-03-21T18:36:53.077Z PASS [ 16.836s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
71802025-03-21T18:36:53.958Z PASS [ 16.594s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
71812025-03-21T18:36:54.407Z PASS [ 16.447s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
71822025-03-21T18:36:54.751Z PASS [ 27.027s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
71832025-03-21T18:36:55.390Z PASS [ 17.189s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
71842025-03-21T18:36:55.599Z PASS [ 27.446s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
71852025-03-21T18:37:07.754Z PASS [ 29.228s] omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
71862025-03-21T18:37:10.628Z PASS [ 17.547s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
71872025-03-21T18:37:13.244Z PASS [ 20.168s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
71882025-03-21T18:37:14.433Z PASS [ 20.469s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
71892025-03-21T18:37:17.080Z PASS [ 22.323s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
71902025-03-21T18:37:18.440Z PASS [ 24.028s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
71912025-03-21T18:37:18.514Z PASS [ 0.075s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
71922025-03-21T18:37:18.554Z PASS [ 0.040s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
71932025-03-21T18:37:18.664Z PASS [ 0.104s] omicron-package config::tests::multi_preset_arg
71942025-03-21T18:37:18.730Z PASS [ 0.064s] omicron-package dot::test::test_bad_dependency
71952025-03-21T18:37:18.767Z PASS [ 0.043s] omicron-package dot::test::test_dot_output
71962025-03-21T18:37:22.439Z PASS [ 26.835s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
71972025-03-21T18:37:22.465Z PASS [ 0.024s] omicron-passwords test::test_password_constraints
71982025-03-21T18:37:25.134Z PASS [ 2.668s] omicron-passwords test::test_reproducible
71992025-03-21T18:37:25.143Z PASS [ 8.061s] omicron-omdb::test_all_output test_omdb_usage_errors
72002025-03-21T18:37:25.192Z PASS [ 0.049s] omicron-passwords test::test_stable
72012025-03-21T18:37:25.221Z PASS [ 0.029s] omicron-passwords test::test_weak_hashes
72022025-03-21T18:37:25.251Z PASS [ 0.029s] omicron-rpaths internal::tests::test_configure_from_path
72032025-03-21T18:37:25.336Z PASS [ 0.082s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
72042025-03-21T18:37:25.365Z PASS [ 0.031s] omicron-rpaths internal::tests::test_emit_rpath
72052025-03-21T18:37:25.973Z PASS [ 7.205s] omicron-passwords test::test_compatible
72062025-03-21T18:37:26.169Z PASS [ 0.195s] omicron-sled-agent artifact_store::test::no_dataset
72072025-03-21T18:37:26.209Z PASS [ 0.844s] omicron-sled-agent artifact_store::test::list_get_put_delete
72082025-03-21T18:37:26.324Z PASS [ 0.151s] omicron-sled-agent artifact_store::test::wrong_hash
72092025-03-21T18:37:26.351Z PASS [ 0.141s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
72102025-03-21T18:37:26.456Z PASS [ 0.104s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
72112025-03-21T18:37:26.617Z PASS [ 0.161s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
72122025-03-21T18:37:26.722Z PASS [ 0.104s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
72132025-03-21T18:37:26.933Z PASS [ 0.611s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
72142025-03-21T18:37:27.016Z PASS [ 0.080s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
72152025-03-21T18:37:27.236Z PASS [ 0.056s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
72162025-03-21T18:37:27.243Z PASS [ 0.065s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
72172025-03-21T18:37:27.243Z PASS [ 0.040s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
72182025-03-21T18:37:27.243Z PASS [ 0.039s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
72192025-03-21T18:37:27.255Z PASS [ 0.039s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
72202025-03-21T18:37:27.281Z PASS [ 0.559s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
72212025-03-21T18:37:27.296Z PASS [ 0.037s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
72222025-03-21T18:37:27.330Z PASS [ 0.038s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
72232025-03-21T18:37:27.335Z PASS [ 0.049s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
72242025-03-21T18:37:27.470Z PASS [ 0.124s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
72252025-03-21T18:37:27.482Z PASS [ 0.149s] omicron-sled-agent config::test::test_smf_configs
72262025-03-21T18:37:27.531Z PASS [ 0.050s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
72272025-03-21T18:37:27.542Z PASS [ 0.078s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
72282025-03-21T18:37:27.578Z PASS [ 0.048s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
72292025-03-21T18:37:27.591Z PASS [ 0.049s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
72302025-03-21T18:37:27.624Z PASS [ 0.045s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
72312025-03-21T18:37:28.256Z PASS [ 20.497s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
72322025-03-21T18:37:29.598Z PASS [ 18.965s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
72332025-03-21T18:37:31.147Z PASS [ 3.526s] omicron-sled-agent instance::tests::test_instance_create_events_normal
72342025-03-21T18:37:32.154Z PASS [ 36.755s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
72352025-03-21T18:37:32.392Z PASS [ 2.794s] omicron-sled-agent instance::tests::test_instance_manager_creation
72362025-03-21T18:37:32.431Z PASS [ 0.038s] omicron-sled-agent probe_manager::test::probe_state_set_ops
72372025-03-21T18:37:32.467Z PASS [ 0.035s] omicron-sled-agent profile::tests::empty_profile
72382025-03-21T18:37:32.502Z PASS [ 0.035s] omicron-sled-agent profile::tests::test_disabled_instance
72392025-03-21T18:37:32.540Z PASS [ 0.038s] omicron-sled-agent profile::tests::test_instance
72402025-03-21T18:37:32.582Z PASS [ 0.042s] omicron-sled-agent profile::tests::test_multiple
72412025-03-21T18:37:32.620Z PASS [ 0.038s] omicron-sled-agent profile::tests::test_property
72422025-03-21T18:37:32.657Z PASS [ 0.036s] omicron-sled-agent profile::tests::test_property_group
72432025-03-21T18:37:32.714Z PASS [ 0.049s] omicron-sled-agent profile::tests::test_service
72442025-03-21T18:37:32.744Z PASS [ 0.037s] omicron-sled-agent profile::tests::test_service_property_group
72452025-03-21T18:37:32.780Z PASS [ 0.036s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
72462025-03-21T18:37:32.812Z PASS [ 0.031s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
72472025-03-21T18:37:32.857Z PASS [ 0.044s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
72482025-03-21T18:37:32.895Z PASS [ 4.629s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
72492025-03-21T18:37:32.919Z PASS [ 0.047s] omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
72502025-03-21T18:37:32.938Z PASS [ 0.051s] omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
72512025-03-21T18:37:32.950Z PASS [ 0.045s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
72522025-03-21T18:37:33.185Z PASS [ 5.559s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
72532025-03-21T18:37:34.281Z PASS [ 3.160s] omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
72542025-03-21T18:37:39.554Z PASS [ 2.669s] omicron-sled-agent services::illumos_tests::test_bad_generations
72552025-03-21T18:37:39.594Z PASS [ 2.701s] omicron-sled-agent services::illumos_tests::test_ensure_service
72562025-03-21T18:37:39.594Z PASS [ 2.516s] omicron-sled-agent services::illumos_tests::test_ensure_service_before_timesync
72572025-03-21T18:37:39.594Z PASS [ 0.043s] omicron-sled-agent services::test::test_all_zones_requests_schema
72582025-03-21T18:37:39.594Z PASS [ 0.034s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
72592025-03-21T18:37:39.594Z PASS [ 22.704s] omicron-omdb::test_all_output test_omdb_env_settings
72602025-03-21T18:37:39.594Z PASS [ 0.049s] omicron-sled-agent services::test::test_fix_7229_zone_config_reconciliation
72612025-03-21T18:37:39.594Z PASS [ 0.044s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
72622025-03-21T18:37:39.594Z PASS [ 0.044s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
72632025-03-21T18:37:39.594Z PASS [ 0.043s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
72642025-03-21T18:37:39.594Z PASS [ 0.042s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
72652025-03-21T18:37:39.594Z PASS [ 0.047s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
72662025-03-21T18:37:39.594Z PASS [ 0.041s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
72672025-03-21T18:37:39.594Z PASS [ 0.043s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
72682025-03-21T18:37:39.594Z PASS [ 0.043s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
72692025-03-21T18:37:39.594Z PASS [ 0.037s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
72702025-03-21T18:37:39.594Z PASS [ 0.039s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
72712025-03-21T18:37:39.594Z PASS [ 0.045s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
72722025-03-21T18:37:39.594Z PASS [ 0.043s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
72732025-03-21T18:37:39.594Z PASS [ 0.046s] omicron-sled-agent sim::storage::test::nested_dataset
72742025-03-21T18:37:39.594Z PASS [ 0.039s] omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
72752025-03-21T18:37:39.594Z PASS [ 0.036s] omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
72762025-03-21T18:37:39.594Z PASS [ 0.040s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
72772025-03-21T18:37:39.594Z PASS [ 0.043s] omicron-sled-agent sim::storage::test::snapshot_needs_region
72782025-03-21T18:37:39.594Z PASS [ 2.528s] omicron-sled-agent services::illumos_tests::test_ensure_service_which_already_exists
72792025-03-21T18:37:39.595Z PASS [ 12.721s] omicron-passwords test::test_smoke
72802025-03-21T18:37:39.595Z PASS [ 2.453s] omicron-sled-agent services::illumos_tests::test_services_do_not_persist_without_config
72812025-03-21T18:37:39.595Z PASS [ 2.552s] omicron-sled-agent services::illumos_tests::test_services_are_recreated_on_reboot
72822025-03-21T18:37:39.595Z PASS [ 2.739s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
72832025-03-21T18:37:39.978Z PASS [ 3.557s] omicron-sled-agent support_bundle::storage::tests::basic_crud
72842025-03-21T18:37:40.043Z PASS [ 0.034s] omicron-sled-agent updates::test::test_query_no_components
72852025-03-21T18:37:40.048Z PASS [ 0.034s] omicron-sled-agent updates::test::test_query_sled_agent_version
72862025-03-21T18:37:40.090Z PASS [ 0.043s] omicron-sled-agent updates::test::test_query_zone_version
72872025-03-21T18:37:40.127Z PASS [ 0.035s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
72882025-03-21T18:37:40.314Z PASS [ 3.503s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
72892025-03-21T18:37:41.531Z PASS [ 3.674s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
72902025-03-21T18:37:41.585Z PASS [ 0.054s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
72912025-03-21T18:37:41.955Z PASS [ 3.791s] omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
72922025-03-21T18:37:42.294Z PASS [ 4.185s] omicron-sled-agent support_bundle::storage::tests::creation_idempotency
72932025-03-21T18:37:42.558Z PASS [ 3.849s] omicron-sled-agent support_bundle::storage::tests::ranges
72942025-03-21T18:37:42.625Z PASS [ 0.067s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
72952025-03-21T18:37:42.670Z PASS [ 0.045s] omicron-sled-agent zone_bundle::tests::test_dir_size
72962025-03-21T18:37:42.722Z PASS [ 0.051s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
72972025-03-21T18:37:43.105Z PASS [ 2.790s] omicron-sled-agent zone_bundle::illumos_tests::test_context
72982025-03-21T18:37:43.282Z PASS [ 28.844s] omicron-omdb::test_all_output test_omdb_success_cases
72992025-03-21T18:37:43.289Z PASS [ 3.162s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
73002025-03-21T18:37:43.350Z PASS [ 0.625s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
73012025-03-21T18:37:43.391Z PASS [ 0.043s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
73022025-03-21T18:37:43.419Z PASS [ 0.027s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
73032025-03-21T18:37:43.442Z PASS [ 0.160s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
73042025-03-21T18:37:43.683Z PASS [ 0.576s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
73052025-03-21T18:37:44.005Z PASS [ 0.584s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
73062025-03-21T18:37:44.009Z PASS [ 0.561s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
73072025-03-21T18:37:44.038Z PASS [ 0.034s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
73082025-03-21T18:37:44.045Z PASS [ 0.040s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
73092025-03-21T18:37:44.106Z PASS [ 0.817s] omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
73102025-03-21T18:37:44.174Z PASS [ 0.135s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
73112025-03-21T18:37:44.213Z PASS [ 2.626s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
73122025-03-21T18:37:44.303Z PASS [ 2.347s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
73132025-03-21T18:37:44.329Z PASS [ 0.223s] omicron-test-utils dev::db::test::test_bad_cmd
73142025-03-21T18:37:44.365Z PASS [ 0.035s] omicron-test-utils dev::db::test::test_make_pg_config_fail
73152025-03-21T18:37:44.395Z PASS [ 0.029s] omicron-test-utils dev::db::test::test_make_pg_config_ok
73162025-03-21T18:37:44.427Z PASS [ 0.032s] omicron-test-utils dev::db::test::test_process_exit_abnormal
73172025-03-21T18:37:44.466Z PASS [ 0.034s] omicron-test-utils dev::db::test::test_process_exit_normal
73182025-03-21T18:37:44.494Z PASS [ 0.448s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
73192025-03-21T18:37:44.555Z PASS [ 0.251s] omicron-test-utils dev::db::test::test_database_start_hang
73202025-03-21T18:37:44.597Z PASS [ 0.422s] omicron-test-utils dev::db::test::test_cmd_fails
73212025-03-21T18:37:44.605Z PASS [ 2.308s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
73222025-03-21T18:37:44.628Z PASS [ 0.030s] omicron-test-utils dev::db::test::test_starter_tmpdir
73232025-03-21T18:37:44.656Z PASS [ 0.052s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
73242025-03-21T18:37:44.664Z PASS [ 0.036s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
73252025-03-21T18:37:44.693Z PASS [ 0.036s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
73262025-03-21T18:37:44.700Z PASS [ 0.036s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
73272025-03-21T18:37:44.718Z PASS [ 1.035s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
73282025-03-21T18:37:44.759Z PASS [ 0.063s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
73292025-03-21T18:37:44.766Z PASS [ 0.065s] omicron-test-utils dev::test_cmds::tests::test_redact_section
73302025-03-21T18:37:44.862Z PASS [ 0.094s] openapi-manager cmd::dispatch::test::test_arg_parsing
73312025-03-21T18:37:44.891Z PASS [ 0.029s] openapi-manager cmd::dispatch::test::test_blessed_args
73322025-03-21T18:37:44.919Z PASS [ 0.028s] openapi-manager cmd::dispatch::test::test_generated_args
73332025-03-21T18:37:44.948Z LEAK [ 0.485s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
73342025-03-21T18:37:44.954Z PASS [ 0.034s] openapi-manager cmd::dispatch::test::test_local_args
73352025-03-21T18:37:44.989Z PASS [ 0.040s] openapi-manager iter_only::test::test_basic
73362025-03-21T18:37:44.999Z PASS [ 0.044s] openapi-manager resolved::test::test_displayable_vec
73372025-03-21T18:37:45.027Z PASS [ 0.038s] openapi-manager spec_files_generic::test::test_parse_name_lockstep
73382025-03-21T18:37:45.053Z PASS [ 0.052s] openapi-manager spec_files_generic::test::test_parse_name_lockstep_fail
73392025-03-21T18:37:45.077Z PASS [ 0.049s] openapi-manager spec_files_generic::test::test_parse_name_versioned
73402025-03-21T18:37:45.131Z PASS [ 0.078s] openapi-manager spec_files_generic::test::test_parse_name_versioned_fail
73412025-03-21T18:37:45.263Z PASS [ 0.542s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
73422025-03-21T18:37:45.455Z PASS [ 0.324s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
73432025-03-21T18:37:45.617Z PASS [ 0.539s] oximeter test::timeseries_schema_consistency
73442025-03-21T18:37:45.760Z PASS [ 0.142s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
73452025-03-21T18:37:45.769Z PASS [ 0.313s] oximeter-collector agent::tests::test_self_stat_error_counter
73462025-03-21T18:37:45.776Z PASS [ 0.515s] oximeter-collector agent::tests::test_self_stat_collection_count
73472025-03-21T18:37:45.802Z PASS [ 0.026s] oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
73482025-03-21T18:37:45.821Z PASS [ 1.608s] omicron-test-utils dev::db::test::test_database_concurrent
73492025-03-21T18:37:45.821Z PASS [ 1.266s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
73502025-03-21T18:37:45.836Z PASS [ 0.030s] oximeter-collector self_stats::tests::test_failure_reason_serialization
73512025-03-21T18:37:45.860Z PASS [ 0.036s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
73522025-03-21T18:37:45.909Z PASS [ 0.030s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
73532025-03-21T18:37:45.917Z PASS [ 0.027s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
73542025-03-21T18:37:45.917Z PASS [ 0.131s] oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
73552025-03-21T18:37:45.917Z PASS [ 0.026s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
73562025-03-21T18:37:45.917Z PASS [ 0.025s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
73572025-03-21T18:37:46.325Z PASS [ 0.500s] oximeter-collector::test_commands test_oximeter_no_args
73582025-03-21T18:37:46.743Z PASS [ 1.985s] openapi-manager cmd::check::test::check_apis_up_to_date
73592025-03-21T18:37:46.819Z PASS [ 1.049s] oximeter-collector agent::tests::verify_producer_details
73602025-03-21T18:37:46.923Z PASS [ 1.032s] oximeter-db client::oxql::tests::test_get_entire_table
73612025-03-21T18:37:46.966Z PASS [ 1.054s] oximeter-db client::oxql::tests::test_get_one_timeseries
73622025-03-21T18:37:46.992Z PASS [ 0.067s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
73632025-03-21T18:37:46.997Z PASS [ 1.094s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
73642025-03-21T18:37:47.330Z PASS [ 1.002s] oximeter-db client::oxql::tests::test_limit_operations
73652025-03-21T18:37:47.345Z PASS [ 0.602s] oximeter-db client::tests::can_ping_clickhouse
73662025-03-21T18:37:47.732Z PASS [ 0.734s] oximeter-db client::tests::read_latest_version_reports_max
73672025-03-21T18:37:47.961Z PASS [ 0.614s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
73682025-03-21T18:37:48.072Z PASS [ 0.748s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
73692025-03-21T18:37:48.450Z PASS [ 0.717s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
73702025-03-21T18:37:48.693Z PASS [ 0.618s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
73712025-03-21T18:37:48.889Z PASS [ 0.929s] oximeter-db client::tests::select_timeseries_with_select_one
73722025-03-21T18:37:49.217Z PASS [ 2.225s] oximeter-db client::tests::insert_samples_fails_fast
73732025-03-21T18:37:49.279Z PASS [ 2.312s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
73742025-03-21T18:37:49.331Z PASS [ 0.877s] oximeter-db client::tests::test_client_select_timeseries_one
73752025-03-21T18:37:49.478Z PASS [ 0.786s] oximeter-db client::tests::test_database_version_update_is_idempotent
73762025-03-21T18:37:49.628Z PASS [ 0.738s] oximeter-db client::tests::test_database_version_will_not_downgrade
73772025-03-21T18:37:49.955Z PASS [ 0.738s] oximeter-db client::tests::test_database_version_will_not_upgrade
73782025-03-21T18:37:50.042Z PASS [ 0.756s] oximeter-db client::tests::test_differentiate_by_timeseries_name
73792025-03-21T18:37:50.106Z PASS [ 0.778s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
73802025-03-21T18:37:50.214Z PASS [ 0.736s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
73812025-03-21T18:37:50.375Z PASS [ 0.747s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
73822025-03-21T18:37:50.829Z PASS [ 0.794s] oximeter-db client::tests::test_field_record_count
73832025-03-21T18:37:50.872Z PASS [ 0.765s] oximeter-db client::tests::test_get_schema_no_new_values
73842025-03-21T18:37:50.976Z PASS [ 0.760s] oximeter-db client::tests::test_insert_samples
73852025-03-21T18:37:51.013Z PASS [ 0.037s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
73862025-03-21T18:37:51.051Z PASS [ 0.037s] oximeter-db client::tests::test_read_timeseries_to_delete
73872025-03-21T18:37:51.082Z PASS [ 0.030s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
73882025-03-21T18:37:51.107Z PASS [ 0.731s] oximeter-db client::tests::test_is_oximeter_cluster
73892025-03-21T18:37:51.115Z PASS [ 0.033s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
73902025-03-21T18:37:51.187Z PASS [ 1.226s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
73912025-03-21T18:37:51.719Z PASS [ 0.845s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
73922025-03-21T18:37:51.766Z PASS [ 0.936s] oximeter-db client::tests::test_list_timeseries
73932025-03-21T18:37:51.832Z PASS [ 7.335s] omicron-test-utils dev::db::test::test_setup_database_default_dir
73942025-03-21T18:37:51.863Z PASS [ 0.747s] oximeter-db client::tests::test_schema_mismatch
73952025-03-21T18:37:51.938Z PASS [ 0.754s] oximeter-db client::tests::test_schema_update
73962025-03-21T18:37:52.244Z PASS [ 1.137s] oximeter-db client::tests::test_recall_of_all_fields
73972025-03-21T18:37:52.503Z PASS [ 0.782s] oximeter-db client::tests::test_select_all_datum_types
73982025-03-21T18:37:52.538Z PASS [ 0.771s] oximeter-db client::tests::test_select_all_field_types
73992025-03-21T18:37:52.640Z PASS [ 0.808s] oximeter-db client::tests::test_select_timeseries_with_all
74002025-03-21T18:37:52.895Z PASS [ 1.031s] oximeter-db client::tests::test_select_timeseries_with_limit
74012025-03-21T18:37:52.945Z PASS [ 1.007s] oximeter-db client::tests::test_select_timeseries_with_order
74022025-03-21T18:37:52.966Z PASS [ 0.020s] oximeter-db client::tests::test_unravel_index
74032025-03-21T18:37:53.033Z PASS [ 0.786s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
74042025-03-21T18:37:53.063Z PASS [ 0.031s] oximeter-db client::tests::test_verify_schema_upgrades
74052025-03-21T18:37:53.092Z PASS [ 0.029s] oximeter-db model::fields::tests::test_extract_fields_as_block
74062025-03-21T18:37:53.118Z PASS [ 0.025s] oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
74072025-03-21T18:37:53.149Z PASS [ 0.030s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
74082025-03-21T18:37:53.175Z PASS [ 0.025s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
74092025-03-21T18:37:53.206Z PASS [ 0.030s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
74102025-03-21T18:37:53.240Z PASS [ 0.035s] oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
74112025-03-21T18:37:53.268Z PASS [ 0.027s] oximeter-db native::block::tests::concat_blocks
74122025-03-21T18:37:53.295Z PASS [ 0.026s] oximeter-db native::block::tests::datetime64_scale_checks_range
74132025-03-21T18:37:53.319Z PASS [ 0.025s] oximeter-db native::block::tests::parse_date_time
74142025-03-21T18:37:53.326Z PASS [ 0.825s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
74152025-03-21T18:37:53.343Z PASS [ 0.025s] oximeter-db native::block::tests::parse_date_time64
74162025-03-21T18:37:53.350Z PASS [ 0.023s] oximeter-db native::block::tests::parse_escaped_date_time64
74172025-03-21T18:37:53.357Z PASS [ 0.811s] oximeter-db client::tests::test_select_timeseries_with_start_time
74182025-03-21T18:37:53.371Z PASS [ 0.025s] oximeter-db native::block::tests::test_data_type_to_string
74192025-03-21T18:37:53.375Z PASS [ 0.024s] oximeter-db native::block::tests::test_datetime64_conversions
74202025-03-21T18:37:53.380Z PASS [ 0.029s] oximeter-db native::block::tests::test_parse_all_known_timezones
74212025-03-21T18:37:53.390Z PASS [ 0.021s] oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
74222025-03-21T18:37:53.399Z PASS [ 0.023s] oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
74232025-03-21T18:37:53.412Z PASS [ 0.018s] oximeter-db native::block::tests::test_parse_enum8
74242025-03-21T18:37:53.417Z PASS [ 0.021s] oximeter-db native::block::tests::test_parse_enum_variant
74252025-03-21T18:37:53.422Z PASS [ 0.023s] oximeter-db native::block::tests::test_parse_invalid_data_type
74262025-03-21T18:37:53.648Z PASS [ 0.753s] oximeter-db client::tests::test_timeseries_schema_list
74272025-03-21T18:37:53.710Z PASS [ 0.745s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
74282025-03-21T18:37:53.923Z PASS [ 1.282s] oximeter-db client::tests::test_sql_query_output
74292025-03-21T18:37:53.982Z PASS [ 0.582s] oximeter-db native::connection::tests::test_basic_select_query
74302025-03-21T18:37:53.994Z PASS [ 0.568s] oximeter-db native::connection::tests::test_exchange_hello
74312025-03-21T18:37:54.085Z PASS [ 0.671s] oximeter-db native::connection::tests::test_can_cancel_query
74322025-03-21T18:37:54.236Z PASS [ 0.588s] oximeter-db native::connection::tests::test_insert_and_select_data
74332025-03-21T18:37:54.261Z PASS [ 0.025s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
74342025-03-21T18:37:54.359Z PASS [ 0.024s] oximeter-db native::io::block::tests::test_decode_full_block
74352025-03-21T18:37:54.386Z PASS [ 0.581s] oximeter-db native::connection::tests::test_insert_and_select_uuid
74362025-03-21T18:37:54.386Z PASS [ 0.019s] oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
74372025-03-21T18:37:54.386Z PASS [ 0.019s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
74382025-03-21T18:37:54.386Z PASS [ 0.019s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
74392025-03-21T18:37:54.386Z PASS [ 0.026s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
74402025-03-21T18:37:54.386Z PASS [ 0.022s] oximeter-db native::io::column::tests::test_decode_string_column
74412025-03-21T18:37:54.386Z PASS [ 0.027s] oximeter-db native::io::column::tests::test_decode_uint64_column
74422025-03-21T18:37:54.398Z PASS [ 0.019s] oximeter-db native::io::column::tests::test_decode_uint8_column
74432025-03-21T18:37:54.398Z PASS [ 0.017s] oximeter-db native::io::column::tests::test_decode_uuid_column
74442025-03-21T18:37:54.398Z PASS [ 0.019s] oximeter-db native::io::column::tests::test_encode_decode_column
74452025-03-21T18:37:54.398Z PASS [ 0.018s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
74462025-03-21T18:37:54.409Z PASS [ 0.017s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
74472025-03-21T18:37:54.414Z PASS [ 0.017s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
74482025-03-21T18:37:54.444Z PASS [ 0.017s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
74492025-03-21T18:37:54.444Z PASS [ 0.016s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
74502025-03-21T18:37:54.447Z PASS [ 0.016s] oximeter-db native::io::packet::server::tests::test_decode_pong
74512025-03-21T18:37:54.447Z PASS [ 0.016s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
74522025-03-21T18:37:54.460Z PASS [ 0.016s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
74532025-03-21T18:37:54.465Z PASS [ 0.018s] oximeter-db native::io::string::test::test_encode_decode
74542025-03-21T18:37:54.482Z PASS [ 0.022s] oximeter-db native::io::string::test::test_encode_hello_world
74552025-03-21T18:37:54.486Z PASS [ 0.017s] oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
74562025-03-21T18:37:54.501Z PASS [ 0.579s] oximeter-db native::connection::tests::test_select_array_column
74572025-03-21T18:37:54.506Z PASS [ 0.019s] oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
74582025-03-21T18:37:54.510Z PASS [ 0.023s] oximeter-db native::io::table_columns::tests::test_column_count
74592025-03-21T18:37:54.524Z PASS [ 0.021s] oximeter-db native::io::table_columns::tests::test_column_description_with_default
74602025-03-21T18:37:54.529Z PASS [ 0.023s] oximeter-db native::io::table_columns::tests::test_column_descriptions
74612025-03-21T18:37:54.533Z PASS [ 0.023s] oximeter-db native::io::varuint::test_encode_decode_varuint
74622025-03-21T18:37:54.546Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
74632025-03-21T18:37:54.552Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_comparison
74642025-03-21T18:37:54.557Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
74652025-03-21T18:37:54.562Z PASS [ 0.570s] oximeter-db native::connection::tests::test_select_nullable_column
74662025-03-21T18:37:54.566Z PASS [ 0.580s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
74672025-03-21T18:37:54.572Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
74682025-03-21T18:37:54.576Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_double_literal
74692025-03-21T18:37:54.581Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
74702025-03-21T18:37:54.586Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
74712025-03-21T18:37:54.590Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
74722025-03-21T18:37:54.594Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
74732025-03-21T18:37:54.599Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
74742025-03-21T18:37:54.604Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
74752025-03-21T18:37:54.608Z PASS [ 0.018s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
74762025-03-21T18:37:54.614Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
74772025-03-21T18:37:54.621Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
74782025-03-21T18:37:54.625Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_group_by
74792025-03-21T18:37:54.629Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
74802025-03-21T18:37:54.637Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_ident
74812025-03-21T18:37:54.640Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
74822025-03-21T18:37:54.647Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
74832025-03-21T18:37:54.652Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
74842025-03-21T18:37:54.656Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
74852025-03-21T18:37:54.662Z PASS [ 0.574s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
74862025-03-21T18:37:54.665Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
74872025-03-21T18:37:54.665Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
74882025-03-21T18:37:54.669Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
74892025-03-21T18:37:54.678Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
74902025-03-21T18:37:54.686Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_query
74912025-03-21T18:37:54.692Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
74922025-03-21T18:37:54.697Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
74932025-03-21T18:37:54.700Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
74942025-03-21T18:37:54.704Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
74952025-03-21T18:37:54.707Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_reducer
74962025-03-21T18:37:54.712Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
74972025-03-21T18:37:54.718Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
74982025-03-21T18:37:54.723Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
74992025-03-21T18:37:54.727Z PASS [ 0.024s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
75002025-03-21T18:37:54.732Z PASS [ 0.024s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
75012025-03-21T18:37:54.743Z PASS [ 0.026s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
75022025-03-21T18:37:54.747Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
75032025-03-21T18:37:54.754Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
75042025-03-21T18:37:54.759Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
75052025-03-21T18:37:54.762Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
75062025-03-21T18:37:54.766Z PASS [ 0.019s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
75072025-03-21T18:37:54.769Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
75082025-03-21T18:37:54.777Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
75092025-03-21T18:37:54.783Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
75102025-03-21T18:37:54.787Z PASS [ 0.027s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
75112025-03-21T18:37:54.795Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
75122025-03-21T18:37:54.799Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
75132025-03-21T18:37:54.804Z PASS [ 0.021s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
75142025-03-21T18:37:54.808Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
75152025-03-21T18:37:54.811Z PASS [ 0.021s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
75162025-03-21T18:37:54.818Z PASS [ 0.019s] oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
75172025-03-21T18:37:54.821Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
75182025-03-21T18:37:54.829Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
75192025-03-21T18:37:54.832Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
75202025-03-21T18:37:54.838Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
75212025-03-21T18:37:54.844Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
75222025-03-21T18:37:54.864Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
75232025-03-21T18:37:54.865Z PASS [ 0.024s] oximeter-db oxql::plan::align::test::test_align_input_schema
75242025-03-21T18:37:54.927Z PASS [ 0.097s] oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
75252025-03-21T18:37:54.945Z PASS [ 0.091s] oximeter-db oxql::plan::plan::tests::cannot_join_one_table
75262025-03-21T18:37:54.951Z PASS [ 0.106s] oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
75272025-03-21T18:37:54.956Z PASS [ 0.117s] oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
75282025-03-21T18:37:54.960Z PASS [ 0.110s] oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
75292025-03-21T18:37:55.026Z PASS [ 0.097s] oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
75302025-03-21T18:37:55.043Z PASS [ 0.090s] oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
75312025-03-21T18:37:55.054Z PASS [ 0.108s] oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
75322025-03-21T18:37:55.064Z PASS [ 0.107s] oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
75332025-03-21T18:37:55.071Z PASS [ 0.110s] oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
75342025-03-21T18:37:55.118Z PASS [ 0.093s] oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
75352025-03-21T18:37:55.145Z PASS [ 0.091s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
75362025-03-21T18:37:55.153Z PASS [ 0.109s] oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
75372025-03-21T18:37:55.172Z PASS [ 0.108s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
75382025-03-21T18:37:55.178Z PASS [ 0.107s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
75392025-03-21T18:37:55.230Z PASS [ 0.111s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
75402025-03-21T18:37:55.237Z PASS [ 0.092s] oximeter-db oxql::plan::plan::tests::requires_full_table_scan
75412025-03-21T18:37:55.265Z PASS [ 0.113s] oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
75422025-03-21T18:37:55.272Z PASS [ 0.093s] oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
75432025-03-21T18:37:55.278Z PASS [ 0.106s] oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
75442025-03-21T18:37:55.295Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_limits
75452025-03-21T18:37:55.301Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
75462025-03-21T18:37:55.320Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
75472025-03-21T18:37:55.325Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
75482025-03-21T18:37:55.339Z PASS [ 0.109s] oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
75492025-03-21T18:37:55.345Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
75502025-03-21T18:37:55.349Z PASS [ 0.107s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
75512025-03-21T18:37:55.349Z PASS [ 0.020s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
75522025-03-21T18:37:55.361Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
75532025-03-21T18:37:55.368Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
75542025-03-21T18:37:55.373Z PASS [ 0.107s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
75552025-03-21T18:37:55.377Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
75562025-03-21T18:37:55.377Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_coalesce_predicates
75572025-03-21T18:37:55.384Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
75582025-03-21T18:37:55.390Z PASS [ 0.021s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
75592025-03-21T18:37:55.400Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_query_end_time
75602025-03-21T18:37:55.404Z PASS [ 0.030s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
75612025-03-21T18:37:55.410Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
75622025-03-21T18:37:55.413Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
75632025-03-21T18:37:55.419Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
75642025-03-21T18:37:55.424Z PASS [ 0.019s] oximeter-db query::tests::test_field_cmp
75652025-03-21T18:37:55.430Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_split_query
75662025-03-21T18:37:55.433Z PASS [ 0.020s] oximeter-db query::tests::test_field_value_as_db_str
75672025-03-21T18:37:55.439Z PASS [ 0.025s] oximeter-db query::tests::test_field_selector_as_query
75682025-03-21T18:37:55.446Z PASS [ 0.027s] oximeter-db query::tests::test_select_query_builder_field_selectors
75692025-03-21T18:37:55.451Z PASS [ 0.021s] oximeter-db query::tests::test_select_query_builder_from_parts
75702025-03-21T18:37:55.458Z PASS [ 0.031s] oximeter-db query::tests::test_select_query_builder_filter_raw
75712025-03-21T18:37:55.462Z PASS [ 0.031s] oximeter-db query::tests::test_select_query_builder_full
75722025-03-21T18:37:55.465Z PASS [ 0.022s] oximeter-db query::tests::test_select_query_builder_limit_offset
75732025-03-21T18:37:55.470Z PASS [ 0.022s] oximeter-db query::tests::test_select_query_builder_no_fields
75742025-03-21T18:37:55.476Z PASS [ 0.024s] oximeter-db query::tests::test_select_query_builder_no_selectors
75752025-03-21T18:37:55.482Z PASS [ 0.024s] oximeter-db query::tests::test_string_field_selector
75762025-03-21T18:37:55.487Z PASS [ 0.024s] oximeter-db query::tests::test_time_range
75772025-03-21T18:37:55.492Z PASS [ 0.029s] oximeter-db sql::tests::test_allow_limit_offset
75782025-03-21T18:37:55.497Z PASS [ 0.026s] oximeter-db sql::tests::test_allow_subqueries
75792025-03-21T18:37:55.502Z PASS [ 0.026s] oximeter-db sql::tests::test_cannot_name_database
75802025-03-21T18:37:55.509Z PASS [ 0.027s] oximeter-db sql::tests::test_ctes_are_not_supported
75812025-03-21T18:37:55.515Z PASS [ 0.027s] oximeter-db sql::tests::test_function_allow_list
75822025-03-21T18:37:55.524Z PASS [ 0.026s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
75832025-03-21T18:37:55.540Z PASS [ 0.036s] oximeter-db sql::tests::test_query_must_be_select_statement
75842025-03-21T18:37:55.546Z PASS [ 0.031s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
75852025-03-21T18:37:55.552Z PASS [ 0.058s] oximeter-db sql::tests::test_join_must_be_inner
75862025-03-21T18:37:55.552Z PASS [ 0.035s] oximeter-db sql::tests::test_require_table_is_timeseries_name
75872025-03-21T18:37:55.552Z PASS [ 0.027s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
75882025-03-21T18:37:55.565Z PASS [ 0.024s] oximeter-db sql::tests::test_with_comma_join_fails
75892025-03-21T18:37:55.570Z PASS [ 0.023s] oximeter-db tests::test_timeseries_key_field_stability
75902025-03-21T18:37:55.577Z PASS [ 0.026s] oximeter-db tests::test_timeseries_key_sample_stability
75912025-03-21T18:37:55.620Z PASS [ 0.055s] oximeter-instruments http::tests::test_latency_tracker
75922025-03-21T18:37:55.637Z PASS [ 0.067s] oximeter-instruments kstat::link::tests::test_kstat_interested
75932025-03-21T18:37:55.919Z PASS [ 0.341s] oximeter-instruments kstat::link::tests::test_kstat_sampler
75942025-03-21T18:37:55.923Z PASS [ 0.299s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
75952025-03-21T18:37:55.927Z PASS [ 0.289s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
75962025-03-21T18:37:55.979Z PASS [ 0.059s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
75972025-03-21T18:37:55.986Z PASS [ 0.053s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
75982025-03-21T18:37:55.990Z PASS [ 0.066s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
75992025-03-21T18:37:56.020Z PASS [ 0.033s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
76002025-03-21T18:37:56.020Z PASS [ 0.041s] oximeter-instruments kstat::link::tests::test_sled_datalink
76012025-03-21T18:37:56.025Z PASS [ 0.033s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
76022025-03-21T18:37:56.039Z PASS [ 0.019s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
76032025-03-21T18:37:56.044Z PASS [ 0.023s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
76042025-03-21T18:37:56.048Z PASS [ 0.024s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
76052025-03-21T18:37:56.054Z PASS [ 1.391s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
76062025-03-21T18:37:56.059Z PASS [ 0.020s] oximeter-macro-impl tests::test_metric_annotated_field
76072025-03-21T18:37:56.064Z PASS [ 0.018s] oximeter-macro-impl tests::test_metric_enum
76082025-03-21T18:37:56.069Z PASS [ 0.024s] oximeter-macro-impl tests::test_metric_datum_field
76092025-03-21T18:37:56.074Z PASS [ 0.020s] oximeter-macro-impl tests::test_metric_without_datum_field
76102025-03-21T18:37:56.080Z PASS [ 0.019s] oximeter-macro-impl tests::test_target
76112025-03-21T18:37:56.083Z PASS [ 0.016s] oximeter-macro-impl tests::test_target_empty_struct
76122025-03-21T18:37:56.088Z PASS [ 0.018s] oximeter-macro-impl tests::test_target_enum
76132025-03-21T18:37:56.093Z PASS [ 0.018s] oximeter-macro-impl tests::test_target_unit_struct
76142025-03-21T18:37:56.098Z PASS [ 0.018s] oximeter-macro-impl tests::test_target_with_datum_field
76152025-03-21T18:37:56.197Z PASS [ 0.109s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
76162025-03-21T18:37:56.207Z PASS [ 0.108s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
76172025-03-21T18:37:56.210Z PASS [ 0.113s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
76182025-03-21T18:37:56.221Z PASS [ 0.023s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
76192025-03-21T18:37:56.237Z PASS [ 0.029s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
76202025-03-21T18:37:56.244Z PASS [ 0.036s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
76212025-03-21T18:37:56.250Z PASS [ 0.028s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
76222025-03-21T18:37:56.274Z PASS [ 0.037s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
76232025-03-21T18:37:56.274Z PASS [ 0.030s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
76242025-03-21T18:37:56.287Z PASS [ 0.035s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
76252025-03-21T18:37:56.301Z PASS [ 0.026s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
76262025-03-21T18:37:56.308Z PASS [ 0.020s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
76272025-03-21T18:37:56.320Z PASS [ 0.046s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
76282025-03-21T18:37:56.327Z PASS [ 0.025s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
76292025-03-21T18:37:56.333Z PASS [ 0.020s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
76302025-03-21T18:37:56.344Z PASS [ 0.023s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
76312025-03-21T18:37:56.350Z PASS [ 0.022s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
76322025-03-21T18:37:56.356Z PASS [ 0.022s] oximeter-schema ir::tests::fail_on_empty_descriptions
76332025-03-21T18:37:56.369Z PASS [ 0.025s] oximeter-schema ir::tests::fail_on_empty_metric_name
76342025-03-21T18:37:56.376Z PASS [ 0.026s] oximeter-schema ir::tests::fail_on_empty_target_name
76352025-03-21T18:37:56.381Z PASS [ 0.024s] oximeter-schema ir::tests::fail_on_very_long_field_names
76362025-03-21T18:37:56.396Z PASS [ 0.027s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
76372025-03-21T18:37:56.402Z PASS [ 0.021s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
76382025-03-21T18:37:56.405Z PASS [ 0.021s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
76392025-03-21T18:37:56.424Z PASS [ 0.022s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
76402025-03-21T18:37:56.430Z PASS [ 0.027s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
76412025-03-21T18:37:56.433Z PASS [ 0.028s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
76422025-03-21T18:37:56.446Z PASS [ 0.021s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
76432025-03-21T18:37:56.455Z PASS [ 0.024s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
76442025-03-21T18:37:56.463Z PASS [ 0.030s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
76452025-03-21T18:37:56.478Z PASS [ 0.022s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
76462025-03-21T18:37:56.478Z PASS [ 0.021s] oximeter-schema ir::tests::only_support_format_version_1
76472025-03-21T18:37:56.482Z PASS [ 0.021s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
76482025-03-21T18:37:56.489Z PASS [ 0.017s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
76492025-03-21T18:37:56.557Z PASS [ 0.074s] oximeter-test-utils tests::test_sample_struct
76502025-03-21T18:37:56.564Z PASS [ 0.076s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
76512025-03-21T18:37:56.568Z PASS [ 0.087s] oximeter-test-utils tests::test_gen_test_samples
76522025-03-21T18:37:56.584Z PASS [ 0.027s] oximeter-test-utils tests::test_timeseries_schema_from_parts
76532025-03-21T18:37:56.590Z PASS [ 0.026s] oximeter-test-utils tests::test_timeseries_schema_from_sample
76542025-03-21T18:37:56.610Z PASS [ 0.041s] oximeter-types histogram::tests::test_bin_range
76552025-03-21T18:37:56.615Z PASS [ 0.026s] oximeter-types histogram::tests::test_bin_range_from
76562025-03-21T18:37:56.615Z PASS [ 0.020s] oximeter-types histogram::tests::test_bin_range_to
76572025-03-21T18:37:56.628Z PASS [ 0.022s] oximeter-types histogram::tests::test_empty_bins_not_supported
76582025-03-21T18:37:56.637Z PASS [ 0.021s] oximeter-types histogram::tests::test_ensure_finite
76592025-03-21T18:37:56.643Z PASS [ 0.032s] oximeter-types histogram::tests::test_histogram
76602025-03-21T18:37:56.651Z PASS [ 0.020s] oximeter-types histogram::tests::test_histogram_construct_with
76612025-03-21T18:37:56.656Z PASS [ 0.020s] oximeter-types histogram::tests::test_histogram_extreme_bins
76622025-03-21T18:37:56.663Z PASS [ 0.017s] oximeter-types histogram::tests::test_histogram_extreme_samples
76632025-03-21T18:37:56.668Z PASS [ 0.016s] oximeter-types histogram::tests::test_histogram_float_bins
76642025-03-21T18:37:56.672Z PASS [ 0.016s] oximeter-types histogram::tests::test_histogram_unbounded_samples
76652025-03-21T18:37:56.682Z PASS [ 0.016s] oximeter-types histogram::tests::test_histogram_with_bins
76662025-03-21T18:37:56.687Z PASS [ 0.025s] oximeter-types histogram::tests::test_histogram_unsorted_bins
76672025-03-21T18:37:56.687Z PASS [ 0.016s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
76682025-03-21T18:37:56.698Z PASS [ 0.016s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
76692025-03-21T18:37:56.706Z PASS [ 0.019s] oximeter-types histogram::tests::test_log_bins_u64
76702025-03-21T18:37:56.710Z PASS [ 0.024s] oximeter-types histogram::tests::test_log_bins_u8
76712025-03-21T18:37:56.728Z PASS [ 0.020s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
76722025-03-21T18:37:56.731Z PASS [ 0.020s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
76732025-03-21T18:37:56.739Z PASS [ 0.041s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
76742025-03-21T18:37:56.747Z PASS [ 0.020s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
76752025-03-21T18:37:56.751Z PASS [ 0.019s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
76762025-03-21T18:37:56.756Z PASS [ 0.017s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
76772025-03-21T18:37:56.766Z PASS [ 0.019s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
76782025-03-21T18:37:56.771Z PASS [ 0.020s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
76792025-03-21T18:37:56.777Z PASS [ 0.019s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
76802025-03-21T18:37:56.785Z PASS [ 0.019s] oximeter-types histogram::tests::test_span_decades
76812025-03-21T18:37:56.789Z PASS [ 0.017s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
76822025-03-21T18:37:56.795Z PASS [ 0.017s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
76832025-03-21T18:37:56.801Z PASS [ 0.015s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
76842025-03-21T18:37:56.807Z PASS [ 0.017s] oximeter-types quantile::tests::test_default_percentiles
76852025-03-21T18:37:56.812Z PASS [ 0.017s] oximeter-types quantile::tests::test_empty_observations
76862025-03-21T18:37:56.817Z PASS [ 0.016s] oximeter-types quantile::tests::test_find_cells
76872025-03-21T18:37:56.825Z PASS [ 0.018s] oximeter-types quantile::tests::test_float_observations
76882025-03-21T18:37:56.829Z PASS [ 0.017s] oximeter-types quantile::tests::test_integer_observations
76892025-03-21T18:37:56.834Z PASS [ 0.015s] oximeter-types quantile::tests::test_invalid_p_value
76902025-03-21T18:37:56.843Z PASS [ 0.017s] oximeter-types quantile::tests::test_max_p
76912025-03-21T18:37:56.869Z PASS [ 0.018s] oximeter-types quantile::tests::test_min_p
76922025-03-21T18:37:56.869Z PASS [ 0.017s] oximeter-types quantile::tests::test_non_filled_observations
76932025-03-21T18:37:56.869Z PASS [ 0.023s] oximeter-types quantile::tests::test_rounding
76942025-03-21T18:37:56.873Z PASS [ 0.024s] oximeter-types schema::tests::test_field_schema_ordering
76952025-03-21T18:37:56.893Z PASS [ 0.039s] oximeter-types schema::tests::test_timeseries_name
76962025-03-21T18:37:56.898Z PASS [ 0.024s] oximeter-types traits::tests::test_metric_trait
76972025-03-21T18:37:56.902Z PASS [ 0.030s] oximeter-types schema::tests::test_timeseries_name_from_str
76982025-03-21T18:37:56.914Z PASS [ 0.016s] oximeter-types traits::tests::test_target_trait
76992025-03-21T18:37:56.918Z PASS [ 0.022s] oximeter-types traits::tests::test_producer_trait
77002025-03-21T18:37:56.923Z PASS [ 0.021s] oximeter-types types::tests::test_cumulative_f64
77012025-03-21T18:37:56.933Z PASS [ 0.018s] oximeter-types types::tests::test_cumulative_i64
77022025-03-21T18:37:56.937Z PASS [ 0.022s] oximeter-types types::tests::test_datum
77032025-03-21T18:37:56.941Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
77042025-03-21T18:37:56.949Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
77052025-03-21T18:37:56.955Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
77062025-03-21T18:37:56.960Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
77072025-03-21T18:37:56.967Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
77082025-03-21T18:37:56.972Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
77092025-03-21T18:37:56.978Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
77102025-03-21T18:37:56.984Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
77112025-03-21T18:37:56.989Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
77122025-03-21T18:37:56.994Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
77132025-03-21T18:37:57.002Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
77142025-03-21T18:37:57.007Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
77152025-03-21T18:37:57.013Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
77162025-03-21T18:37:57.020Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
77172025-03-21T18:37:57.027Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
77182025-03-21T18:37:57.030Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
77192025-03-21T18:37:57.036Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
77202025-03-21T18:37:57.046Z PASS [ 0.019s] oximeter-types types::tests::test_measurement
77212025-03-21T18:37:57.051Z PASS [ 0.019s] oximeter-types types::tests::test_verify_field_names
77222025-03-21T18:37:57.056Z PASS [ 0.019s] oxlog tests::test_is_oxide_smf_log_file
77232025-03-21T18:37:57.062Z PASS [ 0.014s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
77242025-03-21T18:37:57.068Z PASS [ 0.017s] oxlog tests::test_sort_logs
77252025-03-21T18:37:57.113Z PASS [ 0.045s] oxql-types point::tests::test_cast_points_from_double_distribution
77262025-03-21T18:37:57.116Z PASS [ 0.056s] oxql-types point::tests::test_cast_points_from_bool
77272025-03-21T18:37:57.116Z PASS [ 0.052s] oxql-types point::tests::test_cast_points_from_double
77282025-03-21T18:37:57.135Z PASS [ 0.021s] oxql-types point::tests::test_cast_points_from_int_distribution
77292025-03-21T18:37:57.140Z PASS [ 0.026s] oxql-types point::tests::test_cast_points_from_integer
77302025-03-21T18:37:57.147Z PASS [ 0.034s] oxql-types point::tests::test_cast_points_from_string
77312025-03-21T18:37:57.158Z PASS [ 0.023s] oxql-types point::tests::test_join_point_arrays
77322025-03-21T18:37:57.162Z PASS [ 0.022s] oxql-types point::tests::test_point_delta_between
77332025-03-21T18:37:57.167Z PASS [ 0.019s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
77342025-03-21T18:37:57.175Z PASS [ 0.016s] oxql-types point::tests::test_point_delta_between_with_new_epoch
77352025-03-21T18:37:57.180Z PASS [ 0.016s] oxql-types point::tests::test_push_concrete_values
77362025-03-21T18:37:57.188Z PASS [ 0.020s] oxql-types point::tests::test_sub_between_histogram_distributions
77372025-03-21T18:37:57.203Z PASS [ 0.014s] range-requests test::invalid_ranges
77382025-03-21T18:37:57.216Z PASS [ 0.013s] range-requests test::parse_range_invalid
77392025-03-21T18:37:57.220Z PASS [ 0.045s] range-requests test::get_response_no_range
77402025-03-21T18:37:57.227Z PASS [ 0.047s] range-requests test::get_response_with_range
77412025-03-21T18:37:57.232Z PASS [ 0.015s] range-requests test::parse_range_valid
77422025-03-21T18:37:57.245Z PASS [ 0.018s] range-requests test::single_range_parsing_does_not_crash
77432025-03-21T18:37:57.251Z PASS [ 0.029s] range-requests test::potential_range_parsing_does_not_crash
77442025-03-21T18:37:57.916Z PASS [ 0.683s] reconfigurator-cli::test_basic test_basic
77452025-03-21T18:37:57.922Z PASS [ 0.670s] reconfigurator-cli::test_basic test_example
77462025-03-21T18:37:58.029Z PASS [ 0.113s] reconfigurator-cli::test_basic test_expunge_newly_added_external_dns
77472025-03-21T18:37:58.059Z PASS [ 0.135s] reconfigurator-cli::test_basic test_set_zone_images
77482025-03-21T18:37:58.165Z PASS [ 0.106s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
77492025-03-21T18:37:58.165Z PASS [ 0.135s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
77502025-03-21T18:37:58.219Z PASS [ 0.054s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
77512025-03-21T18:37:58.225Z PASS [ 0.060s] sled-agent-types rack_init::tests::parse_rack_initialization
77522025-03-21T18:37:58.248Z PASS [ 0.022s] sled-agent-types rack_init::tests::test_subnets
77532025-03-21T18:37:58.273Z PASS [ 0.053s] sled-agent-types rack_init::tests::test_extra_certs
77542025-03-21T18:37:58.288Z PASS [ 0.040s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
77552025-03-21T18:37:58.295Z PASS [ 0.022s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
77562025-03-21T18:37:58.309Z PASS [ 0.019s] sled-agent-types zone_bundle::tests::test_compare_bundles
77572025-03-21T18:37:58.317Z PASS [ 0.022s] sled-agent-types zone_bundle::tests::test_priority_dimension
77582025-03-21T18:37:58.327Z PASS [ 0.018s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
77592025-03-21T18:37:58.338Z PASS [ 0.020s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
77602025-03-21T18:37:58.367Z PASS [ 0.028s] sled-diagnostics queries::test::test_command_stdout_is_correct
77612025-03-21T18:37:58.372Z PASS [ 0.045s] sled-diagnostics queries::test::test_command_stderr_is_correct
77622025-03-21T18:37:58.389Z PASS [ 0.021s] sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
77632025-03-21T18:37:58.462Z PASS [ 0.073s] sled-hardware disk::test::test_disk_paths
77642025-03-21T18:37:58.484Z PASS [ 0.022s] sled-hardware disk::test::test_partition_device_paths
77652025-03-21T18:37:58.562Z PASS [ 0.077s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
77662025-03-21T18:37:58.582Z PASS [ 0.020s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
77672025-03-21T18:37:58.602Z PASS [ 0.019s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
77682025-03-21T18:37:58.620Z PASS [ 0.017s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
77692025-03-21T18:37:58.656Z PASS [ 0.035s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
77702025-03-21T18:37:58.672Z PASS [ 0.018s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
77712025-03-21T18:37:58.690Z PASS [ 0.017s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
77722025-03-21T18:37:58.736Z PASS [ 0.046s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
77732025-03-21T18:37:58.796Z PASS [ 0.060s] sled-storage dataset::test::serialize_dataset_name
77742025-03-21T18:37:58.885Z PASS [ 0.088s] sled-storage manager::test::test_datasets_schema
77752025-03-21T18:37:58.891Z PASS [ 0.518s] sled-diagnostics queries::test::test_long_running_command_is_aborted
77762025-03-21T18:37:58.908Z PASS [ 0.023s] sled-storage manager::test::test_omicron_physical_disks_schema
77772025-03-21T18:37:59.121Z PASS [ 3.038s] oximeter-producer tests::test_producer_registration_task
77782025-03-21T18:37:59.184Z PASS [ 0.048s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
77792025-03-21T18:37:59.859Z PASS [ 0.951s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
77802025-03-21T18:38:01.141Z PASS [ 1.608s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
77812025-03-21T18:38:01.686Z PASS [ 2.273s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
77822025-03-21T18:38:01.699Z PASS [ 0.042s] sled-storage manager::tests::ensure_using_exactly_these_disks
77832025-03-21T18:38:01.699Z PASS [ 1.790s] sled-storage manager::tests::ensure_datasets
77842025-03-21T18:38:03.504Z PASS [ 2.019s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
77852025-03-21T18:38:03.877Z PASS [ 2.225s] sled-storage manager::tests::nested_dataset
77862025-03-21T18:38:04.299Z PASS [ 32.136s] omicron-sled-agent nexus::test::nexus_self_notification_test
77872025-03-21T18:38:05.047Z PASS [ 1.169s] sled-storage manager::tests::update_rawdisk_firmware
77882025-03-21T18:38:05.980Z PASS [ 2.475s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
77892025-03-21T18:38:06.503Z PASS [ 2.206s] sled-storage manager::tests::upsert_filesystem
77902025-03-21T18:38:07.088Z PASS [ 1.106s] sled-storage manager::tests::wait_for_boot_disk
77912025-03-21T18:38:07.159Z PASS [ 2.097s] sled-storage manager::tests::upsert_filesystem_no_uuid
77922025-03-21T18:38:07.381Z PASS [ 0.877s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
77932025-03-21T18:38:07.431Z PASS [ 0.048s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
77942025-03-21T18:38:07.508Z PASS [ 0.078s] update-common artifacts::update_plan::tests::test_bad_rot_versions
77952025-03-21T18:38:07.522Z PASS [ 0.435s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
77962025-03-21T18:38:07.590Z PASS [ 0.082s] update-common artifacts::update_plan::tests::test_multi_rot_bord
77972025-03-21T18:38:07.616Z PASS [ 0.094s] update-common artifacts::update_plan::tests::test_multi_rot_version
77982025-03-21T18:38:07.629Z PASS [ 0.039s] update-common artifacts::update_plan::tests::test_split_control_plane
77992025-03-21T18:38:07.651Z PASS [ 0.033s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
78002025-03-21T18:38:07.673Z PASS [ 0.043s] update-common artifacts::update_plan::tests::test_too_many_rot_bord
78012025-03-21T18:38:07.720Z PASS [ 0.070s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
78022025-03-21T18:38:07.912Z PASS [ 0.187s] update-engine display::group_display::tests::test_stats
78032025-03-21T18:38:07.937Z PASS [ 0.028s] update-engine display::line_display_shared::tests::test_format_progress_counter
78042025-03-21T18:38:07.967Z PASS [ 0.030s] update-engine display::line_display_shared::tests::test_start_line
78052025-03-21T18:38:07.998Z PASS [ 0.030s] update-engine engine::tests::error_exits_early
78062025-03-21T18:38:08.045Z PASS [ 0.046s] update-engine events::tests::progress_event_parse_unknown
78072025-03-21T18:38:08.076Z PASS [ 0.031s] update-engine events::tests::step_event_parse_unknown
78082025-03-21T18:38:08.085Z PASS [ 0.410s] update-engine buffer::tests::test_buffer
78092025-03-21T18:38:08.104Z PASS [ 0.028s] update-engine spec::tests::test_merge_anyhow_list
78102025-03-21T18:38:08.142Z PASS [ 0.037s] wicket state::inventory::tests::component_id_display
78112025-03-21T18:38:08.174Z PASS [ 0.032s] wicket state::rack::tests::prev_next_are_opposites
78122025-03-21T18:38:08.205Z PASS [ 0.028s] wicket state::rack::tests::up_down_are_opposites
78132025-03-21T18:38:08.310Z PASS [ 0.227s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
78142025-03-21T18:38:08.408Z PASS [ 0.097s] wicket-common rack_setup::tests::roundtrip_import_export_policy
78152025-03-21T18:38:08.560Z PASS [ 0.151s] wicketd installinator_progress::tests::test_states
78162025-03-21T18:38:08.659Z PASS [ 0.098s] wicketd rss_config::tests::test_bgp_auth_key_states
78172025-03-21T18:38:08.806Z PASS [ 0.603s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
78182025-03-21T18:38:10.123Z PASS [ 1.462s] wicketd::mod integration_tests::inventory::test_inventory
78192025-03-21T18:38:10.132Z PASS [ 2.987s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
78202025-03-21T18:38:10.341Z PASS [ 14.786s] oximeter-db::integration_test test_schemas_disjoint
78212025-03-21T18:38:10.941Z PASS [ 10.440s] sled-storage manager::tests::ensure_many_datasets
78222025-03-21T18:38:11.175Z PASS [ 1.053s] wicketd::mod integration_tests::updates::test_update_races
78232025-03-21T18:38:12.330Z PASS [ 2.198s] wicketd::mod integration_tests::updates::test_updates
78242025-03-21T18:38:12.563Z PASS [ 3.756s] wicketd::mod integration_tests::updates::test_installinator_fetch
78252025-03-21T18:38:13.213Z PASS [ 17.657s] oximeter-db::integration_test test_cluster
78262025-03-21T18:38:14.089Z PASS [ 16.840s] reconfigurator-cli::test_basic test_blueprint_edit
78272025-03-21T18:38:16.866Z PASS [ 30.040s] oximeter-db client::tests::cannot_ping_nonexistent_server
78282025-03-21T18:38:16.869Z────────────
78292025-03-21T18:38:16.869Z Summary [2351.578s] 1910 tests run: 1910 passed (26 slow, 1 leaky), 4 skipped
78302025-03-21T18:38:16.951Z
78312025-03-21T18:38:16.955Zreal 39:30.963214082
78322025-03-21T18:38:16.955Zuser 4:05:51.912497225
78332025-03-21T18:38:16.955Zsys 43:31.141047116
78342025-03-21T18:38:16.955Ztrap 3:38.009946716
78352025-03-21T18:38:16.955Ztflt 36.013548341
78362025-03-21T18:38:16.955Zdflt 2:01.212496957
78372025-03-21T18:38:16.955Zkflt 0.421632159
78382025-03-21T18:38:16.955Zlock 1353:57:39.434982409
78392025-03-21T18:38:16.955Zslp 109:06:02.443486375
78402025-03-21T18:38:16.955Zlat 5:47:10.172369111
78412025-03-21T18:38:16.955Zstop 1:09:42.218847558
78422025-03-21T18:38:16.955Z+ banner doctest
78432025-03-21T18:38:16.955Z
78442025-03-21T18:38:16.955Z ##### #### #### ##### ###### #### #####
78452025-03-21T18:38:16.955Z # # # # # # # # # #
78462025-03-21T18:38:16.955Z # # # # # # ##### #### #
78472025-03-21T18:38:16.955Z # # # # # # # # #
78482025-03-21T18:38:16.955Z # # # # # # # # # # #
78492025-03-21T18:38:16.955Z ##### #### #### # ###### #### #
78502025-03-21T18:38:16.955Z
78512025-03-21T18:38:16.955Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
78522025-03-21T18:38:19.082Z Fresh unicode-ident v1.0.14
78532025-03-21T18:38:19.082Z Fresh cfg-if v1.0.0
78542025-03-21T18:38:19.085Z Fresh autocfg v1.4.0
78552025-03-21T18:38:19.085Z Fresh memchr v2.7.4
78562025-03-21T18:38:19.085Z Fresh version_check v0.9.5
78572025-03-21T18:38:19.085Z Fresh proc-macro2 v1.0.93
78582025-03-21T18:38:19.085Z Fresh value-bag v1.9.0
78592025-03-21T18:38:19.085Z Fresh itoa v1.0.11
78602025-03-21T18:38:19.085Z Fresh scopeguard v1.2.0
78612025-03-21T18:38:19.085Z Fresh smallvec v1.14.0
78622025-03-21T18:38:19.088Z Fresh quote v1.0.38
78632025-03-21T18:38:19.088Z Fresh libc v0.2.170
78642025-03-21T18:38:19.088Z Fresh log v0.4.22
78652025-03-21T18:38:19.088Z Fresh once_cell v1.20.3
78662025-03-21T18:38:19.088Z Fresh ryu v1.0.18
78672025-03-21T18:38:19.089Z Fresh pin-project-lite v0.2.14
78682025-03-21T18:38:19.089Z Fresh subtle v2.6.1
78692025-03-21T18:38:19.089Z Fresh syn v2.0.98
78702025-03-21T18:38:19.089Z Fresh getrandom v0.2.15
78712025-03-21T18:38:19.089Z Fresh lock_api v0.4.12
78722025-03-21T18:38:19.089Z Fresh shlex v1.3.0
78732025-03-21T18:38:19.089Z Fresh regex-syntax v0.8.5
78742025-03-21T18:38:19.089Z Fresh byteorder v1.5.0
78752025-03-21T18:38:19.089Z Fresh serde_derive v1.0.218
78762025-03-21T18:38:19.089Z Fresh rand_core v0.6.4
78772025-03-21T18:38:19.089Z Fresh zeroize_derive v1.4.2
78782025-03-21T18:38:19.089Z Fresh aho-corasick v1.1.3
78792025-03-21T18:38:19.089Z Fresh jobserver v0.1.32
78802025-03-21T18:38:19.089Z Fresh serde v1.0.218
78812025-03-21T18:38:19.089Z Fresh zeroize v1.8.1
78822025-03-21T18:38:19.089Z Fresh libm v0.2.8
78832025-03-21T18:38:19.089Z Fresh regex-automata v0.4.8
78842025-03-21T18:38:19.089Z Fresh cc v1.2.15
78852025-03-21T18:38:19.089Z Fresh bytes v1.10.0
78862025-03-21T18:38:19.089Z Fresh bitflags v2.6.0
78872025-03-21T18:38:19.089Z Fresh num-traits v0.2.19
78882025-03-21T18:38:19.089Z Fresh serde_json v1.0.139
78892025-03-21T18:38:19.093Z Fresh semver v1.0.25
78902025-03-21T18:38:19.093Z Fresh parking_lot_core v0.9.10
78912025-03-21T18:38:19.093Z Fresh equivalent v1.0.1
78922025-03-21T18:38:19.093Z Fresh allocator-api2 v0.2.18
78932025-03-21T18:38:19.093Z Fresh foldhash v0.1.3
78942025-03-21T18:38:19.093Z Fresh typenum v1.17.0
78952025-03-21T18:38:19.093Z Fresh parking_lot v0.12.3
78962025-03-21T18:38:19.093Z Fresh hashbrown v0.15.1
78972025-03-21T18:38:19.093Z Fresh regex v1.11.1
78982025-03-21T18:38:19.093Z Fresh thiserror-impl v1.0.69
78992025-03-21T18:38:19.093Z Fresh fnv v1.0.7
79002025-03-21T18:38:19.093Z Fresh errno v0.3.9
79012025-03-21T18:38:19.093Z Fresh generic-array v0.14.7
79022025-03-21T18:38:19.093Z Fresh thiserror v1.0.69
79032025-03-21T18:38:19.093Z Fresh signal-hook-registry v1.4.2
79042025-03-21T18:38:19.093Z Fresh futures-core v0.3.31
79052025-03-21T18:38:19.093Z Fresh either v1.14.0
79062025-03-21T18:38:19.093Z Fresh mio v1.0.2
79072025-03-21T18:38:19.093Z Fresh indexmap v2.7.1
79082025-03-21T18:38:19.093Z Fresh crypto-common v0.1.6
79092025-03-21T18:38:19.093Z Fresh tokio-macros v2.5.0
79102025-03-21T18:38:19.093Z Fresh socket2 v0.5.8
79112025-03-21T18:38:19.093Z Fresh zerocopy-derive v0.7.35
79122025-03-21T18:38:19.093Z Fresh const-oid v0.9.6
79132025-03-21T18:38:19.093Z Fresh spin v0.9.8
79142025-03-21T18:38:19.093Z Fresh rustix v0.38.37
79152025-03-21T18:38:19.093Z Fresh tokio v1.43.0
79162025-03-21T18:38:19.093Z Fresh zerocopy v0.7.35
79172025-03-21T18:38:19.093Z Fresh futures-io v0.3.31
79182025-03-21T18:38:19.093Z Fresh heck v0.5.0
79192025-03-21T18:38:19.094Z Fresh block-buffer v0.10.4
79202025-03-21T18:38:19.094Z Fresh getrandom v0.3.1
79212025-03-21T18:38:19.094Z Fresh iana-time-zone v0.1.61
79222025-03-21T18:38:19.094Z Fresh digest v0.10.7
79232025-03-21T18:38:19.094Z Fresh cpufeatures v0.2.14
79242025-03-21T18:38:19.094Z Fresh futures-sink v0.3.31
79252025-03-21T18:38:19.094Z Fresh lazy_static v1.5.0
79262025-03-21T18:38:19.094Z Fresh stable_deref_trait v1.2.0
79272025-03-21T18:38:19.094Z Fresh slab v0.4.9
79282025-03-21T18:38:19.094Z Fresh chrono v0.4.40
79292025-03-21T18:38:19.094Z Fresh uuid v1.15.1
79302025-03-21T18:38:19.094Z Fresh pin-utils v0.1.0
79312025-03-21T18:38:19.094Z Fresh pkg-config v0.3.31
79322025-03-21T18:38:19.094Z Fresh futures-channel v0.3.31
79332025-03-21T18:38:19.094Z Fresh futures-macro v0.3.31
79342025-03-21T18:38:19.094Z Fresh futures-task v0.3.31
79352025-03-21T18:38:19.094Z Fresh futures-util v0.3.31
79362025-03-21T18:38:19.094Z Fresh serde_derive_internals v0.29.1
79372025-03-21T18:38:19.094Z Fresh dyn-clone v1.0.18
79382025-03-21T18:38:19.094Z Fresh ppv-lite86 v0.2.20
79392025-03-21T18:38:19.094Z Fresh synstructure v0.13.1
79402025-03-21T18:38:19.094Z Fresh glob v0.3.2
79412025-03-21T18:38:19.094Z Fresh zerovec-derive v0.10.3
79422025-03-21T18:38:19.098Z Fresh schemars_derive v0.8.22
79432025-03-21T18:38:19.098Z Fresh zerofrom-derive v0.1.4
79442025-03-21T18:38:19.098Z Fresh yoke-derive v0.7.4
79452025-03-21T18:38:19.098Z Fresh tracing-attributes v0.1.27
79462025-03-21T18:38:19.098Z Fresh displaydoc v0.2.5
79472025-03-21T18:38:19.098Z Fresh tracing-core v0.1.32
79482025-03-21T18:38:19.098Z Fresh http v1.2.0
79492025-03-21T18:38:19.098Z Fresh schemars v0.8.22
79502025-03-21T18:38:19.098Z Fresh zerofrom v0.1.4
79512025-03-21T18:38:19.098Z Fresh tracing v0.1.40
79522025-03-21T18:38:19.098Z Fresh minimal-lexical v0.2.1
79532025-03-21T18:38:19.099Z Fresh rand_chacha v0.3.1
79542025-03-21T18:38:19.099Z Fresh yoke v0.7.4
79552025-03-21T18:38:19.099Z Fresh nom v7.1.3
79562025-03-21T18:38:19.099Z Fresh rand v0.8.5
79572025-03-21T18:38:19.099Z Fresh litemap v0.7.3
79582025-03-21T18:38:19.099Z Fresh writeable v0.5.5
79592025-03-21T18:38:19.099Z Fresh zerovec v0.10.4
79602025-03-21T18:38:19.099Z Fresh syn v1.0.109
79612025-03-21T18:38:19.099Z Fresh icu_provider_macros v1.5.0
79622025-03-21T18:38:19.099Z Fresh home v0.5.9
79632025-03-21T18:38:19.099Z Fresh percent-encoding v2.3.1
79642025-03-21T18:38:19.099Z Fresh libloading v0.8.5
79652025-03-21T18:38:19.099Z Fresh icu_locid_transform_data v1.5.0
79662025-03-21T18:38:19.099Z Fresh prettyplease v0.2.29
79672025-03-21T18:38:19.099Z Fresh tinystr v0.7.6
79682025-03-21T18:38:19.099Z Fresh icu_collections v1.5.0
79692025-03-21T18:38:19.099Z Fresh clang-sys v1.8.1
79702025-03-21T18:38:19.099Z Fresh cexpr v0.6.0
79712025-03-21T18:38:19.099Z Fresh icu_properties_data v1.5.0
79722025-03-21T18:38:19.099Z Fresh form_urlencoded v1.2.1
79732025-03-21T18:38:19.099Z Fresh icu_locid v1.5.0
79742025-03-21T18:38:19.099Z Fresh utf8_iter v1.0.4
79752025-03-21T18:38:19.099Z Fresh icu_normalizer_data v1.5.0
79762025-03-21T18:38:19.099Z Fresh utf16_iter v1.0.5
79772025-03-21T18:38:19.099Z Fresh write16 v1.0.0
79782025-03-21T18:38:19.099Z Fresh icu_provider v1.5.0
79792025-03-21T18:38:19.099Z Fresh crossbeam-utils v0.8.20
79802025-03-21T18:38:19.099Z Fresh num-conv v0.1.0
79812025-03-21T18:38:19.099Z Fresh powerfmt v0.2.0
79822025-03-21T18:38:19.099Z Fresh adler2 v2.0.0
79832025-03-21T18:38:19.099Z Fresh vcpkg v0.2.15
79842025-03-21T18:38:19.099Z Fresh icu_locid_transform v1.5.0
79852025-03-21T18:38:19.099Z Fresh strsim v0.11.1
79862025-03-21T18:38:19.099Z Fresh time-core v0.1.2
79872025-03-21T18:38:19.099Z Fresh paste v1.0.15
79882025-03-21T18:38:19.099Z Fresh deranged v0.3.11
79892025-03-21T18:38:19.099Z Fresh miniz_oxide v0.8.5
79902025-03-21T18:38:19.099Z Fresh itertools v0.12.1
79912025-03-21T18:38:19.099Z Fresh icu_properties v1.5.1
79922025-03-21T18:38:19.099Z Fresh time-macros v0.2.18
79932025-03-21T18:38:19.100Z Fresh num_threads v0.1.7
79942025-03-21T18:38:19.100Z Fresh httparse v1.9.5
79952025-03-21T18:38:19.100Z Fresh which v4.4.2
79962025-03-21T18:38:19.100Z Fresh lazycell v1.3.0
79972025-03-21T18:38:19.100Z Fresh atomic-waker v1.1.2
79982025-03-21T18:38:19.100Z Fresh icu_normalizer v1.5.0
79992025-03-21T18:38:19.100Z Fresh time v0.3.36
80002025-03-21T18:38:19.100Z Fresh rustc-hash v1.1.0
80012025-03-21T18:38:19.100Z Fresh tokio-util v0.7.13
80022025-03-21T18:38:19.100Z Fresh block-padding v0.3.3
80032025-03-21T18:38:19.100Z Fresh cmake v0.1.51
80042025-03-21T18:38:19.100Z Fresh untrusted v0.9.0
80052025-03-21T18:38:19.100Z Fresh idna_adapter v1.2.0
80062025-03-21T18:38:19.100Z Fresh bindgen v0.69.5
80072025-03-21T18:38:19.100Z Fresh fs_extra v1.3.0
80082025-03-21T18:38:19.100Z Fresh dunce v1.0.5
80092025-03-21T18:38:19.100Z Fresh inout v0.1.3
80102025-03-21T18:38:19.100Z Fresh ring v0.17.11
80112025-03-21T18:38:19.100Z Fresh sha2 v0.10.8
80122025-03-21T18:38:19.100Z Fresh rustls-pki-types v1.10.0
80132025-03-21T18:38:19.100Z Fresh idna v1.0.3
80142025-03-21T18:38:19.100Z Fresh cipher v0.4.4
80152025-03-21T18:38:19.100Z Fresh serde_tokenstream v0.2.2
80162025-03-21T18:38:19.100Z Fresh gimli v0.31.1
80172025-03-21T18:38:19.100Z Fresh base64ct v1.6.0
80182025-03-21T18:38:19.100Z Fresh http-body v1.0.1
80192025-03-21T18:38:19.100Z Fresh url v2.5.3
80202025-03-21T18:38:19.100Z Fresh addr2line v0.24.2
80212025-03-21T18:38:19.100Z Fresh hmac v0.12.1
80222025-03-21T18:38:19.100Z Fresh serde_spanned v0.6.8
80232025-03-21T18:38:19.100Z Fresh toml_datetime v0.6.8
80242025-03-21T18:38:19.100Z Fresh object v0.36.5
80252025-03-21T18:38:19.100Z Fresh aws-lc-sys v0.26.0
80262025-03-21T18:38:19.100Z Fresh httpdate v1.0.3
80272025-03-21T18:38:19.100Z Fresh try-lock v0.2.5
80282025-03-21T18:38:19.100Z Fresh base64 v0.22.1
80292025-03-21T18:38:19.100Z Fresh untrusted v0.7.1
80302025-03-21T18:38:19.100Z Fresh rustc-demangle v0.1.24
80312025-03-21T18:38:19.104Z Fresh backtrace v0.3.74
80322025-03-21T18:38:19.104Z Fresh want v0.3.1
80332025-03-21T18:38:19.104Z Fresh aws-lc-rs v1.12.4
80342025-03-21T18:38:19.105Z Fresh h2 v0.4.6
80352025-03-21T18:38:19.105Z Fresh tower-service v0.3.3
80362025-03-21T18:38:19.105Z Fresh pem-rfc7468 v0.7.0
80372025-03-21T18:38:19.105Z Fresh rustls-webpki v0.102.8
80382025-03-21T18:38:19.105Z Fresh anyhow v1.0.97
80392025-03-21T18:38:19.105Z Fresh hyper v1.6.0
80402025-03-21T18:38:19.105Z Fresh mime v0.3.17
80412025-03-21T18:38:19.105Z Fresh http-body-util v0.1.2
80422025-03-21T18:38:19.105Z Fresh der_derive v0.7.3
80432025-03-21T18:38:19.105Z Fresh slog v2.7.0
80442025-03-21T18:38:19.105Z Fresh hyper-util v0.1.10
80452025-03-21T18:38:19.105Z Fresh async-trait v0.1.86
80462025-03-21T18:38:19.105Z Fresh flagset v0.4.6
80472025-03-21T18:38:19.105Z Fresh pbkdf2 v0.12.2
80482025-03-21T18:38:19.105Z Fresh aes v0.8.4
80492025-03-21T18:38:19.105Z Fresh rustls-pemfile v2.2.0
80502025-03-21T18:38:19.105Z Fresh ipnet v2.11.0
80512025-03-21T18:38:19.105Z Fresh der v0.7.9
80522025-03-21T18:38:19.105Z Fresh foreign-types-shared v0.1.1
80532025-03-21T18:38:19.105Z Fresh openssl-probe v0.1.5
80542025-03-21T18:38:19.105Z Fresh openssl-sys v0.9.106
80552025-03-21T18:38:19.105Z Fresh cbc v0.1.2
80562025-03-21T18:38:19.105Z Fresh salsa20 v0.10.2
80572025-03-21T18:38:19.105Z Fresh spki v0.7.3
80582025-03-21T18:38:19.105Z Fresh foreign-types v0.3.2
80592025-03-21T18:38:19.105Z Fresh serde_urlencoded v0.7.1
80602025-03-21T18:38:19.105Z Fresh openssl-macros v0.1.1
80612025-03-21T18:38:19.105Z Fresh encoding_rs v0.8.34
80622025-03-21T18:38:19.105Z Fresh rustversion v1.0.17
80632025-03-21T18:38:19.105Z Fresh openssl v0.10.71
80642025-03-21T18:38:19.105Z Fresh scrypt v0.11.0
80652025-03-21T18:38:19.105Z Fresh futures-executor v0.3.31
80662025-03-21T18:38:19.105Z Fresh rustc_version v0.4.1
80672025-03-21T18:38:19.105Z Fresh is-terminal v0.4.13
80682025-03-21T18:38:19.105Z Fresh pkcs5 v0.7.1
80692025-03-21T18:38:19.105Z Fresh futures v0.3.31
80702025-03-21T18:38:19.105Z Fresh rustls v0.23.19
80712025-03-21T18:38:19.105Z Fresh openapiv3 v2.0.0
80722025-03-21T18:38:19.105Z Fresh litrs v0.4.1
80732025-03-21T18:38:19.106Z Fresh pkcs8 v0.10.2
80742025-03-21T18:38:19.106Z Fresh tokio-rustls v0.26.0
80752025-03-21T18:38:19.106Z Fresh native-tls v0.2.12
80762025-03-21T18:38:19.106Z Fresh psl-types v2.0.11
80772025-03-21T18:38:19.106Z Fresh utf8parse v0.2.2
80782025-03-21T18:38:19.106Z Fresh document-features v0.2.10
80792025-03-21T18:38:19.106Z Fresh camino v1.1.9
80802025-03-21T18:38:19.106Z Fresh publicsuffix v2.3.0
80812025-03-21T18:38:19.106Z Fresh tokio-native-tls v0.3.1
80822025-03-21T18:38:19.106Z Fresh cookie v0.18.1
80832025-03-21T18:38:19.106Z Fresh webpki-roots v0.26.6
80842025-03-21T18:38:19.106Z Fresh sync_wrapper v1.0.1
80852025-03-21T18:38:19.106Z Fresh dirs-sys-next v0.1.2
80862025-03-21T18:38:19.106Z Fresh tower-layer v0.3.3
80872025-03-21T18:38:19.106Z Fresh dirs-next v2.0.0
80882025-03-21T18:38:19.106Z Fresh cookie_store v0.21.1
80892025-03-21T18:38:19.106Z Fresh hyper-rustls v0.27.3
80902025-03-21T18:38:19.106Z Fresh hyper-tls v0.6.0
80912025-03-21T18:38:19.106Z Fresh tower v0.5.2
80922025-03-21T18:38:19.106Z Fresh anstyle v1.0.10
80932025-03-21T18:38:19.106Z Fresh winnow v0.5.40
80942025-03-21T18:38:19.106Z Fresh data-encoding v2.6.0
80952025-03-21T18:38:19.106Z Fresh toml_edit v0.19.15
80962025-03-21T18:38:19.106Z Fresh reqwest v0.12.12
80972025-03-21T18:38:19.106Z Fresh term v0.7.0
80982025-03-21T18:38:19.106Z Fresh sha1 v0.10.6
80992025-03-21T18:38:19.106Z Fresh ucd-trie v0.1.7
81002025-03-21T18:38:19.106Z Fresh anstyle-parse v0.2.5
81012025-03-21T18:38:19.106Z Fresh signature v2.2.0
81022025-03-21T18:38:19.106Z Fresh is_terminal_polyfill v1.70.1
81032025-03-21T18:38:19.106Z Fresh pest v2.7.14
81042025-03-21T18:38:19.106Z Fresh colorchoice v1.0.2
81052025-03-21T18:38:19.106Z Fresh anstyle-query v1.1.1
81062025-03-21T18:38:19.106Z Fresh winnow v0.7.3
81072025-03-21T18:38:19.106Z Fresh siphasher v0.3.11
81082025-03-21T18:38:19.106Z Fresh terminal_size v0.4.0
81092025-03-21T18:38:19.106Z Fresh scroll_derive v0.12.0
81102025-03-21T18:38:19.106Z Fresh clap_lex v0.7.4
81112025-03-21T18:38:19.106Z Fresh toml_edit v0.22.24
81122025-03-21T18:38:19.107Z Fresh pest_meta v2.7.14
81132025-03-21T18:38:19.107Z Fresh anstream v0.6.15
81142025-03-21T18:38:19.107Z Fresh tinyvec_macros v0.1.1
81152025-03-21T18:38:19.107Z Fresh scroll v0.12.0
81162025-03-21T18:38:19.107Z Fresh clap_derive v4.5.28
81172025-03-21T18:38:19.107Z Fresh crc32fast v1.4.2
81182025-03-21T18:38:19.107Z Fresh plain v0.2.3
81192025-03-21T18:38:19.107Z Fresh tinyvec v1.8.0
81202025-03-21T18:38:19.107Z Fresh pest_generator v2.7.14
81212025-03-21T18:38:19.107Z Fresh clap_builder v4.5.31
81222025-03-21T18:38:19.107Z Fresh goblin v0.8.2
81232025-03-21T18:38:19.107Z Fresh crossbeam-channel v0.5.13
81242025-03-21T18:38:19.107Z Fresh num-integer v0.1.46
81252025-03-21T18:38:19.107Z Fresh thread_local v1.1.8
81262025-03-21T18:38:19.107Z Fresh pest_derive v2.7.14
81272025-03-21T18:38:19.107Z Fresh clap v4.5.31
81282025-03-21T18:38:19.107Z Fresh pretty-hex v0.4.1
81292025-03-21T18:38:19.107Z Fresh unicode-segmentation v1.12.0
81302025-03-21T18:38:19.107Z Fresh bitflags v1.3.2
81312025-03-21T18:38:19.112Z Fresh dtrace-parser v0.2.0
81322025-03-21T18:38:19.112Z Fresh dof v0.3.0
81332025-03-21T18:38:19.112Z Fresh hex v0.4.3
81342025-03-21T18:38:19.112Z Fresh zerocopy-derive v0.8.10
81352025-03-21T18:38:19.112Z Fresh thread-id v4.2.2
81362025-03-21T18:38:19.112Z Fresh take_mut v0.2.2
81372025-03-21T18:38:19.112Z Fresh base16ct v0.2.0
81382025-03-21T18:38:19.112Z Fresh slog-async v2.8.0
81392025-03-21T18:38:19.112Z Fresh usdt-impl v0.5.0
81402025-03-21T18:38:19.112Z Fresh zerocopy v0.8.10
81412025-03-21T18:38:19.113Z Fresh slog-term v2.9.1
81422025-03-21T18:38:19.113Z Fresh toml v0.8.20
81432025-03-21T18:38:19.113Z Fresh ff v0.13.0
81442025-03-21T18:38:19.113Z Fresh num-iter v0.1.45
81452025-03-21T18:38:19.113Z Fresh sec1 v0.7.3
81462025-03-21T18:38:19.113Z Fresh group v0.13.0
81472025-03-21T18:38:19.113Z Fresh flate2 v1.1.0
81482025-03-21T18:38:19.113Z Fresh hkdf v0.12.4
81492025-03-21T18:38:19.113Z Fresh crossbeam-epoch v0.9.18
81502025-03-21T18:38:19.113Z Fresh crypto-bigint v0.5.5
81512025-03-21T18:38:19.113Z Fresh match_cfg v0.1.0
81522025-03-21T18:38:19.113Z Fresh static_assertions v1.1.0
81532025-03-21T18:38:19.113Z Fresh heck v0.4.1
81542025-03-21T18:38:19.113Z Fresh unicode-width v0.2.0
81552025-03-21T18:38:19.113Z Fresh utf-8 v0.7.6
81562025-03-21T18:38:19.113Z Fresh hostname v0.3.1
81572025-03-21T18:38:19.113Z Fresh elliptic-curve v0.13.8
81582025-03-21T18:38:19.113Z Fresh usdt-macro v0.5.0
81592025-03-21T18:38:19.113Z Fresh usdt-attr-macro v0.5.0
81602025-03-21T18:38:19.113Z Fresh toml v0.7.8
81612025-03-21T18:38:19.113Z Fresh itertools v0.10.5
81622025-03-21T18:38:19.113Z Fresh bstr v1.10.0
81632025-03-21T18:38:19.113Z Fresh zerocopy-derive v0.6.6
81642025-03-21T18:38:19.113Z Fresh memmap v0.7.0
81652025-03-21T18:38:19.113Z Fresh zerocopy v0.6.6
81662025-03-21T18:38:19.113Z Fresh num-bigint-dig v0.8.4
81672025-03-21T18:38:19.113Z Fresh usdt v0.5.0
81682025-03-21T18:38:19.113Z Fresh crossbeam-deque v0.8.5
81692025-03-21T18:38:19.113Z Fresh pkcs1 v0.7.5
81702025-03-21T18:38:19.113Z Fresh hubpack_derive v0.1.1
81712025-03-21T18:38:19.113Z Fresh quick-error v1.2.3
81722025-03-21T18:38:19.113Z Fresh rsa v0.9.6
81732025-03-21T18:38:19.113Z Fresh rayon-core v1.12.1
81742025-03-21T18:38:19.113Z Fresh hubpack v0.1.2
81752025-03-21T18:38:19.113Z Fresh unicode-normalization v0.1.24
81762025-03-21T18:38:19.113Z Fresh phf_shared v0.11.2
81772025-03-21T18:38:19.113Z Fresh slog-json v2.6.1
81782025-03-21T18:38:19.113Z Fresh rfc6979 v0.4.0
81792025-03-21T18:38:19.113Z Fresh curve25519-dalek-derive v0.1.1
81802025-03-21T18:38:19.113Z Fresh managed v0.8.0
81812025-03-21T18:38:19.114Z Fresh debug-ignore v1.0.5
81822025-03-21T18:38:19.114Z Fresh ahash v0.8.11
81832025-03-21T18:38:19.114Z Fresh rustls v0.22.4
81842025-03-21T18:38:19.114Z Fresh curve25519-dalek v4.1.3
81852025-03-21T18:38:19.114Z Fresh slog-bunyan v2.5.0
81862025-03-21T18:38:19.114Z Fresh ecdsa v0.16.9
81872025-03-21T18:38:19.114Z Fresh bzip2-sys v0.1.11+1.0.8
81882025-03-21T18:38:19.114Z Fresh phf_shared v0.10.0
81892025-03-21T18:38:19.114Z Fresh x509-cert v0.2.5
81902025-03-21T18:38:19.114Z Fresh serde_path_to_error v0.1.16
81912025-03-21T18:38:19.114Z Fresh new_debug_unreachable v1.0.6
81922025-03-21T18:38:19.114Z Fresh precomputed-hash v0.1.1
81932025-03-21T18:38:19.114Z Fresh unicode-xid v0.2.6
81942025-03-21T18:38:19.114Z Fresh fixedbitset v0.4.2
81952025-03-21T18:38:19.114Z Fresh string_cache v0.8.7
81962025-03-21T18:38:19.114Z Fresh signal-hook v0.3.17
81972025-03-21T18:38:19.114Z Fresh bzip2 v0.4.4
81982025-03-21T18:38:19.114Z Fresh tokio-rustls v0.25.0
81992025-03-21T18:38:19.114Z Fresh petgraph v0.6.5
82002025-03-21T18:38:19.114Z Fresh ed25519 v2.2.3
82012025-03-21T18:38:19.114Z Fresh enum-as-inner v0.6.1
82022025-03-21T18:38:19.114Z Fresh async-stream-impl v0.3.6
82032025-03-21T18:38:19.114Z Fresh memoffset v0.9.1
82042025-03-21T18:38:19.114Z Fresh multer v3.1.0
82052025-03-21T18:38:19.114Z Fresh console v0.15.10
82062025-03-21T18:38:19.114Z Fresh rand_core v0.9.2
82072025-03-21T18:38:19.114Z Fresh async-stream v0.3.6
82082025-03-21T18:38:19.114Z Fresh hickory-proto v0.24.4
82092025-03-21T18:38:19.114Z Fresh ed25519-dalek v2.1.1
82102025-03-21T18:38:19.114Z Fresh waitgroup v0.1.2
82112025-03-21T18:38:19.114Z Fresh hostname v0.4.0
82122025-03-21T18:38:19.114Z Fresh cfg_aliases v0.2.1
82132025-03-21T18:38:19.114Z Fresh lalrpop-util v0.19.12
82142025-03-21T18:38:19.114Z Fresh rand_chacha v0.9.0
82152025-03-21T18:38:19.114Z Fresh signal-hook-mio v0.2.4
82162025-03-21T18:38:19.114Z Fresh zip v0.6.6
82172025-03-21T18:38:19.115Z Fresh dropshot_endpoint v0.12.0
82182025-03-21T18:38:19.115Z Fresh hash32 v0.2.1
82192025-03-21T18:38:19.115Z Fresh unicode-bidi v0.3.17
82202025-03-21T18:38:19.115Z Fresh simd-adler32 v0.3.7
82212025-03-21T18:38:19.115Z Fresh bumpalo v3.16.0
82222025-03-21T18:38:19.115Z Fresh linked-hash-map v0.5.6
82232025-03-21T18:38:19.115Z Fresh lockfree-object-pool v0.1.6
82242025-03-21T18:38:19.115Z Fresh unicode-properties v0.1.3
82252025-03-21T18:38:19.115Z Fresh predicates-core v1.0.8
82262025-03-21T18:38:19.115Z Fresh heapless v0.7.17
82272025-03-21T18:38:19.115Z Fresh lru-cache v0.1.2
82282025-03-21T18:38:19.115Z Fresh stringprep v0.1.5
82292025-03-21T18:38:19.115Z Fresh zopfli v0.8.1
82302025-03-21T18:38:19.115Z Fresh dropshot v0.12.0
82312025-03-21T18:38:19.119Z Fresh crossterm v0.28.1
82322025-03-21T18:38:19.119Z Fresh newtype-uuid v1.2.1
82332025-03-21T18:38:19.119Z Fresh rand v0.9.0
82342025-03-21T18:38:19.120Z Fresh rayon v1.10.0
82352025-03-21T18:38:19.120Z Fresh similar v2.7.0
82362025-03-21T18:38:19.120Z Fresh tokio-stream v0.1.17
82372025-03-21T18:38:19.120Z Fresh md-5 v0.10.6
82382025-03-21T18:38:19.120Z Fresh float-cmp v0.10.0
82392025-03-21T18:38:19.120Z Fresh difflib v0.4.0
82402025-03-21T18:38:19.120Z Fresh fallible-iterator v0.2.0
82412025-03-21T18:38:19.120Z Fresh normalize-line-endings v0.3.0
82422025-03-21T18:38:19.120Z Fresh fs-err v2.11.0
82432025-03-21T18:38:19.120Z Fresh zip v2.1.3
82442025-03-21T18:38:19.120Z Fresh nix v0.29.0
82452025-03-21T18:38:19.120Z Fresh predicates v3.1.3
82462025-03-21T18:38:19.120Z Fresh postgres-protocol v0.6.8
82472025-03-21T18:38:19.120Z Fresh portable-atomic v1.9.0
82482025-03-21T18:38:19.120Z Fresh smoltcp v0.9.1
82492025-03-21T18:38:19.120Z Fresh buf-list v1.0.3
82502025-03-21T18:38:19.120Z Fresh phf v0.11.2
82512025-03-21T18:38:19.120Z Fresh resolv-conf v0.7.0
82522025-03-21T18:38:19.120Z Fresh strum_macros v0.25.3
82532025-03-21T18:38:19.120Z Fresh tungstenite v0.24.0
82542025-03-21T18:38:19.120Z Fresh serde-big-array v0.5.1
82552025-03-21T18:38:19.120Z Fresh serde_repr v0.1.19
82562025-03-21T18:38:19.120Z Fresh number_prefix v0.4.0
82572025-03-21T18:38:19.120Z Fresh peg-runtime v0.8.5
82582025-03-21T18:38:19.120Z Fresh hickory-resolver v0.24.4
82592025-03-21T18:38:19.120Z Fresh postgres-types v0.2.9
82602025-03-21T18:38:19.120Z Fresh derive-where v1.2.7
82612025-03-21T18:38:19.120Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
82622025-03-21T18:38:19.120Z Fresh indicatif v0.17.11
82632025-03-21T18:38:19.120Z Fresh tokio-tungstenite v0.24.0
82642025-03-21T18:38:19.120Z Fresh whoami v1.5.2
82652025-03-21T18:38:19.120Z Fresh thiserror-impl v2.0.11
82662025-03-21T18:38:19.120Z Fresh regress v0.10.3
82672025-03-21T18:38:19.120Z Fresh ident_case v1.0.1
82682025-03-21T18:38:19.120Z Fresh tokio-postgres v0.7.13
82692025-03-21T18:38:19.120Z Fresh qorb v0.2.1
82702025-03-21T18:38:19.120Z Fresh fastrand v2.1.1
82712025-03-21T18:38:19.120Z Fresh darling_core v0.20.10
82722025-03-21T18:38:19.120Z Fresh unsafe-libyaml v0.2.11
82732025-03-21T18:38:19.121Z Fresh progenitor-client v0.9.1
82742025-03-21T18:38:19.121Z Fresh ipnetwork v0.21.1
82752025-03-21T18:38:19.121Z Fresh thiserror v2.0.11
82762025-03-21T18:38:19.121Z Fresh darling_macro v0.20.10
82772025-03-21T18:38:19.121Z Fresh serde_yaml v0.9.34+deprecated
82782025-03-21T18:38:19.121Z Fresh tempfile v3.13.0
82792025-03-21T18:38:19.121Z Fresh strum_macros v0.26.4
82802025-03-21T18:38:19.121Z Fresh typify-impl v0.2.0
82812025-03-21T18:38:19.121Z Fresh oxnet v0.1.1
82822025-03-21T18:38:19.121Z Fresh darling v0.20.10
82832025-03-21T18:38:19.121Z Fresh strum v0.26.3
82842025-03-21T18:38:19.121Z Fresh typify-macro v0.2.0
82852025-03-21T18:38:19.121Z Fresh structmeta-derive v0.3.0
82862025-03-21T18:38:19.121Z Fresh wait-timeout v0.2.0
82872025-03-21T18:38:19.121Z Fresh bit-vec v0.8.0
82882025-03-21T18:38:19.121Z Fresh progenitor-client v0.8.0
82892025-03-21T18:38:19.121Z Fresh serde_with_macros v3.12.0
82902025-03-21T18:38:19.121Z Fresh typify v0.2.0
82912025-03-21T18:38:19.121Z Fresh structmeta v0.3.0
82922025-03-21T18:38:19.121Z Fresh rusty-fork v0.3.0
82932025-03-21T18:38:19.121Z Fresh bit-set v0.8.0
82942025-03-21T18:38:19.121Z Fresh macaddr v1.0.1
82952025-03-21T18:38:19.121Z Fresh rand_xorshift v0.3.0
82962025-03-21T18:38:19.121Z Fresh serde_with v3.12.0
82972025-03-21T18:38:19.121Z Fresh progenitor-impl v0.8.0
82982025-03-21T18:38:19.121Z Fresh unarray v0.1.4
82992025-03-21T18:38:19.121Z Fresh parse-display-derive v0.10.0
83002025-03-21T18:38:19.121Z Fresh daft-derive v0.1.1
83012025-03-21T18:38:19.121Z Fresh instant v0.1.13
83022025-03-21T18:38:19.121Z Fresh test-strategy v0.4.0
83032025-03-21T18:38:19.121Z Fresh progenitor-macro v0.8.0
83042025-03-21T18:38:19.121Z Fresh proptest v1.6.0
83052025-03-21T18:38:19.121Z Fresh parse-display v0.10.0
83062025-03-21T18:38:19.121Z Fresh daft v0.1.1
83072025-03-21T18:38:19.121Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
83082025-03-21T18:38:19.121Z Fresh dropshot_endpoint v0.16.0
83092025-03-21T18:38:19.121Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
83102025-03-21T18:38:19.121Z Fresh progenitor v0.8.0
83112025-03-21T18:38:19.121Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
83122025-03-21T18:38:19.121Z Fresh dropshot v0.16.0
83132025-03-21T18:38:19.122Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
83142025-03-21T18:38:19.122Z Fresh backoff v0.4.0
83152025-03-21T18:38:19.122Z Fresh camino-tempfile v1.1.1
83162025-03-21T18:38:19.122Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
83172025-03-21T18:38:19.122Z Fresh unicode-width v0.1.14
83182025-03-21T18:38:19.122Z Fresh proc-macro-crate v1.3.1
83192025-03-21T18:38:19.122Z Fresh itertools v0.13.0
83202025-03-21T18:38:19.122Z Fresh num_enum_derive v0.5.11
83212025-03-21T18:38:19.122Z Fresh tabwriter v1.4.0
83222025-03-21T18:38:19.122Z Fresh itertools v0.14.0
83232025-03-21T18:38:19.122Z Fresh proc-macro-error-attr v1.0.4
83242025-03-21T18:38:19.122Z Fresh num_enum v0.5.11
83252025-03-21T18:38:19.122Z Fresh foreign-types-macros v0.2.3
83262025-03-21T18:38:19.122Z Fresh foreign-types-shared v0.3.1
83272025-03-21T18:38:19.122Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
83282025-03-21T18:38:19.122Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
83292025-03-21T18:38:19.122Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
83302025-03-21T18:38:19.122Z Fresh cstr-argument v0.1.2
83312025-03-21T18:38:19.126Z Fresh proc-macro-error v1.0.4
83322025-03-21T18:38:19.126Z Fresh foreign-types v0.5.0
83332025-03-21T18:38:19.126Z Fresh pretty-hex v0.2.1
83342025-03-21T18:38:19.126Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
83352025-03-21T18:38:19.126Z Fresh colored v2.2.0
83362025-03-21T18:38:19.126Z Fresh winnow v0.6.20
83372025-03-21T18:38:19.126Z Fresh smf v0.2.3
83382025-03-21T18:38:19.126Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
83392025-03-21T18:38:19.126Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
83402025-03-21T18:38:19.126Z Fresh typify-impl v0.3.0
83412025-03-21T18:38:19.126Z Fresh ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
83422025-03-21T18:38:19.126Z Fresh hash32 v0.3.1
83432025-03-21T18:38:19.126Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
83442025-03-21T18:38:19.126Z Fresh typify-macro v0.3.0
83452025-03-21T18:38:19.126Z Fresh ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
83462025-03-21T18:38:19.126Z Fresh cobs v0.2.3
83472025-03-21T18:38:19.126Z Fresh typify v0.3.0
83482025-03-21T18:38:19.126Z Fresh crucible-workspace-hack v0.1.0
83492025-03-21T18:38:19.127Z Fresh heapless v0.8.0
83502025-03-21T18:38:19.127Z Fresh ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
83512025-03-21T18:38:19.127Z Fresh postcard v1.0.10
83522025-03-21T18:38:19.127Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
83532025-03-21T18:38:19.127Z Fresh progenitor-impl v0.9.1
83542025-03-21T18:38:19.127Z Fresh smoltcp v0.11.0
83552025-03-21T18:38:19.127Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
83562025-03-21T18:38:19.127Z Fresh termtree v0.4.1
83572025-03-21T18:38:19.127Z Fresh sigpipe v0.1.3
83582025-03-21T18:38:19.127Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
83592025-03-21T18:38:19.127Z Fresh zone_cfg_derive v0.3.0
83602025-03-21T18:38:19.127Z Fresh progenitor-macro v0.9.1
83612025-03-21T18:38:19.127Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
83622025-03-21T18:38:19.127Z Fresh predicates-tree v1.0.11
83632025-03-21T18:38:19.127Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
83642025-03-21T18:38:19.127Z Fresh num-derive v0.4.2
83652025-03-21T18:38:19.127Z Fresh progenitor v0.9.1
83662025-03-21T18:38:19.127Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
83672025-03-21T18:38:19.127Z Fresh mockall_derive v0.13.1
83682025-03-21T18:38:19.127Z Fresh fragile v2.0.0
83692025-03-21T18:38:19.127Z Fresh downcast v0.11.0
83702025-03-21T18:38:19.127Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
83712025-03-21T18:38:19.127Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
83722025-03-21T18:38:19.127Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
83732025-03-21T18:38:19.127Z Fresh mockall v0.13.1
83742025-03-21T18:38:19.127Z Fresh zone v0.3.0
83752025-03-21T18:38:19.127Z Fresh convert_case v0.4.0
83762025-03-21T18:38:19.127Z Fresh base64 v0.21.7
83772025-03-21T18:38:19.127Z Fresh atomicwrites v0.4.4
83782025-03-21T18:38:19.127Z Fresh newline-converter v0.3.0
83792025-03-21T18:38:19.127Z Fresh tungstenite v0.21.0
83802025-03-21T18:38:19.127Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
83812025-03-21T18:38:19.127Z Fresh derive_more v0.99.19
83822025-03-21T18:38:19.127Z Fresh expectorate v1.1.0
83832025-03-21T18:38:19.127Z Fresh fixedbitset v0.5.7
83842025-03-21T18:38:19.127Z Fresh tokio-tungstenite v0.21.0
83852025-03-21T18:38:19.127Z Fresh same-file v1.0.6
83862025-03-21T18:38:19.127Z Fresh password-hash v0.5.0
83872025-03-21T18:38:19.127Z Fresh blake2 v0.10.6
83882025-03-21T18:38:19.127Z Fresh petgraph v0.7.1
83892025-03-21T18:38:19.128Z Fresh walkdir v2.5.0
83902025-03-21T18:38:19.128Z Fresh argon2 v0.5.3
83912025-03-21T18:38:19.128Z Fresh xattr v1.3.1
83922025-03-21T18:38:19.128Z Fresh filetime v0.2.25
83932025-03-21T18:38:19.128Z Fresh indent_write v2.2.0
83942025-03-21T18:38:19.128Z Fresh tar v0.4.44
83952025-03-21T18:38:19.128Z Fresh libsw-core v0.3.1
83962025-03-21T18:38:19.128Z Fresh num-rational v0.4.2
83972025-03-21T18:38:19.128Z Fresh cancel-safe-futures v0.1.5
83982025-03-21T18:38:19.128Z Fresh owo-colors v4.2.0
83992025-03-21T18:38:19.128Z Fresh libsw v3.4.0
84002025-03-21T18:38:19.128Z Fresh num-complex v0.4.6
84012025-03-21T18:38:19.128Z Fresh swrite v0.1.0
84022025-03-21T18:38:19.128Z Fresh linear-map v1.2.0
84032025-03-21T18:38:19.128Z Fresh float-ord v0.3.2
84042025-03-21T18:38:19.128Z Fresh num v0.4.3
84052025-03-21T18:38:19.128Z Fresh highway v1.3.0
84062025-03-21T18:38:19.128Z Fresh semver v0.1.20
84072025-03-21T18:38:19.128Z Fresh arc-swap v1.7.1
84082025-03-21T18:38:19.128Z Fresh humantime v2.1.0
84092025-03-21T18:38:19.128Z Fresh pem v3.0.5
84102025-03-21T18:38:19.128Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
84112025-03-21T18:38:19.128Z Fresh rustc_version v0.1.7
84122025-03-21T18:38:19.128Z Fresh slog-scope v4.4.0
84132025-03-21T18:38:19.128Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
84142025-03-21T18:38:19.128Z Fresh heck v0.3.3
84152025-03-21T18:38:19.128Z Fresh headers-core v0.3.0
84162025-03-21T18:38:19.128Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
84172025-03-21T18:38:19.128Z Fresh slog-stdlog v4.1.1
84182025-03-21T18:38:19.128Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
84192025-03-21T18:38:19.128Z Fresh headers v0.4.0
84202025-03-21T18:38:19.128Z Fresh zone_cfg_derive v0.1.2
84212025-03-21T18:38:19.128Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
84222025-03-21T18:38:19.128Z Fresh base64 v0.13.1
84232025-03-21T18:38:19.128Z Fresh slog-envlogger v2.2.0
84242025-03-21T18:38:19.128Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
84252025-03-21T18:38:19.128Z Fresh lzma-sys v0.1.20
84262025-03-21T18:38:19.128Z Fresh zone v0.1.8
84272025-03-21T18:38:19.128Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
84282025-03-21T18:38:19.129Z Fresh ron v0.7.1
84292025-03-21T18:38:19.129Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
84302025-03-21T18:38:19.129Z Fresh newtype_derive v0.1.6
84312025-03-21T18:38:19.133Z Fresh xz2 v0.1.7
84322025-03-21T18:38:19.133Z Fresh yasna v0.5.2
84332025-03-21T18:38:19.133Z Fresh half v2.4.1
84342025-03-21T18:38:19.133Z Fresh ciborium-io v0.2.2
84352025-03-21T18:38:19.133Z Fresh subprocess v0.2.9
84362025-03-21T18:38:19.133Z Fresh display-error-chain v0.2.2
84372025-03-21T18:38:19.133Z Fresh steno v0.4.1
84382025-03-21T18:38:19.133Z Fresh ciborium-ll v0.2.2
84392025-03-21T18:38:19.133Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
84402025-03-21T18:38:19.133Z Fresh rcgen v0.12.1
84412025-03-21T18:38:19.133Z Fresh keccak v0.1.5
84422025-03-21T18:38:19.133Z Fresh ciborium v0.2.2
84432025-03-21T18:38:19.133Z Fresh sha3 v0.10.8
84442025-03-21T18:38:19.133Z Fresh universal-hash v0.5.1
84452025-03-21T18:38:19.133Z Fresh opaque-debug v0.3.1
84462025-03-21T18:38:19.133Z Fresh secrecy v0.8.0
84472025-03-21T18:38:19.133Z Fresh aead v0.5.2
84482025-03-21T18:38:19.133Z Fresh constant_time_eq v0.3.1
84492025-03-21T18:38:19.133Z Fresh arrayref v0.3.9
84502025-03-21T18:38:19.133Z Fresh arrayvec v0.7.6
84512025-03-21T18:38:19.133Z Fresh poly1305 v0.8.0
84522025-03-21T18:38:19.133Z Fresh chacha20 v0.9.1
84532025-03-21T18:38:19.133Z Fresh maplit v1.0.2
84542025-03-21T18:38:19.133Z Fresh memmap2 v0.9.5
84552025-03-21T18:38:19.134Z Fresh bytecount v0.6.8
84562025-03-21T18:38:19.134Z Fresh slog-dtrace v0.3.0
84572025-03-21T18:38:19.134Z Fresh thiserror-impl-no-std v2.0.2
84582025-03-21T18:38:19.134Z Fresh topological-sort v0.2.2
84592025-03-21T18:38:19.134Z Fresh chacha20poly1305 v0.10.1
84602025-03-21T18:38:19.134Z Fresh toolchain_find v0.4.0
84612025-03-21T18:38:19.134Z Fresh blake3 v1.5.4
84622025-03-21T18:38:19.134Z Fresh thiserror-no-std v2.0.2
84632025-03-21T18:38:19.134Z Fresh rustfmt-wrapper v0.2.1
84642025-03-21T18:38:19.134Z Fresh gethostname v0.5.0
84652025-03-21T18:38:19.134Z Fresh omicron-zone-package v0.12.0
84662025-03-21T18:38:19.134Z Fresh vsss-rs v3.3.4
84672025-03-21T18:38:19.134Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
84682025-03-21T18:38:19.134Z Fresh dsl_auto_type v0.1.2
84692025-03-21T18:38:19.134Z Fresh scheduled-thread-pool v0.2.7
84702025-03-21T18:38:19.134Z Fresh diesel_table_macro_syntax v0.2.0
84712025-03-21T18:38:19.134Z Fresh tap v1.0.1
84722025-03-21T18:38:19.134Z Fresh diesel_derives v2.2.3
84732025-03-21T18:38:19.134Z Fresh wyz v0.5.1
84742025-03-21T18:38:19.134Z Fresh r2d2 v0.8.10
84752025-03-21T18:38:19.134Z Fresh radium v0.7.0
84762025-03-21T18:38:19.134Z Fresh const_format_proc_macros v0.2.34
84772025-03-21T18:38:19.134Z Fresh nibble_vec v0.1.0
84782025-03-21T18:38:19.134Z Fresh diff v0.1.13
84792025-03-21T18:38:19.134Z Fresh funty v2.0.0
84802025-03-21T18:38:19.134Z Fresh crc-catalog v2.4.0
84812025-03-21T18:38:19.134Z Fresh termcolor v1.4.1
84822025-03-21T18:38:19.134Z Fresh endian-type v0.1.2
84832025-03-21T18:38:19.134Z Fresh radix_trie v0.2.1
84842025-03-21T18:38:19.134Z Fresh bitvec v1.0.1
84852025-03-21T18:38:19.134Z Fresh crc v3.2.1
84862025-03-21T18:38:19.134Z Fresh const_format v0.2.34
84872025-03-21T18:38:19.134Z Fresh crunchy v0.2.2
84882025-03-21T18:38:19.134Z Fresh maybe-uninit v2.0.0
84892025-03-21T18:38:19.134Z Fresh diesel v2.2.7
84902025-03-21T18:38:19.134Z Fresh packed_struct_codegen v0.10.1
84912025-03-21T18:38:19.134Z Fresh nodrop v0.1.14
84922025-03-21T18:38:19.134Z Fresh bit-vec v0.6.3
84932025-03-21T18:38:19.134Z Fresh tiny-keccak v2.0.2
84942025-03-21T18:38:19.134Z Fresh smallvec v0.6.14
84952025-03-21T18:38:19.135Z Fresh packed_struct v0.10.1
84962025-03-21T18:38:19.135Z Fresh bit-set v0.5.3
84972025-03-21T18:38:19.135Z Fresh array-init v0.0.4
84982025-03-21T18:38:19.135Z Fresh ascii-canvas v3.0.0
84992025-03-21T18:38:19.135Z Fresh ref-cast-impl v1.0.23
85002025-03-21T18:38:19.135Z Fresh async-recursion v1.1.1
85012025-03-21T18:38:19.135Z Fresh ena v0.14.3
85022025-03-21T18:38:19.135Z Fresh hashbrown v0.12.3
85032025-03-21T18:38:19.135Z Fresh bitfield v0.14.0
85042025-03-21T18:38:19.135Z Fresh regex-syntax v0.6.29
85052025-03-21T18:38:19.135Z Fresh lalrpop v0.19.12
85062025-03-21T18:38:19.135Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
85072025-03-21T18:38:19.135Z Fresh indexmap v1.9.3
85082025-03-21T18:38:19.135Z Fresh ref-cast v1.0.23
85092025-03-21T18:38:19.135Z Fresh serde-hex v0.1.0
85102025-03-21T18:38:19.135Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
85112025-03-21T18:38:19.135Z Fresh env_logger v0.10.2
85122025-03-21T18:38:19.135Z Fresh ron v0.8.1
85132025-03-21T18:38:19.135Z Fresh hashbrown v0.13.2
85142025-03-21T18:38:19.135Z Fresh rustc-hash v2.1.1
85152025-03-21T18:38:19.135Z Fresh crc-any v2.5.0
85162025-03-21T18:38:19.135Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
85172025-03-21T18:38:19.135Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
85182025-03-21T18:38:19.135Z Fresh bindgen v0.71.1
85192025-03-21T18:38:19.135Z Fresh object v0.30.4
85202025-03-21T18:38:19.135Z Fresh derive_builder_core v0.20.2
85212025-03-21T18:38:19.135Z Fresh bitfield-struct v0.6.2
85222025-03-21T18:38:19.135Z Fresh path-slash v0.1.5
85232025-03-21T18:38:19.135Z Fresh libefi-sys v0.1.0
85242025-03-21T18:38:19.135Z Fresh derive_builder_macro v0.20.2
85252025-03-21T18:38:19.135Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
85262025-03-21T18:38:19.135Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
85272025-03-21T18:38:19.135Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
85282025-03-21T18:38:19.135Z Fresh strum_macros v0.24.3
85292025-03-21T18:38:19.135Z Fresh fxhash v0.2.1
85302025-03-21T18:38:19.135Z Fresh indoc v1.0.9
85312025-03-21T18:38:19.140Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
85322025-03-21T18:38:19.140Z Fresh libxml v0.3.3
85332025-03-21T18:38:19.140Z Fresh derive_builder v0.20.2
85342025-03-21T18:38:19.140Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
85352025-03-21T18:38:19.140Z Fresh polar-core v0.27.3
85362025-03-21T18:38:19.140Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
85372025-03-21T18:38:19.140Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
85382025-03-21T18:38:19.140Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
85392025-03-21T18:38:19.140Z Fresh phf_generator v0.11.2
85402025-03-21T18:38:19.140Z Fresh oso-derive v0.27.3
85412025-03-21T18:38:19.140Z Fresh impl-trait-for-tuples v0.2.2
85422025-03-21T18:38:19.140Z Fresh quick-xml v0.37.2
85432025-03-21T18:38:19.140Z Fresh vte_generate_state_changes v0.1.2
85442025-03-21T18:38:19.140Z Fresh phf_codegen v0.11.2
85452025-03-21T18:38:19.140Z Fresh vte v0.11.1
85462025-03-21T18:38:19.140Z Fresh oso v0.27.3
85472025-03-21T18:38:19.140Z Fresh samael v0.0.18
85482025-03-21T18:38:19.140Z Fresh fd-lock v4.0.2
85492025-03-21T18:38:19.140Z Fresh kstat-rs v0.2.4
85502025-03-21T18:38:19.140Z Fresh parse-zoneinfo v0.3.1
85512025-03-21T18:38:19.140Z Fresh cfg_aliases v0.1.1
85522025-03-21T18:38:19.140Z Fresh strip-ansi-escapes v0.2.0
85532025-03-21T18:38:19.140Z Fresh chrono-tz-build v0.4.0
85542025-03-21T18:38:19.140Z Fresh primeorder v0.13.6
85552025-03-21T18:38:19.140Z Fresh bb8 v0.8.5
85562025-03-21T18:38:19.140Z Fresh nu-ansi-term v0.50.1
85572025-03-21T18:38:19.140Z Fresh diesel-dtrace v0.4.2
85582025-03-21T18:38:19.140Z Fresh async-bb8-diesel v0.2.1
85592025-03-21T18:38:19.140Z Fresh reedline v0.38.0
85602025-03-21T18:38:19.140Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
85612025-03-21T18:38:19.140Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
85622025-03-21T18:38:19.140Z Fresh parking_lot_core v0.8.6
85632025-03-21T18:38:19.140Z Fresh nix v0.28.0
85642025-03-21T18:38:19.140Z Fresh unicase v2.7.0
85652025-03-21T18:38:19.140Z Fresh papergrid v0.11.0
85662025-03-21T18:38:19.140Z Fresh tabled_derive v0.7.0
85672025-03-21T18:38:19.140Z Fresh peg-macros v0.8.5
85682025-03-21T18:38:19.140Z Fresh sqlparser_derive v0.2.2
85692025-03-21T18:38:19.141Z Fresh nanorand v0.7.0
85702025-03-21T18:38:19.141Z Fresh proc-macro-error-attr2 v2.0.0
85712025-03-21T18:38:19.141Z Fresh unicode_categories v0.1.1
85722025-03-21T18:38:19.141Z Fresh flume v0.11.1
85732025-03-21T18:38:19.141Z Fresh tabled v0.15.0
85742025-03-21T18:38:19.141Z Fresh sqlparser v0.45.0
85752025-03-21T18:38:19.141Z Fresh peg v0.8.5
85762025-03-21T18:38:19.141Z Fresh sqlformat v0.2.6
85772025-03-21T18:38:19.141Z Fresh proc-macro-error2 v2.0.1
85782025-03-21T18:38:19.141Z Fresh parking_lot v0.11.2
85792025-03-21T18:38:19.141Z Fresh rustyline v14.0.0
85802025-03-21T18:38:19.141Z Fresh chrono-tz v0.10.1
85812025-03-21T18:38:19.141Z Fresh p384 v0.13.0
85822025-03-21T18:38:19.141Z Fresh bcs v0.1.6
85832025-03-21T18:38:19.141Z Fresh cargo-platform v0.1.8
85842025-03-21T18:38:19.141Z Fresh http-range v0.1.5
85852025-03-21T18:38:19.141Z Fresh termtree v0.5.1
85862025-03-21T18:38:19.141Z Fresh salty v0.3.0
85872025-03-21T18:38:19.141Z Fresh sled v0.34.7
85882025-03-21T18:38:19.141Z Fresh tabled_derive v0.10.0
85892025-03-21T18:38:19.141Z Fresh hickory-client v0.24.4
85902025-03-21T18:38:19.141Z Fresh papergrid v0.14.0
85912025-03-21T18:38:19.141Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
85922025-03-21T18:38:19.141Z Fresh hickory-server v0.24.4
85932025-03-21T18:38:19.141Z Fresh env_filter v0.1.2
85942025-03-21T18:38:19.141Z Fresh atty v0.2.14
85952025-03-21T18:38:19.141Z Fresh mime_guess v2.0.5
85962025-03-21T18:38:19.141Z Fresh tabled v0.18.0
85972025-03-21T18:38:19.141Z Fresh env_logger v0.11.5
85982025-03-21T18:38:19.141Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
85992025-03-21T18:38:19.141Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
86002025-03-21T18:38:19.141Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
86012025-03-21T18:38:19.141Z Fresh nix v0.27.1
86022025-03-21T18:38:19.141Z Fresh tungstenite v0.23.0
86032025-03-21T18:38:19.141Z Fresh concurrent-queue v2.5.0
86042025-03-21T18:38:19.141Z Fresh pin-project-internal v1.1.6
86052025-03-21T18:38:19.141Z Fresh parking v2.2.1
86062025-03-21T18:38:19.141Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
86072025-03-21T18:38:19.141Z Fresh pin-project v1.1.6
86082025-03-21T18:38:19.141Z Fresh tokio-tungstenite v0.23.1
86092025-03-21T18:38:19.142Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
86102025-03-21T18:38:19.142Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
86112025-03-21T18:38:19.142Z Fresh hyper-staticfile v0.10.1
86122025-03-21T18:38:19.142Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
86132025-03-21T18:38:19.142Z Fresh signal-hook-tokio v0.3.1
86142025-03-21T18:38:19.142Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
86152025-03-21T18:38:19.142Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
86162025-03-21T18:38:19.142Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
86172025-03-21T18:38:19.142Z Fresh snafu-derive v0.8.5
86182025-03-21T18:38:19.142Z Fresh rand_seeder v0.3.0
86192025-03-21T18:38:19.142Z Fresh event-listener v5.3.1
86202025-03-21T18:38:19.142Z Fresh olpc-cjson v0.1.4
86212025-03-21T18:38:19.142Z Fresh globset v0.4.15
86222025-03-21T18:38:19.142Z Fresh snafu v0.8.5
86232025-03-21T18:38:19.142Z Fresh serde_plain v1.0.2
86242025-03-21T18:38:19.142Z Fresh typed-path v0.9.3
86252025-03-21T18:38:19.142Z Fresh tough v0.19.0
86262025-03-21T18:38:19.142Z Fresh event-listener-strategy v0.5.2
86272025-03-21T18:38:19.142Z Fresh parse-size v1.1.0
86282025-03-21T18:38:19.142Z Fresh futures-lite v2.3.0
86292025-03-21T18:38:19.142Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
86302025-03-21T18:38:19.142Z Fresh io-lifetimes v1.0.11
86312025-03-21T18:38:19.146Z Fresh castaway v0.2.3
86322025-03-21T18:38:19.146Z Fresh indoc v2.0.5
86332025-03-21T18:38:19.146Z Fresh yansi v1.0.1
86342025-03-21T18:38:19.146Z Fresh rustix v0.37.28
86352025-03-21T18:38:19.146Z Fresh compact_str v0.8.0
86362025-03-21T18:38:19.146Z Fresh pretty_assertions v1.4.1
86372025-03-21T18:38:19.146Z Fresh libz-sys v1.1.20
86382025-03-21T18:38:19.146Z Fresh unicode-truncate v1.1.0
86392025-03-21T18:38:19.146Z Fresh lru v0.12.5
86402025-03-21T18:38:19.146Z Fresh instability v0.3.2
86412025-03-21T18:38:19.146Z Fresh csv-core v0.1.11
86422025-03-21T18:38:19.146Z Fresh cassowary v0.3.0
86432025-03-21T18:38:19.146Z Fresh is_ci v1.2.0
86442025-03-21T18:38:19.146Z Fresh terminal_size v0.2.6
86452025-03-21T18:38:19.147Z Fresh libgit2-sys v0.17.0+1.8.1
86462025-03-21T18:38:19.147Z Fresh async-lock v3.4.0
86472025-03-21T18:38:19.147Z Fresh ratatui v0.29.0
86482025-03-21T18:38:19.147Z Fresh csv v1.3.1
86492025-03-21T18:38:19.147Z Fresh supports-color v3.0.2
86502025-03-21T18:38:19.147Z Fresh cargo_metadata v0.19.2
86512025-03-21T18:38:19.147Z Fresh polyval v0.6.2
86522025-03-21T18:38:19.147Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
86532025-03-21T18:38:19.147Z Fresh polling v3.7.3
86542025-03-21T18:38:19.147Z Fresh unicode-linebreak v0.1.5
86552025-03-21T18:38:19.147Z Fresh plotters-backend v0.3.7
86562025-03-21T18:38:19.147Z Fresh smawk v0.3.2
86572025-03-21T18:38:19.147Z Fresh assert_matches v1.5.0
86582025-03-21T18:38:19.147Z Fresh async-io v2.3.4
86592025-03-21T18:38:19.147Z Fresh ghash v0.5.1
86602025-03-21T18:38:19.147Z Fresh plotters-svg v0.3.7
86612025-03-21T18:38:19.147Z Fresh textwrap v0.16.1
86622025-03-21T18:38:19.147Z Fresh git2 v0.19.0
86632025-03-21T18:38:19.147Z Fresh cargo_metadata v0.18.1
86642025-03-21T18:38:19.147Z Fresh ctr v0.9.2
86652025-03-21T18:38:19.147Z Fresh cast v0.3.0
86662025-03-21T18:38:19.147Z Fresh shell-words v1.1.0
86672025-03-21T18:38:19.147Z Fresh async-task v4.7.1
86682025-03-21T18:38:19.147Z Fresh plotters v0.3.7
86692025-03-21T18:38:19.147Z Fresh vergen v8.3.2
86702025-03-21T18:38:19.147Z Fresh criterion-plot v0.5.0
86712025-03-21T18:38:19.147Z Fresh aes-gcm v0.10.3
86722025-03-21T18:38:19.147Z Fresh async-channel v2.3.1
86732025-03-21T18:38:19.147Z Fresh piper v0.2.4
86742025-03-21T18:38:19.147Z Fresh ssh-encoding v0.2.0
86752025-03-21T18:38:19.147Z Fresh blowfish v0.9.1
86762025-03-21T18:38:19.147Z Fresh rustls-webpki v0.101.7
86772025-03-21T18:38:19.147Z Fresh sct v0.7.1
86782025-03-21T18:38:19.147Z Fresh tinytemplate v1.2.1
86792025-03-21T18:38:19.147Z Fresh rtoolbox v0.0.2
86802025-03-21T18:38:19.147Z Fresh oorandom v11.1.4
86812025-03-21T18:38:19.147Z Fresh anes v0.1.6
86822025-03-21T18:38:19.147Z Fresh ssh-cipher v0.2.0
86832025-03-21T18:38:19.148Z Fresh rpassword v7.3.1
86842025-03-21T18:38:19.148Z Fresh bcrypt-pbkdf v0.10.0
86852025-03-21T18:38:19.148Z Fresh rustls v0.21.12
86862025-03-21T18:38:19.148Z Fresh criterion v0.5.1
86872025-03-21T18:38:19.148Z Fresh blocking v1.6.1
86882025-03-21T18:38:19.148Z Fresh async-executor v1.13.1
86892025-03-21T18:38:19.148Z Fresh async-signal v0.2.10
86902025-03-21T18:38:19.148Z Fresh tui-tree-widget v0.23.0
86912025-03-21T18:38:19.148Z Fresh password-hash v0.4.2
86922025-03-21T18:38:19.148Z Fresh hex-literal v0.4.1
86932025-03-21T18:38:19.148Z Fresh event-listener v2.5.3
86942025-03-21T18:38:19.148Z Fresh pbkdf2 v0.11.0
86952025-03-21T18:38:19.148Z Fresh async-global-executor v2.4.1
86962025-03-21T18:38:19.148Z Fresh async-channel v1.9.0
86972025-03-21T18:38:19.148Z Fresh async-process v2.3.0
86982025-03-21T18:38:19.148Z Fresh target-lexicon v0.13.2
86992025-03-21T18:38:19.148Z Fresh ssh-key v0.6.6
87002025-03-21T18:38:19.148Z Fresh tokio-rustls v0.24.1
87012025-03-21T18:38:19.148Z Fresh p256 v0.13.2
87022025-03-21T18:38:19.148Z Fresh p521 v0.13.3
87032025-03-21T18:38:19.148Z Fresh rustls-pemfile v1.0.4
87042025-03-21T18:38:19.148Z Fresh common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
87052025-03-21T18:38:19.148Z Fresh async-attributes v1.1.2
87062025-03-21T18:38:19.148Z Fresh twox-hash v2.1.0
87072025-03-21T18:38:19.148Z Fresh russh-cryptovec v0.7.3
87082025-03-21T18:38:19.148Z Fresh kv-log-macro v1.0.7
87092025-03-21T18:38:19.148Z Fresh md5 v0.7.0
87102025-03-21T18:38:19.148Z Fresh futures-timer v3.0.3
87112025-03-21T18:38:19.148Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
87122025-03-21T18:38:19.148Z Fresh russh-keys v0.45.0
87132025-03-21T18:38:19.148Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
87142025-03-21T18:38:19.148Z Fresh async-std v1.13.0
87152025-03-21T18:38:19.148Z Fresh cfg-expr v0.18.0
87162025-03-21T18:38:19.148Z Fresh guppy-workspace-hack v0.1.0
87172025-03-21T18:38:19.148Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
87182025-03-21T18:38:19.148Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
87192025-03-21T18:38:19.148Z Fresh httptest v0.16.3
87202025-03-21T18:38:19.148Z Fresh fatfs v0.3.6
87212025-03-21T18:38:19.148Z Fresh num-bigint v0.4.6
87222025-03-21T18:38:19.148Z Fresh proc-macro-crate v3.2.0
87232025-03-21T18:38:19.149Z Fresh rustls-native-certs v0.7.3
87242025-03-21T18:38:19.149Z Fresh des v0.8.1
87252025-03-21T18:38:19.149Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
87262025-03-21T18:38:19.149Z Fresh relative-path v1.9.3
87272025-03-21T18:38:19.149Z Fresh target-spec v3.4.2
87282025-03-21T18:38:19.149Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
87292025-03-21T18:38:19.149Z Fresh russh v0.45.0
87302025-03-21T18:38:19.149Z Fresh rstest_macros v0.24.0
87312025-03-21T18:38:19.153Z Fresh hyper-rustls v0.26.0
87322025-03-21T18:38:19.153Z Fresh async-object-pool v0.1.5
87332025-03-21T18:38:19.154Z Fresh doc-comment v0.3.3
87342025-03-21T18:38:19.154Z Fresh target-triple v0.1.3
87352025-03-21T18:38:19.154Z Fresh petname v2.0.2
87362025-03-21T18:38:19.154Z Fresh blake2b_simd v1.0.2
87372025-03-21T18:38:19.154Z Fresh pathdiff v0.2.3
87382025-03-21T18:38:19.154Z Fresh serde_regex v1.1.0
87392025-03-21T18:38:19.154Z Fresh assert-json-diff v2.0.2
87402025-03-21T18:38:19.154Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
87412025-03-21T18:38:19.154Z Fresh uzers v0.12.1
87422025-03-21T18:38:19.154Z Fresh path-tree v0.8.1
87432025-03-21T18:38:19.154Z Fresh stringmetrics v2.2.2
87442025-03-21T18:38:19.154Z Fresh sync-ptr v0.1.1
87452025-03-21T18:38:19.154Z Fresh internet-checksum v0.2.1
87462025-03-21T18:38:19.154Z Fresh nested v0.1.1
87472025-03-21T18:38:19.154Z Fresh httpmock v0.8.0-alpha.1
87482025-03-21T18:38:19.154Z Fresh guppy v0.17.17
87492025-03-21T18:38:19.154Z Fresh trybuild v1.0.103
87502025-03-21T18:38:19.154Z Fresh assert_cmd v2.0.16
87512025-03-21T18:38:19.154Z Fresh rust-argon2 v2.1.0
87522025-03-21T18:38:19.154Z Fresh rstest v0.24.0
87532025-03-21T18:38:19.154Z Fresh partial-io v0.5.4
87542025-03-21T18:38:19.154Z Fresh similar-asserts v1.7.0
87552025-03-21T18:38:19.154Z Fresh rand_distr v0.4.3
87562025-03-21T18:38:19.154Z Fresh approx v0.5.1
87572025-03-21T18:38:19.154Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87582025-03-21T18:38:19.154Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87592025-03-21T18:38:19.154Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
87602025-03-21T18:38:19.154Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
87612025-03-21T18:38:19.154Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
87622025-03-21T18:38:19.154Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
87632025-03-21T18:38:19.154Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
87642025-03-21T18:38:19.154Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
87652025-03-21T18:38:19.154Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
87662025-03-21T18:38:19.154Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
87672025-03-21T18:38:19.154Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
87682025-03-21T18:38:19.154Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
87692025-03-21T18:38:19.154Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87702025-03-21T18:38:19.154Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87712025-03-21T18:38:19.154Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
87722025-03-21T18:38:19.154Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
87732025-03-21T18:38:19.155Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
87742025-03-21T18:38:19.155Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
87752025-03-21T18:38:19.155Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
87762025-03-21T18:38:19.155Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
87772025-03-21T18:38:19.155Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
87782025-03-21T18:38:19.155Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
87792025-03-21T18:38:19.155Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
87802025-03-21T18:38:19.155Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
87812025-03-21T18:38:19.155Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
87822025-03-21T18:38:19.155Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
87832025-03-21T18:38:19.155Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
87842025-03-21T18:38:19.155Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87852025-03-21T18:38:19.155Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
87862025-03-21T18:38:19.155Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
87872025-03-21T18:38:19.155Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
87882025-03-21T18:38:19.155Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
87892025-03-21T18:38:19.155Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
87902025-03-21T18:38:19.155Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
87912025-03-21T18:38:19.155Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
87922025-03-21T18:38:19.155Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
87932025-03-21T18:38:19.155Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
87942025-03-21T18:38:19.155Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
87952025-03-21T18:38:19.155Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
87962025-03-21T18:38:19.155Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
87972025-03-21T18:38:19.155Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
87982025-03-21T18:38:19.155Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
87992025-03-21T18:38:19.155Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
88002025-03-21T18:38:19.155Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
88012025-03-21T18:38:19.155Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
88022025-03-21T18:38:19.155Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
88032025-03-21T18:38:19.155Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
88042025-03-21T18:38:19.155Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
88052025-03-21T18:38:19.155Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
88062025-03-21T18:38:19.155Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
88072025-03-21T18:38:19.155Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
88082025-03-21T18:38:19.155Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
88092025-03-21T18:38:19.155Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
88102025-03-21T18:38:19.155Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
88112025-03-21T18:38:19.155Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
88122025-03-21T18:38:19.155Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
88132025-03-21T18:38:19.156Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
88142025-03-21T18:38:19.156Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
88152025-03-21T18:38:19.156Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
88162025-03-21T18:38:19.156Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
88172025-03-21T18:38:19.156Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
88182025-03-21T18:38:19.156Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
88192025-03-21T18:38:19.156Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
88202025-03-21T18:38:19.156Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
88212025-03-21T18:38:19.156Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
88222025-03-21T18:38:19.156Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
88232025-03-21T18:38:19.156Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
88242025-03-21T18:38:19.156Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
88252025-03-21T18:38:19.156Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
88262025-03-21T18:38:19.156Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
88272025-03-21T18:38:19.156Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
88282025-03-21T18:38:19.156Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
88292025-03-21T18:38:19.156Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
88302025-03-21T18:38:19.156Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
88312025-03-21T18:38:19.161Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
88322025-03-21T18:38:19.161Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
88332025-03-21T18:38:19.161Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
88342025-03-21T18:38:19.161Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
88352025-03-21T18:38:19.161Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
88362025-03-21T18:38:19.161Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
88372025-03-21T18:38:19.161Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
88382025-03-21T18:38:19.161Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
88392025-03-21T18:38:19.161Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
88402025-03-21T18:38:19.161Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
88412025-03-21T18:38:19.161Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
88422025-03-21T18:38:19.161Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
88432025-03-21T18:38:19.161Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
88442025-03-21T18:38:19.161Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
88452025-03-21T18:38:19.161Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
88462025-03-21T18:38:19.161Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
88472025-03-21T18:38:19.161Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
88482025-03-21T18:38:19.161Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
88492025-03-21T18:38:19.161Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
88502025-03-21T18:38:19.161Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
88512025-03-21T18:38:19.161Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
88522025-03-21T18:38:19.161Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
88532025-03-21T18:38:19.161Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
88542025-03-21T18:38:19.161Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
88552025-03-21T18:38:19.161Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
88562025-03-21T18:38:19.161Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
88572025-03-21T18:38:19.161Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
88582025-03-21T18:38:19.162Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
88592025-03-21T18:38:19.162Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
88602025-03-21T18:38:19.162Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
88612025-03-21T18:38:19.162Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
88622025-03-21T18:38:19.162Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
88632025-03-21T18:38:19.162Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
88642025-03-21T18:38:19.162Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
88652025-03-21T18:38:19.162Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
88662025-03-21T18:38:19.162Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
88672025-03-21T18:38:19.162Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
88682025-03-21T18:38:19.162Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
88692025-03-21T18:38:19.162Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
88702025-03-21T18:38:19.162Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
88712025-03-21T18:38:19.162Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
88722025-03-21T18:38:19.162Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
88732025-03-21T18:38:19.162Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2.11s
88742025-03-21T18:38:19.239Z Doc-tests api_identity
88752025-03-21T18:38:19.243Z 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-c4e7c3e6d69869a6/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-333ddb4be33656cd.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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`
88762025-03-21T18:38:19.539Z
88772025-03-21T18:38:19.540Zrunning 0 tests
88782025-03-21T18:38:19.540Z
88792025-03-21T18:38:19.542Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
88802025-03-21T18:38:19.542Z
88812025-03-21T18:38:19.550Z Doc-tests authz_macros
88822025-03-21T18:38:19.553Z 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-c4e7c3e6d69869a6/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-1952bb4b91348521.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-e3cb0d789ec695ed.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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`
88832025-03-21T18:38:19.696Z
88842025-03-21T18:38:19.696Zrunning 7 tests
88852025-03-21T18:38:19.699Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
88862025-03-21T18:38:19.699Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
88872025-03-21T18:38:19.699Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
88882025-03-21T18:38:19.699Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
88892025-03-21T18:38:19.699Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
88902025-03-21T18:38:19.699Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
88912025-03-21T18:38:19.699Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
88922025-03-21T18:38:19.699Z
88932025-03-21T18:38:19.700Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
88942025-03-21T18:38:19.700Z
88952025-03-21T18:38:19.708Z Doc-tests bootstore
88962025-03-21T18:38:19.711Z 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-c4e7c3e6d69869a6/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-0b0461f01fbc7410.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-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-10a08c345b0e6422.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-7c07ff066c187489.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`
88972025-03-21T18:38:20.423Z
88982025-03-21T18:38:20.423Zrunning 0 tests
88992025-03-21T18:38:20.424Z
89002025-03-21T18:38:20.424Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89012025-03-21T18:38:20.424Z
89022025-03-21T18:38:20.458Z Doc-tests bootstrap_agent_api
89032025-03-21T18:38:20.461Z 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-c4e7c3e6d69869a6/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-8a33f2c235b0ec9a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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-b050a7a02a78cbb8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7c07ff066c187489.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89042025-03-21T18:38:20.785Z
89052025-03-21T18:38:20.785Zrunning 2 tests
89062025-03-21T18:38:20.788Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
89072025-03-21T18:38:20.788Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
89082025-03-21T18:38:20.788Z
89092025-03-21T18:38:20.788Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
89102025-03-21T18:38:20.788Z
89112025-03-21T18:38:20.812Z Doc-tests bootstrap_agent_client
89122025-03-21T18:38:20.816Z 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-c4e7c3e6d69869a6/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-7a8176c88c086b30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-7c07ff066c187489.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`
89132025-03-21T18:38:21.700Z
89142025-03-21T18:38:21.700Zrunning 0 tests
89152025-03-21T18:38:21.700Z
89162025-03-21T18:38:21.700Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89172025-03-21T18:38:21.700Z
89182025-03-21T18:38:21.736Z Doc-tests clickana
89192025-03-21T18:38:21.739Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-d8a8062bac8eb636.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8f797db05b3d5610.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-4f352bd37c38d1aa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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`
89202025-03-21T18:38:22.156Z
89212025-03-21T18:38:22.156Zrunning 0 tests
89222025-03-21T18:38:22.156Z
89232025-03-21T18:38:22.156Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89242025-03-21T18:38:22.156Z
89252025-03-21T18:38:22.217Z Doc-tests clickhouse_admin_api
89262025-03-21T18:38:22.217Z 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-c4e7c3e6d69869a6/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-579377c124a9dd19.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-4f352bd37c38d1aa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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`
89272025-03-21T18:38:22.433Z
89282025-03-21T18:38:22.433Zrunning 6 tests
89292025-03-21T18:38:22.449Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 37) ... ignored
89302025-03-21T18:38:22.449Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 43) ... ignored
89312025-03-21T18:38:22.449Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 115) ... ignored
89322025-03-21T18:38:22.449Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 121) ... ignored
89332025-03-21T18:38:22.449Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 180) ... ignored
89342025-03-21T18:38:22.449Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 186) ... ignored
89352025-03-21T18:38:22.449Z
89362025-03-21T18:38:22.449Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
89372025-03-21T18:38:22.449Z
89382025-03-21T18:38:22.456Z Doc-tests clickhouse_admin_keeper_client
89392025-03-21T18:38:22.456Z 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-c4e7c3e6d69869a6/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-20915d3e2ac0a11c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-4f352bd37c38d1aa.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-4c4a5b8e20b3054c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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`
89402025-03-21T18:38:23.003Z
89412025-03-21T18:38:23.003Zrunning 0 tests
89422025-03-21T18:38:23.003Z
89432025-03-21T18:38:23.003Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89442025-03-21T18:38:23.003Z
89452025-03-21T18:38:23.033Z Doc-tests clickhouse_admin_server_client
89462025-03-21T18:38:23.037Z 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-c4e7c3e6d69869a6/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-8f797db05b3d5610.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-4f352bd37c38d1aa.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-4c4a5b8e20b3054c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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`
89472025-03-21T18:38:23.559Z
89482025-03-21T18:38:23.559Zrunning 0 tests
89492025-03-21T18:38:23.559Z
89502025-03-21T18:38:23.559Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89512025-03-21T18:38:23.559Z
89522025-03-21T18:38:23.596Z Doc-tests clickhouse_admin_single_client
89532025-03-21T18:38:23.615Z 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-c4e7c3e6d69869a6/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-cf67ce5b0dad110e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-4f352bd37c38d1aa.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-4c4a5b8e20b3054c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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`
89542025-03-21T18:38:23.817Z
89552025-03-21T18:38:23.817Zrunning 0 tests
89562025-03-21T18:38:23.817Z
89572025-03-21T18:38:23.817Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89582025-03-21T18:38:23.817Z
89592025-03-21T18:38:23.838Z Doc-tests clickhouse_admin_test_utils
89602025-03-21T18:38:23.841Z 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-c4e7c3e6d69869a6/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-0992c6ec0552e751.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-4f352bd37c38d1aa.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-eed672c31e8ec6d2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89612025-03-21T18:38:24.072Z
89622025-03-21T18:38:24.072Zrunning 0 tests
89632025-03-21T18:38:24.072Z
89642025-03-21T18:38:24.072Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89652025-03-21T18:38:24.072Z
89662025-03-21T18:38:24.094Z Doc-tests clickhouse_admin_types
89672025-03-21T18:38:24.097Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-4f352bd37c38d1aa.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-d1ad1b900079a84c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3a638bc4540ce81b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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`
89682025-03-21T18:38:24.608Z
89692025-03-21T18:38:24.608Zrunning 0 tests
89702025-03-21T18:38:24.608Z
89712025-03-21T18:38:24.608Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89722025-03-21T18:38:24.608Z
89732025-03-21T18:38:24.636Z Doc-tests cockroach_admin_api
89742025-03-21T18:38:24.640Z 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-c4e7c3e6d69869a6/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-b2e84dbab2af548f.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6788237fdbbddf31.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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`
89752025-03-21T18:38:24.840Z
89762025-03-21T18:38:24.840Zrunning 2 tests
89772025-03-21T18:38:24.844Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 20) ... ignored
89782025-03-21T18:38:24.844Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 26) ... ignored
89792025-03-21T18:38:24.844Z
89802025-03-21T18:38:24.844Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
89812025-03-21T18:38:24.845Z
89822025-03-21T18:38:24.858Z Doc-tests cockroach_admin_client
89832025-03-21T18:38:24.862Z 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-c4e7c3e6d69869a6/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-b7b123aba39a0510.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-4c4a5b8e20b3054c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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`
89842025-03-21T18:38:25.129Z
89852025-03-21T18:38:25.129Zrunning 0 tests
89862025-03-21T18:38:25.129Z
89872025-03-21T18:38:25.129Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89882025-03-21T18:38:25.130Z
89892025-03-21T18:38:25.150Z Doc-tests cockroach_admin_types
89902025-03-21T18:38:25.153Z 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-c4e7c3e6d69869a6/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-6788237fdbbddf31.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-def9173e44bdd3ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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`
89912025-03-21T18:38:25.295Z
89922025-03-21T18:38:25.295Zrunning 0 tests
89932025-03-21T18:38:25.295Z
89942025-03-21T18:38:25.295Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89952025-03-21T18:38:25.295Z
89962025-03-21T18:38:25.306Z Doc-tests db_macros
89972025-03-21T18:38:25.310Z 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-c4e7c3e6d69869a6/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-0fe65454a40132ec.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-e3cb0d789ec695ed.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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`
89982025-03-21T18:38:25.550Z
89992025-03-21T18:38:25.550Zrunning 3 tests
90002025-03-21T18:38:25.553Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
90012025-03-21T18:38:25.553Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 50) ... ignored
90022025-03-21T18:38:25.553Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 73) ... ignored
90032025-03-21T18:38:25.553Z
90042025-03-21T18:38:25.553Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
90052025-03-21T18:38:25.553Z
90062025-03-21T18:38:25.566Z Doc-tests dns_server
90072025-03-21T18:38:25.569Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-104c66aad97970ca.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-7f62531d87d3266a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4e93af2543212c00.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-417b339e53d34794.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.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-a9d65db47e5fa4ff.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`
90082025-03-21T18:38:25.897Z
90092025-03-21T18:38:25.897Zrunning 0 tests
90102025-03-21T18:38:25.897Z
90112025-03-21T18:38:25.897Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90122025-03-21T18:38:25.897Z
90132025-03-21T18:38:25.921Z Doc-tests dns_server_api
90142025-03-21T18:38:25.924Z 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-c4e7c3e6d69869a6/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-7f62531d87d3266a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-339ae149f620f117.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`
90152025-03-21T18:38:26.159Z
90162025-03-21T18:38:26.159Zrunning 2 tests
90172025-03-21T18:38:26.163Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 134) ... ignored
90182025-03-21T18:38:26.163Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 140) ... ignored
90192025-03-21T18:38:26.163Z
90202025-03-21T18:38:26.163Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
90212025-03-21T18:38:26.163Z
90222025-03-21T18:38:26.181Z Doc-tests dns_service_client
90232025-03-21T18:38:26.185Z 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-c4e7c3e6d69869a6/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-4e93af2543212c00.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-417b339e53d34794.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-03-21T18:38:26.486Z
90252025-03-21T18:38:26.486Zrunning 0 tests
90262025-03-21T18:38:26.486Z
90272025-03-21T18:38:26.486Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90282025-03-21T18:38:26.486Z
90292025-03-21T18:38:26.512Z Doc-tests dpd_client
90302025-03-21T18:38:26.516Z 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-c4e7c3e6d69869a6/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-d8d6010ef8f02e65.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-4c4a5b8e20b3054c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5aab157a7e8c894e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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`
90312025-03-21T18:38:27.637Z
90322025-03-21T18:38:27.637Zrunning 0 tests
90332025-03-21T18:38:27.637Z
90342025-03-21T18:38:27.637Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90352025-03-21T18:38:27.637Z
90362025-03-21T18:38:27.676Z Doc-tests end_to_end_tests
90372025-03-21T18:38:27.681Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-1db2ae01311f7452.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-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-21af4280d8d3bf12.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f690f1d8feae58f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-0855bdb620d75990.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-b050a7a02a78cbb8.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`
90382025-03-21T18:38:28.083Z
90392025-03-21T18:38:28.083Zrunning 0 tests
90402025-03-21T18:38:28.083Z
90412025-03-21T18:38:28.084Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90422025-03-21T18:38:28.084Z
90432025-03-21T18:38:28.106Z Doc-tests gateway_api
90442025-03-21T18:38:28.120Z 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-c4e7c3e6d69869a6/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-f314810ca873fdc5.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-8655b87cc87891ac.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-86c0f344a5793d7f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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`
90452025-03-21T18:38:28.461Z
90462025-03-21T18:38:28.461Zrunning 2 tests
90472025-03-21T18:38:28.467Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 47) ... ignored
90482025-03-21T18:38:28.467Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 53) ... ignored
90492025-03-21T18:38:28.467Z
90502025-03-21T18:38:28.467Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
90512025-03-21T18:38:28.467Z
90522025-03-21T18:38:28.488Z Doc-tests gateway_client
90532025-03-21T18:38:28.495Z 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-c4e7c3e6d69869a6/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-39deae43b9d82b8c.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-4c4a5b8e20b3054c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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`
90542025-03-21T18:38:29.378Z
90552025-03-21T18:38:29.378Zrunning 0 tests
90562025-03-21T18:38:29.378Z
90572025-03-21T18:38:29.378Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90582025-03-21T18:38:29.378Z
90592025-03-21T18:38:29.409Z Doc-tests gateway_test_utils
90602025-03-21T18:38:29.413Z 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-c4e7c3e6d69869a6/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-f314810ca873fdc5.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-3b732f5de9546b06.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-86c0f344a5793d7f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-dd9c9cb3b172dd2e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-bcb50325f21c2099.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`
90612025-03-21T18:38:29.948Z
90622025-03-21T18:38:29.948Zrunning 0 tests
90632025-03-21T18:38:29.948Z
90642025-03-21T18:38:29.948Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90652025-03-21T18:38:29.948Z
90662025-03-21T18:38:29.984Z Doc-tests gateway_types
90672025-03-21T18:38:29.989Z 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-c4e7c3e6d69869a6/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-86c0f344a5793d7f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9c4b4f68e441bbb7.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-29e1efb1dc6ce857.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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`
90682025-03-21T18:38:30.526Z
90692025-03-21T18:38:30.526Zrunning 0 tests
90702025-03-21T18:38:30.526Z
90712025-03-21T18:38:30.526Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90722025-03-21T18:38:30.526Z
90732025-03-21T18:38:30.558Z Doc-tests illumos_utils
90742025-03-21T18:38:30.561Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-f314810ca873fdc5.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-2c7e628874fe7c53.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-7ae797e87ac7d4ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f4a00c8e48b2f51a.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-de89508f1b1caf1a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-d098827d9c7bc9d8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.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`
90752025-03-21T18:38:31.877Z
90762025-03-21T18:38:31.877Zrunning 0 tests
90772025-03-21T18:38:31.877Z
90782025-03-21T18:38:31.877Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90792025-03-21T18:38:31.878Z
90802025-03-21T18:38:31.929Z Doc-tests installinator
90812025-03-21T18:38:31.933Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-2c7e628874fe7c53.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-efc94d5941e388fd.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-180abde797894e4e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3c129ad2d5481692.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-29e1efb1dc6ce857.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-8bbe0c9e09a3246e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-8f42ebc0e38ef9f9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-b6ff835e5306a45a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2b599898b54218bb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7c07ff066c187489.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-02bc60481711bd81.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-a9d65db47e5fa4ff.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_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c00c35aa9e5ce043.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8742d05d4bac54c7.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`
90822025-03-21T18:38:32.498Z
90832025-03-21T18:38:32.498Zrunning 0 tests
90842025-03-21T18:38:32.498Z
90852025-03-21T18:38:32.498Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90862025-03-21T18:38:32.498Z
90872025-03-21T18:38:32.532Z Doc-tests installinator_api
90882025-03-21T18:38:32.535Z 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-c4e7c3e6d69869a6/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-94932e580f588423.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d7bb7c5afd0bf2fd.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-479ba3cc603adbdd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3c129ad2d5481692.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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`
90892025-03-21T18:38:32.824Z
90902025-03-21T18:38:32.824Zrunning 2 tests
90912025-03-21T18:38:32.827Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
90922025-03-21T18:38:32.827Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
90932025-03-21T18:38:32.827Z
90942025-03-21T18:38:32.827Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
90952025-03-21T18:38:32.827Z
90962025-03-21T18:38:32.850Z Doc-tests installinator_client
90972025-03-21T18:38:32.854Z 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-c4e7c3e6d69869a6/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-180abde797894e4e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3c129ad2d5481692.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-8742d05d4bac54c7.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`
90982025-03-21T18:38:33.660Z
90992025-03-21T18:38:33.660Zrunning 0 tests
91002025-03-21T18:38:33.660Z
91012025-03-21T18:38:33.660Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91022025-03-21T18:38:33.660Z
91032025-03-21T18:38:33.696Z Doc-tests installinator_common
91042025-03-21T18:38:33.699Z 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-c4e7c3e6d69869a6/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-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2c7e628874fe7c53.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3c129ad2d5481692.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-10a08c345b0e6422.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-8742d05d4bac54c7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91052025-03-21T18:38:34.064Z
91062025-03-21T18:38:34.064Zrunning 0 tests
91072025-03-21T18:38:34.064Z
91082025-03-21T18:38:34.064Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91092025-03-21T18:38:34.064Z
91102025-03-21T18:38:34.093Z Doc-tests internal_dns_resolver
91112025-03-21T18:38:34.098Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-104c66aad97970ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4e93af2543212c00.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b58e0df12ff1a74e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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`
91122025-03-21T18:38:34.364Z
91132025-03-21T18:38:34.364Zrunning 0 tests
91142025-03-21T18:38:34.364Z
91152025-03-21T18:38:34.364Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91162025-03-21T18:38:34.364Z
91172025-03-21T18:38:34.379Z Doc-tests internal_dns_types
91182025-03-21T18:38:34.382Z 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-c4e7c3e6d69869a6/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-94932e580f588423.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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`
91192025-03-21T18:38:34.685Z
91202025-03-21T18:38:34.685Zrunning 0 tests
91212025-03-21T18:38:34.685Z
91222025-03-21T18:38:34.685Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91232025-03-21T18:38:34.685Z
91242025-03-21T18:38:34.710Z Doc-tests ipcc
91252025-03-21T18:38:34.715Z 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-c4e7c3e6d69869a6/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-29e1efb1dc6ce857.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-fbfff0676174d7d8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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`
91262025-03-21T18:38:34.957Z
91272025-03-21T18:38:34.957Zrunning 0 tests
91282025-03-21T18:38:34.957Z
91292025-03-21T18:38:34.957Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91302025-03-21T18:38:34.957Z
91312025-03-21T18:38:34.980Z Doc-tests key_manager
91322025-03-21T18:38:34.983Z 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-c4e7c3e6d69869a6/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-67f961dcb7552aff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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`
91332025-03-21T18:38:35.232Z
91342025-03-21T18:38:35.232Zrunning 0 tests
91352025-03-21T18:38:35.232Z
91362025-03-21T18:38:35.232Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91372025-03-21T18:38:35.233Z
91382025-03-21T18:38:35.255Z Doc-tests live_tests_macros
91392025-03-21T18:38:35.259Z 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-c4e7c3e6d69869a6/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-21e1641dfacb2819.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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`
91402025-03-21T18:38:35.337Z
91412025-03-21T18:38:35.337Zrunning 1 test
91422025-03-21T18:38:35.342Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
91432025-03-21T18:38:35.342Z
91442025-03-21T18:38:35.343Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
91452025-03-21T18:38:35.343Z
91462025-03-21T18:38:35.350Z Doc-tests nexus_auth
91472025-03-21T18:38:35.350Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-1952bb4b91348521.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-f314810ca873fdc5.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-84a41e36111c5b46.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-817a253525a1bff9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01214f70f275cb4f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4d76afb2e6c21e5f.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d52411e4d91e71f9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-90210824df27d9d9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fd1a688fa2ef92bd.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`
91482025-03-21T18:38:36.320Z
91492025-03-21T18:38:36.320Zrunning 0 tests
91502025-03-21T18:38:36.320Z
91512025-03-21T18:38:36.320Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91522025-03-21T18:38:36.320Z
91532025-03-21T18:38:36.361Z Doc-tests nexus_client
91542025-03-21T18:38:36.361Z 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-c4e7c3e6d69869a6/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-21af4280d8d3bf12.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.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-4c4a5b8e20b3054c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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`
91552025-03-21T18:38:38.298Z
91562025-03-21T18:38:38.298Zrunning 0 tests
91572025-03-21T18:38:38.298Z
91582025-03-21T18:38:38.298Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91592025-03-21T18:38:38.298Z
91602025-03-21T18:38:38.341Z Doc-tests nexus_config
91612025-03-21T18:38:38.400Z 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-c4e7c3e6d69869a6/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-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-41b4d43f76d21dca.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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-10a08c345b0e6422.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`
91622025-03-21T18:38:38.861Z
91632025-03-21T18:38:38.861Zrunning 0 tests
91642025-03-21T18:38:38.861Z
91652025-03-21T18:38:38.861Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91662025-03-21T18:38:38.861Z
91672025-03-21T18:38:38.887Z Doc-tests nexus_db_fixed_data
91682025-03-21T18:38:38.901Z 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-c4e7c3e6d69869a6/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-817a253525a1bff9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01214f70f275cb4f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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`
91692025-03-21T18:38:39.323Z
91702025-03-21T18:38:39.323Zrunning 0 tests
91712025-03-21T18:38:39.323Z
91722025-03-21T18:38:39.323Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91732025-03-21T18:38:39.323Z
91742025-03-21T18:38:39.366Z Doc-tests nexus_db_model
91752025-03-21T18:38:39.372Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-4f352bd37c38d1aa.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-0fe65454a40132ec.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-d1ad1b900079a84c.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-45cd223c1bc5665d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01214f70f275cb4f.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1842958146b803da.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-8a8588db3f3e1e6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.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-4c4a5b8e20b3054c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.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-1a62de45ece3eaa4.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-bfa3bd5f47e1031d.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 tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.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`
91762025-03-21T18:38:47.382Z
91772025-03-21T18:38:47.383Zrunning 2 tests
91782025-03-21T18:38:50.074Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
91792025-03-21T18:38:50.098Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
91802025-03-21T18:38:50.098Z
91812025-03-21T18:38:50.098Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.68s
91822025-03-21T18:38:50.098Z
91832025-03-21T18:38:50.320Z Doc-tests nexus_db_queries
91842025-03-21T18:38:50.341Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-4f352bd37c38d1aa.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e14cfeb526a35913.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6cd3572c408f5a5c.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-0fe65454a40132ec.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-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-39deae43b9d82b8c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-438d2c5eb9782f9f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2c7e628874fe7c53.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-84a41e36111c5b46.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-817a253525a1bff9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01214f70f275cb4f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-24c622d450ecb364.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9723079429974a39.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-093e6926b91db711.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7e4549619d1e0a39.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f690f1d8feae58f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d52411e4d91e71f9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.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-aee7dbe5a0bae24f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-2bbd0034160bf9d5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b58e0df12ff1a74e.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-bf3499c0732349d3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-602497b7914c8656.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-10a08c345b0e6422.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1a62de45ece3eaa4.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-bfa3bd5f47e1031d.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`
91852025-03-21T18:38:52.383Z
91862025-03-21T18:38:52.383Zrunning 1 test
91872025-03-21T18:38:55.357Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 222) ... ok
91882025-03-21T18:38:55.360Z
91892025-03-21T18:38:55.360Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.97s
91902025-03-21T18:38:55.360Z
91912025-03-21T18:38:55.442Z Doc-tests nexus_defaults
91922025-03-21T18:38:55.448Z 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-c4e7c3e6d69869a6/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-1842958146b803da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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`
91932025-03-21T18:38:55.672Z
91942025-03-21T18:38:55.672Zrunning 0 tests
91952025-03-21T18:38:55.672Z
91962025-03-21T18:38:55.672Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91972025-03-21T18:38:55.672Z
91982025-03-21T18:38:55.693Z Doc-tests nexus_external_api
91992025-03-21T18:38:55.697Z 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-c4e7c3e6d69869a6/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-94932e580f588423.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.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-eaee192b88cc1ca6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-339ae149f620f117.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0f530f08cd0c392.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-e35e3e664c076d4c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
92002025-03-21T18:38:56.281Z
92012025-03-21T18:38:56.281Zrunning 2 tests
92022025-03-21T18:38:56.287Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 81) ... ignored
92032025-03-21T18:38:56.287Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 87) ... ignored
92042025-03-21T18:38:56.287Z
92052025-03-21T18:38:56.287Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
92062025-03-21T18:38:56.287Z
92072025-03-21T18:38:56.317Z Doc-tests nexus_internal_api
92082025-03-21T18:38:56.321Z 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-c4e7c3e6d69869a6/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-f314810ca873fdc5.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-636718a038f690bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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`
92092025-03-21T18:38:56.759Z
92102025-03-21T18:38:56.759Zrunning 2 tests
92112025-03-21T18:38:56.765Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 57) ... ignored
92122025-03-21T18:38:56.765Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 63) ... ignored
92132025-03-21T18:38:56.765Z
92142025-03-21T18:38:56.765Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
92152025-03-21T18:38:56.765Z
92162025-03-21T18:38:56.795Z Doc-tests nexus_inventory
92172025-03-21T18:38:56.798Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-20915d3e2ac0a11c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8f797db05b3d5610.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-4f352bd37c38d1aa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-39deae43b9d82b8c.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-3b732f5de9546b06.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9723079429974a39.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f690f1d8feae58f.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-4c4a5b8e20b3054c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-1a62de45ece3eaa4.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-0fe85fbbe4f4b203.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`
92182025-03-21T18:38:57.171Z
92192025-03-21T18:38:57.171Zrunning 0 tests
92202025-03-21T18:38:57.171Z
92212025-03-21T18:38:57.171Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92222025-03-21T18:38:57.171Z
92232025-03-21T18:38:57.202Z Doc-tests nexus_macros_common
92242025-03-21T18:38:57.205Z 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-c4e7c3e6d69869a6/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-e3cb0d789ec695ed.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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`
92252025-03-21T18:38:57.284Z
92262025-03-21T18:38:57.284Zrunning 0 tests
92272025-03-21T18:38:57.284Z
92282025-03-21T18:38:57.284Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92292025-03-21T18:38:57.284Z
92302025-03-21T18:38:57.293Z Doc-tests nexus_metrics_producer_gc
92312025-03-21T18:38:57.297Z 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-c4e7c3e6d69869a6/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-a2083d6ee951657b.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-01214f70f275cb4f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-24c622d450ecb364.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-807a557fa3b10da3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7e4549619d1e0a39.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ada969df638ac0eb.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`
92322025-03-21T18:38:57.742Z
92332025-03-21T18:38:57.742Zrunning 0 tests
92342025-03-21T18:38:57.742Z
92352025-03-21T18:38:57.742Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92362025-03-21T18:38:57.742Z
92372025-03-21T18:38:57.780Z Doc-tests nexus_networking
92382025-03-21T18:38:57.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_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-c4e7c3e6d69869a6/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-24c622d450ecb364.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ac2e0353caec27bf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1a62de45ece3eaa4.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`
92392025-03-21T18:38:58.233Z
92402025-03-21T18:38:58.233Zrunning 0 tests
92412025-03-21T18:38:58.233Z
92422025-03-21T18:38:58.233Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92432025-03-21T18:38:58.233Z
92442025-03-21T18:38:58.271Z Doc-tests nexus_reconfigurator_blippy
92452025-03-21T18:38:58.275Z 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-c4e7c3e6d69869a6/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-d715a228eafbbd0e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-093e6926b91db711.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
92462025-03-21T18:38:58.614Z
92472025-03-21T18:38:58.614Zrunning 0 tests
92482025-03-21T18:38:58.614Z
92492025-03-21T18:38:58.614Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92502025-03-21T18:38:58.614Z
92512025-03-21T18:38:58.644Z Doc-tests nexus_reconfigurator_execution
92522025-03-21T18:38:58.647Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-20915d3e2ac0a11c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8f797db05b3d5610.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-cf67ce5b0dad110e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-4f352bd37c38d1aa.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7b123aba39a0510.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-a2083d6ee951657b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-45cd223c1bc5665d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01214f70f275cb4f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-24c622d450ecb364.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9723079429974a39.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ac2e0353caec27bf.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d4eab6bc35a3fe35.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-093e6926b91db711.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3c6be11e1ede4e34.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7e4549619d1e0a39.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1c39ba816ac07495.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2dec0764758cac56.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.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-b6ff835e5306a45a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1a62de45ece3eaa4.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-8742d05d4bac54c7.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`
92532025-03-21T18:38:59.132Z
92542025-03-21T18:38:59.132Zrunning 0 tests
92552025-03-21T18:38:59.132Z
92562025-03-21T18:38:59.132Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92572025-03-21T18:38:59.132Z
92582025-03-21T18:38:59.169Z Doc-tests nexus_reconfigurator_planning
92592025-03-21T18:38:59.173Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-4f352bd37c38d1aa.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-d1ad1b900079a84c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-39deae43b9d82b8c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2c7e628874fe7c53.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-1cfd10fae9f6777e.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-45cd223c1bc5665d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9723079429974a39.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d715a228eafbbd0e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-093e6926b91db711.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.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-1a62de45ece3eaa4.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-0fe85fbbe4f4b203.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`
92602025-03-21T18:38:59.676Z
92612025-03-21T18:38:59.676Zrunning 0 tests
92622025-03-21T18:38:59.677Z
92632025-03-21T18:38:59.677Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92642025-03-21T18:38:59.677Z
92652025-03-21T18:38:59.711Z Doc-tests nexus_reconfigurator_preparation
92662025-03-21T18:38:59.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_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-c4e7c3e6d69869a6/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-94932e580f588423.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-01214f70f275cb4f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-24c622d450ecb364.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3c6be11e1ede4e34.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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`
92672025-03-21T18:39:00.149Z
92682025-03-21T18:39:00.149Zrunning 0 tests
92692025-03-21T18:39:00.149Z
92702025-03-21T18:39:00.149Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92712025-03-21T18:39:00.150Z
92722025-03-21T18:39:00.187Z Doc-tests nexus_reconfigurator_rendezvous
92732025-03-21T18:39:00.191Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-01214f70f275cb4f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-24c622d450ecb364.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-d389537131c650c0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.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`
92742025-03-21T18:39:00.612Z
92752025-03-21T18:39:00.612Zrunning 0 tests
92762025-03-21T18:39:00.612Z
92772025-03-21T18:39:00.612Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92782025-03-21T18:39:00.612Z
92792025-03-21T18:39:00.648Z Doc-tests nexus_reconfigurator_simulation
92802025-03-21T18:39:00.652Z Running `/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_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-c4e7c3e6d69869a6/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-94932e580f588423.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-9723079429974a39.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-093e6926b91db711.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-9db767a6bf49ac01.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-f0251f222715a768.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-0fe85fbbe4f4b203.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`
92812025-03-21T18:39:01.021Z
92822025-03-21T18:39:01.021Zrunning 0 tests
92832025-03-21T18:39:01.021Z
92842025-03-21T18:39:01.021Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92852025-03-21T18:39:01.021Z
92862025-03-21T18:39:01.051Z Doc-tests nexus_saga_recovery
92872025-03-21T18:39:01.055Z 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-c4e7c3e6d69869a6/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-84a41e36111c5b46.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01214f70f275cb4f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-24c622d450ecb364.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-635102a58f9e4d51.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7e4549619d1e0a39.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1c39ba816ac07495.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-bfa3bd5f47e1031d.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`
92882025-03-21T18:39:01.444Z
92892025-03-21T18:39:01.444Zrunning 0 tests
92902025-03-21T18:39:01.444Z
92912025-03-21T18:39:01.444Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92922025-03-21T18:39:01.444Z
92932025-03-21T18:39:01.476Z Doc-tests nexus_sled_agent_shared
92942025-03-21T18:39:01.493Z 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-c4e7c3e6d69869a6/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-2c7e628874fe7c53.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.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-4c4a5b8e20b3054c.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-7c07ff066c187489.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`
92952025-03-21T18:39:01.881Z
92962025-03-21T18:39:01.881Zrunning 0 tests
92972025-03-21T18:39:01.881Z
92982025-03-21T18:39:01.881Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92992025-03-21T18:39:01.881Z
93002025-03-21T18:39:01.910Z Doc-tests nexus_test_interface
93012025-03-21T18:39:01.913Z 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-c4e7c3e6d69869a6/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-45cd223c1bc5665d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-cc9bda8d14f9f1e3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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`
93022025-03-21T18:39:02.243Z
93032025-03-21T18:39:02.243Zrunning 0 tests
93042025-03-21T18:39:02.243Z
93052025-03-21T18:39:02.243Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93062025-03-21T18:39:02.243Z
93072025-03-21T18:39:02.273Z Doc-tests nexus_test_utils
93082025-03-21T18:39:02.276Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-d1ed29fdbb3e309f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-104c66aad97970ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4e93af2543212c00.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.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-3b732f5de9546b06.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-2c7e628874fe7c53.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21af4280d8d3bf12.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-24c622d450ecb364.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-cc9bda8d14f9f1e3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7e4549619d1e0a39.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f690f1d8feae58f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-330562689f633ac4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3464f7c924df8db8.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 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-1a62de45ece3eaa4.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_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 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`
93092025-03-21T18:39:03.028Z
93102025-03-21T18:39:03.028Zrunning 0 tests
93112025-03-21T18:39:03.028Z
93122025-03-21T18:39:03.028Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93132025-03-21T18:39:03.028Z
93142025-03-21T18:39:03.070Z Doc-tests nexus_test_utils_macros
93152025-03-21T18:39:03.074Z 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-c4e7c3e6d69869a6/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-1c39ba816ac07495.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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`
93162025-03-21T18:39:03.166Z
93172025-03-21T18:39:03.167Zrunning 1 test
93182025-03-21T18:39:03.172Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
93192025-03-21T18:39:03.172Z
93202025-03-21T18:39:03.172Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
93212025-03-21T18:39:03.172Z
93222025-03-21T18:39:03.172Z Doc-tests nexus_types
93232025-03-21T18:39:03.172Z 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-c4e7c3e6d69869a6/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-94932e580f588423.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-333ddb4be33656cd.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-4f352bd37c38d1aa.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-f314810ca873fdc5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-39deae43b9d82b8c.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-2c7e628874fe7c53.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-b6b46539c0df711f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.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-4c4a5b8e20b3054c.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-e35e3e664c076d4c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.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-10a08c345b0e6422.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-bfa3bd5f47e1031d.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-8742d05d4bac54c7.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`
93242025-03-21T18:39:06.089Z
93252025-03-21T18:39:06.089Zrunning 2 tests
93262025-03-21T18:39:06.094Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 968) ... ignored
93272025-03-21T18:39:06.094Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 780) ... ignored
93282025-03-21T18:39:06.094Z
93292025-03-21T18:39:06.094Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
93302025-03-21T18:39:06.094Z
93312025-03-21T18:39:06.170Z Doc-tests omicron_certificates
93322025-03-21T18:39:06.174Z 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-c4e7c3e6d69869a6/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-8a8588db3f3e1e6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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`
93332025-03-21T18:39:06.453Z
93342025-03-21T18:39:06.453Zrunning 0 tests
93352025-03-21T18:39:06.453Z
93362025-03-21T18:39:06.453Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93372025-03-21T18:39:06.453Z
93382025-03-21T18:39:06.476Z Doc-tests omicron_clickhouse_admin
93392025-03-21T18:39:06.480Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-579377c124a9dd19.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-0992c6ec0552e751.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-4f352bd37c38d1aa.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-eed672c31e8ec6d2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-2c7e628874fe7c53.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-444c241673b3cea1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-ac3c98dac84b8d92.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`
93402025-03-21T18:39:06.878Z
93412025-03-21T18:39:06.878Zrunning 0 tests
93422025-03-21T18:39:06.879Z
93432025-03-21T18:39:06.879Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93442025-03-21T18:39:06.879Z
93452025-03-21T18:39:06.910Z Doc-tests omicron_cockroach_admin
93462025-03-21T18:39:06.915Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-b2e84dbab2af548f.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6788237fdbbddf31.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-def9173e44bdd3ba.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-66361616ebf63647.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2c7e628874fe7c53.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7e4549619d1e0a39.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-c8f61e72ec5ef300.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.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`
93472025-03-21T18:39:07.220Z
93482025-03-21T18:39:07.220Zrunning 0 tests
93492025-03-21T18:39:07.220Z
93502025-03-21T18:39:07.220Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93512025-03-21T18:39:07.220Z
93522025-03-21T18:39:07.248Z Doc-tests omicron_common
93532025-03-21T18:39:07.255Z 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-c4e7c3e6d69869a6/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-94932e580f588423.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-333ddb4be33656cd.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-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-6c2d10e7b70753f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5aab157a7e8c894e.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-6939751d4076c61a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-10a08c345b0e6422.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 tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.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`
93542025-03-21T18:39:08.998Z
93552025-03-21T18:39:08.998Zrunning 2 tests
93562025-03-21T18:39:09.075Ztest common/src/lib.rs - FileKv (line 40) ... ignored
93572025-03-21T18:39:13.726Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 620) ... ok
93582025-03-21T18:39:13.726Z
93592025-03-21T18:39:13.729Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.75s
93602025-03-21T18:39:13.729Z
93612025-03-21T18:39:13.783Z Doc-tests omicron_ddm_admin_client
93622025-03-21T18:39:13.787Z 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-c4e7c3e6d69869a6/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-3931ba68489a6698.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-8f42ebc0e38ef9f9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5aab157a7e8c894e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-7c07ff066c187489.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`
93632025-03-21T18:39:14.051Z
93642025-03-21T18:39:14.051Zrunning 0 tests
93652025-03-21T18:39:14.051Z
93662025-03-21T18:39:14.051Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93672025-03-21T18:39:14.051Z
93682025-03-21T18:39:14.076Z Doc-tests omicron_dev_lib
93692025-03-21T18:39:14.089Z 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-c4e7c3e6d69869a6/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-20022a2ca525a88e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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`
93702025-03-21T18:39:14.318Z
93712025-03-21T18:39:14.318Zrunning 0 tests
93722025-03-21T18:39:14.318Z
93732025-03-21T18:39:14.318Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93742025-03-21T18:39:14.318Z
93752025-03-21T18:39:14.342Z Doc-tests omicron_gateway
93762025-03-21T18:39:14.345Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-8655b87cc87891ac.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-3b732f5de9546b06.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-86c0f344a5793d7f.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-2c7e628874fe7c53.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-29e1efb1dc6ce857.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-dd9c9cb3b172dd2e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3a088634bc6f9b5b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3464f7c924df8db8.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-bcb50325f21c2099.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`
93772025-03-21T18:39:14.983Z
93782025-03-21T18:39:14.983Zrunning 0 tests
93792025-03-21T18:39:14.983Z
93802025-03-21T18:39:14.983Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93812025-03-21T18:39:14.983Z
93822025-03-21T18:39:15.025Z Doc-tests omicron_ls_apis
93832025-03-21T18:39:15.029Z 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-c4e7c3e6d69869a6/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-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e0bdeb5870d332e1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-f02e54aeaf4eb502.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.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`
93842025-03-21T18:39:15.229Z
93852025-03-21T18:39:15.229Zrunning 1 test
93862025-03-21T18:39:15.232Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
93872025-03-21T18:39:15.232Z
93882025-03-21T18:39:15.232Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
93892025-03-21T18:39:15.232Z
93902025-03-21T18:39:15.245Z Doc-tests omicron_nexus
93912025-03-21T18:39:15.250Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-20915d3e2ac0a11c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-8f797db05b3d5610.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-cf67ce5b0dad110e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b7b123aba39a0510.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6cd3572c408f5a5c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d1ed29fdbb3e309f.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cc92b1fdf2d224b5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fe0e4ef920deb7d1.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-104c66aad97970ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4e93af2543212c00.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d8d6010ef8f02e65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-39deae43b9d82b8c.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-3b732f5de9546b06.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-a2083d6ee951657b.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-438d2c5eb9782f9f.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-2c7e628874fe7c53.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-60fe730350a2ad38.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-6c2d10e7b70753f7.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-84a41e36111c5b46.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21af4280d8d3bf12.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-01214f70f275cb4f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-24c622d450ecb364.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1842958146b803da.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-eaee192b88cc1ca6.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-636718a038f690bb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-9723079429974a39.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-807a557fa3b10da3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ac2e0353caec27bf.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-d4eab6bc35a3fe35.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-093e6926b91db711.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3c6be11e1ede4e34.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-d389537131c650c0.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-635102a58f9e4d51.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-cc9bda8d14f9f1e3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-7e4549619d1e0a39.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-1c39ba816ac07495.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.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-8bbe0c9e09a3246e.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2dec0764758cac56.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f690f1d8feae58f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.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-0855bdb620d75990.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ada969df638ac0eb.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-330562689f633ac4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3a088634bc6f9b5b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3464f7c924df8db8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-e35e3e664c076d4c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.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-5aab157a7e8c894e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8bb0f0dce7516ab9.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b58e0df12ff1a74e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-1cc8a26705773e67.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-bf3499c0732349d3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-602497b7914c8656.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e70c9909e1c30a44.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fd1a688fa2ef92bd.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-10a08c345b0e6422.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-8a701ab676126771.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-5d3dd039711f705b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1a62de45ece3eaa4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b050a7a02a78cbb8.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-bcb50325f21c2099.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bfa3bd5f47e1031d.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-730b254f743318d8.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8b0a71ebe284cedd.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c00c35aa9e5ce043.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-06cf3283e5271ee7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8742d05d4bac54c7.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`
93922025-03-21T18:39:17.405Z
93932025-03-21T18:39:17.405Zrunning 5 tests
93942025-03-21T18:39:17.409Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 244) ... ignored
93952025-03-21T18:39:20.464Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 824) ... ok
93962025-03-21T18:39:20.514Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 888) ... ok
93972025-03-21T18:39:20.519Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 918) ... ok
93982025-03-21T18:39:20.522Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 846) ... ok
93992025-03-21T18:39:20.522Z
94002025-03-21T18:39:20.522Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.12s
94012025-03-21T18:39:20.522Z
94022025-03-21T18:39:20.611Z Doc-tests omicron_package
94032025-03-21T18:39:20.615Z 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-c4e7c3e6d69869a6/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-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e0bdeb5870d332e1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-2c7e628874fe7c53.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-d6a02a3b43ab383b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-7cd722b700be2727.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-b6ff835e5306a45a.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-2b599898b54218bb.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`
94042025-03-21T18:39:20.882Z
94052025-03-21T18:39:20.882Zrunning 0 tests
94062025-03-21T18:39:20.882Z
94072025-03-21T18:39:20.882Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94082025-03-21T18:39:20.882Z
94092025-03-21T18:39:20.902Z Doc-tests omicron_passwords
94102025-03-21T18:39:20.905Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-6cd3572c408f5a5c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-10a08c345b0e6422.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`
94112025-03-21T18:39:21.024Z
94122025-03-21T18:39:21.024Zrunning 0 tests
94132025-03-21T18:39:21.024Z
94142025-03-21T18:39:21.024Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94152025-03-21T18:39:21.024Z
94162025-03-21T18:39:21.037Z Doc-tests omicron_pins
94172025-03-21T18:39:21.040Z 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-c4e7c3e6d69869a6/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-94932e580f588423.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-adcdc6bfd3808e20.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e0bdeb5870d332e1.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-ba606ec8a7b14146.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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`
94182025-03-21T18:39:21.141Z
94192025-03-21T18:39:21.141Zrunning 0 tests
94202025-03-21T18:39:21.141Z
94212025-03-21T18:39:21.141Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94222025-03-21T18:39:21.141Z
94232025-03-21T18:39:21.153Z Doc-tests omicron_rpaths
94242025-03-21T18:39:21.157Z 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-c4e7c3e6d69869a6/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-b4246d31d7e531f3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94252025-03-21T18:39:21.233Z
94262025-03-21T18:39:21.233Zrunning 0 tests
94272025-03-21T18:39:21.233Z
94282025-03-21T18:39:21.233Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94292025-03-21T18:39:21.233Z
94302025-03-21T18:39:21.244Z Doc-tests omicron_sled_agent
94312025-03-21T18:39:21.248Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-0b0461f01fbc7410.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-8a33f2c235b0ec9a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7a8176c88c086b30.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-4f352bd37c38d1aa.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d1ed29fdbb3e309f.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-104c66aad97970ca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-4e93af2543212c00.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d8d6010ef8f02e65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-39deae43b9d82b8c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-0173d020d94cf3b3.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-f18d930debce814c.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-2c7e628874fe7c53.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3c129ad2d5481692.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-67f961dcb7552aff.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-6c2d10e7b70753f7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21af4280d8d3bf12.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d715a228eafbbd0e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b6b46539c0df711f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-8f42ebc0e38ef9f9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6f690f1d8feae58f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f4a00c8e48b2f51a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3a088634bc6f9b5b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3464f7c924df8db8.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-8bb0f0dce7516ab9.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cd6736285ed7f60c.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-0b5be379dd465c64.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-1cc8a26705773e67.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-c8f015af5a3af7d9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-0f4e02e728d26142.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-7c6693e74ff6d77d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1a62de45ece3eaa4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b050a7a02a78cbb8.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-70757c083d66c46f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2b599898b54218bb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7c07ff066c187489.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-02bc60481711bd81.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-4a3c2e813716afe0.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-6b157dc50018a28d.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 tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ecb165813a8f5503.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`
94322025-03-21T18:39:22.860Z
94332025-03-21T18:39:22.860Zrunning 0 tests
94342025-03-21T18:39:22.860Z
94352025-03-21T18:39:22.860Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94362025-03-21T18:39:22.860Z
94372025-03-21T18:39:22.925Z Doc-tests omicron_test_utils
94382025-03-21T18:39:22.928Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-e99e459d55ad9ba9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-45cd223c1bc5665d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-bf3499c0732349d3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-4a68b3eecd5d51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-602497b7914c8656.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`
94392025-03-21T18:39:23.255Z
94402025-03-21T18:39:23.255Zrunning 3 tests
94412025-03-21T18:39:23.258Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 237) ... ignored
94422025-03-21T18:39:28.878Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 205) ... ok
94432025-03-21T18:39:28.908Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 249) ... ok
94442025-03-21T18:39:28.911Z
94452025-03-21T18:39:28.911Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.65s
94462025-03-21T18:39:28.911Z
94472025-03-21T18:39:28.940Z Doc-tests omicron_uuid_kinds
94482025-03-21T18:39:28.944Z 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-c4e7c3e6d69869a6/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`
94492025-03-21T18:39:29.070Z
94502025-03-21T18:39:29.070Zrunning 0 tests
94512025-03-21T18:39:29.070Z
94522025-03-21T18:39:29.070Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94532025-03-21T18:39:29.070Z
94542025-03-21T18:39:29.081Z Doc-tests omicron_workspace_hack
94552025-03-21T18:39:29.086Z 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-c4e7c3e6d69869a6/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-94932e580f588423.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-546ca2b8c4690a10.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 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-d4d7b1a7a2996c10.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-258110f7dbc5be4a.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-8f2df18473562869.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-42263bb662c99507.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-4c4a5b8e20b3054c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-6e408b59dbc54863.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-aee7dbe5a0bae24f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-5924188bd02e8a8d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b58e0df12ff1a74e.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-bf3499c0732349d3.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-af772249a6769106.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-00a03bff956e80e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-429cd774d45cbd7f.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-642a4257da59b455.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-6c02ce0437a7d712.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-ab13e610a31ec249.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_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-01e4a0be8cd7addb.rlib --extern zip_f595c2ba2a3f28df=/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`
94562025-03-21T18:39:29.156Z
94572025-03-21T18:39:29.156Zrunning 0 tests
94582025-03-21T18:39:29.156Z
94592025-03-21T18:39:29.156Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94602025-03-21T18:39:29.156Z
94612025-03-21T18:39:29.165Z Doc-tests openapi_manager
94622025-03-21T18:39:29.168Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-8a33f2c235b0ec9a.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-579377c124a9dd19.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-b2e84dbab2af548f.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-7f62531d87d3266a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.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-8655b87cc87891ac.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-479ba3cc603adbdd.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-eaee192b88cc1ca6.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-636718a038f690bb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-41a9af98fe0171c8.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-339ae149f620f117.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-e0cb726d63dd4735.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c8f015af5a3af7d9.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-6c02ce0437a7d712.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7c6693e74ff6d77d.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-e5a825755c83162c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94632025-03-21T18:39:29.700Z
94642025-03-21T18:39:29.700Zrunning 0 tests
94652025-03-21T18:39:29.700Z
94662025-03-21T18:39:29.700Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94672025-03-21T18:39:29.700Z
94682025-03-21T18:39:29.733Z Doc-tests openapi_manager_types
94692025-03-21T18:39:29.737Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-4c4a5b8e20b3054c.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-339ae149f620f117.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`
94702025-03-21T18:39:29.820Z
94712025-03-21T18:39:29.820Zrunning 2 tests
94722025-03-21T18:39:30.125Ztest dev-tools/openapi-manager/types/src/versions.rs - versions::api_versions (line 108) ... ok
94732025-03-21T18:39:30.184Ztest dev-tools/openapi-manager/types/src/versions.rs - versions::api_versions (line 90) ... ok
94742025-03-21T18:39:30.184Z
94752025-03-21T18:39:30.184Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s
94762025-03-21T18:39:30.184Z
94772025-03-21T18:39:30.184Z Doc-tests oxide_client
94782025-03-21T18:39:30.184Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-4c4a5b8e20b3054c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-0855bdb620d75990.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-5aab157a7e8c894e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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`
94792025-03-21T18:39:35.060Z
94802025-03-21T18:39:35.060Zrunning 239 tests
94812025-03-21T18:39:35.066Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_create (line 25) ... ignored
94822025-03-21T18:39:35.066Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_delete (line 25) ... ignored
94832025-03-21T18:39:35.066Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_list (line 27) ... ignored
94842025-03-21T18:39:35.066Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_member_instance_add (line 26) ... ignored
94852025-03-21T18:39:35.066Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_member_instance_delete (line 26) ... ignored
94862025-03-21T18:39:35.066Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_member_instance_view (line 26) ... ignored
94872025-03-21T18:39:35.066Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_member_list (line 28) ... ignored
94882025-03-21T18:39:35.066Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_update (line 26) ... ignored
94892025-03-21T18:39:35.066Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::affinity_group_view (line 25) ... ignored
94902025-03-21T18:39:35.066Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 25) ... ignored
94912025-03-21T18:39:35.066Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 25) ... ignored
94922025-03-21T18:39:35.066Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 27) ... ignored
94932025-03-21T18:39:35.066Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 26) ... ignored
94942025-03-21T18:39:35.066Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 26) ... ignored
94952025-03-21T18:39:35.066Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 26) ... ignored
94962025-03-21T18:39:35.066Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 28) ... ignored
94972025-03-21T18:39:35.066Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 26) ... ignored
94982025-03-21T18:39:35.066Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 25) ... ignored
94992025-03-21T18:39:35.066Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
95002025-03-21T18:39:35.066Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
95012025-03-21T18:39:35.066Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
95022025-03-21T18:39:35.066Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
95032025-03-21T18:39:35.066Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
95042025-03-21T18:39:35.066Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
95052025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
95062025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
95072025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
95082025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
95092025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
95102025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
95112025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
95122025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
95132025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
95142025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
95152025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
95162025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
95172025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
95182025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
95192025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
95202025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
95212025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
95222025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
95232025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_create (line 22) ... ignored
95242025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_delete (line 26) ... ignored
95252025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_download (line 24) ... ignored
95262025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_download_file (line 25) ... ignored
95272025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_head (line 24) ... ignored
95282025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_head_file (line 25) ... ignored
95292025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_index (line 24) ... ignored
95302025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_list (line 26) ... ignored
95312025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_view (line 24) ... ignored
95322025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::timeseries_query (line 27) ... ignored
95332025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
95342025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
95352025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
95362025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
95372025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
95382025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
95392025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
95402025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
95412025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
95422025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
95432025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
95442025-03-21T18:39:35.067Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
95452025-03-21T18:39:35.068Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
95462025-03-21T18:39:35.068Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
95472025-03-21T18:39:35.068Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
95482025-03-21T18:39:35.068Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
95492025-03-21T18:39:35.068Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
95502025-03-21T18:39:35.068Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
95512025-03-21T18:39:35.068Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
95522025-03-21T18:39:35.068Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
95532025-03-21T18:39:35.068Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
95542025-03-21T18:39:35.068Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
95552025-03-21T18:39:35.068Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
95562025-03-21T18:39:35.068Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
95572025-03-21T18:39:35.068Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
95582025-03-21T18:39:35.068Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
95592025-03-21T18:39:35.068Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 26) ... ignored
95602025-03-21T18:39:35.068Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
95612025-03-21T18:39:35.068Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
95622025-03-21T18:39:35.068Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
95632025-03-21T18:39:35.068Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
95642025-03-21T18:39:35.068Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
95652025-03-21T18:39:35.068Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
95662025-03-21T18:39:35.073Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
95672025-03-21T18:39:35.073Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
95682025-03-21T18:39:35.073Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
95692025-03-21T18:39:35.073Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
95702025-03-21T18:39:35.073Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
95712025-03-21T18:39:35.073Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
95722025-03-21T18:39:35.073Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
95732025-03-21T18:39:35.073Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
95742025-03-21T18:39:35.073Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
95752025-03-21T18:39:35.073Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
95762025-03-21T18:39:35.073Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
95772025-03-21T18:39:35.073Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
95782025-03-21T18:39:35.073Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
95792025-03-21T18:39:35.073Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
95802025-03-21T18:39:35.073Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
95812025-03-21T18:39:35.073Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
95822025-03-21T18:39:35.073Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
95832025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
95842025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 26) ... ignored
95852025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
95862025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 26) ... ignored
95872025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
95882025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
95892025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
95902025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
95912025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
95922025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
95932025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
95942025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
95952025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
95962025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
95972025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
95982025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
95992025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
96002025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored
96012025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
96022025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
96032025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
96042025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
96052025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
96062025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
96072025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
96082025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
96092025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
96102025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
96112025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
96122025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
96132025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
96142025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 22) ... ignored
96152025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 24) ... ignored
96162025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 26) ... ignored
96172025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 27) ... ignored
96182025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 28) ... ignored
96192025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 25) ... ignored
96202025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 24) ... ignored
96212025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 27) ... ignored
96222025-03-21T18:39:35.074Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 22) ... ignored
96232025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 22) ... ignored
96242025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 27) ... ignored
96252025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 27) ... ignored
96262025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 24) ... ignored
96272025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 24) ... ignored
96282025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 25) ... ignored
96292025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 24) ... ignored
96302025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 24) ... ignored
96312025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
96322025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 24) ... ignored
96332025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 25) ... ignored
96342025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
96352025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
96362025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
96372025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
96382025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored
96392025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored
96402025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
96412025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
96422025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
96432025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
96442025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 26) ... ignored
96452025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 24) ... ignored
96462025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 24) ... ignored
96472025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
96482025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
96492025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 26) ... ignored
96502025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 22) ... ignored
96512025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
96522025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
96532025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
96542025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
96552025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
96562025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
96572025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 27) ... ignored
96582025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 26) ... ignored
96592025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 29) ... ignored
96602025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
96612025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
96622025-03-21T18:39:35.075Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
96632025-03-21T18:39:35.076Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
96642025-03-21T18:39:35.076Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
96652025-03-21T18:39:35.076Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
96662025-03-21T18:39:35.080Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
96672025-03-21T18:39:35.080Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
96682025-03-21T18:39:35.080Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
96692025-03-21T18:39:35.080Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
96702025-03-21T18:39:35.080Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
96712025-03-21T18:39:35.080Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
96722025-03-21T18:39:35.080Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
96732025-03-21T18:39:35.080Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
96742025-03-21T18:39:35.080Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
96752025-03-21T18:39:35.080Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
96762025-03-21T18:39:35.080Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
96772025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
96782025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
96792025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
96802025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
96812025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
96822025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
96832025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
96842025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
96852025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
96862025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
96872025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 26) ... ignored
96882025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 27) ... ignored
96892025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 27) ... ignored
96902025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 28) ... ignored
96912025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 29) ... ignored
96922025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 27) ... ignored
96932025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 28) ... ignored
96942025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 29) ... ignored
96952025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 28) ... ignored
96962025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 26) ... ignored
96972025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
96982025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
96992025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 32) ... ignored
97002025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
97012025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
97022025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
97032025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
97042025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
97052025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
97062025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
97072025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
97082025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
97092025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
97102025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
97112025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
97122025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
97132025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
97142025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
97152025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
97162025-03-21T18:39:35.081Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
97172025-03-21T18:39:35.082Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
97182025-03-21T18:39:35.082Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
97192025-03-21T18:39:35.082Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
97202025-03-21T18:39:35.082Z
97212025-03-21T18:39:35.082Ztest result: ok. 0 passed; 0 failed; 239 ignored; 0 measured; 0 filtered out; finished in 0.01s
97222025-03-21T18:39:35.082Z
97232025-03-21T18:39:35.166Z Doc-tests oximeter
97242025-03-21T18:39:35.171Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-4c4a5b8e20b3054c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ba1653f96913003a.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-e2f2efe1c2b7338f.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-4948e26193de673b.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0f530f08cd0c392.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`
97252025-03-21T18:39:35.426Z
97262025-03-21T18:39:35.426Zrunning 2 tests
97272025-03-21T18:39:35.429Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
97282025-03-21T18:39:36.694Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
97292025-03-21T18:39:36.721Z
97302025-03-21T18:39:36.721Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.19s
97312025-03-21T18:39:36.721Z
97322025-03-21T18:39:36.729Z Doc-tests oximeter_api
97332025-03-21T18:39:36.730Z 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-c4e7c3e6d69869a6/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-f314810ca873fdc5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-e0cb726d63dd4735.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`
97342025-03-21T18:39:36.930Z
97352025-03-21T18:39:36.930Zrunning 2 tests
97362025-03-21T18:39:36.934Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 25) ... ignored
97372025-03-21T18:39:36.934Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 31) ... ignored
97382025-03-21T18:39:36.934Z
97392025-03-21T18:39:36.934Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
97402025-03-21T18:39:36.934Z
97412025-03-21T18:39:36.953Z Doc-tests oximeter_client
97422025-03-21T18:39:36.956Z 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-c4e7c3e6d69869a6/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-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ada969df638ac0eb.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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`
97432025-03-21T18:39:37.322Z
97442025-03-21T18:39:37.322Zrunning 0 tests
97452025-03-21T18:39:37.322Z
97462025-03-21T18:39:37.322Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97472025-03-21T18:39:37.322Z
97482025-03-21T18:39:37.350Z Doc-tests oximeter_collector
97492025-03-21T18:39:37.354Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6eab0af28e65d10c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bec31b8788df09d7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21af4280d8d3bf12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-b5c3e4d522248b21.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-df7c36869dc1a4de.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-e0cb726d63dd4735.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ada969df638ac0eb.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-330562689f633ac4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b58e0df12ff1a74e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-9ff3b1babf0a8e05.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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`
97502025-03-21T18:39:37.892Z
97512025-03-21T18:39:37.893Zrunning 0 tests
97522025-03-21T18:39:37.893Z
97532025-03-21T18:39:37.893Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97542025-03-21T18:39:37.893Z
97552025-03-21T18:39:37.934Z Doc-tests oximeter_db
97562025-03-21T18:39:37.939Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-6505a1c5a8ae867a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-f52229569f70f3a4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-eed672c31e8ec6d2.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e14cfeb526a35913.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6cd3572c408f5a5c.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-f314810ca873fdc5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-ac3c98dac84b8d92.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-e35e3e664c076d4c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1be4fcd8a43955fc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b58e0df12ff1a74e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c34d54190d6438f9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-bf3499c0732349d3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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_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 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`
97572025-03-21T18:39:38.918Z
97582025-03-21T18:39:38.918Zrunning 5 tests
97592025-03-21T18:39:38.922Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
97602025-03-21T18:39:38.922Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
97612025-03-21T18:39:38.922Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
97622025-03-21T18:39:38.922Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
97632025-03-21T18:39:38.923Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
97642025-03-21T18:39:38.923Z
97652025-03-21T18:39:38.923Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
97662025-03-21T18:39:38.923Z
97672025-03-21T18:39:38.966Z Doc-tests oximeter_instruments
97682025-03-21T18:39:38.969Z 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-c4e7c3e6d69869a6/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-f314810ca873fdc5.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-4c4a5b8e20b3054c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3a088634bc6f9b5b.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`
97692025-03-21T18:39:39.357Z
97702025-03-21T18:39:39.357Zrunning 0 tests
97712025-03-21T18:39:39.357Z
97722025-03-21T18:39:39.357Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97732025-03-21T18:39:39.357Z
97742025-03-21T18:39:39.389Z Doc-tests oximeter_macro_impl
97752025-03-21T18:39:39.392Z 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-c4e7c3e6d69869a6/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-4c4a5b8e20b3054c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ba1653f96913003a.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`
97762025-03-21T18:39:39.483Z
97772025-03-21T18:39:39.483Zrunning 0 tests
97782025-03-21T18:39:39.483Z
97792025-03-21T18:39:39.483Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97802025-03-21T18:39:39.483Z
97812025-03-21T18:39:39.493Z Doc-tests oximeter_producer
97822025-03-21T18:39:39.497Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-f314810ca873fdc5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-21af4280d8d3bf12.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2b76e78ca47400be.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3464f7c924df8db8.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`
97832025-03-21T18:39:39.899Z
97842025-03-21T18:39:39.899Zrunning 0 tests
97852025-03-21T18:39:39.900Z
97862025-03-21T18:39:39.900Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97872025-03-21T18:39:39.900Z
97882025-03-21T18:39:39.935Z Doc-tests oximeter_schema
97892025-03-21T18:39:39.939Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-4c4a5b8e20b3054c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-e2f2efe1c2b7338f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0f530f08cd0c392.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`
97902025-03-21T18:39:40.241Z
97912025-03-21T18:39:40.241Zrunning 0 tests
97922025-03-21T18:39:40.241Z
97932025-03-21T18:39:40.241Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97942025-03-21T18:39:40.241Z
97952025-03-21T18:39:40.266Z Doc-tests oximeter_test_utils
97962025-03-21T18:39:40.270Z 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-c4e7c3e6d69869a6/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-94932e580f588423.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-bb251cc16f867c81.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-eed672c31e8ec6d2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7fc8dbdbce61af0f.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ba1653f96913003a.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-ac3c98dac84b8d92.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0f530f08cd0c392.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`
97972025-03-21T18:39:40.595Z
97982025-03-21T18:39:40.595Zrunning 0 tests
97992025-03-21T18:39:40.595Z
98002025-03-21T18:39:40.595Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98012025-03-21T18:39:40.595Z
98022025-03-21T18:39:40.626Z Doc-tests oximeter_timeseries_macro
98032025-03-21T18:39:40.629Z 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-c4e7c3e6d69869a6/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-4c4a5b8e20b3054c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-a5b7242cbc0f8044.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-4948e26193de673b.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-854cbbd16210f886.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`
98042025-03-21T18:39:40.860Z
98052025-03-21T18:39:40.860Zrunning 0 tests
98062025-03-21T18:39:40.860Z
98072025-03-21T18:39:40.860Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98082025-03-21T18:39:40.860Z
98092025-03-21T18:39:40.882Z Doc-tests oximeter_types
98102025-03-21T18:39:40.886Z 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-c4e7c3e6d69869a6/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-6cd3572c408f5a5c.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-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ba1653f96913003a.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0f530f08cd0c392.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-41508e168e2f610e.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-bf3499c0732349d3.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-e3af39f1dfb8b823.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`
98112025-03-21T18:39:41.443Z
98122025-03-21T18:39:41.443Zrunning 11 tests
98132025-03-21T18:39:42.076Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
98142025-03-21T18:39:49.315Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
98152025-03-21T18:39:49.331Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
98162025-03-21T18:39:49.474Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
98172025-03-21T18:39:49.490Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
98182025-03-21T18:39:49.609Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
98192025-03-21T18:39:49.669Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
98202025-03-21T18:39:49.815Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 928) ... ok
98212025-03-21T18:39:49.874Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
98222025-03-21T18:39:54.782Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
98232025-03-21T18:39:54.860Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
98242025-03-21T18:39:54.864Z
98252025-03-21T18:39:54.865Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 13.42s
98262025-03-21T18:39:54.865Z
98272025-03-21T18:39:54.900Z Doc-tests oxlog
98282025-03-21T18:39:54.903Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-4c4a5b8e20b3054c.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-d098827d9c7bc9d8.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`
98292025-03-21T18:39:54.991Z
98302025-03-21T18:39:54.991Zrunning 0 tests
98312025-03-21T18:39:54.991Z
98322025-03-21T18:39:54.991Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98332025-03-21T18:39:54.991Z
98342025-03-21T18:39:55.002Z Doc-tests oxql_types
98352025-03-21T18:39:55.005Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-4c4a5b8e20b3054c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d0f530f08cd0c392.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-e35e3e664c076d4c.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`
98362025-03-21T18:39:55.354Z
98372025-03-21T18:39:55.354Zrunning 0 tests
98382025-03-21T18:39:55.354Z
98392025-03-21T18:39:55.354Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98402025-03-21T18:39:55.354Z
98412025-03-21T18:39:55.381Z Doc-tests range_requests
98422025-03-21T18:39:55.384Z 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-c4e7c3e6d69869a6/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-f314810ca873fdc5.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-4c4a5b8e20b3054c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-b80559f275807c7f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-1cc8a26705773e67.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`
98432025-03-21T18:39:55.551Z
98442025-03-21T18:39:55.551Zrunning 0 tests
98452025-03-21T18:39:55.551Z
98462025-03-21T18:39:55.551Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98472025-03-21T18:39:55.551Z
98482025-03-21T18:39:55.569Z Doc-tests repo_depot_api
98492025-03-21T18:39:55.572Z 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-c4e7c3e6d69869a6/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-f314810ca873fdc5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c8f015af5a3af7d9.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`
98502025-03-21T18:39:55.816Z
98512025-03-21T18:39:55.816Zrunning 2 tests
98522025-03-21T18:39:55.820Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 19) ... ignored
98532025-03-21T18:39:55.820Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 25) ... ignored
98542025-03-21T18:39:55.820Z
98552025-03-21T18:39:55.820Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
98562025-03-21T18:39:55.820Z
98572025-03-21T18:39:55.838Z Doc-tests repo_depot_client
98582025-03-21T18:39:55.841Z 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-c4e7c3e6d69869a6/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-4c4a5b8e20b3054c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-0f4e02e728d26142.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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`
98592025-03-21T18:39:56.032Z
98602025-03-21T18:39:56.032Zrunning 0 tests
98612025-03-21T18:39:56.032Z
98622025-03-21T18:39:56.032Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98632025-03-21T18:39:56.032Z
98642025-03-21T18:39:56.052Z Doc-tests sled_agent_api
98652025-03-21T18:39:56.055Z 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-c4e7c3e6d69869a6/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-f314810ca873fdc5.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-b6b46539c0df711f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.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-7c6693e74ff6d77d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b050a7a02a78cbb8.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-70757c083d66c46f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7c07ff066c187489.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`
98662025-03-21T18:39:56.480Z
98672025-03-21T18:39:56.480Zrunning 2 tests
98682025-03-21T18:39:56.484Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 80) ... ignored
98692025-03-21T18:39:56.484Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 86) ... ignored
98702025-03-21T18:39:56.484Z
98712025-03-21T18:39:56.484Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
98722025-03-21T18:39:56.484Z
98732025-03-21T18:39:56.510Z Doc-tests sled_agent_client
98742025-03-21T18:39:56.514Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-b6b46539c0df711f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8bb0f0dce7516ab9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-1a62de45ece3eaa4.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`
98752025-03-21T18:39:58.178Z
98762025-03-21T18:39:58.178Zrunning 0 tests
98772025-03-21T18:39:58.178Z
98782025-03-21T18:39:58.178Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98792025-03-21T18:39:58.178Z
98802025-03-21T18:39:58.227Z Doc-tests sled_agent_types
98812025-03-21T18:39:58.231Z 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-c4e7c3e6d69869a6/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-94932e580f588423.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-be3fd398a6d21510.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0b0461f01fbc7410.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-b6b46539c0df711f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-bfb5e4b7d95a59b8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8bb0f0dce7516ab9.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-b050a7a02a78cbb8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7c07ff066c187489.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`
98822025-03-21T18:39:58.931Z
98832025-03-21T18:39:58.931Zrunning 0 tests
98842025-03-21T18:39:58.931Z
98852025-03-21T18:39:58.931Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98862025-03-21T18:39:58.931Z
98872025-03-21T18:39:58.968Z Doc-tests sled_diagnostics
98882025-03-21T18:39:58.972Z 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-c4e7c3e6d69869a6/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-4c4a5b8e20b3054c.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-70757c083d66c46f.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`
98892025-03-21T18:39:59.110Z
98902025-03-21T18:39:59.110Zrunning 0 tests
98912025-03-21T18:39:59.110Z
98922025-03-21T18:39:59.110Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98932025-03-21T18:39:59.110Z
98942025-03-21T18:39:59.124Z Doc-tests sled_hardware
98952025-03-21T18:39:59.128Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-1cca5c0aed2a5387.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2c7e628874fe7c53.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-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.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-2b599898b54218bb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7c07ff066c187489.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-6b157dc50018a28d.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`
98962025-03-21T18:39:59.488Z
98972025-03-21T18:39:59.488Zrunning 0 tests
98982025-03-21T18:39:59.488Z
98992025-03-21T18:39:59.488Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99002025-03-21T18:39:59.488Z
99012025-03-21T18:39:59.517Z Doc-tests sled_hardware_types
99022025-03-21T18:39:59.521Z 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-c4e7c3e6d69869a6/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-2c7e628874fe7c53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c87dc90a3e23a685.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-7c07ff066c187489.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99032025-03-21T18:39:59.804Z
99042025-03-21T18:39:59.804Zrunning 0 tests
99052025-03-21T18:39:59.804Z
99062025-03-21T18:39:59.804Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99072025-03-21T18:39:59.804Z
99082025-03-21T18:39:59.831Z Doc-tests sled_storage
99092025-03-21T18:39:59.834Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-d1ad1b900079a84c.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-2c7e628874fe7c53.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-67f961dcb7552aff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.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-2b599898b54218bb.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-02bc60481711bd81.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`
99102025-03-21T18:40:00.247Z
99112025-03-21T18:40:00.247Zrunning 0 tests
99122025-03-21T18:40:00.247Z
99132025-03-21T18:40:00.247Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99142025-03-21T18:40:00.247Z
99152025-03-21T18:40:00.277Z Doc-tests sp_sim
99162025-03-21T18:40:00.281Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-f314810ca873fdc5.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-86c0f344a5793d7f.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-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-bcb50325f21c2099.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`
99172025-03-21T18:40:00.726Z
99182025-03-21T18:40:00.726Zrunning 0 tests
99192025-03-21T18:40:00.726Z
99202025-03-21T18:40:00.726Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99212025-03-21T18:40:00.726Z
99222025-03-21T18:40:00.756Z Doc-tests typed_rng
99232025-03-21T18:40:00.759Z 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-c4e7c3e6d69869a6/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-4c4a5b8e20b3054c.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-0fe85fbbe4f4b203.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`
99242025-03-21T18:40:00.853Z
99252025-03-21T18:40:00.853Zrunning 0 tests
99262025-03-21T18:40:00.853Z
99272025-03-21T18:40:00.853Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99282025-03-21T18:40:00.853Z
99292025-03-21T18:40:00.862Z Doc-tests update_common
99302025-03-21T18:40:00.865Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-f314810ca873fdc5.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_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-730b254f743318d8.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8b0a71ebe284cedd.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-ecb165813a8f5503.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c00c35aa9e5ce043.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-06cf3283e5271ee7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99312025-03-21T18:40:01.198Z
99322025-03-21T18:40:01.198Zrunning 0 tests
99332025-03-21T18:40:01.198Z
99342025-03-21T18:40:01.198Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99352025-03-21T18:40:01.198Z
99362025-03-21T18:40:01.225Z Doc-tests update_engine
99372025-03-21T18:40:01.228Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-21973901162f5633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-10a08c345b0e6422.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-8742d05d4bac54c7.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`
99382025-03-21T18:40:01.649Z
99392025-03-21T18:40:01.649Zrunning 4 tests
99402025-03-21T18:40:01.654Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
99412025-03-21T18:40:01.654Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
99422025-03-21T18:40:01.654Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
99432025-03-21T18:40:02.445Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
99442025-03-21T18:40:02.445Z
99452025-03-21T18:40:02.446Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.80s
99462025-03-21T18:40:02.446Z
99472025-03-21T18:40:02.468Z Doc-tests wicket
99482025-03-21T18:40:02.471Z 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-c4e7c3e6d69869a6/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-94932e580f588423.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-6cf124313f518f3c.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-d1ad1b900079a84c.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-8bbe0c9e09a3246e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-b6ff835e5306a45a.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-7c07ff066c187489.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-a9d65db47e5fa4ff.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-656d1cfcb7d57bd6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.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-8742d05d4bac54c7.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-981867b6f76fca65.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-08c13f9e5144b234.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-507d671d68964caa.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`
99492025-03-21T18:40:03.359Z
99502025-03-21T18:40:03.359Zrunning 0 tests
99512025-03-21T18:40:03.359Z
99522025-03-21T18:40:03.359Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99532025-03-21T18:40:03.359Z
99542025-03-21T18:40:03.401Z Doc-tests wicket_common
99552025-03-21T18:40:03.405Z 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-c4e7c3e6d69869a6/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-94932e580f588423.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d8d6010ef8f02e65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-39deae43b9d82b8c.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f6b1adc3a6338f0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-7c07ff066c187489.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-656d1cfcb7d57bd6.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8742d05d4bac54c7.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-08c13f9e5144b234.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99562025-03-21T18:40:03.992Z
99572025-03-21T18:40:03.992Zrunning 0 tests
99582025-03-21T18:40:03.992Z
99592025-03-21T18:40:03.992Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99602025-03-21T18:40:03.992Z
99612025-03-21T18:40:04.028Z Doc-tests wicket_dbg
99622025-03-21T18:40:04.031Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-4c4a5b8e20b3054c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c34d54190d6438f9.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-a9d65db47e5fa4ff.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-981867b6f76fca65.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-2e0436adef3d01a5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99632025-03-21T18:40:04.457Z
99642025-03-21T18:40:04.457Zrunning 0 tests
99652025-03-21T18:40:04.457Z
99662025-03-21T18:40:04.457Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99672025-03-21T18:40:04.457Z
99682025-03-21T18:40:04.489Z Doc-tests wicketd
99692025-03-21T18:40:04.494Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-7a8176c88c086b30.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-d8d6010ef8f02e65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7f21ccbadb60cd85.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d1ad1b900079a84c.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-39deae43b9d82b8c.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-3b732f5de9546b06.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-2c7e628874fe7c53.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-efc94d5941e388fd.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-479ba3cc603adbdd.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-180abde797894e4e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3c129ad2d5481692.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1cfd10fae9f6777e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417b339e53d34794.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-8a8588db3f3e1e6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-8f42ebc0e38ef9f9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-21973901162f5633.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-4c4a5b8e20b3054c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-459e8563a1a50418.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-b6ff835e5306a45a.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-7c07ff066c187489.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-730b254f743318d8.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-656d1cfcb7d57bd6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8b0a71ebe284cedd.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c79937b104755d01.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c00c35aa9e5ce043.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-06cf3283e5271ee7.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8742d05d4bac54c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-981867b6f76fca65.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-08c13f9e5144b234.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-8fffcb18f64de18a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-e5a825755c83162c.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-507d671d68964caa.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99702025-03-21T18:40:05.146Z
99712025-03-21T18:40:05.146Zrunning 0 tests
99722025-03-21T18:40:05.146Z
99732025-03-21T18:40:05.146Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99742025-03-21T18:40:05.146Z
99752025-03-21T18:40:05.186Z Doc-tests wicketd_api
99762025-03-21T18:40:05.190Z 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-c4e7c3e6d69869a6/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-7a8176c88c086b30.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f314810ca873fdc5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-39deae43b9d82b8c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1e5858c64367ac2c.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-4c4a5b8e20b3054c.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-7c07ff066c187489.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-08c13f9e5144b234.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-e5a825755c83162c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99772025-03-21T18:40:05.623Z
99782025-03-21T18:40:05.623Zrunning 2 tests
99792025-03-21T18:40:05.626Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 54) ... ignored
99802025-03-21T18:40:05.626Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 60) ... ignored
99812025-03-21T18:40:05.626Z
99822025-03-21T18:40:05.626Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
99832025-03-21T18:40:05.626Z
99842025-03-21T18:40:05.656Z Doc-tests wicketd_client
99852025-03-21T18:40:05.659Z 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-c4e7c3e6d69869a6/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-3c129ad2d5481692.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.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-4c4a5b8e20b3054c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e6bf539448aa7ceb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-6939751d4076c61a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-b050a7a02a78cbb8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7c07ff066c187489.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ee872fdcb5d2633b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-8742d05d4bac54c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-997552641b7d0fec.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-08c13f9e5144b234.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-507d671d68964caa.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99862025-03-21T18:40:07.519Z
99872025-03-21T18:40:07.519Zrunning 0 tests
99882025-03-21T18:40:07.519Z
99892025-03-21T18:40:07.519Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99902025-03-21T18:40:07.519Z
99912025-03-21T18:40:07.571Z Doc-tests xtask_downloader
99922025-03-21T18:40:07.574Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-4c4a5b8e20b3054c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b6ff835e5306a45a.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-531894307f859af2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99932025-03-21T18:40:07.746Z
99942025-03-21T18:40:07.746Zrunning 1 test
99952025-03-21T18:40:07.751Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 229) ... ignored
99962025-03-21T18:40:07.751Z
99972025-03-21T18:40:07.751Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
99982025-03-21T18:40:07.751Z
99992025-03-21T18:40:07.763Z Doc-tests zone_setup
100002025-03-21T18:40:07.767Z 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-c4e7c3e6d69869a6/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-94932e580f588423.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-f314810ca873fdc5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2c7e628874fe7c53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8bbe0c9e09a3246e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4c4a5b8e20b3054c.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-b050a7a02a78cbb8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-7c07ff066c187489.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-9dd182d1d8f17cd0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100012025-03-21T18:40:08.037Z
100022025-03-21T18:40:08.037Zrunning 0 tests
100032025-03-21T18:40:08.037Z
100042025-03-21T18:40:08.037Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100052025-03-21T18:40:08.037Z
100062025-03-21T18:40:08.144Z
100072025-03-21T18:40:08.147Zreal 1:51.164037550
100082025-03-21T18:40:08.147Zuser 2:00.265278694
100092025-03-21T18:40:08.147Zsys 52.548132092
100102025-03-21T18:40:08.147Ztrap 0.024891725
100112025-03-21T18:40:08.147Ztflt 0.754172471
100122025-03-21T18:40:08.148Zdflt 1.689273810
100132025-03-21T18:40:08.148Zkflt 0.003413690
100142025-03-21T18:40:08.148Zlock 1:13.769930237
100152025-03-21T18:40:08.148Zslp 14:13.937161394
100162025-03-21T18:40:08.148Zlat 3.190617099
100172025-03-21T18:40:08.148Zstop 10.394474207
100182025-03-21T18:40:08.148Z+ [[ illumos == \i\l\l\u\m\o\s ]]
100192025-03-21T18:40:08.148Z+ banner live-test
100202025-03-21T18:40:08.148Z
100212025-03-21T18:40:08.148Z # # # # ###### ##### ###### #### #####
100222025-03-21T18:40:08.148Z # # # # # # # # #
100232025-03-21T18:40:08.148Z # # # # ##### ##### # ##### #### #
100242025-03-21T18:40:08.148Z # # # # # # # # #
100252025-03-21T18:40:08.148Z # # # # # # # # # #
100262025-03-21T18:40:08.148Z ###### # ## ###### # ###### #### #
100272025-03-21T18:40:08.148Z
100282025-03-21T18:40:08.148Z+ ptime -m cargo xtask live-tests
100292025-03-21T18:40:08.794Z Compiling serde v1.0.218
100302025-03-21T18:40:08.797Z Compiling serde_json v1.0.139
100312025-03-21T18:40:08.797Z Compiling rustix v0.38.37
100322025-03-21T18:40:08.797Z Compiling libc v0.2.170
100332025-03-21T18:40:08.798Z Compiling syn v2.0.98
100342025-03-21T18:40:08.887Z Compiling bitflags v2.6.0
100352025-03-21T18:40:09.297Z Compiling usdt-impl v0.5.0
100362025-03-21T18:40:09.348Z Compiling syn v1.0.109
100372025-03-21T18:40:09.393Z Compiling hashbrown v0.15.1
100382025-03-21T18:40:09.529Z Compiling log v0.4.22
100392025-03-21T18:40:09.579Z Compiling fs-err v2.11.0
100402025-03-21T18:40:09.900Z Compiling anyhow v1.0.97
100412025-03-21T18:40:09.915Z Compiling once_cell v1.20.3
100422025-03-21T18:40:10.303Z Compiling thread-id v4.2.2
100432025-03-21T18:40:10.407Z Compiling indexmap v2.7.1
100442025-03-21T18:40:11.771Z Compiling terminal_size v0.4.0
100452025-03-21T18:40:11.771Z Compiling tempfile v3.13.0
100462025-03-21T18:40:11.928Z Compiling clap_builder v4.5.31
100472025-03-21T18:40:12.229Z Compiling proc-macro-error v1.0.4
100482025-03-21T18:40:13.003Z Compiling tabled_derive v0.7.0
100492025-03-21T18:40:14.293Z Compiling tabled v0.15.0
100502025-03-21T18:40:14.832Z Compiling serde_derive v1.0.218
100512025-03-21T18:40:14.832Z Compiling thiserror-impl v1.0.69
100522025-03-21T18:40:14.837Z Compiling zerocopy-derive v0.7.35
100532025-03-21T18:40:14.837Z Compiling scroll_derive v0.12.0
100542025-03-21T18:40:14.837Z Compiling thiserror-impl v2.0.11
100552025-03-21T18:40:14.837Z Compiling clap_derive v4.5.28
100562025-03-21T18:40:16.525Z Compiling scroll v0.12.0
100572025-03-21T18:40:17.110Z Compiling goblin v0.8.2
100582025-03-21T18:40:17.163Z Compiling zerocopy v0.7.35
100592025-03-21T18:40:18.030Z Compiling thiserror v1.0.69
100602025-03-21T18:40:18.230Z Compiling pest v2.7.14
100612025-03-21T18:40:18.368Z Compiling thiserror v2.0.11
100622025-03-21T18:40:19.501Z Compiling clap v4.5.31
100632025-03-21T18:40:20.438Z Compiling pest_meta v2.7.14
100642025-03-21T18:40:21.507Z Compiling pest_generator v2.7.14
100652025-03-21T18:40:22.878Z Compiling pest_derive v2.7.14
100662025-03-21T18:40:23.824Z Compiling dtrace-parser v0.2.0
100672025-03-21T18:40:24.336Z Compiling serde_tokenstream v0.2.2
100682025-03-21T18:40:24.434Z Compiling serde_spanned v0.6.8
100692025-03-21T18:40:24.463Z Compiling toml_datetime v0.6.8
100702025-03-21T18:40:24.565Z Compiling camino v1.1.9
100712025-03-21T18:40:24.663Z Compiling cargo-platform v0.1.8
100722025-03-21T18:40:24.692Z Compiling semver v1.0.25
100732025-03-21T18:40:24.692Z Compiling macaddr v1.0.1
100742025-03-21T18:40:24.877Z Compiling toml_edit v0.22.24
100752025-03-21T18:40:25.071Z Compiling camino-tempfile v1.1.1
100762025-03-21T18:40:25.710Z Compiling dof v0.3.0
100772025-03-21T18:40:25.768Z Compiling cargo_metadata v0.19.2
100782025-03-21T18:40:27.116Z Compiling usdt-attr-macro v0.5.0
100792025-03-21T18:40:27.116Z Compiling usdt-macro v0.5.0
100802025-03-21T18:40:27.824Z Compiling toml v0.8.20
100812025-03-21T18:40:28.509Z Compiling usdt v0.5.0
100822025-03-21T18:40:28.579Z Compiling cargo_toml v0.21.0
100832025-03-21T18:40:31.159Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
100842025-03-21T18:40:34.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.39s
100852025-03-21T18:40:34.672Z Running `target/debug/xtask live-tests`
100862025-03-21T18:40:34.710Zusing temporary directory: /var/tmp/omicron_tmp/.tmpBugzls
100872025-03-21T18:40:34.710Zwill create archive file: /var/tmp/omicron_tmp/.tmpBugzls/live-tests-archive/omicron-live-tests.tar.zst
100882025-03-21T18:40:34.710Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
100892025-03-21T18:40:34.710Z
100902025-03-21T18:40:34.725Zrunning: /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/.tmpBugzls/live-tests-archive/omicron-live-tests.tar.zst"
100912025-03-21T18:40:37.056Z Compiling ring v0.17.11
100922025-03-21T18:40:37.197Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
100932025-03-21T18:40:38.798Z Compiling rustls v0.23.19
100942025-03-21T18:40:38.802Z Compiling rustls v0.22.4
100952025-03-21T18:40:40.467Z Compiling rustls-webpki v0.102.8
100962025-03-21T18:40:40.467Z Compiling rcgen v0.12.1
100972025-03-21T18:40:43.905Z Compiling tokio-rustls v0.25.0
100982025-03-21T18:40:44.229Z Compiling dropshot v0.12.0
100992025-03-21T18:40:44.229Z Compiling dropshot v0.16.0
101002025-03-21T18:40:45.796Z Compiling tokio-rustls v0.26.0
101012025-03-21T18:40:46.090Z Compiling hyper-rustls v0.27.3
101022025-03-21T18:40:46.457Z Compiling reqwest v0.12.12
101032025-03-21T18:40:47.939Z Compiling qorb v0.2.1
101042025-03-21T18:40:49.399Z Compiling progenitor-client v0.8.0
101052025-03-21T18:40:49.638Z Compiling progenitor-client v0.9.1
101062025-03-21T18:40:49.711Z Compiling progenitor v0.8.0
101072025-03-21T18:40:50.207Z Compiling progenitor v0.9.1
101082025-03-21T18:40:50.332Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
101092025-03-21T18:40:50.332Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
101102025-03-21T18:40:50.332Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
101112025-03-21T18:40:52.079Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
101122025-03-21T18:40:56.460Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
101132025-03-21T18:40:56.460Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
101142025-03-21T18:40:56.570Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
101152025-03-21T18:40:56.570Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
101162025-03-21T18:40:56.570Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
101172025-03-21T18:40:56.570Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
101182025-03-21T18:40:56.570Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
101192025-03-21T18:40:56.570Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
101202025-03-21T18:40:56.570Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
101212025-03-21T18:40:56.570Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
101222025-03-21T18:40:56.570Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
101232025-03-21T18:40:56.570Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
101242025-03-21T18:40:56.570Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
101252025-03-21T18:40:56.570Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
101262025-03-21T18:40:56.570Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
101272025-03-21T18:40:56.570Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
101282025-03-21T18:40:56.570Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
101292025-03-21T18:40:56.570Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
101302025-03-21T18:40:56.570Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
101312025-03-21T18:41:02.689Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
101322025-03-21T18:41:02.692Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
101332025-03-21T18:41:02.692Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
101342025-03-21T18:41:02.692Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
101352025-03-21T18:41:02.692Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
101362025-03-21T18:41:02.692Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
101372025-03-21T18:41:04.874Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
101382025-03-21T18:41:05.588Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
101392025-03-21T18:41:05.611Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
101402025-03-21T18:41:05.614Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
101412025-03-21T18:41:06.252Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
101422025-03-21T18:41:06.583Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
101432025-03-21T18:41:06.844Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
101442025-03-21T18:41:07.355Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
101452025-03-21T18:41:09.267Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
101462025-03-21T18:41:09.304Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
101472025-03-21T18:41:09.603Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
101482025-03-21T18:41:14.702Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
101492025-03-21T18:41:22.026Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
101502025-03-21T18:41:22.026Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
101512025-03-21T18:41:22.030Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
101522025-03-21T18:41:23.794Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
101532025-03-21T18:42:44.140Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
101542025-03-21T18:43:04.450Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 28s
101552025-03-21T18:43:04.672Zinfo: experimental features enabled: setup-scripts
101562025-03-21T18:43:04.679Z Archiving 1 binary, 1 build script output directory, 3 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpBugzls/live-tests-archive/omicron-live-tests.tar.zst
101572025-03-21T18:43:05.104Z Archived 46 files to /var/tmp/omicron_tmp/.tmpBugzls/live-tests-archive/omicron-live-tests.tar.zst in 0.43s
101582025-03-21T18:43:05.154Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpBugzls/live-tests-archive\""
101592025-03-21T18:43:05.166Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpBugzls" "live-tests-archive"
101602025-03-21T18:43:05.238Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
101612025-03-21T18:43:05.238Zcreated:
101622025-03-21T18:43:05.238ZTo use this:
101632025-03-21T18:43:05.238Z
101642025-03-21T18:43:05.238Z1. Copy the tarball to the switch zone in a deployed Omicron system.
101652025-03-21T18:43:05.238Z
101662025-03-21T18:43:05.244Z e.g., scp \
101672025-03-21T18:43:05.244Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
101682025-03-21T18:43:05.244Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
101692025-03-21T18:43:05.244Z
101702025-03-21T18:43:05.244Z2. Copy the `cargo-nextest` binary to the same place.
101712025-03-21T18:43:05.244Z
101722025-03-21T18:43:05.245Z e.g., scp \
101732025-03-21T18:43:05.245Z $(which cargo-nextest) \
101742025-03-21T18:43:05.245Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
101752025-03-21T18:43:05.245Z
101762025-03-21T18:43:05.245Z3. From the switch zone on that system, unpack the tarball with:
101772025-03-21T18:43:05.245Z
101782025-03-21T18:43:05.245Z tar xzf live-tests-archive.tgz
101792025-03-21T18:43:05.245Z
101802025-03-21T18:43:05.245Z4. From the switch zone on that system, run tests with:
101812025-03-21T18:43:05.245Z
101822025-03-21T18:43:05.245Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
101832025-03-21T18:43:05.245Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
101842025-03-21T18:43:05.245Z --workspace-remap live-tests-archive
101852025-03-21T18:43:05.245Z
101862025-03-21T18:43:05.245Z
101872025-03-21T18:43:05.245Zreal 2:57.052371417
101882025-03-21T18:43:05.245Zuser 7:30.826717615
101892025-03-21T18:43:05.245Zsys 54.733970426
101902025-03-21T18:43:05.245Ztrap 0.169715832
101912025-03-21T18:43:05.245Ztflt 0.887490048
101922025-03-21T18:43:05.245Zdflt 2.756329385
101932025-03-21T18:43:05.245Zkflt 0.012964906
101942025-03-21T18:43:05.245Zlock 17:47.095089421
101952025-03-21T18:43:05.245Zslp 29:13.050711438
101962025-03-21T18:43:05.245Zlat 10.512502417
101972025-03-21T18:43:05.245Zstop 30.091421577
101982025-03-21T18:43:05.245Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
101992025-03-21T18:43:05.250Z+ unset TMPDIR
102002025-03-21T18:43:05.250Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
102012025-03-21T18:43:05.250Zfiles in /var/tmp/omicron_tmp (none expected on success):
102022025-03-21T18:43:05.250Z+ find /var/tmp/omicron_tmp -ls
102032025-03-21T18:43:05.258Z164033 18 drwxr-xr-x 2 build build 2 Mar 21 18:43 /var/tmp/omicron_tmp
102042025-03-21T18:43:05.258Z+ rmdir /var/tmp/omicron_tmp
102052025-03-21T18:43:05.263Zprocess exited: duration 4405498 ms, exit code 0
 
102062025-03-21T18:43:05.285Zfound 3 output files
102072025-03-21T18:43:05.285Zuploading: /work/crate-build-timings.json (609067 bytes)
102082025-03-21T18:43:06.316Zuploaded: /work/crate-build-timings.json
102092025-03-21T18:43:06.316Zuploading: /work/environment.json (108 bytes)
102102025-03-21T18:43:07.330Zuploaded: /work/environment.json
102112025-03-21T18:43:07.331Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (375734 bytes)
102122025-03-21T18:43:08.351Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml